From 9f8e0c2a3aa642e8672bc295fa2fffa4a72bff61 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 7 Jul 2020 16:28:10 +0200 Subject: Improve vIMS service order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems fixing the last side effects. Change-Id: Iee8506c2f0048f7c2619b772aea815288a40145e Signed-off-by: Cédric Ollivier (cherry picked from commit f7b45c10ef78a96f33568d2480ca79efbbd72505) --- functest_kubernetes/ims/cassandra-depl.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'functest_kubernetes/ims/cassandra-depl.yaml') 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 -- cgit