diff options
author | 2019-03-20 11:42:58 -0400 | |
---|---|---|
committer | 2019-03-20 11:43:11 -0400 | |
commit | 50bd75ec2e92d5de9387acc262a061f6d052d4f2 (patch) | |
tree | 50cb142cd185fe6587ef57c24d9324440da8bcb9 /src/main/docker/start-mirrormaker.sh | |
parent | 3d81a8b56d4eba76c1a6f05e9da392095d05bf69 (diff) |
remove AAF host alias
Issue-ID: DMAAP-909
Change-Id: I9fe9ae3470749f5f0d8fb811ebe5bf810347dcfd
Signed-off-by: sunil.unnava <su622b@att.com>
Diffstat (limited to 'src/main/docker/start-mirrormaker.sh')
-rw-r--r-- | src/main/docker/start-mirrormaker.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/docker/start-mirrormaker.sh b/src/main/docker/start-mirrormaker.sh index 73ec9e4..f82092a 100644 --- a/src/main/docker/start-mirrormaker.sh +++ b/src/main/docker/start-mirrormaker.sh @@ -142,7 +142,6 @@ cp /tmp/cadi.properties $KAFKA_HOME/config export KAFKA_OPTS="-Djava.security.auth.login.config=$KAFKA_HOME/config/kafka_server_jaas.conf" -echo "10.12.6.214 aaf-onap-beijing-test aaf-onap-beijing-test.osaaf.org aaf-onap-test.osaaf.org" >> /etc/hosts mkdir /opt/logs cp /tmp/kafka-run-class.sh /opt/kafka/bin |