Change pod names: refer to prox in stead of rapid 45/73845/1
authorLuc Provoost <luc.provoost@gmail.com>
Thu, 2 Feb 2023 11:19:59 +0000 (12:19 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Thu, 2 Feb 2023 11:19:59 +0000 (12:19 +0100)
In rapid_k8s_deployment.py, we are creating the pods. The name used to
refer to rapid. Actually, the pods that we are creating are the prox
instances. The rapid scripts need to run elsewhere.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Idcc842c4aa3a85f2232f7fa71b6482c6081cce1c

VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py

index 9ef7ef6..92b3979 100644 (file)
@@ -111,7 +111,7 @@ class K8sDeployment:
                 pod_name = self._create_config.get(
                     "POD%d" % i, "name")
             else:
-                pod_name = "pod-rapid-%d" % i
+                pod_name = "prox-pod-%d" % i
 
             # Search for POD hostname
             if self._create_config.has_option("POD%d" % i,