Skip to content

Commit

Permalink
Use networking.machineCIDR
Browse files Browse the repository at this point in the history
This pull request removed the platform-specific
`openstack.NetworkCIDRBlock` and friends in favour of a cross-platform
`networking.machineCIDR`:

openshift/installer#983

Deployments using the old NetworkCIDRBlock are failing now.
  • Loading branch information
tomassedovic committed Jan 8, 2019
1 parent 85a5648 commit af1d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_run_ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ networking:
- cidr: 10.128.0.0/14
hostSubnetLength: 9
serviceCIDR: 172.30.0.0/16
machineCIDR: 10.0.0.0/16
type: OpenshiftSDN
platform:
openstack:
NetworkCIDRBlock: 10.0.0.0/16
baseImage: ${OPENSTACK_IMAGE}
cloud: ${OS_CLOUD}
externalNetwork: ${OPENSTACK_EXTERNAL_NETWORK}
Expand Down

0 comments on commit af1d832

Please sign in to comment.