Browse Source

upgrade: Updates warning on missing required variables

Signed-off-by: Steve Milner <smilner@redhat.com>
Steve Milner 7 years ago
parent
commit
4554f0e01e

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/pre/verify_inventory_vars.yml

@@ -22,7 +22,7 @@
         variables when upgrading. These variables should match what is currently used in the cluster. If
         variables when upgrading. These variables should match what is currently used in the cluster. If
         you don't remember what these values are you can find them in /etc/origin/master/master-config.yaml
         you don't remember what these values are you can find them in /etc/origin/master/master-config.yaml
         on a master with the names clusterNetworkCIDR (osm_cluster_network_cidr),
         on a master with the names clusterNetworkCIDR (osm_cluster_network_cidr),
-        osm_host_subnet_length (hostSubnetLength), and openshift_portal_net (hostSubnetLength).
+        hostSubnetLength (osm_host_subnet_length), and serviceNetworkCIDR (openshift_portal_net).
 
 
   # Error out in situations where the user has older versions specified in their
   # Error out in situations where the user has older versions specified in their
   # inventory in any of the openshift_release, openshift_image_tag, and
   # inventory in any of the openshift_release, openshift_image_tag, and