diff --git a/toci-quickstart/config/testenv/multinode-rdocloud.yml b/toci-quickstart/config/testenv/multinode-rdocloud.yml index 563201de3..f940b133f 100644 --- a/toci-quickstart/config/testenv/multinode-rdocloud.yml +++ b/toci-quickstart/config/testenv/multinode-rdocloud.yml @@ -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 diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index ed31355ad..5b041e8fb 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -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