Versions Compared

Key

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

...

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. 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           ealt-edge/ocd/infra/playbooks/muno-config/controller/hosts-muno-controller

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

ealt          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

...