Files
tripleo-quickstart-extras/playbooks/multinode-overcloud-update.yml
Jose Luis Franco Arza 2a5f4c883b Remove container_registry_file from multinode-overcloud-update.
The value for the container_registry_file is
already specified in the featuresets and it's
already merged [0], so we can drop it.

[0] - https://review.openstack.org/#/c/564222/
Change-Id: If0c7786059f1d0d91d2279f45c67525908633378
2018-09-04 17:11:46 +02:00

9 lines
214 B
YAML

- name: Run tripleo-upgrade role to update the overcloud
hosts: undercloud
gather_facts: yes
tags:
- overcloud-update
roles:
- role: tripleo-upgrade
when: overcloud_update|default(false)|bool