diff options
author | Mark McKinstry <mmckinst@redhat.com> | 2017-06-01 14:45:22 -0700 |
---|---|---|
committer | Mark McKinstry <mmckinst@redhat.com> | 2017-06-01 14:49:36 -0700 |
commit | df068106708d0c22e84a72e6bbbc66bb95c55341 (patch) | |
tree | aa2dfdfb6752d8b5830e6e5cadfaa24e8e4546f9 /inventory/byo/hosts.ose.example | |
parent | 76e4105b6e52cd1f510460d204d37f2b60a790b6 (diff) | |
download | openshift-df068106708d0c22e84a72e6bbbc66bb95c55341.tar.gz openshift-df068106708d0c22e84a72e6bbbc66bb95c55341.tar.bz2 openshift-df068106708d0c22e84a72e6bbbc66bb95c55341.tar.xz openshift-df068106708d0c22e84a72e6bbbc66bb95c55341.zip |
show correct default value in inventory
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 662df8104..4f777c330 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -328,8 +328,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # router's default certificate. #openshift_hosted_router_certificate={"certfile": "/path/to/router.crt", "keyfile": "/path/to/router.key", "cafile": "/path/to/router-ca.crt"} # -# Disable management of the OpenShift Router -#openshift_hosted_manage_router=false +# Manage the OpenShift Router (optional) +#openshift_hosted_manage_router=true # # Router sharding support has been added and can be achieved by supplying the correct # data to the inventory. The variable to house the data is openshift_hosted_routers @@ -406,8 +406,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Validity of the auto-generated certificate in days (optional) #openshift_hosted_registry_cert_expire_days=730 # -# Disable management of the OpenShift Registry -#openshift_hosted_manage_registry=false +# Manage the OpenShift Registry (optional) +#openshift_hosted_manage_registry=true # Registry Storage Options # |