Merge "Remove ntp element from overcloud images"
This commit is contained in:
commit
cff4ff4e38
@ -120,7 +120,7 @@ class TestOvercloudImageBuild(TestPluginV1):
|
||||
self.mock_disk_image_create.assert_called_once_with(
|
||||
"-a amd64 -o "
|
||||
"overcloud-full.qcow2 rhel7 overcloud-full overcloud-controller "
|
||||
"overcloud-compute overcloud-ceph-storage ntp sysctl hosts "
|
||||
"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 "
|
||||
@ -165,7 +165,7 @@ class TestOvercloudImageBuild(TestPluginV1):
|
||||
self.mock_disk_image_create.assert_called_once_with(
|
||||
"-a amd64 -o "
|
||||
"overcloud-full.qcow2 rhel7 overcloud-full overcloud-controller "
|
||||
"overcloud-compute overcloud-ceph-storage ntp sysctl hosts "
|
||||
"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 "
|
||||
|
@ -186,7 +186,6 @@ class BuildOvercloudImage(command.Command):
|
||||
'overcloud-controller',
|
||||
'overcloud-compute',
|
||||
'overcloud-ceph-storage',
|
||||
'ntp',
|
||||
] + PUPPET_COMMON_ELEMENTS
|
||||
|
||||
AGENT_DIB_EXTRA_ARGS = [
|
||||
|
Loading…
Reference in New Issue
Block a user