Create combined image and add helm chart 97/72997/2
authorYury Kylulin <yury.kylulin@intel.com>
Tue, 2 Nov 2021 14:47:12 +0000 (17:47 +0300)
committerYury Kylulin <yury.kylulin@intel.com>
Tue, 2 Nov 2021 15:01:48 +0000 (18:01 +0300)
commitb8f652cf6bd2e8b241a02cb2e455086979abbe15
tree0f49bd0816b895e0d8d42e5d5471af4d55bcd6e7
parent75597545ef748d7113591cdbfc8d1aaa88cf15cb
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 <yury.kylulin@intel.com>
Change-Id: I0281871cce392b3003e0274602a5c90c29af9b23
VNFs/DPPD-PROX/helper-scripts/rapid/Dockerfile
VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh
VNFs/DPPD-PROX/helper-scripts/rapid/dockerimage.sh
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/.helmignore [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/Chart.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/templates/deployment.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/templates/serviceaccount.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_helm_chart/values.yaml [new file with mode: 0644]
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py