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:
make k8s-install
atomix, onosproject, aether_roc
roc-install
.make 5g-roc-install
for 5G or make 4g-roc-install
for 5Gmonitor, monitor-crd
monitor-install
.To install AMF in one go, run amp-install
.
make amp-uninstall