Remove helm status from deployment scripts for osh-infra-monitoring-tls

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: I7a14e510fb1cfadcf2e124314b52c7cac4ac0af1
This commit is contained in:
jayonlau 2021-10-13 12:55:42 -04:00
parent 311fe70d3b
commit 42195465f7
8 changed files with 0 additions and 24 deletions

View File

@ -30,6 +30,3 @@ helm upgrade --install nfs-provisioner \
#NOTE: Wait for deployment
./tools/deployment/common/wait-for-pods.sh nfs
#NOTE: Validate Deployment info
helm status nfs-provisioner

View File

@ -32,9 +32,6 @@ 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
# Delete the test pod if it still exists
kubectl delete pods -l application=mariadb,release_group=mariadb,component=test --namespace=osh-infra --ignore-not-found
#NOTE: Validate the deployment

View File

@ -29,9 +29,6 @@ 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
# Delete the test pod if it still exists
kubectl delete pods -l application=prometheus,release_group=prometheus,component=test --namespace=osh-infra --ignore-not-found
helm test prometheus

View File

@ -31,6 +31,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

@ -40,6 +40,3 @@ helm upgrade --install kubernetes-node-problem-detector \
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh kube-system
#NOTE: Validate Deployment info
helm status kubernetes-node-problem-detector

View File

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

View File

@ -29,9 +29,6 @@ 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
# Delete the test pod if it still exists
kubectl delete pods -l application=grafana,release_group=grafana,component=test --namespace=osh-infra --ignore-not-found
helm test grafana

View File

@ -28,9 +28,6 @@ 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
# Delete the test pod if it still exists
kubectl delete pods -l application=nagios,release_group=nagios,component=test --namespace=osh-infra --ignore-not-found
helm test nagios