summaryrefslogtreecommitdiffstats
path: root/README_AEP.md
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-10-29 13:42:18 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-10-29 13:42:18 -0400
commitddc575c8d841a57230fec0af12a8fe560136c26d (patch)
tree6956284e67cdf0942b9baf0493867751651a93fa /README_AEP.md
parent16d1bce0be2f8c3942489630adcb7030aecadc55 (diff)
parentd25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b (diff)
downloadopenshift-ddc575c8d841a57230fec0af12a8fe560136c26d.tar.gz
openshift-ddc575c8d841a57230fec0af12a8fe560136c26d.tar.bz2
openshift-ddc575c8d841a57230fec0af12a8fe560136c26d.tar.xz
openshift-ddc575c8d841a57230fec0af12a8fe560136c26d.zip
Merge pull request #765 from jlebon/pr/fix-router-registry
README_AEP.md: update instructions for creating router and registry
Diffstat (limited to 'README_AEP.md')
-rw-r--r--README_AEP.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README_AEP.md b/README_AEP.md
index e29888617..0551e4c5a 100644
--- a/README_AEP.md
+++ b/README_AEP.md
@@ -120,16 +120,18 @@ inventory file use the -i option for ansible-playbook.
On the master host:
```sh
oadm router --create=true \
- --credentials=/etc/openshift/master/openshift-router.kubeconfig \
- --images='docker-buildvm-rhose.usersys.redhat.com:5000/openshift3/ose-${component}:${version}'
+ --service-account=router \
+ --credentials=/etc/origin/master/openshift-router.kubeconfig \
+ --images='rcm-img-docker01.build.eng.bos.redhat.com:5001/openshift3/ose-${component}:${version}'
```
#### Create the default docker-registry
On the master host:
```sh
oadm registry --create=true \
- --credentials=/etc/openshift/master/openshift-registry.kubeconfig \
- --images='docker-buildvm-rhose.usersys.redhat.com:5000/openshift3/ose-${component}:${version}' \
+ --service-account=registry \
+ --credentials=/etc/origin/master/openshift-registry.kubeconfig \
+ --images='rcm-img-docker01.build.eng.bos.redhat.com:5001/openshift3/ose-${component}:${version}' \
--mount-host=/var/lib/openshift/docker-registry
```