diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-17 14:38:29 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-11-17 14:44:32 -0500 |
commit | 03a5504a653879fc8c1ed482146b64eafdccc4da (patch) | |
tree | 97d4bb53fa6e9e0d961f11b7830593777dd8b52e /inventory/byo | |
parent | 6782fa3c9e01b02e6a29e676f6bbe53d040b9708 (diff) | |
download | openshift-03a5504a653879fc8c1ed482146b64eafdccc4da.tar.gz openshift-03a5504a653879fc8c1ed482146b64eafdccc4da.tar.bz2 openshift-03a5504a653879fc8c1ed482146b64eafdccc4da.tar.xz openshift-03a5504a653879fc8c1ed482146b64eafdccc4da.zip |
Allow users to disable the origin repo creation
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.origin.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index e769537f9..5a95ecf94 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -634,6 +634,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Enable API service auditing, available as of 1.3 #openshift_master_audit_config={"basicAuditEnabled": true} +# Enable origin repos that point at Centos PAAS SIG, defaults to true, only used +# by deployment_type=origin +#openshift_enable_origin_repo=false + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |