Skip to content

Commit 64c763b

Browse files
committed
update roles/cloud_network submodule reference
fix/aws-net: remove Carrier Gateway reference from edge net vars (#27)
1 parent 8d93b64 commit 64c763b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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"

roles/cloud_network

0 commit comments

Comments
 (0)