diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2016-04-11 17:12:56 +0200 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2016-04-12 12:08:53 +0200 |
commit | a163dcd77dff0bc9e1a7da9afc0df6d997c15ba8 (patch) | |
tree | 47860b413a2594795da6b5028ac42cc421eb2265 /README.md | |
parent | 1bc6b51585c23670fdc08a1df6a89d35cd0b8149 (diff) | |
download | openshift-a163dcd77dff0bc9e1a7da9afc0df6d997c15ba8.tar.gz openshift-a163dcd77dff0bc9e1a7da9afc0df6d997c15ba8.tar.bz2 openshift-a163dcd77dff0bc9e1a7da9afc0df6d997c15ba8.tar.xz openshift-a163dcd77dff0bc9e1a7da9afc0df6d997c15ba8.zip |
Reference Setup for Origin and Ose from up-to-date docs.openshift.[com|org] instead of local README_[origin|OSE].md
Update inventory file for ansible playbook for OSE deployment.
- enterprise value for deployment_type is depricated. Use openshift-enterprise instead.
- key=value pairs must be on the same line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ This repo contains Ansible code for OpenShift and Atomic Enterprise. - [local VMs](README_libvirt.md) - Bring your own host deployments: - - [OpenShift Enterprise](README_OSE.md) - - [OpenShift Origin](README_origin.md) + - [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html) + - [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html) - [Atomic Enterprise](README_AEP.md) - Build |