File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88.PHONY : import
99import : # # Imports SPOKECONFIG into HUBCONFIG defined clusters
10- ansible-playbook -e clustergroup =$(CLUSTERGROUP ) post.yml
10+ ansible-playbook -e clustergroup_label =$(CLUSTERGROUP ) post.yml
Original file line number Diff line number Diff line change 1- clustergroup : group-one
1+ clustergroup_label : group-one
22ocm_iam_policy_controller : true
33ocm_search_controller : true
44ocm_policy_controller : true
Original file line number Diff line number Diff line change 1111 cloud: auto-detect
1212 name: {{ region_cluster_name }}
1313 vendor: auto-detect
14- clusterGroup: {{ clustergroup }}
14+ clusterGroup: {{ clustergroup_label }}
1515 iamPolicyController:
1616 enabled: {{ ocm_iam_policy_controller }}
1717 searchCollector:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 name: {{ region_cluster_name }}
88 vendor: auto-detect
99 cloud: auto-detect
10- clusterGroup: {{ clustergroup }}
10+ clusterGroup: {{ clustergroup_label }}
1111spec:
1212 hubAcceptsClient: true
1313 leaseDurationSeconds: 60
You can’t perform that action at this time.
0 commit comments