diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-27 11:10:21 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-27 11:10:21 -0400 |
commit | 4e76087deabab452c97c2b17739403c10b6a0026 (patch) | |
tree | 043628b7a804ad66019129129cc0186289d80a28 /inventory/byo | |
parent | 0952f2a35827e5f06d40d60d53d5fbcaa4f86c51 (diff) | |
parent | b08d42644b1d65b13c89a3f47b48f16eb15d2344 (diff) | |
download | openshift-4e76087deabab452c97c2b17739403c10b6a0026.tar.gz openshift-4e76087deabab452c97c2b17739403c10b6a0026.tar.bz2 openshift-4e76087deabab452c97c2b17739403c10b6a0026.tar.xz openshift-4e76087deabab452c97c2b17739403c10b6a0026.zip |
Merge pull request #459 from spinolacastro/fluentd
Configure Fluentd
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 16b89d458..2bbc4ca1e 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -41,6 +41,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Allow all auth #openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}] +# Configure Fluentd +#use_fluentd=true + # master cluster ha variables using pacemaker or RHEL HA #openshift_master_cluster_password=openshift_cluster #openshift_master_cluster_vip=192.168.133.25 |