Merge "adding build deps"
[apex.git] / config / deploy / deploy_settings.yaml
1 global_params:
2   ha_enabled: true
3   network_isolation_settings: network/network-environment-example.yaml
4
5 deploy_options:
6   # instack_ip
7   # IP address given to instack on the provisioning network
8   instack_ip: 192.0.2.1
9   # CIDR of provisioning network
10   provisioning_cidr: 192.0.2.0/24
11   # gateway IP of provisioning network
12   provisioning_gateway: 192.0.2.1
13   # IP pool start used for provisioning overcloud nodes
14   provisioning_dhcp_start: 192.0.2.5
15   # IP pool end used for inspecting overcloud nodes
16   provisioning_dhcp_end: 192.0.2.24
17   # IP pool used for inspecting overcloud nodes on the provisioning network
18   provisioning_inspection_iprange: 192.0.2.100,192.0.2.124
19   sdn_controller: opendaylight
20   tacker: false
21   congress: false
22   # CIDR used to for the external network
23   ext_net_cidr: 192.168.37.0/24
24   # Allocation pools for floating ip addresses on the ext net
25   ext_allocation_pool_start: 192.168.37.50
26   ext_allocation_pool_end: 192.168.37.99
27   # Default Gateway for External Network
28   ext_gateway: 192.168.37.1