File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ openstack_network_external_internet:
179179 project : " admin"
180180 provider_network_type : " vlan"
181181 provider_physical_network : " physnet1"
182- provider_segmentation_id : 2803
182+ provider_segmentation_id : 2280
183183 shared : false
184184 external : true
185185 # Subnet configuration.
@@ -189,10 +189,10 @@ openstack_network_external_internet:
189189openstack_subnet_external_internet :
190190 name : " {{ openstack_network_external_internet_name }}"
191191 project : " admin"
192- cidr : " 10.129.30 .0/23 "
193- gateway_ip : " 10.129.31.254 "
194- allocation_pool_start : " 10.129.30.20 "
195- allocation_pool_end : " 10.129.31.240 "
192+ cidr : " 10.3.0 .0/24 "
193+ gateway_ip : " 10.3.0.250 "
194+ allocation_pool_start : " 10.3.0.10 "
195+ allocation_pool_end : " 10.3.0.249 "
196196
197197#
198198# External/Ceph network
You can’t perform that action at this time.
0 commit comments