RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1080369 - packstack fails with KeyError :CONFIG_PROVISION_DEMO_FLOATRANGE if more compute-hosts are added
Summary: packstack fails with KeyError :CONFIG_PROVISION_DEMO_FLOATRANGE if more compu...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-25 09:50 UTC by Udi Kalifon
Modified: 2017-06-18 06:09 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-18 06:09:16 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 82861 0 None None None Never

Description Udi Kalifon 2014-03-25 09:50:49 UTC
Description of problem:

When running a multi-node packstack install, you get:
2014-03-25 11:15:41::INFO::shell::78::root:: [10.8.0.50] Executing script:
echo $HOME
2014-03-25 11:15:41::ERROR::run_setup::907::root:: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 891, in main
    single_step_install(options)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 690, in single_step_install
    _main(answerfilepath)
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 574, in _main
    runSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/run_setup.py", line 553, in runSequences
    controller.runAllSequences()
  File "/usr/lib/python2.6/site-packages/packstack/installer/setup_controller.py", line 84, in runAllSequences
    sequence.run(self.CONF)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 96, in run
    step.run(config=config)
  File "/usr/lib/python2.6/site-packages/packstack/installer/core/sequences.py", line 43, in run
    raise SequenceError(str(ex))
SequenceError: 'CONFIG_PROVISION_DEMO_FLOATRANGE'



Version-Release number of selected component (if applicable):
Using RDO test day version of M-3: openstack-packstack-2014.1.1-0.4.dev1018.el6.noarch

How reproducible:
100%

Steps to Reproduce:
1. Run for example: packstack  --install-hosts 10.8.0.50,10.8.0.53


Actual results:
ERROR : 'CONFIG_PROVISION_DEMO_FLOATRANGE'
Please check log file /var/tmp/packstack/20140325-111530-hJiaOR/openstack-setup.log for more information


Expected results:
In the answers file, it should be:
CONFIG_PROVISION_DEMO=n


Additional info:
To work around this issue, set CONFIG_PROVISION_DEMO=n in the answers file

Comment 1 Sunil Thaha 2014-03-25 13:02:25 UTC
The error is reproducible even if you set CONFIG_PROVISION_DEMO=n

platform: RHEL 7.0

packstack rpms:
  - openstack-packstack-puppet-2014.1.1-0.7.dev1018.el7.noarch
  - openstack-packstack-2014.1.1-0.7.dev1018.el7.noarch

Comment 3 Mike McCune 2016-03-28 23:08:19 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 5 Christopher Brown 2017-06-17 19:10:22 UTC
It looks like this was fixed in 2015 so can be closed?


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