forked from ader1990/devstack-localrc
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathall-in-one-localrc
62 lines (48 loc) · 1.3 KB
/
all-in-one-localrc
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
# Network
# eth0: management
# eth1: guest data
# eth2: public
#
# After ./stack.sh, make sure that eth1 and eth2 are properly setup in OVS:
# sudo ovs-vsctl add-br br-eth1
# sudo ovs-vsctl add-port br-eth1 eth1
# sudo ovs-vsctl add-port br-ex eth2
# Set this to your management IP
HOST_IP=x.y.z.w
disable_service n-net
enable_service n-cpu
enable_service rabbit
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service neutron
# Uncomment to disable Horizon
#disable_service horizon
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
#enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator
disable_service n-net
#disable_service n-cpu
# Uncomment if you need tempest
#enable_service tempest
Q_PLUGIN=openvswitch
ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=2000:3000
PHYSICAL_NETWORK=physnet1
OVS_ENABLE_TUNNELING=False
OVS_BRIDGE_MAPPINGS=physnet1:br-eth1
OVS_PHYSICAL_BRIDGE=br-eth1
PUBLIC_INTERFACE_DEFAULT=eth2
GUEST_INTERFACE_DEFAULT=eth1
VOLUME_BACKING_FILE_SIZE=50000M
LIBVIRT_TYPE=kvm
SCREEN_LOGDIR=$DEST/logs/screen
DATABASE_PASSWORD=Passw0rd
RABBIT_PASSWORD=Passw0rd
SERVICE_TOKEN=Passw0rd
SERVICE_PASSWORD=Passw0rd
ADMIN_PASSWORD=Passw0rd
VERBOSE=True
API_RATE_LIMIT=False
#RECLONE=yes