forked from openstack/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalrc_nova
More file actions
73 lines (58 loc) · 1.75 KB
/
localrc_nova
File metadata and controls
73 lines (58 loc) · 1.75 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
FORCE=yes
# this is very interesting: it is to run devstack without connection, thus avoiding package download and reinstall
#OFFLINE=True
#LIBVIRT_TYPE=lxc
DATABASE_PASSWORD=admin
DATABASE_TYPE=mysql
SERVICE_TOKEN=demo
SERVICE_PASSWORD=demo
ADMIN_PASSWORD=demo
ENABLED_SERVICES=key,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,horizon,zeromq,$DATABASE_TYPE
disable_service c-api c-sch c-vol # Disable Cinder service
disable_service g-api g-reg # Disable Glance services
disable_service rabbit
disable_service qpid
#disable_service horizon
disable_service cinder
disable_service n-novnc
disable_service n-xvnc
disable_service n-spice
disable_service n-cauth
#disable_service mysql
#disable_service postgresql
#enable_service sqlite
#enable_service mysql
#enable_service zeromq
#Network
## Controller Host ##
HOST_IP=192.168.0.105
MULTI_HOST=1
FIXED_RANGE=192.168.0.105/24
FIXED_NETWORK_SIZE=256
NETWORK_GATEWAY=192.168.0.92
PUBLIC_INTERFACE=eth0
#Neutron settings if FlatNetwork for Baremetal
PHYSICAL_NETWORK=ctlplane
OVS_PHYSICAL_BRIDGE=br-ctlplane
ALLOCATION_POOL="start=192.168.0.110,end=192.168.0.120"
# Baremetal Network settings
BM_DNSMASQ_IFACE=br-ctlplane
BM_DNSMASQ_RANGE=192.168.0.110,192.168.0.120
# Global baremetal settings for real nodes
BM_POWER_MANAGER=nova.virt.baremetal.ipmi.IPMI
VIRT_DRIVER=baremetal
BM_DNSMASQ_DNS=8.8.8.8
# Change at least BM_FIRST_MAC to match the MAC address of the baremetal node to deploy
BM_FIRST_MAC=b8:27:eb:33:e5:c8
BM_SECOND_MAC=11:22:33:44:55:66
# IPMI credentials for the baremetal node to deploy
BM_PM_ADDR=192.168.0.105
BM_PM_USER=pi
BM_PM_PASS=raspberry
# Make sure to match your Devstack hostname
BM_HOSTNAME=devstack
## Logs ##
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=False
SCREEN_LOGDIR=/opt/stack/logs