Skip to content

Commit 6692787

Browse files
authored
Merge pull request #829 from jayeshh123/jay_bm_n_failover
Changes for CES failover
2 parents 871ba97 + 3bee36d commit 6692787

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

roles/nfs_ic_failover/tasks/nfs_ic_failover.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@
4141
register: env_var_result
4242
loop:
4343
- IC_REGION
44-
- IC_ZONE
44+
- IC_SUBNET
4545
- IC_RG
46-
- IC_VPC
47-
- IC_RT
4846
when: scale_protocol_node | default(false) == true and file_check_result.rc != 0
4947

5048
- name: Set facts for the fetched variables
@@ -61,8 +59,6 @@
6159
replace: '{{ item.key }}={{ item.value }}'
6260
loop:
6361
- { regex: 'IC_REGION', key: 'IC_REGION', value: '{{ IC_REGION }}' }
64-
- { regex: 'IC_ZONE', key: 'IC_ZONE', value: '{{ IC_ZONE }}' }
62+
- { regex: 'IC_SUBNET', key: 'IC_SUBNET', value: '{{ IC_SUBNET }}' }
6563
- { regex: 'IC_RG', key: 'IC_RG', value: '{{ IC_RG }}' }
66-
- { regex: 'IC_VPC', key: 'IC_VPC', value: '{{ IC_VPC }}' }
67-
- { regex: 'IC_RT', key: 'IC_RT', value: '{{ IC_RT }}' }
6864
when: scale_protocol_node | default(false) == true and file_check_result.rc != 0

0 commit comments

Comments
 (0)