From 02708db0054bcabf4db151d4b364d70ecc44ef18 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 25 Jul 2017 17:01:04 +0800 Subject: Adapt network.yml to OpenStack Ansible JIRA:COMPASS-557 1. modify sys_intf_mappings and ip_settings in network.yml to synchronize with OSA network. networks compass build will be mgmt, external, tenant, storage. 2. modify compass_conf to support new netwok.yml 3. fix some hard coding when transfer ip parameters 4. support heterogeneous network Change-Id: Ib4a8af1f96a40e6456242e3dc2b456e0c8c17c2e Signed-off-by: Harry Huang --- deploy/conf/compass.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy/conf/compass.conf') diff --git a/deploy/conf/compass.conf b/deploy/conf/compass.conf index 4ea087d6..4102fb96 100644 --- a/deploy/conf/compass.conf +++ b/deploy/conf/compass.conf @@ -1,8 +1,8 @@ export COMPASS_VIRT_CPUS=4 export COMPASS_VIRT_MEM=4096 export COMPASS_SERVER=$INSTALL_IP -export COMPASS_SERVER_URL="http://$MGMT_IP:5050/api" -export HTTP_SERVER_URL="http://$MGMT_IP:5050/api" +export COMPASS_SERVER_URL="http://$INSTALL_IP:5050/api" +export HTTP_SERVER_URL="http://$INSTALL_IP:5050/api" export COMPASS_USER_EMAIL="admin@huawei.com" export COMPASS_USER_PASSWORD="admin" export COMPASS_DNS1=${COMPASS_DNS1:-'8.8.8.8'} -- cgit 1.2.3-korg