Skip to content

Commit

Permalink
fix/aws-net: remove Carrier Gateway reference from edge net vars (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Mar 10, 2023
1 parent 8d93b64 commit 503dc10
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions playbooks/vars/aws/networks/aws-use1-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ cloud_networks:
tags: "{{ cluster_state.tags | d({}) }}"

internet_gateway: true
carrier_gateway: true
# CAGW module is not yet available: https://github.com/mtulio/ansible-collection-okd-installer/pull/12
# carrier_gateway: true
nat_gateways:
- name: "{{ cluster_state.infra_id }}-natgw-1a"
subnet: "{{ cluster_state.infra_id }}-net-public-1a"
Expand Down Expand Up @@ -131,10 +132,10 @@ cloud_networks:
- dest: 0.0.0.0/0
gw_type: igw

- name: "{{ cluster_state.infra_id }}-rt-public-edge"
routes:
- dest: 0.0.0.0/0
gw_type: cagw
# - name: "{{ cluster_state.infra_id }}-rt-public-edge"
# routes:
# - dest: 0.0.0.0/0
# gw_type: cagw

subnets:
- name: "{{ cluster_state.infra_id }}-net-public-1a"
Expand Down

0 comments on commit 503dc10

Please sign in to comment.