Browse Source

Fix OpenShiftSDN case

Russell Teague 6 years ago
parent
commit
ae767027bb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      inventory/install-config-example.yml
  2. 2 2
      test/libvirt/install-config.yml.template

+ 1 - 1
inventory/install-config-example.yml

@@ -13,7 +13,7 @@ networking:
   - cidr: 10.128.0.0/14
     hostSubnetLength: 9
   serviceCIDR: 172.30.0.0/16
-  type: OpenshiftSDN
+  type: OpenShiftSDN
 platform:
   libvirt:
     # This URI is not actually used

+ 2 - 2
test/libvirt/install-config.yml.template

@@ -9,10 +9,10 @@ metadata:
   name: ${OCP_CLUSTER_NAME}
 networking:
   clusterNetworks:
-  - cidr:             10.128.0.0/14
+  - cidr: 10.128.0.0/14
     hostSubnetLength: 9
   serviceCIDR: 172.30.0.0/16
-  type:        OpenshiftSDN
+  type: OpenShiftSDN
 platform:
   libvirt:
     URI: qemu+tcp://192.168.122.1/system