You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[multiple] Consolidate cifmw_default_dns_servers var to group_vars
Move the definition of dns_servers used in reproducer and libvirt_manager role to common group_var definition so that it can be easily changed and managed from group_vars.
Signed-off-by: Amartya Sinha <[email protected]>
Copy file name to clipboardExpand all lines: roles/reproducer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ None
18
18
*`cifmw_reproducer_run_job`: (Bool) Run actual CI job. Defaults to `true`.
19
19
*`cifmw_reproducer_run_content_provider`: (Bool) Run content-provider job. Defaults to `true`.
20
20
*`cifmw_reproducer_params`: (Dict) Specific parameters you want to pass to the reproducer. Defaults to `{}`.
21
-
*`cifmw_reproducer_dns_servers`: List of dns servers which should be used by the CRC VM as upstream dns servers. Defaults to 1.1.1.1, 8.8.8.8.
21
+
*`cifmw_reproducer_dns_servers`: List of dns servers which should be used by the CRC VM as upstream dns servers. Reads from group_var `{{ cifmw_default_dns_servers }}`. Defaults to 1.1.1.1, 8.8.8.8.
22
22
*`cifmw_reproducer_hp_rhos_release`: (Bool) Allows to consume rhos-release on the hypervisor. Defaults to `false`.
23
23
*`cifmw_reproducer_dnf_tweaks`: (List) Options you want to inject in dnf.conf, both on controller-0 and hypervisor. Defaults to `[]`.
24
24
*`cifmw_reproducer_skip_fetch_repositories`: (Bool) Skip fetching repositories from zuul var and simply copy the code from the ansible controller. Defaults to `false`.
0 commit comments