Skip to content

Commit 2b4eed8

Browse files
committed
Merge branch 'main' of github.com:mtulio/ansible-collection-okd-installer
2 parents 4274cf6 + 503dc10 commit 2b4eed8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

playbooks/vars/aws/networks/aws-use1-edge.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ cloud_networks:
9292
tags: "{{ cluster_state.tags | d({}) }}"
9393

9494
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
9697
nat_gateways:
9798
- name: "{{ cluster_state.infra_id }}-natgw-1a"
9899
subnet: "{{ cluster_state.infra_id }}-net-public-1a"
@@ -131,10 +132,10 @@ cloud_networks:
131132
- dest: 0.0.0.0/0
132133
gw_type: igw
133134

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
138139

139140
subnets:
140141
- name: "{{ cluster_state.infra_id }}-net-public-1a"

0 commit comments

Comments
 (0)