Improve vIMS service order 07/70507/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Jul 2020 14:28:10 +0000 (16:28 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 7 Jul 2020 14:36:33 +0000 (16:36 +0200)
It seems fixing the last side effects.

Change-Id: Iee8506c2f0048f7c2619b772aea815288a40145e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f7b45c10ef78a96f33568d2480ca79efbbd72505)

functest_kubernetes/ims/astaire-depl.yaml
functest_kubernetes/ims/cassandra-depl.yaml
functest_kubernetes/ims/chronos-depl.yaml
functest_kubernetes/ims/homestead-prov-depl.yaml

index 28f70cc..31a85f2 100644 (file)
@@ -14,9 +14,9 @@ spec:
     spec:
       terminationGracePeriodSeconds: 120
       initContainers:
-        - name: wait-on-etcd
+        - name: wait-on-cassandra
           image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
+          command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
       containers:
       - image: "ollivier/clearwater-astaire:latest"
         imagePullPolicy: Always
index 4e415ad..b2053ed 100644 (file)
@@ -16,12 +16,6 @@ spec:
         - name: wait-on-etcd
           image: busybox:1.28
           command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
-        - name: wait-on-astaire
-          image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup astaire; do echo waiting for astaire to start ...; sleep 2; done']
-        - name: wait-on-chronos
-          image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup chronos; do echo waiting for chronos to start ...; sleep 2; done']
       containers:
       - image: "ollivier/clearwater-cassandra:latest"
         imagePullPolicy: Always
index fd891f1..906d135 100644 (file)
@@ -16,9 +16,9 @@ spec:
     spec:
       terminationGracePeriodSeconds: 120
       initContainers:
-        - name: wait-on-etcd
+        - name: wait-on-cassandra
           image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
+          command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
       containers:
       - image: "ollivier/clearwater-chronos:latest"
         imagePullPolicy: Always
index a934cb7..389fe5c 100644 (file)
@@ -14,9 +14,9 @@ spec:
         snmp: enabled
     spec:
       initContainers:
-        - name: wait-on-sprout
+        - name: wait-on-homestead
           image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup sprout; do echo waiting for sprout to start ...; sleep 2; done']
+          command: ['sh', '-c', 'until nslookup homestead; do echo waiting for homestead to start ...; sleep 2; done']
       containers:
       - image: "ollivier/clearwater-homestead-prov:latest"
         imagePullPolicy: Always