-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.conf
84 lines (53 loc) · 2.44 KB
/
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
80
81
82
83
84
#Local.conf configurado para meu sistema
[[local|localrc]]
############################ Passwords ###################################
ADMIN_PASSWORD=SENHA
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
############################ Logging ######################################
LOG_COLOR=False
LOGFILE=$DEST/logs/stack.sh.log
########################## Networking #####################################
IP_VERSION=4
HOST_IP=172.16.1.103
# Enable internal DNS resolution in ml2_conf.ini
Q_ML2_PLUGIN_EXT_DRIVERS=port_security,dns_domain_ports
# The remaining network settings connect the cloud to the external network.
# START and END are the first and last IP address of a range that can be used
# for allocating floating IPs. I.e. this range is not used in your network.
# Q_FLOATING_ALLOCATION_POOL=start=***.**.*.***,end=***.**.*.***
FLOATING_RANGE=172.16.1.224/27
# The router in your home or lab network
PUBLIC_NETWORK_GATEWAY=172.16.1.1
# The NIC that connects your machine to the home or lab network
PUBLIC_INTERFACE=enp3s4f0
Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=FALSE
# Open vSwitch provider networking configuration
# These are probably default values
Q_USE_PROVIDERNET_FOR_PUBLIC=True
OVS_PHYSICAL_BRIDGE=br-ex
PUBLIC_BRIDGE=br-ex
OVS_BRIDGE_MAPPINGS=public:br-ex
######################### Software sources ################################
# Ensure the latest software is installed
PIP_UPGRADE=True
########################## Glance #########################################
DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
########################## Swift ##########################################
# by default, Devstack interactively asks for a hash value. Avoid this.
SWIFT_HASH=123
enable_service swift
########################## Heat ###########################################
enable_plugin heat https://git.openstack.org/openstack/heat stable/2023.1
enable_service h-eng h-api h-api-cfn h-api-cw
enable_plugin heat-dashboard https://git.openstack.org/openstack/heat-dashboard stable/2023.1
enable_se rvice heat-dashboard
####################### Cinder: Enable backup #############################
enable_service c-bak
###########################################################################
################### Post config for Neutron (DNS) #########################
[[post-config|$NEUTRON_CONF]]
[DEFAULT]
dns_domain = devstack.org.