X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_registry%2Ftasks%2Finstall.yml;h=ca8de94c62159380798c0dd5f31665bd6033be35;hb=refs%2Fchanges%2F77%2F4177%2F1;hp=7fc012b39e894f2ae0ada2943f9044fa9750f79d;hpb=85ef2c5c9325797279cdcaf5cc7e58b0eacfcaaa;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_registry/tasks/install.yml b/ocd/infra/playbooks/roles/eg_registry/tasks/install.yml index 7fc012b..ca8de94 100644 --- a/ocd/infra/playbooks/roles/eg_registry/tasks/install.yml +++ b/ocd/infra/playbooks/roles/eg_registry/tasks/install.yml @@ -29,7 +29,7 @@ - name: Download 0.9 tar # yamllint disable rule:line-length - command: wget http://release.edgegallery.org/release/arm64/all/EdgeGallery-v0.9.tar.gz + command: wget http://release.edgegallery.org/release/arm64/all/EdgeGallery-v0.9-all-arm64.tar.gz # yamllint disable rule:line-length args: chdir: /tmp/eg_registry/deploy/ @@ -37,16 +37,23 @@ - name: Download 0.9 tar # yamllint disable rule:line-length - command: wget http://release.edgegallery.org/release/x86/all/EdgeGallery-v0.9.tar.gz + command: wget http://release.edgegallery.org/release/x86/all/EdgeGallery-v0.9-all-x86.tar.gz # yamllint disable rule:line-length args: chdir: /tmp/eg_registry/deploy/ when: ansible_architecture == 'x86_64' -- name: Untar the donwloaded tar - command: tar -zxf EdgeGallery-v0.9.tar.gz +- name: Untar the downloaded tar + command: tar -zxf /EdgeGallery-v0.9-all-x86.tar.gz args: chdir: /tmp/eg_registry/deploy/ + when: ansible_architecture == 'x86_64' + +- name: Untar the downloaded tar + command: tar -zxf /EdgeGallery-v0.9-all-arm64.tar.gz + args: + chdir: /tmp/eg_registry/deploy/ + when: ansible_architecture == 'aarch64' - name: Replacing private ip replace: