Browse Source

Add inventory docs for gcp variables

This adds some basic documentation for variables needed
by openshift_cloudprovider_kind=gce

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1541589
Michael Gugino 7 years ago
parent
commit
60c517ab8f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      inventory/hosts.example

+ 7 - 0
inventory/hosts.example

@@ -324,6 +324,13 @@ debug_level=2
 #
 # GCE
 #openshift_cloudprovider_kind=gce
+# Note: When using GCE, openshift_gcp_project and openshift_gcp_prefix must be
+# defined.
+# openshift_gcp_project is the project-id
+#openshift_gcp_project=
+# openshift_gcp_prefix is a unique string to identify each openshift cluster.
+#openshift_gcp_prefix=
+#openshift_gcp_multizone=False
 #
 # vSphere
 #openshift_cloudprovider_kind=vsphere