diff --git a/tools/deployment/network-policy/039-lockdown.sh b/tools/deployment/network-policy/039-lockdown.sh index 45053abed..daf077963 100755 --- a/tools/deployment/network-policy/039-lockdown.sh +++ b/tools/deployment/network-policy/039-lockdown.sh @@ -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 diff --git a/tools/deployment/network-policy/040-ldap.sh b/tools/deployment/network-policy/040-ldap.sh index f71232d19..3dad60dac 100755 --- a/tools/deployment/network-policy/040-ldap.sh +++ b/tools/deployment/network-policy/040-ldap.sh @@ -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 diff --git a/tools/deployment/network-policy/045-mariadb.sh b/tools/deployment/network-policy/045-mariadb.sh index f970987a7..cba8b09b2 100755 --- a/tools/deployment/network-policy/045-mariadb.sh +++ b/tools/deployment/network-policy/045-mariadb.sh @@ -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 diff --git a/tools/deployment/network-policy/050-prometheus.sh b/tools/deployment/network-policy/050-prometheus.sh index d55ad0080..ea8e7e862 100755 --- a/tools/deployment/network-policy/050-prometheus.sh +++ b/tools/deployment/network-policy/050-prometheus.sh @@ -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 diff --git a/tools/deployment/network-policy/060-alertmanager.sh b/tools/deployment/network-policy/060-alertmanager.sh index 1b34d3c54..85aadd17f 100755 --- a/tools/deployment/network-policy/060-alertmanager.sh +++ b/tools/deployment/network-policy/060-alertmanager.sh @@ -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 diff --git a/tools/deployment/network-policy/070-kube-state-metrics.sh b/tools/deployment/network-policy/070-kube-state-metrics.sh index dc5bb5a1e..e4e7f7117 100755 --- a/tools/deployment/network-policy/070-kube-state-metrics.sh +++ b/tools/deployment/network-policy/070-kube-state-metrics.sh @@ -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 diff --git a/tools/deployment/network-policy/100-grafana.sh b/tools/deployment/network-policy/100-grafana.sh index 1f2671fbd..24aa03731 100755 --- a/tools/deployment/network-policy/100-grafana.sh +++ b/tools/deployment/network-policy/100-grafana.sh @@ -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 diff --git a/tools/deployment/network-policy/110-nagios.sh b/tools/deployment/network-policy/110-nagios.sh index 59a684973..9401ac556 100755 --- a/tools/deployment/network-policy/110-nagios.sh +++ b/tools/deployment/network-policy/110-nagios.sh @@ -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 diff --git a/tools/deployment/network-policy/120-elasticsearch.sh b/tools/deployment/network-policy/120-elasticsearch.sh index cf15a970f..1f91f5cc4 100755 --- a/tools/deployment/network-policy/120-elasticsearch.sh +++ b/tools/deployment/network-policy/120-elasticsearch.sh @@ -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 diff --git a/tools/deployment/network-policy/130-fluentd-daemonset.sh b/tools/deployment/network-policy/130-fluentd-daemonset.sh index 08c48bd79..dad5c0936 100755 --- a/tools/deployment/network-policy/130-fluentd-daemonset.sh +++ b/tools/deployment/network-policy/130-fluentd-daemonset.sh @@ -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 diff --git a/tools/deployment/network-policy/140-kibana.sh b/tools/deployment/network-policy/140-kibana.sh index 7f377acd9..56dbd0a5c 100755 --- a/tools/deployment/network-policy/140-kibana.sh +++ b/tools/deployment/network-policy/140-kibana.sh @@ -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 diff --git a/tools/deployment/network-policy/openstack-exporter.sh b/tools/deployment/network-policy/openstack-exporter.sh index 6ddc66364..691cc0f05 100755 --- a/tools/deployment/network-policy/openstack-exporter.sh +++ b/tools/deployment/network-policy/openstack-exporter.sh @@ -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