diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-02-08 16:43:14 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-02-08 16:43:14 -0600 |
commit | 10b809ffa7edad6e21744c92fe744fc45073694a (patch) | |
tree | 39091a84f22674c45ed85d17b6a5c67274673fcc /inventory/byo | |
parent | 8977765b44da953dd23942ef3335aebab5142d95 (diff) | |
download | openshift-10b809ffa7edad6e21744c92fe744fc45073694a.tar.gz openshift-10b809ffa7edad6e21744c92fe744fc45073694a.tar.bz2 openshift-10b809ffa7edad6e21744c92fe744fc45073694a.tar.xz openshift-10b809ffa7edad6e21744c92fe744fc45073694a.zip |
Updating defaults to pull from previously defined variable names used in playbooks
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 1b89bed07..38284e691 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -474,7 +474,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # pods are deleted # # Other Logging Options -- Common items you may wish to reconfigure, for the complete -# list of options please see roles/openshift_hosted_logging/README.md +# list of options please see roles/openshift_logging/README.md # # Configure loggingPublicURL in the master config for aggregate logging, defaults # to https://kibana.{{ openshift_master_default_subdomain }} diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 855be3db4..551918fe4 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -475,7 +475,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # pods are deleted # # Other Logging Options -- Common items you may wish to reconfigure, for the complete -# list of options please see roles/openshift_hosted_logging/README.md +# list of options please see roles/openshift_logging/README.md # # Configure loggingPublicURL in the master config for aggregate logging, defaults # to https://kibana.{{ openshift_master_default_subdomain }} |