Merge "Fixes/Updates OSH Developer and Multinode install guide"

This commit is contained in:
Zuul 2018-04-17 19:26:05 +00:00 committed by Gerrit Code Review
commit 02a441bf53
4 changed files with 30 additions and 4 deletions

View File

@ -2,6 +2,10 @@
Deployment With Ceph
====================
.. note::
For other deployment options, select appropriate ``Deployment with ...``
option from `Index <../developer/index.html>`__ page.
Deploy Ceph
^^^^^^^^^^^

View File

@ -2,6 +2,10 @@
Deployment With NFS
===================
.. note::
For other deployment options, select appropriate ``Deployment with ...``
option from `Index <../developer/index.html>`__ page.
Deploy NFS Provisioner
^^^^^^^^^^^^^^^^^^^^^^

View File

@ -26,6 +26,12 @@ should be cloned:
git clone https://git.openstack.org/openstack/openstack-helm.git
.. note::
This installation, by default will use Google DNS servers, 8.8.8.8 or 8.8.4.4
and updates resolv.conf. These DNS nameserver entries can be changed by
updating file ``/opt/openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml``
under section ``external_dns_nameservers``.
Deploy Kubernetes & Helm
------------------------

View File

@ -55,9 +55,9 @@ On the worker nodes
#!/bin/bash
set -xe
apt-get update
apt-get install --no-install-recommends -y \
git
sudo apt-get update
sudo apt-get install --no-install-recommends -y \
git
SSH-Key preparation
@ -78,7 +78,7 @@ should be cloned onto each node in the cluster:
#!/bin/bash
set -xe
chown -R ubuntu: /opt
sudo chown -R ubuntu: /opt
git clone https://git.openstack.org/openstack/openstack-helm-infra.git /opt/openstack-helm-infra
git clone https://git.openstack.org/openstack/openstack-helm.git /opt/openstack-helm
@ -141,6 +141,15 @@ On the master node create an environment file for the cluster:
domain: cluster.local
EOF
.. note::
This installation, by default will use Google DNS servers, 8.8.8.8 or 8.8.4.4
and updates resolv.conf. These DNS nameserver entries can be changed by
updating file ``/openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml``
under section ``external_dns_nameservers``. This change must be done on each
node in your cluster.
Run the playbooks
-----------------
@ -157,6 +166,9 @@ On the master node run the playbooks:
Deploy OpenStack-Helm
=====================
.. note::
The following commands all assume that they are run from the ``openstack-helm`` directory.
Setup Clients on the host and assemble the charts
-------------------------------------------------