X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=functest_kubernetes%2Fims%2Fcassandra-depl.yaml;h=b2053ed53c750118f9a7e18412a5d6d3974a10f8;hb=a22553a65d6019350c215c9024c9dc54cf77dc7c;hp=053bd3f3aaf3578f28ab7cd41a50b7d550c2b44d;hpb=080d2414682d5fecea8c01640e2e5971278fe19d;p=functest-kubernetes.git diff --git a/functest_kubernetes/ims/cassandra-depl.yaml b/functest_kubernetes/ims/cassandra-depl.yaml index 053bd3f3..b2053ed5 100644 --- a/functest_kubernetes/ims/cassandra-depl.yaml +++ b/functest_kubernetes/ims/cassandra-depl.yaml @@ -12,6 +12,10 @@ spec: labels: service: cassandra spec: + initContainers: + - name: wait-on-etcd + image: busybox:1.28 + command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done'] containers: - image: "ollivier/clearwater-cassandra:latest" imagePullPolicy: Always