Allow a different pod spec for each pod 07/73807/2
authorLuc Provoost <luc.provoost@gmail.com>
Tue, 17 Jan 2023 11:23:58 +0000 (12:23 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Tue, 17 Jan 2023 17:45:13 +0000 (17:45 +0000)
commit77efe56b635f105502270010e365ddadef6ddbe1
tree0b8945c0ba47150c88535f2da078b4647edfe6e8
parentf87088f24875450847dc305e6e7c56db8264bdbc
Allow a different pod spec for each pod

A new parameter is now introduced in the [PODx] sections of the
rapid.pods file. This parameter specifies the pod spec yaml file that
will be used to create this specif pod. When this parameter is not
available, the default pod-rapid.yaml file will be used. The parameter
name is spec_file_name.
Also cleaned some lines of code exceeding 80 characters.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Id26881517d45baf4bf6be2e82b4f9e049f2b2547
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_pod.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_machine.py