From 2a2d04d8b977d3090f2c57a18c39c770804d97f1 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 10 Aug 2017 10:27:38 -0500 Subject: Externalize IP_ADDRESS variable Several places were using this variable, therefore it was placed in a common place. Change-Id: I481a62482cd2bb55b4a76623309d0977ddb67fe7 Signed-off-by: Victor Morales --- bootstrap/vagrant-onap/lib/sdc | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap/vagrant-onap/lib/sdc') diff --git a/bootstrap/vagrant-onap/lib/sdc b/bootstrap/vagrant-onap/lib/sdc index 626d9d731..d3619f569 100755 --- a/bootstrap/vagrant-onap/lib/sdc +++ b/bootstrap/vagrant-onap/lib/sdc @@ -67,7 +67,6 @@ function compile_all_sdc_repos { # install_sdc() - Function that pull templates and executes function install_sdc { - IP_ADDRESS=$(ifconfig eth0 | grep "inet addr" | tr -s ' ' | cut -d' ' -f3 | cut -d':' -f2) local ENV_NAME=$dmaap_topic local MR_IP_ADDR='10.0.11.1' local RELEASE=$docker_version -- cgit 1.2.3-korg