diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-09 13:20:06 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-02-09 13:22:25 -0500 |
commit | 00f438ac92323cf3f2109adb7f2f70998f77bc23 (patch) | |
tree | 1c016c5b454f6142f86bc887afb718786400d44c /inventory | |
parent | 8b6f88ea657662fb6724c2d4863b6c954f9580d8 (diff) | |
download | openshift-00f438ac92323cf3f2109adb7f2f70998f77bc23.tar.gz openshift-00f438ac92323cf3f2109adb7f2f70998f77bc23.tar.bz2 openshift-00f438ac92323cf3f2109adb7f2f70998f77bc23.tar.xz openshift-00f438ac92323cf3f2109adb7f2f70998f77bc23.zip |
Document openshift_cockpit_deployer_prefix and add
openshift_cockpit_deployer_version
Fixes Bug 1393666
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 7 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index c5f9db909..a4a01670a 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -301,6 +301,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Disable management of the OpenShift Router #openshift_hosted_manage_router=false +# OpenShift Registry Console Options +# Override the console image prefix for enterprise deployments, not used in origin +# default is "registry.access.redhat.com/openshift3/" and the image appended is "registry-console" +#openshift_cockpit_deployer_prefix=registry.example.com/myrepo/ +# Override image version, defaults to latest for origin, matches the product version for enterprise +#openshift_cockpit_deployer_version=1.4.1 + # Openshift Registry Options # # An OpenShift registry will be created during install if there are diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index cacdbf115..91ebf9936 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -301,6 +301,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Disable management of the OpenShift Router #openshift_hosted_manage_router=false +# OpenShift Registry Console Options +# Override the console image prefix for enterprise deployments, not used in origin +# default is "registry.access.redhat.com/openshift3/" and the image appended is "registry-console" +#openshift_cockpit_deployer_prefix=registry.example.com/myrepo/ +# Override image version, defaults to latest for origin, matches the product version for enterprise +#openshift_cockpit_deployer_version=1.4.1 + # Openshift Registry Options # # An OpenShift registry will be created during install if there are |