diff options
author | Tim Rozet <trozet@redhat.com> | 2015-07-28 15:39:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-07-28 15:39:49 +0000 |
commit | 1a9d2532a3cf8bf01fbe829d38bc8988d43aca44 (patch) | |
tree | 102270b235cc201fd22ac3ffa57f017f9c228a0c /compass/deploy/conf/baremetal.conf | |
parent | 151d0c11410d69d68d6985a275faf0d68958bc9a (diff) | |
parent | 99c363dbd827c430cf2bed2cd27c66be4642bae2 (diff) |
Merge "speed up the installation of compass"
Diffstat (limited to 'compass/deploy/conf/baremetal.conf')
-rw-r--r-- | compass/deploy/conf/baremetal.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/compass/deploy/conf/baremetal.conf b/compass/deploy/conf/baremetal.conf new file mode 100644 index 0000000..317d561 --- /dev/null +++ b/compass/deploy/conf/baremetal.conf @@ -0,0 +1,20 @@ +export VIRT_CPUS=4 +export HOST_MACS="'64:3e:8c:4c:6d:a3' '64:3e:8c:4c:6d:37' '64:3e:8c:4c:6c:d7' '64:3e:8c:4c:6b:7b' '64:3e:8c:4c:68:2b'" +export VIRT_MEM=16384 +export VIRT_DISK=30G +export 'ADAPTER_OS_PATTERN=(?i)ubuntu-14\.04.*' +#export 'ADAPTER_OS_PATTERN=(?i)centos-6\.5.*' +export ADAPTER_NAME="openstack_juno" +export ADAPTER_TARGET_SYSTEM_PATTERN="^openstack$" +export ADAPTER_FLAVOR_PATTERN="HA-ansible-multinodes" +export HOSTNAMES="host1,host2,host3,host4,host5" +export HOST_ROLES="host1=controller,ha;host2=controller,ha;host3=controller,ha;host4=compute;host5=compute" +export DEFAULT_ROLES="" +export SWITCH_IPS="172.29.1.166" +export SWITCH_CREDENTIAL="version=2c,community=public" +export DEPLOYMENT_TIMEOUT="150" +export POLL_SWITCHES_FLAG="nopoll_switches" +export DASHBOARD_URL="" +export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source ${REGTEST_DIR}/base.conf +export VIP="10.1.0.222" |