Fix TripleO guide and ovn.yaml file

Replace the link at step 1 from the TripleO deployment guide with the
actual instructions.

That link was broken didn't contain any deployment steps cause it was
moved to another place at [0]. Since we only needed two steps from that
guide (1. To download the quickstart.sh script and 2. To install the
depedencies) I think we could safely add this steps to our own guide.

For the ovn.yaml we are expliciting adding the configuration option
listing the NTP servers that the undercloud should use as part of it's
deployment.

[0]
dcd32355f4

Change-Id: Ia96e2acc7ae3b93f9224e19345ef459c2898d45d
This commit is contained in:
Lucas Alvares Gomes 2018-08-15 16:18:14 +01:00
parent e63f55a308
commit 110083efa2
2 changed files with 14 additions and 2 deletions
doc/source/install
tripleo

@ -27,8 +27,17 @@ non-quickstart details in this document also work with TripleO.
Deployment steps
================
#. Follow the `TripleO Quickstart`_ guide until the "--install-deps" step
(included)
#. Download the quickstart.sh script with curl:
.. code-block:: console
$ curl -O https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
#. Install the necessary dependencies by running:
.. code-block:: console
$ bash quickstart.sh --install-deps
#. Clone the tripleo-quickstart and networking-ovn repositories:

@ -16,6 +16,9 @@ containerized_overcloud: true
# to the configured public-vip and admin-vip.
undercloud_generate_service_certificate: true
# List of ntp servers to use in the undercloud
undercloud_undercloud_ntp_servers: pool.ntp.org
# This enables the deployment of the overcloud with SSL.
ssl_overcloud: false