Remove helm status from deployment scripts for network-policy

With the move to helm v3, helm status requires a namespace to be specified, but doing so breaks helm v2 compatability. This change removes the usage of helm serve in openstack-helm-infra's deployment scripts.

Change-Id: I2264d29cd2dad1bc7636de8247ebec7f611a1f16
This commit is contained in:
jayonlau 2021-10-13 12:38:05 -04:00
parent 248a280293
commit f4ec1c4cd3
12 changed files with 0 additions and 36 deletions

View File

@ -22,6 +22,3 @@ helm upgrade --install lockdown ./lockdown \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
helm status lockdown

View File

@ -56,6 +56,3 @@ helm upgrade --install ldap ./ldap \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status ldap

View File

@ -39,8 +39,5 @@ helm upgrade --install mariadb ./mariadb \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status mariadb
#NOTE: Validate the deployment
helm test mariadb

View File

@ -64,6 +64,3 @@ helm upgrade --install prometheus ./prometheus \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status prometheus

View File

@ -44,6 +44,3 @@ helm upgrade --install prometheus-alertmanager ./prometheus-alertmanager \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status prometheus-alertmanager

View File

@ -49,6 +49,3 @@ helm upgrade --install prometheus-kube-state-metrics \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status prometheus-kube-state-metrics

View File

@ -42,6 +42,3 @@ helm upgrade --install grafana ./grafana \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status grafana

View File

@ -46,6 +46,3 @@ helm upgrade --install nagios ./nagios \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status nagios

View File

@ -104,6 +104,3 @@ helm upgrade --install elasticsearch ./elasticsearch \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status elasticsearch

View File

@ -312,6 +312,3 @@ helm upgrade --install fluentd-daemonset ./fluentd \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status fluentd-daemonset

View File

@ -48,6 +48,3 @@ helm upgrade --install kibana ./kibana \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra
#NOTE: Validate Deployment info
helm status kibana

View File

@ -54,6 +54,3 @@ helm upgrade --install prometheus-openstack-exporter \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
helm status prometheus-openstack-exporter