From c21b686a016b6f99540dbd266542495a680a429d Mon Sep 17 00:00:00 2001 From: Srinivasan Date: Wed, 23 Jun 2021 18:34:07 +0530 Subject: [PATCH] tar ball package change Signed-off-by: Srinivasan Change-Id: Iae03c0e8acb90bffce75961f8ff08f487df42942 --- ocd/infra/playbooks/muno-config/controller/var.yml | 7 ++----- ocd/infra/playbooks/muno-config/edge/var.yml | 6 +++--- .../playbooks/roles/egallery-munomode-controller/tasks/install.yml | 2 +- ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ocd/infra/playbooks/muno-config/controller/var.yml b/ocd/infra/playbooks/muno-config/controller/var.yml index 29fe1fb..1f40dda 100644 --- a/ocd/infra/playbooks/muno-config/controller/var.yml +++ b/ocd/infra/playbooks/muno-config/controller/var.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Set the Password of Harbor admin account, no default value, +# Set the Password of Harbor admin account, no default value, # must set by users here HARBOR_ADMIN_PASSWORD: any_password @@ -24,10 +24,7 @@ HARBOR_ADMIN_PASSWORD: any_password # ENABLE_PERSISTENCE: true ENABLE_PERSISTENCE: false - - -# ip for portals, will be set to private IP of master node default or +# ip for portals, will be set to private IP of master node default or # reset it to be the public IP of master node here # PORTAL_IP: xxx.xxx.xxx.xxx PORTAL_IP: IP_master_node - diff --git a/ocd/infra/playbooks/muno-config/edge/var.yml b/ocd/infra/playbooks/muno-config/edge/var.yml index 576eef1..e584b7a 100644 --- a/ocd/infra/playbooks/muno-config/edge/var.yml +++ b/ocd/infra/playbooks/muno-config/edge/var.yml @@ -22,14 +22,14 @@ HARBOR_ADMIN_PASSWORD: Harbor@edge # false: No need to keep the persistence of all pods' data ENABLE_PERSISTENCE: false -# ip for portals, will be set to private IP of master node default or +# ip for portals, will be set to private IP of master node default or # reset it to be the public IP of master node here # PORTAL_IP: xxx.xxx.xxx.xxx # NIC name of master node -# If master node is with single NIC, not need to set it here and will get +# If master node is with single NIC, not need to set it here and will get # the default NIC name during the run time -# If master node is with multiple NICs, should set it here to be +# If master node is with multiple NICs, should set it here to be # 2 different NICs # EG_NODE_EDGE_MP1: eth0 # EG_NODE_EDGE_MM5: eth0 diff --git a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml index add7807..56dba53 100644 --- a/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml +++ b/ocd/infra/playbooks/roles/egallery-munomode-controller/tasks/install.yml @@ -30,7 +30,7 @@ - name: Download 1.1 edgegallery x86 controller # yamllint disable rule:line-length - command: wget https://edgegallery.obs.cn-east-3.myhuaweicloud.com/releases/v1.1.1/x86/EdgeGallery-v1.1.1-controller-x86.tar.gz + command: wget https://akraino.obs.ap-southeast-1.myhuaweicloud.com/v1.1.1/x86/EdgeGallery-v1.1.1-controller-x86.tar.gz # yamllint disable rule:line-length args: chdir: /tmp/eg_download/deploy/ diff --git a/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml b/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml index fafeae9..c98a861 100644 --- a/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml +++ b/ocd/infra/playbooks/roles/egallery-munomode-edge/tasks/install.yml @@ -22,7 +22,7 @@ - name: Download 1.1 edgegallery x86 edge # yamllint disable rule:line-length - command: wget https://edgegallery.obs.cn-east-3.myhuaweicloud.com/releases/v1.1.1/x86/EdgeGallery-v1.1.1-edge-x86.tar.gz + command: wget https://akraino.obs.ap-southeast-1.myhuaweicloud.com/v1.1.1/x86/EdgeGallery-v1.1.1-edge-x86.tar.gz # yamllint disable rule:line-length args: chdir: /tmp/eg_download/deploy/ -- 2.16.6