Skip to content

Commit 90c1391

Browse files
committed
Rename to clustergroup_label
1 parent 42494a9 commit 90c1391

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

acm_import/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ help:
77

88
.PHONY: import
99
import: ## Imports SPOKECONFIG into HUBCONFIG defined clusters
10-
ansible-playbook -e clustergroup=$(CLUSTERGROUP) post.yml
10+
ansible-playbook -e clustergroup_label=$(CLUSTERGROUP) post.yml

acm_import/roles/acm_import/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
clustergroup: group-one
1+
clustergroup_label: group-one
22
ocm_iam_policy_controller: true
33
ocm_search_controller: true
44
ocm_policy_controller: true

acm_import/roles/acm_import/templates/klusterletaddonconfig.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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:

acm_import/roles/acm_import/templates/managedcluster.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}
1111
spec:
1212
hubAcceptsClient: true
1313
leaseDurationSeconds: 60

0 commit comments

Comments
 (0)