From ef3adc4d0e5d26e74590d2f78400f7e1d800dbcb Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Sat, 2 Feb 2019 07:56:01 -0600 Subject: [PATCH] Execute helm tests in osh-infra single node jobs This executes the helm tests for the single node jobs in openstack-helm-infra for rabbitmq, elasticsearch, fluent-logging, prometheus, and grafana. Change-Id: I0109cfbe6adeb9e24d513c8313d964323634b8da --- tools/deployment/openstack-support/030-rabbitmq.sh | 2 ++ tools/deployment/osh-infra-logging/050-elasticsearch.sh | 2 ++ tools/deployment/osh-infra-logging/060-fluent-logging.sh | 2 ++ tools/deployment/osh-infra-monitoring/050-prometheus.sh | 2 ++ tools/deployment/osh-infra-monitoring/110-grafana.sh | 2 ++ 5 files changed, 10 insertions(+) diff --git a/tools/deployment/openstack-support/030-rabbitmq.sh b/tools/deployment/openstack-support/030-rabbitmq.sh index 0422e949a..6d8df210d 100755 --- a/tools/deployment/openstack-support/030-rabbitmq.sh +++ b/tools/deployment/openstack-support/030-rabbitmq.sh @@ -32,3 +32,5 @@ helm upgrade --install rabbitmq ./rabbitmq \ #NOTE: Validate Deployment info helm status rabbitmq + +helm test rabbitmq diff --git a/tools/deployment/osh-infra-logging/050-elasticsearch.sh b/tools/deployment/osh-infra-logging/050-elasticsearch.sh index 3f6da7010..3130e8895 100755 --- a/tools/deployment/osh-infra-logging/050-elasticsearch.sh +++ b/tools/deployment/osh-infra-logging/050-elasticsearch.sh @@ -43,3 +43,5 @@ helm upgrade --install elasticsearch ./elasticsearch \ #NOTE: Validate Deployment info helm status elasticsearch + +helm test elasticsearch diff --git a/tools/deployment/osh-infra-logging/060-fluent-logging.sh b/tools/deployment/osh-infra-logging/060-fluent-logging.sh index 97a0a6d92..a02c750ab 100755 --- a/tools/deployment/osh-infra-logging/060-fluent-logging.sh +++ b/tools/deployment/osh-infra-logging/060-fluent-logging.sh @@ -49,3 +49,5 @@ fi #NOTE: Validate Deployment info helm status fluent-logging + +helm test fluent-logging diff --git a/tools/deployment/osh-infra-monitoring/050-prometheus.sh b/tools/deployment/osh-infra-monitoring/050-prometheus.sh index 83e9e461b..4c2edb2eb 100755 --- a/tools/deployment/osh-infra-monitoring/050-prometheus.sh +++ b/tools/deployment/osh-infra-monitoring/050-prometheus.sh @@ -28,3 +28,5 @@ helm upgrade --install prometheus ./prometheus \ #NOTE: Validate Deployment info helm status prometheus + +helm test prometheus diff --git a/tools/deployment/osh-infra-monitoring/110-grafana.sh b/tools/deployment/osh-infra-monitoring/110-grafana.sh index b925a56d7..569e1b423 100755 --- a/tools/deployment/osh-infra-monitoring/110-grafana.sh +++ b/tools/deployment/osh-infra-monitoring/110-grafana.sh @@ -28,3 +28,5 @@ helm upgrade --install grafana ./grafana \ #NOTE: Validate Deployment info helm status grafana + +helm test grafana