diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-09-03 10:27:42 +0800 |
---|---|---|
committer | songgongjun <gongjun.song@intel.com> | 2019-09-03 15:34:49 +0800 |
commit | 65c7c6a5801df1c118a87f8741bc06b67dfaa919 (patch) | |
tree | 3618a87fc4c530df146dcc71a193aa0032bb2a93 /pike/vagrant/compute.conf | |
parent | ce4644f69838660c02afba6f6393e9705cddee40 (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/compute.conf')
-rw-r--r-- | pike/vagrant/compute.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pike/vagrant/compute.conf b/pike/vagrant/compute.conf new file mode 100644 index 00000000..f6c19eaa --- /dev/null +++ b/pike/vagrant/compute.conf @@ -0,0 +1,20 @@ +[[local|localrc]] +SCREEN_LOGDIR=/opt/stack/log +LOGFILE=stack.sh.log +LOG_COLOR=False + +HOST_IP=HOSTIP +HOST_NAME=HOSTNAME +SERVICE_HOST=192.168.0.10 +SERVICE_HOST_NAME=control + +ADMIN_PASSWORD=admin +SERVICE_PASSWORD=admin +DATABASE_PASSWORD=mysql +RABBIT_PASSWORD=rabbit + +ENABLED_SERVICES=rabbit,n-cpu,n-novnc,placement-client,q-agt +LIBVIRT_TYPE=qemu + +OVS_BRIDGE_MAPPINGS=public:br-ex +OVS_PHYSICAL_BRIDGE=br-ex |