summaryrefslogtreecommitdiffstats
path: root/docs/Getting Started/How_to_Docker_setup_on_Single_VM.rst
blob: 7776ebdbec43ddd17ca1a8c6bace770daac7c20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. contents::
   :depth: 3
..

How to Docker setup on Single VM
================================

Step-by-step guide
------------------

1.  You would need to have root access to the vm

2.  sudo su - root

3.  cd /opt

4.  git clone http://gerrit.onap.org/r/aai/test-config

5.  cd test-config

6.  In deploy\_vm1.sh comment out the lines 89-94 which should be an if
    statement checking for the /opt/message-router folder

7.  Create a directory called /opt/config

    1. mkdir /opt/config/

8.  Create a file called /opt/config/nexus\_username.txt containing the
    text: docker

    1. echo "docker" > /opt/config/nexus\_username.txt

9.  Create a file called /opt/config/nexus\_password.txt containing the
    text: docker

    1. echo "docker" > /opt/config/nexus\_password.txt

10. Create a file called /opt/config/dmaap\_topic.txt containing the
    text: AAI-EVENT

    1. echo " AAI-EVENT" > /opt/config/dmaap\_topic.txt

11. Create a file called /opt/config/nexus\_docker\_repo.txt containing
    text: nexus3.onap.org:10001

    echo "nexus3.onap.org:10001" > /opt/config/nexus\_docker\_repo.txt

1. Create a file called /opt/config/docker\_version.txt containing text:
   1.1-STAGING-latest

    echo "1.1-STAGING-latest" > /opt/config/docker\_version.txt

1. 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