X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_mecm-fe%2Ftasks%2Finstall.yml;h=2ddc0d70974b92c918ffa680281f162b75ea4828;hb=a7f99d50c4a7f7603bbc84865209fe2178a49df7;hp=9a6261943115e97c5f48c752991063842b9c1502;hpb=6bdd9337ae00c4e5921fcb8a115ef9cdfb568480;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 9a62619..2ddc0d7 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: Mecm-fe chart install and image pull +- name: Install mecm-fe # yamllint disable rule:line-length - 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 + command: helm install --wait mecm-fe-edgegallery edgegallery/mecm-fe --set global.oauth2.authServerAddress=https://{{ ansible_host }}:{{vardata.usermgmt_port.name}} --set images.mecmFe.tag={{vardata.eg_image_tag.name}} --set global.ssl.enabled=true --set global.ssl.secretName=edgegallery-ssl-secret