The amp repository builds Aether Management Platform that has Aether-ROC and Monitoring system. It utilizes the k8 repository as a submodule to create a multi-node cluster.
To download the AMP repository, use the following command:
git clone --recursive https://gitlab.com/onf-internship/amp.git
To install the amp, follow these steps:
- Install k8 cluster
- As AMF uses K8 submodule, install k8 cluster using
make k8s-install
- As AMF uses K8 submodule, install k8 cluster using
- Install ROC
- Specify helm charts for
atomix, onosproject, aether_roc
- Run
roc-install
. - Run
make 5g-roc-install
for 5G ormake 4g-roc-install
for 5G
- Specify helm charts for
- Install Monitering
- Specify helm charts for
monitor, monitor-crd
- Run
monitor-install
.
- Specify helm charts for
To install AMF in one go, run amp-install
.
- run
make amp-uninstall