X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_mecm-fe%2Ftasks%2Finstall.yml;h=9a6261943115e97c5f48c752991063842b9c1502;hb=2d8ecea37bd3f307100aab9fd223af5a8a00a679;hp=b6373a615e7d7d23f7886f0a6cbd1185f3472691;hpb=e8dd6f7523a59c39eb9f573e5f44afb2dc327a6a;p=ealt-edge.git 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