Merge "Set update_repo to gating_repo_name parameter"

This commit is contained in:
Zuul 2018-07-28 06:53:09 +00:00 committed by Gerrit Code Review
commit b3ea621524

View File

@ -14,7 +14,7 @@ parameter_defaults:
tasks_from: yum_update.yml tasks_from: yum_update.yml
compare_host_packages: true compare_host_packages: true
yum_repos_dir_path: /etc/yum.repos.d yum_repos_dir_path: /etc/yum.repos.d
update_repo: gating-repo update_repo: "{{ gating_repo_name|default('gating-repo') }}"
{% endif %} {% endif %}
set: set:
tag: "{{ container_build_id }}" tag: "{{ container_build_id }}"