Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

...

Login to the Jump Host and perform the below configuration steps (Steps : as below-

1. Generate public key : #ssh

     ssh-keygen -t rsa

2. Setup password-less login from ocd to center and ocd to edge.  

sshpass      sshpass -p <password> ssh-copy-id -p <ssh-port> -o StrictHostKeyChecking=no root@<node_ip>

3. Review and Change Parameters

For EdgeGallery MUNO Mode

ealt-edge/ocd/infra/cp -p /etc/passwd  /etc/passwd.bkp

    cp -p /etc/group  /etc/group.bkp

    id ubuntu

    groupmod -g 600 ubuntu

    id ubuntu

4. Review and Change Parameters

    For EdgeGallery MUNO Mode

           ealt-edge/ocd/infra/playbooks/muno-config/controller/hosts-muno-controller

          ealt-edge/ocd/infra/playbooks/muno-config/controller/var.yml

          ealt-edge/ocd/infra/playbooks/muno-config/edge/hosts-muno-edge

          ealt-edge/ocd/infra/playbooks/muno-config/edge/var.yml

          ealt-edge/ocd/infra/playbooks/password-var.yml

...

For EdgeGallery AIO Mode:

          ealt-edge/ocd/infra/playbooks/hosts-aio

          Image Modified

ealt         ealt-edge/ocd/infra/playbooks/var.yml

          Image Modified

        ealt-edge/ocd/infra/playbooks/password-var.yml

Image Removed

ealt-edge/ocd/infra/playbooks/default-var.yml

developerVMImagePassword: 123456

certPassword: te9Fmv%qaq

SIGNATURE_SECRET_NAME: edgegallery-signature-secret         Image Added


For EALT-EDGE stack:

ealt         ealt-edge/ocd/infra/playbooks/ealt-inventory.ini

          Image Added

Installing Mode : EALTEdge using Ansible-Playbooks

...

Once the execution is completed in console will see prompt "EALTEdge Environment Installed  , Components Install CENTER and EDGE Nodes Successfully"

...

##Now get ca certificate use below command
```
curl http://10.43.130.35:8200/v1/pki/ca/pem
```
##10.43.130.35 is your vault ip, need to replace with latest vault ip

Image Modified



Troubleshooting

...

S. NoSoftwareTypeVersionLicenseRemarks
1.

Docker

CRI

18.09

Apache 2.0 license

No code modifications done

2.KubernetesOrchestration

v1.18.7

Apache 2.0 licenseNo code modifications done
3.Edge GalleryOpensource MEC Platform

1.1.1

Apache 2.0 licenseNo code modifications done

...

S. NoSoftwareTypeVersionLicense Information Remarks
1.DockerCRI18.09Apache 2.0 licenseNo code modifications done
2.K8sOrchestration

1.18.7

Apache 2.0 licenseNo code modifications done
3.Edge GalleryOpensource MEC platform1.1.1Apache 2.0 licenseOpen Source MEC Platform

...