Skip to content
Snippets Groups Projects
Commit 14fc5253 authored by Marco Platania's avatar Marco Platania
Browse files

Fix path to Kafka archive


- Update MR init script to replace the URL of Kafka archives

Change-Id: Id7bfa1af24e1ac833a9de83d420353ee316a6a4e
Issue-ID: INT-343
Signed-off-by: default avatarMarco Platania <platania@research.att.com>
parent cb134dbc
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
cd /opt/dcae-startup-vm-message-router
git pull
bash deploy.sh
sed -i 's|wget .*|wget -q \"http://archive.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz\" \\|g' deploy.sh
bash deploy.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment