From 80c770bb093ad2af54171de1a2c4630536d4daf0 Mon Sep 17 00:00:00 2001 From: baigk Date: Fri, 9 Oct 2015 18:32:31 +0800 Subject: bugfix: libvirt_type should be kvm when host is barebetal mode JIRA: COMPASS-81 Change-Id: Iba3cb182a3e461ab89eb40fdba7800b8b2a1fc3e Signed-off-by: baigk --- deploy/conf/base.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'deploy/conf/base.conf') diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 050fe350..c48aca64 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -9,18 +9,8 @@ export MGMT_MASK=${MAGMT_MASK:-255.255.252.0} export MGMT_GW=${MAGMT_GW:-192.168.200.1} export MGMT_IP_START=${MGMT_IP_START:-192.168.200.3} export MGMT_IP_END=${MGMT_IP_END:-192.168.200.254} -export OM_NIC=${OM_NIC:-eth3} -export COMPASS_VIRT_CPUS=4 -export COMPASS_VIRT_MEM=4096 -export COMPASS_SERVER=$INSTALL_IP -export COMPASS_SERVER_URL="http://$COMPASS_SERVER/api" -export COMPASS_USER_EMAIL="admin@huawei.com" -export COMPASS_USER_PASSWORD="admin" +export EXTERNAL_NIC=${EXTERNAL_NIC:-eth3} export CLUSTER_NAME="opnfv2" -export LANGUAGE="EN" -export TIMEZONE="America/Los_Angeles" -export NTP_SERVER="$COMPASS_SERVER" -export NAMESERVERS="$COMPASS_SERVER" export DOMAIN="ods.com" export PARTITIONS="/=70%,/home=5%,/tmp=5%,/var=20%" export SUBNETS="10.1.0.0/24,172.16.2.0/24,172.16.3.0/24,172.16.4.0/24" -- cgit 1.2.3-korg