summaryrefslogtreecommitdiffstats
path: root/README_OSE.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-04 16:56:09 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-04 16:56:09 -0400
commitf5bbebc9d663c0c81215e2b768748d5852390288 (patch)
tree2495c2a309da94c58a29925aeaee741e0b853490 /README_OSE.md
parent685990fa582bbcbfbc1d93c7c4ba0db9cbba5a4a (diff)
parent9683bf153e60647b205a2f6ceed46b122ba174c0 (diff)
downloadopenshift-f5bbebc9d663c0c81215e2b768748d5852390288.tar.gz
openshift-f5bbebc9d663c0c81215e2b768748d5852390288.tar.bz2
openshift-f5bbebc9d663c0c81215e2b768748d5852390288.tar.xz
openshift-f5bbebc9d663c0c81215e2b768748d5852390288.zip
Merge pull request #195 from detiber/READMES
Add README_origin.md, update README.md to link to origin and OSE readmes
Diffstat (limited to 'README_OSE.md')
-rw-r--r--README_OSE.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README_OSE.md b/README_OSE.md
index cd0b9f7a6..41a6f2935 100644
--- a/README_OSE.md
+++ b/README_OSE.md
@@ -12,7 +12,7 @@
## Requirements
* ansible
* Tested using ansible-1.8.4-1.fc20.noarch, but should work with version 1.8+
- * There is currently a known issue with ansible-1.9.0, you can downgrade to 1.8.4 on Fedora by installing one of the bulids from Koji: http://koji.fedoraproject.org/koji/packageinfo?packageID=13842
+ * There is currently a known issue with ansible-1.9.0, you can downgrade to 1.8.4 on Fedora by installing one of the builds from Koji: http://koji.fedoraproject.org/koji/packageinfo?packageID=13842
* Available in Fedora channels
* Available for EL with EPEL and Optional channel
* One or more RHEL 7.1 VMs
@@ -119,9 +119,8 @@ inventory file use the -i option for ansible-playbook.
#### Create the default router
On the master host:
```sh
-systemctl restart openshift-sdn-master
openshift ex router --create=true \
- --credentials=/var/lib/openshift/openshift.local.certificates/openshift-client/.kubeconfig \
+ --credentials=/var/lib/openshift/openshift.local.certificates/openshift-router/.kubeconfig \
--images='docker-buildvm-rhose.usersys.redhat.com:5000/openshift3_beta/ose-${component}:${version}'
```
@@ -129,7 +128,7 @@ openshift ex router --create=true \
On the master host:
```sh
openshift ex registry --create=true \
- --credentials=/var/lib/openshift/openshift.local.certificates/openshift-client/.kubeconfig \
+ --credentials=/var/lib/openshift/openshift.local.certificates/openshift-registry/.kubeconfig \
--images='docker-buildvm-rhose.usersys.redhat.com:5000/openshift3_beta/ose-${component}:${version}' \
--mount-host=/var/lib/openshift/docker-registry
```