Template out zuul mirror info variables for later use by embedded ansible
zuul_site_mirror_info is still work-in-progress and may be undefined. Change-Id: I1faee76e356a5abf2e7c9fbd85fdbbce49b54650
This commit is contained in:
parent
30564953a3
commit
d901835247
@ -118,6 +118,8 @@
|
|||||||
vars:
|
vars:
|
||||||
zuul_helper_var:
|
zuul_helper_var:
|
||||||
zuul: "{{ zuul }}"
|
zuul: "{{ zuul }}"
|
||||||
|
zuul_site_mirror_info_helper_var:
|
||||||
|
zuul_site_mirror_info: "{{ zuul_site_mirror_info | default({}) }}"
|
||||||
template:
|
template:
|
||||||
src: osa-job-vars.yml.j2
|
src: osa-job-vars.yml.j2
|
||||||
dest: "{{ zuul_user_vars_file }}"
|
dest: "{{ zuul_user_vars_file }}"
|
||||||
|
@ -1,2 +1,8 @@
|
|||||||
---
|
---
|
||||||
{{ zuul_helper_var | to_nice_yaml(indent=2) }}
|
{{ zuul_helper_var | to_nice_yaml(indent=2) }}
|
||||||
|
|
||||||
|
zuul_site_mirror_fqdn: {{ zuul_site_mirror_fqdn | default('') }}
|
||||||
|
|
||||||
|
zuul_site_local_mirror_host: {{ zuul_site_local_mirror_host | default('') }}
|
||||||
|
|
||||||
|
{{ zuul_site_mirror_info_helper_var | to_nice_yaml(indent=2) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user