update the documentation to swap the ip addresses 47/61647/1
authorsunil unnava <su622b@att.com>
Tue, 21 Aug 2018 16:50:57 +0000 (12:50 -0400)
committersunil unnava <su622b@att.com>
Tue, 21 Aug 2018 16:51:25 +0000 (12:51 -0400)
Issue-ID: DMAAP-595
Change-Id: I73a3e89ee020f0c9f7f7caae4beb24d3e951c28b
Signed-off-by: sunil unnava <su622b@att.com>
docs/Installation/Installation.rst

index 6912562..f0095c5 100644 (file)
@@ -11,8 +11,8 @@ Message Router is developed using Kafka, Zookeeper and Java. AJSC framework is u
 Steps\r
 -----\r
 Message Router has 3 docker containers. Dmaap\_container,\r
-kafka\_contaienr and zookeeper\_container. Zookeeper runs on 172.18.0.3,\r
-kafka runs on 172.18.0.2 and dmaap on 172.18.0.4.\r
+kafka\_contaienr and zookeeper\_container. Zookeeper runs on 172.18.0.2,\r
+kafka runs on 172.18.0.3 and dmaap on 172.18.0.4.\r
 \r
 1) Clone message service repo\r
 \r
@@ -25,9 +25,9 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4.
 3) In /var/tmp/MsgRtrApi.properties, change value of below variables as\r
    shown below:\r
 \r
-   config.zk.servers=172.18.0.3(Change as per where  ZooKeepeer is deployed)\r
+   config.zk.servers=172.18.0.2(Change as per where  ZooKeepeer is deployed)\r
 \r
-   kafka.metadata.broker.list=172.18.0.2:9092(Change as per where Kafka is deployed)\r
+   kafka.metadata.broker.list=172.18.0.3:9092(Change as per where Kafka is deployed)\r
 \r
 4) Install docker and docker-compose\r
 \r