Skip to content

Commit 58e8065

Browse files
authored
Merge pull request #19 from ACRC/vlan-2280
Reconfigure external network for VLAN 2280
2 parents c53ac91 + abc266a commit 58e8065

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

etc/openstack-config/openstack-config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
189189
openstack_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

0 commit comments

Comments
 (0)