From 63673919ae66cd0d963f46a3fe9c5f0c92a1331a Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 27 Jun 2016 09:00:58 -0400 Subject: Make image stream munging optional --- inventory/byo/hosts.aep.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory/byo/hosts.aep.example') diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index cddd5175c..34b57e4a6 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -79,6 +79,9 @@ deployment_type=atomic-enterprise # only need to inject your own registry you may want to consider # openshift_docker_additional_registries instead #oreg_url=example.com/aep3/aep-${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 # Additional yum repos to install #openshift_additional_repos=[{'id': 'aep-devel', 'name': 'aep-devel', 'baseurl': 'http://example.com/puddle/build/AtomicOpenShift/3.1/latest/RH7-RHOSE-3.0/$basearch/os', 'enabled': 1, 'gpgcheck': 0}] -- cgit v1.2.3