summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-09 17:30:27 -0500
committerGitHub <noreply@github.com>2017-02-09 17:30:27 -0500
commitce9cf2d55babcc1e2ec8eb4b2d69f944d5e728be (patch)
tree9d7f4c0b3f85fe78f65a9fd0ed072ecf516c9d04 /inventory
parent8ee9a7bfe9901db69e5d2ee1d118ed0f7ce81005 (diff)
parent00f438ac92323cf3f2109adb7f2f70998f77bc23 (diff)
downloadopenshift-ce9cf2d55babcc1e2ec8eb4b2d69f944d5e728be.tar.gz
openshift-ce9cf2d55babcc1e2ec8eb4b2d69f944d5e728be.tar.bz2
openshift-ce9cf2d55babcc1e2ec8eb4b2d69f944d5e728be.tar.xz
openshift-ce9cf2d55babcc1e2ec8eb4b2d69f944d5e728be.zip
Merge pull request #3317 from sdodson/bz1393666
Document openshift_cockpit_deployer_prefix and add
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example7
-rw-r--r--inventory/byo/hosts.ose.example7
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