From 2d8ecea37bd3f307100aab9fd223af5a8a00a679 Mon Sep 17 00:00:00 2001 From: arvindpatel Date: Sun, 1 Nov 2020 21:19:18 +0530 Subject: [PATCH] Mecm-fe install playbook imagetag added Signed-off-by: arvindpatel Change-Id: I19648818e27c49b6a92f808b4ec6d7771885ccd8 --- ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml b/ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml index b6373a6..9a62619 100644 --- a/ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml +++ b/ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml @@ -21,6 +21,6 @@ file: ../../../config.yml name: vardata -- name: Pulling repo mecm-fe +- name: Mecm-fe chart install and image pull # yamllint disable rule:line-length - command: helm install mecm-fe-edgegallery edgegallery/mecm-fe --set global.oauth2.authServerAddress=https://{{vardata.authServer.name}}:30067 --set global.ssl.enabled=true --set global.ssl.secretName=edgegallery-ssl-secret + command: helm install --wait mecm-fe-edgegallery edgegallery/mecm-fe --set global.oauth2.authServerAddress=https://{{vardata.centernodeip.name}}:30067 --set images.mecmFe.tag={{vardata.imagetag.name}} --set global.ssl.enabled=true --set global.ssl.secretName=edgegallery-ssl-secret -- 2.16.6