-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocal.conf
More file actions
94 lines (76 loc) · 2.54 KB
/
local.conf
File metadata and controls
94 lines (76 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Originally provided by jhershbe
# This is a Red Hat internal mirror of e.g. git.openstack.org
# Uncomment if you are on the Red Hat VPN and have temporary git.openstack.org connection issues:
## GIT_BASE=git://mirrors.usersys.redhat.com
[[local|localrc]]
LOGFILE=/opt/logs/stack/stack.sh.log
SCREEN_LOGDIR=/opt/logs/stack
LOG_COLOR=False
OFFLINE=False
RECLONE=True
VERBOSE=True
disable_all_services
enable_service g-api g-reg key n-api n-crt n-obj n-cpu n-cond n-sch n-novnc n-xvnc n-cauth
disable_service q-l3
enable_service neutron q-dhcp q-meta q-svc odl-compute odl-neutron
enable_service mysql rabbit
# Tempest has python issues on install (on newton), see e.g. https://lists.opendaylight.org/pipermail/netvirt-dev/2017-March/003666.html, so disable:
## enable_service tempest
# Horizon, the /dashboard UI, consumes a lot of memory; ensure the Vagrantfile provisions "enough" RAM...
## enable_service horizon
Q_L3_ENABLED=True
NEUTRON_CREATE_INITIAL_NETWORKS=False
## PUBLIC_NETWORK_GATEWAY=10.11.12.1
## FLOATING_RANGE=10.11.12.0/24
HOST_IP=192.168.150.10
HOST_NAME=control
SERVICE_HOST_NAME=$HOST_NAME
SERVICE_HOST=$HOST_IP
Q_HOST=$SERVICE_HOST
FLAT_INTERFACE=ens9
Q_ML2_PLUGIN_TYPE_DRIVERS=flat,vlan,gre,vxlan
ML2_VLAN_RANGES=physnet:1000:1999
PHYSICAL_NETWORK=physnet
PUBLIC_NETWORK=physnet
enable_plugin networking-odl http://git.openstack.org/openstack/networking-odl stable/newton
ODL_MODE=manual
ODL_PORT=8080
ODL_MGR_IP=192.168.150.1
# Do NOT use this:
## ODL_PROVIDER_MAPPINGS=physnet:ens3
ODL_L3=False
## ODL_V2DRIVER=True
VNCSERVER_PROXYCLIENT_ADDRESS=$HOST_IP
VNCSERVER_LISTEN=0.0.0.0
DATABASE_PASSWORD=mysql
RABBIT_PASSWORD=rabbit
QPID_PASSWORD=rabbit
SERVICE_TOKEN=service
SERVICE_PASSWORD=admin
ADMIN_PASSWORD=admin
BRANCH=stable/newton
GLANCE_BRANCH=$BRANCH
HORIZON_BRANCH=$BRANCH
KEYSTONE_BRANCH=$BRANCH
NOVA_BRANCH=$BRANCH
NEUTRON_BRANCH=$BRANCH
SWIFT_BRANCH=$BRANCH
CINDER_BRANCH=$BRANCH
HEAT_BRANCH=$BRANCH
TROVE_BRANCH=$BRANCH
CEILOMETER_BRANCH=$BRANCH
REQUIREMENTS_BRANCH=$BRANCH
enable_plugin networking-l2gw http://git.openstack.org/openstack/networking-l2gw stable/newton
enable_service l2gw-plugin
NETWORKING_L2GW_SERVICE_DRIVER=L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default
[[post-config|$NEUTRON_CONF]]
[DEFAULT]
service_plugins = networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin
[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
[agent]
minimize_polling=True
[ml2_odl]
port_binding_controller = network-topology
password = admin
username = admin
url = http://192.168.150.1:8181/controller/nb/v2/neutron