Merge "Drop default inclusion of undercloud.yaml"

This commit is contained in:
Zuul 2018-05-24 10:28:15 +00:00 committed by Gerrit Code Review
commit ac39acafd9
2 changed files with 0 additions and 6 deletions

View File

@ -362,8 +362,6 @@ class TestDeployUndercloud(TestPluginV1):
'overcloud-resource-registry-puppet.yaml',
mock.ANY,
'/my/tripleo-heat-installer-templates/'
'environments/undercloud.yaml',
'/my/tripleo-heat-installer-templates/'
'environments/config-download-environment.yaml',
'/my/tripleo-heat-installer-templates/'
'environments/deployed-server-noop-ctlplane.yaml',

View File

@ -457,10 +457,6 @@ class Deploy(command.Command):
pw_file = self._update_passwords_env(self.output_dir)
environments.insert(1, pw_file)
undercloud_env_path = os.path.join(
self.tht_render, 'environments', 'undercloud.yaml')
environments.append(undercloud_env_path)
# use deployed-server because we run os-collect-config locally
deployed_server_env = os.path.join(
self.tht_render, 'environments',