Update containers on RDO Cloud when the overcloud is containerized

This review adds the setting to enable updating the containers
to the RDO Cloud testenv config files.

Change-Id: Ib1dd68dc547159384a3aba47543f1a37a4a781b5
This commit is contained in:
Ronelle Landy 2018-01-24 12:57:14 -05:00
parent ab38e5b385
commit e161d0d089
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,9 @@ tempest_track_resources: false
docker_registry_host: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"
# Tempestmail settings
tempestmail_log_server: http://logs.rdoproject.org
# Deployment metrics

View File

@ -22,6 +22,9 @@ ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash
docker_registry_host: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"
# We don't need to cleanup TripleO CI
tempest_track_resources: false