diff options
author | Jeremiah Stuever <jstuever@redhat.com> | 2016-03-21 17:10:13 -0400 |
---|---|---|
committer | Jeremiah Stuever <jstuever@redhat.com> | 2016-05-20 00:12:03 -0400 |
commit | 2eadb105d5d55c0c283bec33cd2c33bca1b5361a (patch) | |
tree | acbd696912d74ecd2401d93c28634b30a23d530f /inventory | |
parent | 4e26dbf34ecd2c115beb097de34b22b91e365231 (diff) | |
download | openshift-2eadb105d5d55c0c283bec33cd2c33bca1b5361a.tar.gz openshift-2eadb105d5d55c0c283bec33cd2c33bca1b5361a.tar.bz2 openshift-2eadb105d5d55c0c283bec33cd2c33bca1b5361a.tar.xz openshift-2eadb105d5d55c0c283bec33cd2c33bca1b5361a.zip |
Adding openshift_clock parameters to example inventory files
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index c31d39d59..634d043f7 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -408,6 +408,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # masterConfig.volumeConfig.dynamicProvisioningEnabled, configurable as of 1.2/3.2, enabled by default #openshift_master_dynamic_provisioning_enabled=False +# Configure usage of openshift_clock role. +#openshift_clock_enabled=true # host group for masters [masters] diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 3a7842a33..bea6de7cd 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -413,6 +413,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # masterConfig.volumeConfig.dynamicProvisioningEnabled, configurable as of 1.2/3.2, enabled by default #openshift_master_dynamic_provisioning_enabled=False +# Configure usage of openshift_clock role. +#openshift_clock_enabled=true + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index cb46c352e..4ab8fa988 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -409,6 +409,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # masterConfig.volumeConfig.dynamicProvisioningEnabled, configurable as of 1.2/3.2, enabled by default #openshift_master_dynamic_provisioning_enabled=False +# Configure usage of openshift_clock role. +#openshift_clock_enabled=true + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |