Don't cleanup undercloud

We'll be switching this to true by default, so we need to set the
undercloud clean option to False for CI.

Change-Id: I70ac9bbe57d7078a1aa2eb8b07503efb8ba5bbfe
Needed-By: I027a76d2f37a5af5bd0a599783287632298acf3f
Related-Bug: #1761810
This commit is contained in:
Alex Schultz 2018-04-23 15:41:39 -06:00
parent 11f888e0e1
commit 632cd8ee05
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img
# We don't need to cleanup TripleO CI
tempest_track_resources: false
undercloud_undercloud_cleanup: false
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"

View File

@ -66,6 +66,7 @@ ipa_image_url: http://192.168.103.253/builds-{{ release }}/current-tripleo/ipa_i
# We don't need to cleanup TripleO CI
tempest_track_resources: false
undercloud_undercloud_cleanup: false
# Deployment metrics
ara_graphite_prefix: "tripleo.{{ lookup('env', 'STABLE_RELEASE')|default('master', true) }}.{{ lookup('env', 'TOCI_JOBTYPE') }}."