summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-08-17 22:45:05 -0400
committerMichael Gugino <mgugino@redhat.com>2017-08-28 13:49:23 -0400
commit5815311c8fbad15fe23691e010ce7e4a132f6e7c (patch)
treed73d785ef560274a13efdf538c56d81d6d6685f3 /inventory
parentca5ebcbb4ee01841ca415df3c5afc61c192e2df2 (diff)
downloadopenshift-5815311c8fbad15fe23691e010ce7e4a132f6e7c.tar.gz
openshift-5815311c8fbad15fe23691e010ce7e4a132f6e7c.tar.bz2
openshift-5815311c8fbad15fe23691e010ce7e4a132f6e7c.tar.xz
openshift-5815311c8fbad15fe23691e010ce7e4a132f6e7c.zip
Add independent registry auth support
Added the ability to support authentication for independent / 3rd party registries. This commit will allow users to provide a `oreg_auth_user` and `oreg_auth_password` to dynmically generate a docker config.json file. The docker config.json file can be used by openshift to authenticate to independent / 3rd party registries. `oreg_host` must supply endpoint connection info in the form of 'hostname.com:port', with (optional) port 443 default. To update the config.json on a later run, the user can specify `oreg_auth_credentials_replace=False` to update the credentials. These settings must be used in tandem with `oreg_url` Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1316341
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.ose.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index fa4cc4f26..05d757e6f 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -170,6 +170,14 @@ openshift_release=v3.6
# modify image streams to point at that registry by setting the following to true
#openshift_examples_modify_imagestreams=true
+# If oreg_url points to a registry requiring authentication, provide the following:
+#oreg_auth_user=some_user
+#oreg_auth_password='my-pass'
+# NOTE: oreg_url must be defined by the user for oreg_auth_* to have any affect.
+# oreg_auth_pass should be generated from running docker login.
+# To update registry auth credentials, uncomment the following:
+#oreg_auth_credentials_replace: True
+
# 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