ShubhamTatvamasi / magma-galaxy

Home Page:https://galaxy.ansible.com/shubhamtatvamasi/magma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Magma Orchestrator

Create an Ubuntu VM, take reference from multipass docs.

Quick Install:

sudo bash -c "$(curl -sL https://github.com/ShubhamTatvamasi/magma-galaxy/raw/master/deploy-orc8r.sh)"

Switch to magma user after deployment has finsished:

sudo su - magma

Once all pods are ready, setup NMS login:

cd ~/magma-galaxy
ansible-playbook config-orc8r.yml

You can get your rootCA.pem file from the following location:

cat ~/magma-galaxy/secrets/rootCA.pem

About

https://galaxy.ansible.com/shubhamtatvamasi/magma

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jinja 68.7%Language:Shell 31.3%