aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/cassandra-depl.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-07-07 16:28:10 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-07-07 17:01:01 +0200
commitbb54ff3af348568c446205c06d6a6beaaaba7c1d (patch)
treecc8752b22262507b8c96406fecab4661ac6e3539 /functest_kubernetes/ims/cassandra-depl.yaml
parent7af22940370f94002cbdd0aa6393bb8f3de2a8b2 (diff)
Improve vIMS service order
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)
Diffstat (limited to 'functest_kubernetes/ims/cassandra-depl.yaml')
-rw-r--r--functest_kubernetes/ims/cassandra-depl.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/functest_kubernetes/ims/cassandra-depl.yaml b/functest_kubernetes/ims/cassandra-depl.yaml
index 4e415ad7..b2053ed5 100644
--- a/functest_kubernetes/ims/cassandra-depl.yaml
+++ b/functest_kubernetes/ims/cassandra-depl.yaml
@@ -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