...
- objective function (distance)
- colocation constraint
HAS
OSDF
Requirements for Functional Features
HPA
...
- Deploy OOF
- HEAT:
- Go to the OOF VM
- Run /opt/oof_vm_init.sh - this will pull the docker images and install OSDF + HAS, and perform the required configurations to pass the healthcheck.
- OOM:
- HEAT:
- populate the cloud region data into AAI
- upload the policies into policy framework
Run the vcpe flows that create the vGMuxInfra
vCPE use case standalone testing on a single machine
Goal: Running the vCPE use case of the Beijing release of ONAP in a local setup, with minimal hardware and software requirements.
The work should be done in the ONAP MUSIC and ONAP HAS repositories with tag 2.0.0-ONAP.
Prerequisites
- Install Docker CE, an example tutorial can be found here.
Make local copies of the HAS and MUSIC repos
- $ cd "your workspace"
- $ git clone https://gerrit.onap.org/r/music
- $ cd music
- $ git checkout 2.0.0-ONAP
- $ cd ../
- $ git clone https://gerrit.onap.org/r/optf/has
- $ cd has
- $ git checkout 2.0.0-ONAP- (Optional) Install Insomnia REST API client for handling REST requests. Some prepared requests and variables are available can be imported to Insomnia.
- (Optional) For advanced debugging of the inter-component communication use Wireshark