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
ealt ealt-edge/ocd/infra/playbooks/var.yml
ealt-edge/ocd/infra/playbooks/password-var.yml
ealt-edge/ocd/infra/playbooks/default-var.yml
developerVMImagePassword: 123456
certPassword: te9Fmv%qaq
SIGNATURE_SECRET_NAME: edgegallery-signature-secret
For EALT-EDGE stack:
ealt ealt-edge/ocd/infra/playbooks/ealt-inventory.ini
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
Troubleshooting
...
S. No | Software | Type | Version | License | Remarks |
1. | Docker | CRI | 18.09 | Apache 2.0 license | No code modifications done |
2. | Kubernetes | Orchestration | v1.18.7 | Apache 2.0 license | No code modifications done |
3. | Edge Gallery | Opensource MEC Platform | 1.1.1 | Apache 2.0 license | No code modifications done |
...
S. No | Software | Type | Version | License Information | Remarks |
1. | Docker | CRI | 18.09 | Apache 2.0 license | No code modifications done |
2. | K8s | Orchestration | 1.18.7 | Apache 2.0 license | No code modifications done |
3. | Edge Gallery | Opensource MEC platform | 1.1.1 | Apache 2.0 license | Open Source MEC Platform |
...