Skip to content

Commit

Permalink
fix/aws-net: remove Carrier Gateway reference from edge net vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Feb 15, 2023
1 parent 55271eb commit 54348ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 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,7 @@ cloud_networks:
tags: "{{ cluster_state.tags | d({}) }}"

internet_gateway: true
carrier_gateway: true
# 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 +131,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 54348ea

Please sign in to comment.