summaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
authorRajamohan Raj <rajamohan.raj@intel.com>2020-07-04 05:40:26 +0000
committerRajamohan Raj <rajamohan.raj@intel.com>2020-07-07 03:49:37 +0000
commit2ac132c002e45bd164324fa8fd6bbd48626e6152 (patch)
treefd2e9ccc1cd5bc60b3b2c99eb1d14fda2d71ec9b /kud
parent0003a52f4265c5cd879abebe1b8454206f0f2ff7 (diff)
Script for M3Db deployment through orchestrator
In this patch, the prometheus-collectd deployment script through orchestrator is enchanced to include M3Db deployment. Issue-ID: MULTICLOUD-1114 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: Idd085be16cce1e5ae00f6f70c8a265f8e74ffffa
Diffstat (limited to 'kud')
-rwxr-xr-xkud/tests/prometheus-test.sh1
-rw-r--r--kud/tests/vnfs/comp-app/collection/app3/profile/manifest.yaml4
-rw-r--r--kud/tests/vnfs/comp-app/collection/app3/profile/override_values.yaml6
3 files changed, 11 insertions, 0 deletions
diff --git a/kud/tests/prometheus-test.sh b/kud/tests/prometheus-test.sh
index 6dcd29e1..d9c38a15 100755
--- a/kud/tests/prometheus-test.sh
+++ b/kud/tests/prometheus-test.sh
@@ -564,6 +564,7 @@ function createData {
createClmData
createOrchestratorData
}
+
function deleteData {
deleteClmData
deleteOrchestratorData
diff --git a/kud/tests/vnfs/comp-app/collection/app3/profile/manifest.yaml b/kud/tests/vnfs/comp-app/collection/app3/profile/manifest.yaml
new file mode 100644
index 00000000..4d381d02
--- /dev/null
+++ b/kud/tests/vnfs/comp-app/collection/app3/profile/manifest.yaml
@@ -0,0 +1,4 @@
+---
+version: v1
+type:
+ values: "override_values.yaml"
diff --git a/kud/tests/vnfs/comp-app/collection/app3/profile/override_values.yaml b/kud/tests/vnfs/comp-app/collection/app3/profile/override_values.yaml
new file mode 100644
index 00000000..041fc40d
--- /dev/null
+++ b/kud/tests/vnfs/comp-app/collection/app3/profile/override_values.yaml
@@ -0,0 +1,6 @@
+service:
+ type: ClusterIP
+ nameOfPort: webPort
+ annotations: {}
+ labels: {}
+ clusterIP: "" \ No newline at end of file