Step-by-step guide
- You would need to have root access to the vm
- sudo su - root
- cd /opt
- git clone http://gerrit.onap.org/r/aai/test-config
- cd test-config
- In deploy_vm1.sh comment out the lines 89-94 which should be an if statement checking for the /opt/message-router folder
- Create a directory called /opt/config
- Create a file called /opt/config/username.txt containing the text: docker
- Create a file called /opt/config/password.txt containing the text: docker
- Create a file called /opt/config/dmaap_topic.txt containing the text: AAI-EVENT
- Create a file called /opt/config/nexus_docker_repo.txt containing text: nexus3.onap.org:10001
- Create a file called /opt/config/docker_version.txt containing text: 1.1-STAGING-latest
- Please note that in the previous step, docker version is currently 1.1-STAGING-latest and this will be changed later
- ./deploy_vm2.sh && ./deploy_vm1.sh
Related articles