summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-05 11:03:47 -0400
committerGitHub <noreply@github.com>2016-07-05 11:03:47 -0400
commit6bddc67edcf70cec619c7d89ffd25a7336fece9a (patch)
treeb410a4017b26dd91820863505f22e2a97f919c70 /inventory/byo/hosts.origin.example
parent3c15d29e2eec5dd5f5022706220f249bc3dfb245 (diff)
parent63673919ae66cd0d963f46a3fe9c5f0c92a1331a (diff)
downloadopenshift-6bddc67edcf70cec619c7d89ffd25a7336fece9a.tar.gz
openshift-6bddc67edcf70cec619c7d89ffd25a7336fece9a.tar.bz2
openshift-6bddc67edcf70cec619c7d89ffd25a7336fece9a.tar.xz
openshift-6bddc67edcf70cec619c7d89ffd25a7336fece9a.zip
Merge pull request #2085 from sdodson/is-munging
Make image stream munging optional
Diffstat (limited to 'inventory/byo/hosts.origin.example')
-rw-r--r--inventory/byo/hosts.origin.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 9cb6b3740..009731777 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -80,6 +80,10 @@ deployment_type=origin
# only need to inject your own registry you may want to consider
# openshift_docker_additional_registries instead
#oreg_url=example.com/openshift3/ose-${component}:${version}
+# If oreg_url points to a registry other than registry.access.redhat.com we can
+# modify image streams to point at that registry by setting the following to true
+#openshift_examples_modify_imagestreams=True
+
# Origin copr repo
#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'}]