diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-07 16:28:10 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-07 16:31:55 +0200 |
commit | f7b45c10ef78a96f33568d2480ca79efbbd72505 (patch) | |
tree | 93d369cd73f8ccc1d7b94ffb9e9c1be1258b7ebc /functest_kubernetes/ims/homestead-prov-depl.yaml | |
parent | 6fa912328906d3073b6afe7acc2b39b2a895e538 (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>
Diffstat (limited to 'functest_kubernetes/ims/homestead-prov-depl.yaml')
-rw-r--r-- | functest_kubernetes/ims/homestead-prov-depl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/homestead-prov-depl.yaml b/functest_kubernetes/ims/homestead-prov-depl.yaml index a934cb7e..389fe5c5 100644 --- a/functest_kubernetes/ims/homestead-prov-depl.yaml +++ b/functest_kubernetes/ims/homestead-prov-depl.yaml @@ -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 |