Commit 59344c6f authored by Steven Pisarski's avatar Steven Pisarski
Browse files

Updated and attempt to fix network settings that will properly create the...

Updated and attempt to fix network settings that will properly create the subnet for the external network.
parent 2311c869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ public_network:
  network_type: ''
  bridged_interface: 'eno4'
  cidr: 10.197.123.0/24
  gateway: gw-210.cablelabs.com
  gateway: 10.197.123.1
  floating_ip_range: 10.197.123.221,10.197.123.224
  usable_ip_range: 10.197.123.231,10.197.123.254
  provisioner_ip: 10.197.123.10
  provisioner_ip: 10.197.123.1
storage_network:
  enabled: false

+3 −3
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ public_network:
  enabled: true
  network_type: ''
  bridged_interface: 'enp0s20u3'
  cidr: 10.4.100.0/24
  gateway: gw-210.cablelabs.com
  cidr: 10.4.0.0/12
  gateway: 10.4.10.1
  floating_ip_range: 10.4.100.200,10.4.100.255
  usable_ip_range: 10.4.100.50,10.4.100.199
  provisioner_ip: 10.4.100.10
  provisioner_ip: 10.4.10.1
storage_network:
  enabled: false