The amp repository builds the Aether Management Platform with Aether-ROC and Monitoring. It relies on a k8s cluster that can be created from the k8s repository.
To download the AMP repository, use the following command:
git clone https://github.com/omec-project/aether-amp.git
To install AMP, follow these steps:
- Install a k8s cluster
- Provision a Kubernetes cluster before installing AMP. Use the companion k8s repository or another supported cluster provisioning workflow.
- Install ROC
- Specify Helm chart settings for
atomix,onosproject, andaether_roc. - Run
make roc-install.
- Specify Helm chart settings for
- Install Monitoring
- Specify Helm chart settings for
monitorandmonitor_crd. - Run
make monitor-install.
- Specify Helm chart settings for
To install AMP in one go, run make amp-install.
- Run
make amp-uninstall.