diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-30 10:29:20 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-30 10:29:20 -0400 |
commit | 837093afd5d7e423afc3e40d6b34a998e6bdd50a (patch) | |
tree | 3b5425dba0443d7062bdd1436889757364aefa85 /README_origin.md | |
parent | 4b97bb621e0612022eaf8907303b9d3a3db0b713 (diff) | |
parent | 902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72 (diff) | |
download | openshift-837093afd5d7e423afc3e40d6b34a998e6bdd50a.tar.gz openshift-837093afd5d7e423afc3e40d6b34a998e6bdd50a.tar.bz2 openshift-837093afd5d7e423afc3e40d6b34a998e6bdd50a.tar.xz openshift-837093afd5d7e423afc3e40d6b34a998e6bdd50a.zip |
Merge pull request #634 from abutcher/whats-next
Point to advanced installation guide for post install steps
Diffstat (limited to 'README_origin.md')
-rw-r--r-- | README_origin.md | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/README_origin.md b/README_origin.md index f13fe660a..cb213a93a 100644 --- a/README_origin.md +++ b/README_origin.md @@ -73,6 +73,7 @@ osv3-master.example.com # host group for nodes [nodes] +osv3-master.example.com osv3-node[1:2].example.com ``` @@ -88,23 +89,8 @@ ansible-playbook playbooks/byo/config.yml inventory file use the -i option for ansible-playbook. ## Post-ansible steps -#### Create the default router -On the master host: -```sh -oadm router --create=true \ - --credentials=/etc/openshift/master/openshift-router.kubeconfig -``` - -#### Create the default docker-registry -On the master host: -```sh -oadm registry --create=true \ - --credentials=/etc/openshift/master/openshift-registry.kubeconfig -``` -If you would like persistent storage, refer to the -[OpenShift documentation](https://docs.openshift.org/latest/admin_guide/install/docker_registry.html) -for more information on deployment options for the built in docker-registry. +You should now be ready to follow the [What's Next?](https://docs.openshift.org/latest/install_config/install/advanced_install.html#what-s-next) section of the advanced installation guide to deploy your router, registry, and other components. ## Overriding detected ip addresses and hostnames Some deployments will require that the user override the detected hostnames |