Merge "Replace deprecated packages installation"
This commit is contained in:
commit
8c7940da40
@ -203,7 +203,7 @@ undercloud_update_packages: >-
|
|||||||
openstack-tripleo-heat-templates
|
openstack-tripleo-heat-templates
|
||||||
puppet-tripleo
|
puppet-tripleo
|
||||||
python-tripleoclient
|
python-tripleoclient
|
||||||
python-heat-agent*
|
openstack-heat-agents
|
||||||
```
|
```
|
||||||
|
|
||||||
Or use the ``undercloud_update_packages: "'*'"`` to update all packages
|
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
|
openstack-tripleo-heat-templates
|
||||||
puppet-tripleo
|
puppet-tripleo
|
||||||
python-tripleoclient
|
python-tripleoclient
|
||||||
python-heat-agent*
|
openstack-heat-agents
|
||||||
undercloud_extra_args: >-
|
undercloud_extra_args: >-
|
||||||
-e {{overcloud_templates_path}}/environments/disable-telemetry.yaml
|
-e {{overcloud_templates_path}}/environments/disable-telemetry.yaml
|
||||||
-e {{overcloud_templates_path}}/environments/docker-minimal.yaml
|
-e {{overcloud_templates_path}}/environments/docker-minimal.yaml
|
||||||
|
@ -54,17 +54,11 @@ sudo yum install -y \
|
|||||||
openstack-heat-api \
|
openstack-heat-api \
|
||||||
openstack-heat-engine \
|
openstack-heat-engine \
|
||||||
openstack-heat-monolith \
|
openstack-heat-monolith \
|
||||||
python-heat-agent \
|
openstack-heat-agents \
|
||||||
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 \
|
|
||||||
python-ipaddr \
|
python-ipaddr \
|
||||||
python-tripleoclient \
|
python-tripleoclient \
|
||||||
openvswitch \
|
openvswitch \
|
||||||
openstack-puppet-modules
|
puppet-tripleo
|
||||||
|
|
||||||
## * Start the required services.
|
## * Start the required services.
|
||||||
## ::
|
## ::
|
||||||
|
Loading…
Reference in New Issue
Block a user