-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathundercloud.conf
32 lines (30 loc) · 885 Bytes
/
undercloud.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
# Config generated by undercloud wizard
# Use these values in undercloud.conf
[DEFAULT]
undercloud_hostname = director.example.local
local_interface = ens224
local_mtu = 1500
local_ip = 10.1.2.2/24
undercloud_public_host = 10.1.2.17
undercloud_admin_host = 10.1.2.18
undercloud_service_certificate =
generate_service_certificate = True
scheduler_max_attempts = 20
# Deprecated names for compatibility with older releases
discovery_iprange = 10.1.2.34,10.1.2.53
undercloud_public_vip = 10.1.2.17
undercloud_admin_vip = 10.1.2.18
network_cidr = 10.1.2.0/24
dhcp_start = 10.1.2.4
dhcp_end = 10.1.2.33
inspection_iprange = 10.1.2.34,10.1.2.53
network_gateway = 10.1.2.1
masquerade_network = 10.1.2.0/24
# End of deprecated names
[ctlplane-subnet]
cidr = 10.1.2.0/24
gateway = 10.1.2.1
dhcp_start = 10.1.2.4
dhcp_end = 10.1.2.33
inspection_iprange = 10.1.2.34,10.1.2.53
masquerade = true