From f7b45c10ef78a96f33568d2480ca79efbbd72505 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 --- functest_kubernetes/ims/chronos-depl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest_kubernetes/ims/chronos-depl.yaml') diff --git a/functest_kubernetes/ims/chronos-depl.yaml b/functest_kubernetes/ims/chronos-depl.yaml index fd891f1a..906d135d 100644 --- a/functest_kubernetes/ims/chronos-depl.yaml +++ b/functest_kubernetes/ims/chronos-depl.yaml @@ -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 -- cgit 1.2.3-korg