diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-09-21 11:02:21 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-09-21 11:02:21 -0400 |
commit | f01688ab89b711f0b927a709faee7547354998c9 (patch) | |
tree | a8c7d51bca5782261ebd44000b82cd97ff8b817b /inventory/byo/hosts.ose.example | |
parent | 4313ad4b3d5dad85d1016d64cc558a749919c563 (diff) | |
download | openshift-f01688ab89b711f0b927a709faee7547354998c9.tar.gz openshift-f01688ab89b711f0b927a709faee7547354998c9.tar.bz2 openshift-f01688ab89b711f0b927a709faee7547354998c9.tar.xz openshift-f01688ab89b711f0b927a709faee7547354998c9.zip |
Add GCE cloud provider kind.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 71e1ebb03..15647efc8 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -148,6 +148,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_cloudprovider_openstack_tenant_name=tenant_name #openshift_cloudprovider_openstack_region=region #openshift_cloudprovider_openstack_lb_subnet_id=subnet_id +# +# GCE +#openshift_cloudprovider_kind=gce # Project Configuration #osm_project_request_message='' |