https://github.com/opennetworkinglab/aether-amp
https://github.com/opennetworkinglab/aether-amp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opennetworkinglab/aether-amp
- Owner: opennetworkinglab
- Created: 2023-07-26T15:34:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T20:38:18.000Z (about 1 year ago)
- Last Synced: 2025-05-19T10:07:16.927Z (about 1 year ago)
- Language: Makefile
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMP
## Aether Management Platform
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
```
### Step-by-Step Installation
To install the amp, follow these steps:
1. Install k8 cluster
- As AMF uses K8 submodule, install k8 cluster using `make k8s-install`
2. Install ROC
- Specify helm charts for `atomix, onosproject, aether_roc`
- Run `roc-install`.
- Run `make 5g-roc-install` for 5G or `make 4g-roc-install` for 5G
3. Install Monitering
- Specify helm charts for `monitor, monitor-crd`
- Run `monitor-install`.
#### One-Step Installation
To install AMF in one go, run `amp-install`.
#### Uninstall
- run `make amp-uninstall`