From 64c763b24ff7e19ce7c3e1ea72d98881aa6112a6 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Mon, 10 Apr 2023 03:16:57 -0300 Subject: [PATCH] update roles/cloud_network submodule reference fix/aws-net: remove Carrier Gateway reference from edge net vars (#27) --- playbooks/vars/aws/networks/aws-use1-edge.yaml | 11 ++++++----- roles/cloud_network | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/playbooks/vars/aws/networks/aws-use1-edge.yaml b/playbooks/vars/aws/networks/aws-use1-edge.yaml index 82d8f81..0c6b6af 100644 --- a/playbooks/vars/aws/networks/aws-use1-edge.yaml +++ b/playbooks/vars/aws/networks/aws-use1-edge.yaml @@ -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" @@ -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" diff --git a/roles/cloud_network b/roles/cloud_network index 90fc1cd..e582043 160000 --- a/roles/cloud_network +++ b/roles/cloud_network @@ -1 +1 @@ -Subproject commit 90fc1cdd0a7f0c9828f4cfaf0611bf1c464a1c94 +Subproject commit e58204317c76b447cbdb5bd3e830b4be75331057