@@ -77,48 +77,55 @@ internal_mtu: "{{ ansible_facts.default_ipv4.mtu - 50 }}"
77
77
internal_allocation_pool_start : 192.168.37.3
78
78
internal_allocation_pool_end : 192.168.37.254
79
79
internal_vlan : 101
80
+ internal_zone : " internal"
80
81
81
82
# External network
82
83
external_cidr : 192.168.38.0/24
83
84
external_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
84
85
external_allocation_pool_start : 192.168.38.3
85
86
external_allocation_pool_end : 192.168.38.128
86
87
external_vlan : 102
88
+ external_zone : " external"
87
89
88
90
# Public network
89
91
public_cidr : 192.168.39.0/24
90
92
public_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
91
93
public_allocation_pool_start : 192.168.39.3
92
94
public_allocation_pool_end : 192.168.39.254
93
95
public_vlan : 103
96
+ public_zone : " public"
94
97
95
98
# Tunnel network
96
99
tunnel_cidr : 192.168.40.0/24
97
100
tunnel_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
98
101
tunnel_allocation_pool_start : 192.168.40.3
99
102
tunnel_allocation_pool_end : 192.168.40.254
100
103
tunnel_vlan : 104
104
+ tunnel_zone : " tunnel"
101
105
102
106
# Storage network
103
107
storage_cidr : 192.168.41.0/24
104
108
storage_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
105
109
storage_allocation_pool_start : 192.168.41.3
106
110
storage_allocation_pool_end : 192.168.41.254
107
111
storage_vlan : 105
112
+ storage_zone : " storage"
108
113
109
114
# Storage management network
110
115
storage_mgmt_cidr : 192.168.42.0/24
111
116
storage_mgmt_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
112
117
storage_mgmt_allocation_pool_start : 192.168.42.3
113
118
storage_mgmt_allocation_pool_end : 192.168.42.254
114
119
storage_mgmt_vlan : 106
120
+ storage_mgmt_zone : " storage_mgmt"
115
121
116
122
# Provision overcloud network
117
123
provision_oc_cidr : 192.168.33.0/24
118
124
provision_oc_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
119
125
provision_oc_allocation_pool_start : 192.168.33.128
120
126
provision_oc_allocation_pool_end : 192.168.33.254
121
127
provision_oc_vlan : 107
128
+ provision_oc_zone : " provision_oc"
122
129
123
130
# ##############################################################################
124
131
# Network virtual patch link configuration.
0 commit comments