From b8f652cf6bd2e8b241a02cb2e455086979abbe15 Mon Sep 17 00:00:00 2001 From: Yury Kylulin Date: Tue, 2 Nov 2021 17:47:12 +0300 Subject: Create combined image and add helm chart Changes in this commit: 1) Create self contained image, rapid scripts can be executed from the management pod and create other testing pods in the cluster. 2) Helm chart to automate rapid deployment and proper service account configuration to be able to start management pod. 3) Fix for migration to paramiko. Signed-off-by: Yury Kylulin Change-Id: I0281871cce392b3003e0274602a5c90c29af9b23 --- VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml new file mode 100644 index 00000000..76b8037a --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml @@ -0,0 +1,8 @@ +namespace: rapid-testing + +image: + repository: opnfv/rapid + tag: "latest" + pullPolicy: IfNotPresent + +nodeSelector: {} -- cgit 1.2.3-korg