summaryrefslogtreecommitdiffstats
path: root/pike/vagrant/control.conf
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-09-03 10:27:42 +0800
committersonggongjun <gongjun.song@intel.com>2019-09-03 15:34:49 +0800
commit65c7c6a5801df1c118a87f8741bc06b67dfaa919 (patch)
tree3618a87fc4c530df146dcc71a193aa0032bb2a93 /pike/vagrant/control.conf
parentce4644f69838660c02afba6f6393e9705cddee40 (diff)
Merge onap and openstack_pike.
Issue-ID: MULTICLOUD-798 Signed-off-by: songgongjun <gongjun.song@intel.com> Change-Id: I13fe7461c0d9c173970b080cdd2cb73dbae930b0
Diffstat (limited to 'pike/vagrant/control.conf')
-rw-r--r--pike/vagrant/control.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/pike/vagrant/control.conf b/pike/vagrant/control.conf
new file mode 100644
index 00000000..5b551211
--- /dev/null
+++ b/pike/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