aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/ellis-depl.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-03-24 08:23:03 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-04-02 10:07:39 +0200
commit1ab07437d4c6c787ec30563fd4a52c162bd689a2 (patch)
tree57ea472fc09df037464b180f738fdc66f2762c03 /functest_kubernetes/ims/ellis-depl.yaml
parent521642ab84512aff7e4df952b0725703f1a70779 (diff)
Provide support for air gapped env for ims
Sometimes, tested Kubernetes doesn't have direct access to Internet but access through repository mirrors. This patch handles this case for ims test cases. Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I3b5e78fcf43ca7af6bcfd2d87fa4bb0705373697 (cherry picked from commit 9c95b5f46e57365c1f6e7e5c9073f7fe2ad48a66)
Diffstat (limited to 'functest_kubernetes/ims/ellis-depl.yaml')
-rw-r--r--functest_kubernetes/ims/ellis-depl.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/functest_kubernetes/ims/ellis-depl.yaml b/functest_kubernetes/ims/ellis-depl.yaml
index 9403dbbe..6d69d62b 100644
--- a/functest_kubernetes/ims/ellis-depl.yaml
+++ b/functest_kubernetes/ims/ellis-depl.yaml
@@ -14,13 +14,13 @@ spec:
spec:
initContainers:
- name: wait-on-homestead-prov
- image: busybox:1.28
+ image: {{ dockerhub_repo }}/busybox:1.28
command: ['sh', '-c', 'until nslookup homestead-prov; do echo waiting for homestead-prov to start ...; sleep 2; done']
- name: wait-on-sprout
- image: busybox:1.28
+ image: {{ dockerhub_repo }}/busybox:1.28
command: ['sh', '-c', 'until nslookup sprout; do echo waiting for sprout to start ...; sleep 2; done']
containers:
- - image: "ollivier/clearwater-ellis:hunter"
+ - image: "{{ dockerhub_repo }}/ollivier/clearwater-ellis:hunter"
name: ellis
ports:
- containerPort: 22