diff options
author | Ubuntu <lji@research.att.com> | 2017-02-25 00:26:06 +0000 |
---|---|---|
committer | Ubuntu <lji@research.att.com> | 2017-02-25 00:26:06 +0000 |
commit | 87a1507cbb443ef3b202e066353ac41bf5fce00c (patch) | |
tree | 2dbfa21b80aa090093876906973d5783d0a9b02c /README.md | |
parent | 2a392869cb8013245ad4a764363f8fb8e9654de9 (diff) |
removal of names and no longer needed files
Change-Id: Iff05cf50a515a008df23c3210a92c038e9862bb0
Signed-off-by: Ubuntu <lji@research.att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -5,21 +5,6 @@ To deploy an Open eCOMP Message Router to a host: 0. prepare the docker host: a. install the following software: git, docker, docker-compose 1. login to the docker host -2. git clone this project: - git clone -b pocorange https://23.253.149.175/lj1412/dcae-startup-vm-message-router.git -3. change dir to dcae-startup-vm-message-router - edit the deploy.sh file with local configurations such as docker-compose +2. git clone this project +3. edit the deploy.sh file with docker registry info and local configurations such as docker-compose 4. run the deploy.sh as root - - - - -To use the Message Router: -Reference docker_files/tests/test.sh for curl exmples for publishing/subscribing and API key creation. - -These examples are for running MR client (curl) on the same VM as the MR. If running from a -different location, change the host portion of the HOSTPORT variable to teh IP address/hostname -of the VM running the MR. For example from -HOSTPORT="127.0.0.1:3904" -to -HOSTPORT="10.0.11.1.com:3904" |