RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1284664 - NtpServer is passed as string by "openstack overcloud deploy"
Summary: NtpServer is passed as string by "openstack overcloud deploy"
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: openstack-tripleo
Version: trunk
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: Kilo
Assignee: James Slagle
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-23 20:12 UTC by Tim Rozet
Modified: 2016-05-19 15:50 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-19 15:50:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Tim Rozet 2015-11-23 20:12:14 UTC
Description of problem:
NtpServer parameter is defined as a comma_delimited_list in controller.yaml and compute.yaml, but the deploy script passes it in as a string.

https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/overcloud_deploy.py#L105


Version-Release number of selected component (if applicable):
Latest

How reproducible:
For some reason unknown to me, this passes in a regular deployment.  Perhaps the hieradata is being set by default somewhere else.  But if I create another node with limited hiera, I see an error pop up indicating the wrong type (string instead of comma_delimited_list).

Modifying https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/overcloud_deploy.py#L141

to include 'NtpServer' seems to fix the problem

Comment 2 Chandan Kumar 2016-05-19 15:50:56 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.


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