Bug 1045858

Summary: In some cases, packstack prints the wrong product kernel name
Product: Red Hat OpenStack Reporter: Nir Magnezi <nmagnezi>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED WORKSFORME QA Contact: Ami Jeain <ajeain>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.0CC: aortega, derekh, yeylon
Target Milestone: ---   
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1046324 (view as bug list) Environment:
Last Closed: 2014-06-24 20:34:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1046324    

Description Nir Magnezi 2013-12-22 16:09:50 UTC
Description of problem:
=======================
Happened to me only when the installation fails, In my case due to "Command exceeded timeout" error (it took the server too long to download the new kernel).

Version-Release number of selected component (if applicable):
=============================================================
Grizzly 2013-12-20.1

How reproducible:
=================
1/1

Steps to Reproduce:
===================
1. run packstack but make sure it fails for something (I have no actual scenario for this).
2.
3.

Actual results:
===============
The RDO kernel that includes network namespace (netns) support has been installed on host <IP_ADDRESS>

Expected results:
=================
The RHOS kernel that includes network namespace (netns) support has been installed on host <IP_ADDRESS>

Additional info:
================
reproduced with RHEL6.4

When It fail:

<CONTROLLER_IP_ADDRESS>_nova.pp :                         [DONE]
                        [ERROR]

ERROR : Error appeared during Puppet run: <COMPUTE_2_IP_ADDRESS>_nova.pp
err: /Stage[main]//Exec[qemu-kvm]/returns: change from notrun to 0 failed: Command exceeded timeout at /var/tmp/packstack/e3a7b288eea54a98a0d842f07bf7c979/manifests/<COMPUTE_2_IP_ADDRESS>_nova.pp:36
You will find full trace in log /var/tmp/packstack/20131222-163228-7uERlB/manifests/<COMPUTE_2_IP_ADDRESS>_nova.pp.log
Please check log file /var/tmp/packstack/20131222-163228-7uERlB/openstack-setup.log for more information

Additional information:
 * File /root/keystonerc_admin has been created on OpenStack client host <CONTROLLER_IP_ADDRESS>. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://<CONTROLLER_IP_ADDRESS>/dashboard.
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://<CONTROLLER_IP_ADDRESS>/nagios username : nagiosadmin, password : 123456
 * The RDO kernel that includes network namespace (netns) support has been installed on host <COMPUTE_1_IP_ADDRESS>.
 * The RDO kernel that includes network namespace (netns) support has been installed on host <COMPUTE_2_IP_ADDRESS>.
 * The RDO kernel that includes network namespace (netns) support has been installed on host <CONTROLLER_IP_ADDRESS>.
stderr:
rc: 1

When It does not fail:

 **** Installation completed successfully ****** 


Additional information: * To use the command line tools you need to source the file /root/keystonerc_admin created on <CONTROLLER_IP_ADDRESS> 
* To use the console, browse to http://<CONTROLLER_IP_ADDRESS> /dashboard 
* To use Nagios, browse to http://<CONTROLLER_IP_ADDRESS> /nagios username : nagiosadmin, password : 123456 
* Because of the kernel update the host <CONTROLLER_IP_ADDRESS> requires reboot. 
* Because of the kernel update the host <COMPUTE_1_IP_ADDRESS> requires reboot. 
* Because of the kernel update the host <COMPUTE_2_IP_ADDRESS> requires reboot. 
* The installation log file is available at: /var/tmp/packstack/20131222-134552-AcNPyG/openstack-setup.log

Comment 2 Ivan Chavero 2014-06-24 20:34:38 UTC
The timeout problems are fixed in current versions, so this problem shouldn't happen anymore.