It seems fixing the last side effects.
Change-Id: Iee8506c2f0048f7c2619b772aea815288a40145e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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-astaire:latest"
imagePullPolicy: Always
- 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
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
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