From 6303b57e8d7f3530d9dfd0896708a712fdc8f919 Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Tue, 13 Oct 2015 22:37:21 +0800 Subject: support connecting compass core and virtual machine by external ip JIRA: COMPASS-86 Change-Id: I53ac86242088d5d6f22f6d692a7e60ce97e07f6e Signed-off-by: carey.xu --- deploy/host_virtual.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'deploy/host_virtual.sh') diff --git a/deploy/host_virtual.sh b/deploy/host_virtual.sh index 35ab4352..d769010b 100644 --- a/deploy/host_virtual.sh +++ b/deploy/host_virtual.sh @@ -30,10 +30,8 @@ function launch_host_vms() { -e "s/REPLACE_NAME/$host/g" \ -e "s#REPLACE_IMAGE#$vm_dir/disk.img#g" \ -e "s/REPLACE_BOOT_MAC/${mac_array[i]}/g" \ - -e "s/REPLACE_BRIDGE_MGMT/br_install/g" \ - -e "s/REPLACE_BRIDGE_TENANT/br_external/g" \ - -e "s/REPLACE_BRIDGE_PUBLIC/br_install/g" \ - -e "s/REPLACE_BRIDGE_STORAGE/br_install/g" \ + -e "s/REPLACE_NET_INSTALL/install/g" \ + -e "s/REPLACE_NET_TENANT/external/g" \ $COMPASS_DIR/deploy/template/vm/host.xml\ > $vm_dir/libvirt.xml -- cgit 1.2.3-korg