Script for M3Db deployment through orchestrator 28/109828/7
authorRajamohan Raj <rajamohan.raj@intel.com>
Sat, 4 Jul 2020 05:40:26 +0000 (05:40 +0000)
committerRajamohan Raj <rajamohan.raj@intel.com>
Tue, 7 Jul 2020 03:49:37 +0000 (03:49 +0000)
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

kud/tests/prometheus-test.sh
kud/tests/vnfs/comp-app/collection/app3/profile/manifest.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/profile/override_values.yaml [new file with mode: 0644]

index 6dcd29e..d9c38a1 100755 (executable)
@@ -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 (file)
index 0000000..4d381d0
--- /dev/null
@@ -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 (file)
index 0000000..041fc40
--- /dev/null
@@ -0,0 +1,6 @@
+service:
+    type: ClusterIP
+    nameOfPort: webPort
+    annotations: {}
+    labels: {}
+    clusterIP: ""
\ No newline at end of file