commit 75db84391efaea3fafc776a592f0bfb97d678536 Author: Sagi Shnaidman Date: Tue Oct 6 21:18:46 2020 +0300 Pass dlrn hash from provider to consumers In case promotion hash changed during the providers run, we pin dlrn hash of provider and pass it to consumers to use it. Change-Id: I0989b78edb2b4d424fd2a55336ba7048128ecb15 diff --git a/playbooks/tripleo-ci/run-provider.yml b/playbooks/tripleo-ci/run-provider.yml index 12b2a88..8b18884 100644 --- a/playbooks/tripleo-ci/run-provider.yml +++ b/playbooks/tripleo-ci/run-provider.yml @@ -13,5 +13,7 @@ zuul: pause: true registry_ip_address: "{{ hostvars[groups.all[0]].ansible_host }}" + provider_dlrn_hash: "{{ dlrn_hash|default('') }}" + provider_dlrn_hash_tag: "{{ dlrn_hash_tag|default('') }}" tags: - skip_ansible_lint