summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.ose.example
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-03 16:01:11 -0400
committerGitHub <noreply@github.com>2016-08-03 16:01:11 -0400
commit7beb8e3454bc710110166179d10a2119b8b091ec (patch)
treeb252354649cd886d72419bfff80e03a6428aee88 /inventory/byo/hosts.ose.example
parentbb10c3ee0ae4736b5e5c912592654baad07f8203 (diff)
parentcb24c6d98b7f5c5d528a8ccd003b1668b42663b6 (diff)
downloadopenshift-7beb8e3454bc710110166179d10a2119b8b091ec.tar.gz
openshift-7beb8e3454bc710110166179d10a2119b8b091ec.tar.bz2
openshift-7beb8e3454bc710110166179d10a2119b8b091ec.tar.xz
openshift-7beb8e3454bc710110166179d10a2119b8b091ec.zip
Merge pull request #2255 from abutcher/hosted-knobs
Add knobs for disabling router/registry management.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r--inventory/byo/hosts.ose.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index b036165be..8e1a9c139 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -253,6 +253,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Provide local certificate paths which will be configured as the
# 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
# Openshift Registry Options
#
@@ -274,6 +277,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Unless specified, openshift-ansible will calculate the replica count
# based on the number of nodes matching the openshift registry selector.
#openshift_hosted_registry_replicas=2
+#
+# Disable management of the OpenShift Registry
+#openshift_hosted_manage_registry=false
# Registry Storage Options
#