Merge "Update containers on RDO Cloud when the overcloud is containerized"

This commit is contained in:
Zuul 2018-01-27 00:43:14 +00:00 committed by Gerrit Code Review
commit 8d578649b0
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