-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzun-minimal_local_conf
46 lines (32 loc) · 1.29 KB
/
zun-minimal_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
root@dharma:/home/stack/devstack# cat local.conf
[[local|localrc]]
HOST_IP=172.16.69.115
RECLONE=no
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
enable_plugin zun https://git.openstack.org/openstack/zun
enable_plugin kuryr-libnetwork http://git.openstack.org/openstack/kuryr-libnetwork
#Optional: uncomment to enable the Zun UI plugin in Horizon
enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
#Uncomment below variables and enable nova and neutron
#services to use nova docker driver
#ZUN_DRIVER=nova-docker
#IP_VERSION=4
enable_service n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth
enable_service q-svc,q-dhcp,q-meta,q-agt,q-l3
enable_service neutron
#comment out below line to use Horizon Dashboard
enable_service horizon
#comment out below line to use Cinder
enable_service c-sch,c-api,c-vol
#For etcd error unable to start #### --initial-cluster must include dharma=http://172.16.69.157:2380 given --initial-advertise-peer-urls=http://172.16.69.157:2380
disable_service etcd3
#comment out below line to use tempest
enable_service tempest
# to redirect the log files
LOGFILE=$DEST/logs/stack.sh.log
LOGDIR=$DEST/logs