Bug 981397 - openstack-packstack: AIO deployment is failing on a virtual machine due to timeout in netns.pp
Summary: openstack-packstack: AIO deployment is failing on a virtual machine due to ti...
Keywords:
Status: CLOSED DUPLICATE of bug 973217
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-packstack
Version: 3.0
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: 4.0
Assignee: RHOS Maint
QA Contact: Nir Magnezi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-04 15:29 UTC by Haim
Modified: 2014-01-13 00:57 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-09 13:36:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
installation log (5.22 KB, text/x-log)
2013-07-04 15:32 UTC, Haim
no flags Details

Description Haim 2013-07-04 15:29:18 UTC
Description of problem:

AIO deployment on a virtual machine is failing during netns.pp deployment:

2013-07-04 14:06:32::INFO::run_setup::359::root:: Comparing pre- conditions, value: 'yes', and match: 'yes'
2013-07-04 14:11:58::ERROR::ospluginutils::143::root:: Error  during remote puppet apply of /var/tmp/packstack/20130704-140632-_8DO32/manifests/10.35.161.31_prescript.pp
2013-07-04 14:11:58::ERROR::ospluginutils::144::root:: ESC[1;35merr: /Stage[main]/Packstack::Netns/Exec[netns_dependecy_install]/returns: change from notrun to 0 failed: Command exceeded timeout at /var/tmp/packstack/057f1bc97ed441f3aaf8efefcc8494f4/modules/packstack/manifests/netns.pp:13ESC[0m
ESC[0;36mnotice: /Stage[main]/Packstack::Netns/Notify[packstack_info]: Dependency Exec[netns_dependecy_install] has failures: trueESC[0m
ESC[0;33mwarning: /Stage[main]/Packstack::Netns/Notify[packstack_info]: Skipping because of failed dependenciesESC[0m
ESC[0;36mnotice: Finished catalog run in 300.19 secondsESC[0m

2013-07-04 14:11:59::ERROR::run_setup::889::root:: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 884, in main
    _main(confFile)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 577, in _main
    runSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 554, in runSequences
    controller.runAllSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/setup_controller.py", line 90, in runAllSequences
    sequence.run(self.CONF)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 105, in run
    step.run(config=config)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 52, in run
    raise SequenceError(str(ex))
SequenceError: Error during puppet run : err: /Stage[main]/Packstack::Netns/Exec[netns_dependecy_install]/returns: change from notrun to 0 failed: Command exceeded timeout at /var/tmp/packstack/057f1bc97ed441f3aaf8efefcc8494f4/modules/packstack/manifests/netns.pp:13ESC[0m

tried installation several times and they are failing on same place.

Comment 1 Haim 2013-07-04 15:32:04 UTC
Created attachment 768856 [details]
installation log

Comment 2 Nagendhiran 2013-08-02 10:47:33 UTC
 I just followed this simple workaround to rectify the issue in our setup. 

 - Manually installed or updated kernel iputils iproute ( yum update -y kernel iputils iproute )

 - Open netns puppet file in vi

  vi /usr/lib/python2.6/site-packages/packstack/puppet/modules/packstack/manifests/netns.pp

 - Remove execution command and kept empty 'yum update -y kernel iputils iproute'

    exec { "netns_dependecy_install":
            path => "/usr/bin/",
            command => ""
        }


 - Rerun packstack to install the dependencies

I think, this will help you further to investigate.

Thanks.

Comment 3 Martin Magr 2013-08-09 13:36:31 UTC

*** This bug has been marked as a duplicate of bug 973217 ***


Note You need to log in before you can comment on or make changes to this bug.