Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ShubhamTatvamasi/magma-galaxy


https://github.com/ShubhamTatvamasi/magma-galaxy

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Deploy Magma Orchestrator

Create an Ubuntu VM, take reference from [multipass](docs/multipass.md) docs.

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

Switch to `magma` user after deployment has finsished:
```bash
sudo su - magma
```

Once all pods are ready, setup NMS login:
```bash
cd ~/magma-galaxy
ansible-playbook config-orc8r.yml
```

You can get your `rootCA.pem` file from the following location:
```bash
cat ~/magma-galaxy/secrets/rootCA.pem
```