From d4c661231a774960ff21e05aa99e6236fbb43960 Mon Sep 17 00:00:00 2001 From: Isaac Prior Date: Mon, 20 May 2019 10:08:03 +0100 Subject: [PATCH] Add external resources section Change-Id: I1f76056254454abe2e4dbc49bdb694a67b464299 --- doc/source/index.rst | 1 + doc/source/resources.rst | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 doc/source/resources.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index add120ee5..a16c18813 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -27,6 +27,7 @@ Documentation deployment upgrading administration/index + resources Advanced Documentation ---------------------- diff --git a/doc/source/resources.rst b/doc/source/resources.rst new file mode 100644 index 000000000..11fea507a --- /dev/null +++ b/doc/source/resources.rst @@ -0,0 +1,27 @@ +========== +Resources +========== + +This section contains links to external Kayobe resources. + +A Universe From Nothing +======================== + +.. note:: The 'A Universe From Nothing' deployment guide is intended for + educational & testing purposes only. It is *not* production ready. + +Originally created as a workshop, A 'Universe From Nothing' is an example +guide for the deployment of Kayobe on virtual hardware. You can find it on +GitHub `here `_. + +The repository contains a configuration suitable for deploying containerised +OpenStack using Kolla, Ansible and Kayobe. The guide makes use of +`Tenks `_ to provision a virtual +baremetal environment running on a single hypervisor. + +To complete the walkthrough you will require a baremetal or VM hypervisor +running CentOS 7 with at least 32GB RAM & 40GB disk space. +Preparing the deployment can take some time - where possible it is +beneficial to snapshot the hypervisor. We advise making a snapshot after +creating the initial 'seed' VM as this will make additional deployments +significantly faster.