...
Installation and Configuration
Install the HAS project
Installing from the Source Code
Get HAS seed code from the Linux Foundation Projects page.
...
Code Block | ||
---|---|---|
| ||
conductor-api --port=8091 -- --config-file={conductor_conf_file_location} conductor-controller --config-file={conductor_conf_file_location} conductor-solver --config-file={conductor_conf_file_location} conductor-reservation --config-file={conductor_conf_file_location} conductor-data --config-file={conductor_conf_file_location} |
Installing through OOM
Please first follow the steps inside ONAP on Kubernetes with Rancher to build a kubernetes environment for ONAP deployment.
...
Code Block | ||
---|---|---|
| ||
helm deploy dev local/onap --namespace onap |
Process for debuging
Load changes inside the development environment
...
Then create new Dockerfile and build-dockers-debug.sh under has/ folder to build the new image. The artifact can be found in the has/conductor/target folder
Code Block | ||
---|---|---|
| ||
sudo <file-path>/build-dockers-debug.sh <tag_for_image> <path_to_artifact_zip> <path_to_folder_with_Dockerfile> |
Replace the image name inside the deployment for all HAS components.
...