Merge "Replace deprecated packages installation"

This commit is contained in:
Zuul 2018-01-11 05:38:54 +00:00 committed by Gerrit Code Review
commit 8c7940da40
2 changed files with 4 additions and 10 deletions

View File

@ -203,7 +203,7 @@ undercloud_update_packages: >-
openstack-tripleo-heat-templates
puppet-tripleo
python-tripleoclient
python-heat-agent*
openstack-heat-agents
```
Or use the ``undercloud_update_packages: "'*'"`` to update all packages
@ -301,7 +301,7 @@ And an example playbook to call the role is:
openstack-tripleo-heat-templates
puppet-tripleo
python-tripleoclient
python-heat-agent*
openstack-heat-agents
undercloud_extra_args: >-
-e {{overcloud_templates_path}}/environments/disable-telemetry.yaml
-e {{overcloud_templates_path}}/environments/docker-minimal.yaml

View File

@ -54,17 +54,11 @@ sudo yum install -y \
openstack-heat-api \
openstack-heat-engine \
openstack-heat-monolith \
python-heat-agent \
python-heat-agent-apply-config \
python-heat-agent-ansible \
python-heat-agent-hiera \
python-heat-agent-puppet \
python-heat-agent-docker-cmd \
python-heat-agent-json-file \
openstack-heat-agents \
python-ipaddr \
python-tripleoclient \
openvswitch \
openstack-puppet-modules
puppet-tripleo
## * Start the required services.
## ::