Versions Compared

Key

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

...

Components and Services running in CENTER Node Node


Components and Services running EDGE Node

Image Added

Image Added

Developer  Guide and Troubleshooting

Uninstall Guide

Using Ansible Playbooks


For EALT-EDGE stack
root@akraino-mec-0001:~#ansible-playbook ealt-all-uninstall.yml -i ealt-inventory.ini --extra-vars "operation=uninstall"


For MUNO Mode

root@akraino-mec-0001:~#ansible-playbook -i muno-config/controller/hosts-muno-controller ealt-eg-muno-controller.yml --extra-vars "operation=uninstall" -e "ansible_user=root"

root@akraino-mec-0001:~#ansible-playbook -i muno-config/edge/hosts-muno-edge ealt-eg-muno-edge.yml --extra-vars "operation=uninstall" -e "ansible_user=root"


For AIO Mode

root@akraino-mec-0001:~#ansible-playbook -i muno-config/edge/ hosts-muno-edge aio ealt-eg-munoaio-edgelatest.yml --extra-vars "operation=uninstall" -e "ansible_user=root"

...