Add ntp element to overcloud-full images

The RDO promote job is failing to deploy because at some
point we started expecting for ntpd to be installed in
the overcloud images.

Error: Could not start Service[ntp]: Execution of
'/usr/bin/systemctl start ntpd' returned 6: Failed to issue
method call: Unit ntpd.service failed to load: No such file
or directory.
Wrapped exception:
Execution of '/usr/bin/systemctl start ntpd' returned 6:
Failed to issue method call: Unit ntpd.service failed to
load: No such file or directory.

Change-Id: If5020f20bfb2f2750837e831d7f22843f2501736
This commit is contained in:
John Trowbridge 2015-07-17 08:19:24 -04:00
parent f000b38318
commit 6562c04ffd
2 changed files with 5 additions and 4 deletions
rdomanager_oscplugin

@ -106,10 +106,10 @@ class TestOvercloudImageBuild(TestPluginV1):
self.cmd._disk_image_create.assert_called_once_with(
"-a amd64 -o "
"overcloud-full.qcow2 rhel7 overcloud-full overcloud-controller "
"overcloud-compute overcloud-ceph-storage sysctl hosts baremetal "
"dhcp-all-interfaces os-collect-config heat-config-puppet "
"heat-config-script puppet-modules hiera os-net-config "
"stable-interface-names grub2-deprecated "
"overcloud-compute overcloud-ceph-storage ntp sysctl hosts "
"baremetal dhcp-all-interfaces os-collect-config "
"heat-config-puppet heat-config-script puppet-modules hiera "
"os-net-config stable-interface-names grub2-deprecated "
"-p python-psutil,python-debtcollector,plotnetcfg,sos "
"element-manifest network-gateway epel rdo-release "
"undercloud-package-install "

@ -55,6 +55,7 @@ class BuildOvercloudImage(command.Command):
'overcloud-controller',
'overcloud-compute',
'overcloud-ceph-storage',
'ntp',
] + PUPPET_COMMON_ELEMENTS
DISCOVERY_IMAGE_ELEMENT = [