diff options
author | Ture Karlsson <tkarlsso@redhat.com> | 2018-01-05 15:24:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 15:24:51 +0100 |
commit | daf331ab053de1e685b2fa9ca62a5c9f7381edc0 (patch) | |
tree | 8d0886dd9339c898ce60173477013f40e0599d64 | |
parent | 9f19afc7529bd7293433b27e834b9ee3479e646f (diff) | |
download | openshift-daf331ab053de1e685b2fa9ca62a5c9f7381edc0.tar.gz openshift-daf331ab053de1e685b2fa9ca62a5c9f7381edc0.tar.bz2 openshift-daf331ab053de1e685b2fa9ca62a5c9f7381edc0.tar.xz openshift-daf331ab053de1e685b2fa9ca62a5c9f7381edc0.zip |
Provide example on how to use osm_etcd_image in a disconnected and containerized installation
Example of how to use osm_etcd_image in accordance to: https://docs.openshift.com/container-platform/3.7/install_config/install/rpm_vs_containerized.html
-rw-r--r-- | inventory/hosts.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example index bc85d1020..d2e5f81cf 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -197,6 +197,10 @@ openshift_release=v3.7 #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'}] #openshift_repos_enable_testing=false +# If the image for etcd needs to be pulled from anywhere else than registry.access.redhat.com, e.g. in +# a disconnected and containerized installation, use osm_etcd_image to specify the image to use: +#osm_etcd_image=rhel7/etcd + # htpasswd auth openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}] # Defining htpasswd users |