Nodeport service and modified ssh and socket ports 44/74644/1
authorLuc Provoost <luc.provoost@gmail.com>
Sat, 9 Nov 2024 14:55:26 +0000 (15:55 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Sat, 9 Nov 2024 14:55:26 +0000 (15:55 +0100)
commitddc2eccb714e69cfea77e5a6abd6a7987dadb11b
tree59b78571f3e31151fd8bea389b43e2a55799fd84
parent6838702b507e2e2d7b14d5bbd705d06e56da1857
Nodeport service and modified ssh and socket ports

We support now the use of K8s Nodeport services and non standard ssh and
prox socket ports.
In order to use Nodeport service, you need to specify the name of the
service for each prox pod in the rapid.pods file.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: I2873b7e22fee042a14b575e772267a9128b7c4f2
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py
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
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_sshclient.py