From: sunil unnava Date: Fri, 21 Sep 2018 00:13:19 +0000 (-0400) Subject: updated the etc/hosts X-Git-Tag: 3.0.1-ONAP~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fkafka11aaf.git;a=commitdiff_plain;h=80146ec66f08abcd5da57b54c09dde8eb48574db updated the etc/hosts Issue-ID: DMAAP-520 Change-Id: Ice700617a2a36744427d4c1b0029ede7590a0b45 Signed-off-by: sunil unnava --- diff --git a/src/main/docker/start-kafka.sh b/src/main/docker/start-kafka.sh index f13d861..612718f 100644 --- a/src/main/docker/start-kafka.sh +++ b/src/main/docker/start-kafka.sh @@ -146,4 +146,6 @@ echo "authorizer.class.name=org.onap.dmaap.kafkaAuthorize.KafkaCustomAuthorizer" echo "sasl.enabled.mechanisms=PLAIN" >> $KAFKA_HOME/config/server.properties echo "sasl.mechanism.inter.broker.protocol=PLAIN" >> $KAFKA_HOME/config/server.properties + +echo "10.12.6.214 aaf-onap-beijing-test aaf-onap-beijing-test.osaaf.org aaf-onap-test.osaaf.org" >> /etc/hosts exec $KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties