diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 10:23:55 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 10:23:55 -0500 |
commit | db7493a96f7e9d19360b5f386add33a857b5f738 (patch) | |
tree | 3b77afca38e9525005d72d9f53709304e430cdbb /inventory | |
parent | 6a61f48f4206e01f6b7d47d5574abae20fa3dc95 (diff) | |
parent | 236b30d9b5816c18325c698081bb102afaae8d17 (diff) | |
download | openshift-db7493a96f7e9d19360b5f386add33a857b5f738.tar.gz openshift-db7493a96f7e9d19360b5f386add33a857b5f738.tar.bz2 openshift-db7493a96f7e9d19360b5f386add33a857b5f738.tar.xz openshift-db7493a96f7e9d19360b5f386add33a857b5f738.zip |
Merge pull request #622 from nak3/update-docker-registry-url
Remove images options in oadm command examples
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 8a5d5c719..ad19fe116 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -24,7 +24,7 @@ deployment_type=atomic-enterprise #use_cluster_metrics=true # Pre-release registry URL -#oreg_url=rcm-img-docker01.build.eng.bos.redhat.com:5001/openshift3/ose-${component}:${version} +#oreg_url=example.com/openshift3/ose-${component}:${version} # Pre-release Dev puddle repo #openshift_additional_repos=[{'id': 'ose-devel', 'name': 'ose-devel', 'baseurl': 'http://buildvm-devops.usersys.redhat.com/puddle/build/OpenShiftEnterprise/3.0/latest/RH7-RHOSE-3.0/$basearch/os', 'enabled': 1, 'gpgcheck': 0}] |