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/deploy_host.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy/deploy_host.sh') diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh index aa90dca6..5fa950c5 100755 --- a/deploy/deploy_host.sh +++ b/deploy/deploy_host.sh @@ -10,11 +10,11 @@ rsa_file=$compass_vm_dir/boot.rsa function rename_nics(){ - python $COMPASS_DIR/deploy/rename_nics.py $DHA $rsa_file $MGMT_IP $OS_VERSION + python $COMPASS_DIR/deploy/rename_nics.py $DHA $rsa_file $INSTALL_IP $OS_VERSION } function add_bonding(){ - python $COMPASS_DIR/deploy/bonding.py $NETWORK $rsa_file $MGMT_IP + python $COMPASS_DIR/deploy/bonding.py $NETWORK $rsa_file $INSTALL_IP } function deploy_host(){ -- cgit 1.2.3-korg