From aa0e0d3c432298fdfc6182473db3b5e49155e9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Mon, 24 Sep 2018 12:08:56 +0200 Subject: [PATCH] Remove unused networks from OpenShift roles The StorageMgmt and Tenant networks are not used in an OpenShift context and should hence be removed from the OpenShift roles. Change-Id: I06951742cd4e1e203e95d49ffe1b7404f75fca70 (cherry picked from commit 7cf777eac3a8e334569b89646818c8a69dd37031) --- roles/OpenShiftAllInOne.yaml | 2 -- roles/OpenShiftInfra.yaml | 2 -- roles/OpenShiftMaster.yaml | 2 -- roles/OpenShiftWorker.yaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/roles/OpenShiftAllInOne.yaml b/roles/OpenShiftAllInOne.yaml index 9077bbaa56..c4fe3ace6f 100644 --- a/roles/OpenShiftAllInOne.yaml +++ b/roles/OpenShiftAllInOne.yaml @@ -15,8 +15,6 @@ - External - InternalApi - Storage - - StorageMgmt - - Tenant # For systems with both IPv4 and IPv6, you may specify a gateway network for # each, such as ['ControlPlane', 'External'] default_route_networks: ['External'] diff --git a/roles/OpenShiftInfra.yaml b/roles/OpenShiftInfra.yaml index ba5756b6bf..ae6449c431 100644 --- a/roles/OpenShiftInfra.yaml +++ b/roles/OpenShiftInfra.yaml @@ -12,8 +12,6 @@ networks: - InternalApi - Storage - - StorageMgmt - - Tenant # For systems with both IPv4 and IPv6, you may specify a gateway network for # each, such as ['ControlPlane', 'External'] default_route_networks: ['ControlPlane'] diff --git a/roles/OpenShiftMaster.yaml b/roles/OpenShiftMaster.yaml index b3434e46a0..2680fa15c6 100644 --- a/roles/OpenShiftMaster.yaml +++ b/roles/OpenShiftMaster.yaml @@ -15,8 +15,6 @@ - External - InternalApi - Storage - - StorageMgmt - - Tenant # For systems with both IPv4 and IPv6, you may specify a gateway network for # each, such as ['ControlPlane', 'External'] default_route_networks: ['External'] diff --git a/roles/OpenShiftWorker.yaml b/roles/OpenShiftWorker.yaml index 331bc7b3f4..85cde38f9b 100644 --- a/roles/OpenShiftWorker.yaml +++ b/roles/OpenShiftWorker.yaml @@ -12,8 +12,6 @@ networks: - InternalApi - Storage - - StorageMgmt - - Tenant # For systems with both IPv4 and IPv6, you may specify a gateway network for # each, such as ['ControlPlane', 'External'] default_route_networks: ['ControlPlane']