diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-24 09:04:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 09:04:59 -0400 |
commit | ac8f77887acae94a789f4b8fdc1f3f18a4446024 (patch) | |
tree | 95d0b2d23ab8bd2bab0ee11658a0f54932025953 /inventory | |
parent | a095a161737637aa69fe88a1bf4a4bfae6718330 (diff) | |
parent | b48887efc53b3757c6f179f1bfef2459b954a957 (diff) | |
download | openshift-ac8f77887acae94a789f4b8fdc1f3f18a4446024.tar.gz openshift-ac8f77887acae94a789f4b8fdc1f3f18a4446024.tar.bz2 openshift-ac8f77887acae94a789f4b8fdc1f3f18a4446024.tar.xz openshift-ac8f77887acae94a789f4b8fdc1f3f18a4446024.zip |
Merge pull request #4307 from dmsimard/openshift-testing
Support enabling the centos-openshift-origin-testing repository
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 6e53b4fd9..ff2bdb0c5 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -156,8 +156,9 @@ openshift_release=v3.6 # modify image streams to point at that registry by setting the following to true #openshift_examples_modify_imagestreams=true -# Origin copr repo +# OpenShift repository configuration #openshift_additional_repos=[{'id': 'openshift-origin-copr', 'name': 'OpenShift Origin COPR', 'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/epel-7-$basearch/', 'enabled': 1, 'gpgcheck': 1, 'gpgkey': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg'}] +#openshift_repos_enable_testing=false # htpasswd auth openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}] diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index e3e9220fc..68639eebf 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -155,8 +155,9 @@ openshift_release=v3.6 # modify image streams to point at that registry by setting the following to true #openshift_examples_modify_imagestreams=true -# Additional yum repos to install +# OpenShift repository configuration #openshift_additional_repos=[{'id': 'ose-devel', 'name': 'ose-devel', 'baseurl': 'http://example.com/puddle/build/AtomicOpenShift/3.1/latest/RH7-RHOSE-3.0/$basearch/os', 'enabled': 1, 'gpgcheck': 0}] +#openshift_repos_enable_testing=false # htpasswd auth openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}] |