aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/ralf-depl.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-07-09 17:10:28 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-07-09 17:11:00 +0200
commit5bc18405d75e9d765cd707ff9a98c3553de4b0dd (patch)
tree290d3e7d276b2af6404a185277c8acc44029c2f6 /functest_kubernetes/ims/ralf-depl.yaml
parentf7b45c10ef78a96f33568d2480ca79efbbd72505 (diff)
Boot Ellis once homestead-depl is ready
Change-Id: If61a36020f3dfa5ba0a9858df769138257f9ec94 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest_kubernetes/ims/ralf-depl.yaml')
-rw-r--r--functest_kubernetes/ims/ralf-depl.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/ralf-depl.yaml b/functest_kubernetes/ims/ralf-depl.yaml
index 829e6359..82bf525d 100644
--- a/functest_kubernetes/ims/ralf-depl.yaml
+++ b/functest_kubernetes/ims/ralf-depl.yaml
@@ -14,9 +14,9 @@ spec:
snmp: enabled
spec:
initContainers:
- - name: wait-on-sprout
+ - name: wait-on-cassandra
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 cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
containers:
- image: "ollivier/clearwater-ralf:latest"
imagePullPolicy: Always