From f9575748e21b2ca5539e0b40109d26a6782274a5 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 4 Oct 2019 10:10:26 -0500 Subject: [PATCH] Remove netpol from default scripts As network policy jobs in zuul are moved to be run by the feature gate, usage of them in old scripts should be taken out to avoid confusion and potential problem where netpol cause unexpected connection failure. This patch set removes the remanant of these netpol's. Change-Id: I1ce86d27ca4f708b17d848d742ba840156d4ef6c Signed-off-by: Tin Lam --- .../developer/ceph/110-ceph-radosgateway.sh | 27 ------------------- .../deployment/developer/ceph/150-libvirt.sh | 11 -------- 2 files changed, 38 deletions(-) diff --git a/tools/deployment/developer/ceph/110-ceph-radosgateway.sh b/tools/deployment/developer/ceph/110-ceph-radosgateway.sh index dd476271..4fc40e52 100755 --- a/tools/deployment/developer/ceph/110-ceph-radosgateway.sh +++ b/tools/deployment/developer/ceph/110-ceph-radosgateway.sh @@ -46,33 +46,6 @@ conf: pod: replicas: rgw: 1 -network_policy: - ceph: - ingress: - - from: - - podSelector: - matchLabels: - application: glance - - podSelector: - matchLabels: - application: cinder - - podSelector: - matchLabels: - application: libvirt - - podSelector: - matchLabels: - application: nova - - podSelector: - matchLabels: - application: ceph - - podSelector: - matchLabels: - application: ingress - ports: - - protocol: TCP - port: 8088 -manifests: - network_policy: true EOF helm upgrade --install radosgw-openstack ${HELM_CHART_ROOT_PATH}/ceph-rgw \ --namespace=openstack \ diff --git a/tools/deployment/developer/ceph/150-libvirt.sh b/tools/deployment/developer/ceph/150-libvirt.sh index 032c3ef5..b2f9a75d 100755 --- a/tools/deployment/developer/ceph/150-libvirt.sh +++ b/tools/deployment/developer/ceph/150-libvirt.sh @@ -22,21 +22,10 @@ export HELM_CHART_ROOT_PATH="${HELM_CHART_ROOT_PATH:="${OSH_INFRA_PATH:="../open #NOTE: Lint and package chart make -C ${HELM_CHART_ROOT_PATH} libvirt -tee /tmp/libvirt.yaml <