summaryrefslogtreecommitdiffstats
path: root/README_AEP.md
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2015-10-29 13:25:10 -0400
committerJonathan Lebon <jlebon@redhat.com>2015-10-29 13:25:10 -0400
commitd25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b (patch)
tree2db4f76d4abc132b1d1877f58fdf4b2b3b9990e2 /README_AEP.md
parent9bc5a8982044fdc614dbc5c8e69d52ecea542eaf (diff)
downloadopenshift-d25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b.tar.gz
openshift-d25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b.tar.bz2
openshift-d25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b.tar.xz
openshift-d25bdd8df27082eaa988fd3f0ad5c9ee4f0f7b9b.zip
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
```