Skip to content

Commit 41ffe61

Browse files
committed
[multiple] Consolidate cifmw_architecture_repo_url to group_vars
Move the definition of cifmw_architecture_repo_url to group_vars so that it can be easily changes and managed at a single place. Signed-off-by: Amartya Sinha <[email protected]>
1 parent 1059a0c commit 41ffe61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

group_vars/all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ cifmw_architecture_repo: "{{ ansible_user_dir }}/{{ cifmw_architecture_repo_rela
1313

1414
cifmw_openstack_namespace: "{{ cifmw_install_yamls_defaults['NAMESPACE'] | default('openstack') }}"
1515
operator_namespace: "{{ cifmw_install_yamls_defaults['OPERATOR_NAMESPACE'] | default('openstack-operators') }}"
16+
17+
# group_vars related to github repo URLs
18+
openstack_k8s_operators_org_url: "https://github.com/openstack-k8s-operators"

0 commit comments

Comments
 (0)