Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add docker installation method

...

conductor-api,conductor-controller, conductor-solver, conductor-reservation, conductor-data

Installing through docker images

Get HAS seed code from the Linux Foundation Projects page.

git clone https://gerrit.onap.org/r/optf/has


Use docker scripts inside the repo to start HAS dockers

cd has/

./run-dockers.sh ./conductor.conf

Then you can find all HAS components running.

Configuration

For the configuration inside the config-file, please refer to the README inside Gerrit  

It is worth noting that A&AI and MUSIC may be needed to run HAS project. Please refer to their setup page for installation.

For MUSIC version 2.4.x and newer refer Currently in Beijing release, HAS uses MUSIC 2.5.3 version inside deployment. Please refer to Setup for Developing MUSIC for installation.

Running the example

To start the process, execute the following commands:

...