
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
9 lines
214 B
YAML
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
|