-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontroller_local.conf
79 lines (64 loc) · 1.84 KB
/
controller_local.conf
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
[[local|localrc]]
OFFLINE=true
RECLONE=no
HOST_IP=172.16.7.45
DATA_IP=10.1.1.10
ADMIN_PASSWORD=password
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
LDAP_PASSWORD=password
SERVICE_TOKEN=password
SLAPPASS=`slappasswd -s $LDAP_PASSWORD`
##Services
DATABASE_TYPE=mysql
SERVICE_HOST=172.16.7.45
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
Q_HOST=$SERVICE_HOST
#Enabled/disabled services
# disable Heat (orchestration) Service
disable_service heat h-api h-api-cfn h-api-cw h-eng
disable_service c-api c-sch c-vol
disable_service n-net
enable_service n-cpu
ENABLED_SERVICES+=,q-svc,neutron,q-agt
#,q-vpn,q-l3,q-meta
#ENABLED_SERVICES+=,horizon
disable_service horizon
IPSEC_PACKAGE=openswan
enable_service ldap
KEYSTONE_CLEAR_LDAP=yes
KEYSTONE_IDENTITY_BACKEND=ldap
KEYSTONE_TOKEN_FORMAT=UUID
##Plugin-Configurtion
Q_PLUGIN=ml2
Q_AGENT=openvswitch
ENABLE_TENANT_TUNNELS=True
TENANT_TUNNEL_RANGES=1:1000
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population
Q_AGENT_EXTRA_OVS_OPTS=(local_ip=$DATA_IP)
Q_USE_NAMESPACE=True
Q_USE_SECGROUP=True
# Images
# Use this image when creating test instances
IMAGE_URLS+=",http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img"
# Use this image when working with Orchestration (Heat)
#IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2"
# Branches
KEYSTONE_BRANCH=stable/icehouse
NOVA_BRANCH=stable/icehouse
NEUTRON_BRANCH=stable/icehouse
GLANCE_BRANCH=stable/icehouse
HORIZON_BRANCH=stable/icehouse
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/log
[[post-config|$NEUTRON_CONF]]
[DEFAULT]
service_plugins=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.vpn.plugin.VPNDriverPlugin
[[post-config|/$Q_PLUGIN_CONF_FILE]]
[ovs]
local_ip=$DATA_IP