Mecm-fe install playbook imagetag added 61/3861/3
authorarvindpatel <arvind.patel@huawei.com>
Sun, 1 Nov 2020 15:49:18 +0000 (21:19 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Mon, 2 Nov 2020 04:23:07 +0000 (04:23 +0000)
Signed-off-by: arvindpatel <arvind.patel@huawei.com>
Change-Id: I19648818e27c49b6a92f808b4ec6d7771885ccd8

ocd/infra/playbooks/roles/eg_mecm-fe/tasks/install.yml

index b6373a6..9a62619 100644 (file)
@@ -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