From f0fd9149506ca92db0dd7f17cf027ccb434bb99a Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 14 Sep 2017 22:54:53 +0800 Subject: setup function test framework this patch is to setup function test framwork for multicloud Change-Id: I372ca4a11878b25fd9b5f4b7ed199e0d8748e11d Issue-Id: MULTICLOUD-92 Signed-off-by: Guo Ruijing --- ocata/vagrant/control.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ocata/vagrant/control.conf (limited to 'ocata/vagrant/control.conf') diff --git a/ocata/vagrant/control.conf b/ocata/vagrant/control.conf new file mode 100644 index 00000000..5b551211 --- /dev/null +++ b/ocata/vagrant/control.conf @@ -0,0 +1,29 @@ +[[local|localrc]] +SCREEN_LOGDIR=/opt/stack/log +LOGFILE=stack.sh.log +LOG_COLOR=False + +HOST_IP=192.168.0.10 +HOST_NAME=control +SERVICE_HOST=192.168.0.10 +SERVICE_HOST_NAME=control + +ADMIN_PASSWORD=admin +SERVICE_PASSWORD=admin +DATABASE_PASSWORD=mysql +RABBIT_PASSWORD=rabbit + +enable_plugin heat https://git.openstack.org/openstack/heat stable/ocata +disable_service n-net +disable_service tempest +ENABLED_SERVICES+=,placement-api,q-svc,q-dhcp,q-meta,q-l3 +ENABLED_SERVICES+=,h-eng,h-api,h-api-cfn,h-api-cw + +## Neutron options +FLOATING_RANGE="192.168.1.0/24" +PUBLIC_NETWORK_GATEWAY="192.168.1.1" +FIXED_RANGE="10.0.0.0/24" +Q_FLOATING_ALLOCATION_POOL=start=192.168.1.200,end=192.168.1.250 +Q_USE_SECGROUP=False +Q_L3_ENABLED=True +Q_USE_PROVIDERNET_FOR_PUBLIC=True -- cgit 1.2.3-korg