Bug 1299849 - osp7 y2 does not configure ntp address in overcloud nodes
Summary: osp7 y2 does not configure ntp address in overcloud nodes
Keywords:
Status: CLOSED DUPLICATE of bug 1299085
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Jiri Stransky
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On: 1296365
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-19 11:59 UTC by Rama
Modified: 2016-04-18 07:13 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-07 14:58:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rama 2016-01-19 11:59:51 UTC
Description of problem:
This seems like a regression from y1. This was not observed on y1. 

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


How reproducible:
Deploy osp7y2 on RHEL 7.2, pass ntp address, only local address is configured. The ntp server is up and running post deployment but not with the appropriate server address.
Deployed overcloud with 
#!/bin/bash
openstack overcloud deploy --templates \
-e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/templates/network-environment.yaml \
-e /home/stack/templates/storage-environment.yaml \
-e /home/stack/templates/cisco-plugins.yaml \
-e /home/stack/templates/post_config.yaml \
--control-flavor control --compute-flavor compute --ceph-storage-flavor CephStorage \
--compute-scale 6 --control-scale 3  --ceph-storage-scale 3 \
--libvirt-type kvm \
--ntp-server 171.68.38.66 \
--neutron-network-type vlan \
--neutron-tunnel-type vlan \
--neutron-bridge-mappings datacentre:br-ex,physnet-tenant:br-tenant,floating:br-floating \
--neutron-network-vlan-ranges physnet-tenant:250:749,floating:160:160 \
--neutron-disable-tunneling --timeout 300 \
--rhel-reg --reg-method portal --reg-org org_id --reg-activation-key ACTIVATION_KEY \
--verbose --debug --log-file overcloud_new.log


Steps to Reproduce:
1.
2.
3.

Actual results:
The last 2 lines contain only 
server 127.127.1.0 # local clock address
fudge  127.127.1.0 stratum 10


Expected results:
Should have the server address --ntp-server 171.68.38.66  passed above.

Additional info:

Comment 2 Mike Burns 2016-01-19 12:48:19 UTC
Leaving this open on OSP 8 for now to ensure we get the fix into 8.  The related bug for OSP 7 is bug 1296365

Comment 3 Hugh Brock 2016-02-07 14:58:37 UTC

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


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