File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
playbooks/vars/aws/networks Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ cloud_networks:
92
92
tags : " {{ cluster_state.tags | d({}) }}"
93
93
94
94
internet_gateway : true
95
- carrier_gateway : true
95
+ # CAGW module is not yet available: https://github.com/mtulio/ansible-collection-okd-installer/pull/12
96
+ # carrier_gateway: true
96
97
nat_gateways :
97
98
- name : " {{ cluster_state.infra_id }}-natgw-1a"
98
99
subnet : " {{ cluster_state.infra_id }}-net-public-1a"
@@ -131,10 +132,10 @@ cloud_networks:
131
132
- dest : 0.0.0.0/0
132
133
gw_type : igw
133
134
134
- - name : " {{ cluster_state.infra_id }}-rt-public-edge"
135
- routes :
136
- - dest : 0.0.0.0/0
137
- gw_type : cagw
135
+ # - name: "{{ cluster_state.infra_id }}-rt-public-edge"
136
+ # routes:
137
+ # - dest: 0.0.0.0/0
138
+ # gw_type: cagw
138
139
139
140
subnets :
140
141
- name : " {{ cluster_state.infra_id }}-net-public-1a"
You can’t perform that action at this time.
0 commit comments