aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2020-05-19 22:08:40 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-07-30 09:02:18 +0000
commit939cd592b8463af7be7b7f09eb39a496aec43884 (patch)
tree077a8804a11b251712ae14b46cad319c49973819 /deployment/noheat
parent014c8b706c681bdf0f81a228e89635ae6d33ab40 (diff)
Introduce ONAP CI Lab infrastructure setup guide
This patch adds requirements to the parent README file. This will be changed to ".. include" directive once these READMEs are ready to be added to the Integration documentation. Issue-ID: INT-1601 Change-Id: I5bc2aba03689ea2547e713491a62947a54558095 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'deployment/noheat')
-rw-r--r--deployment/noheat/README13
-rw-r--r--deployment/noheat/infra-openstack/README34
l---------deployment/noheat/infra-openstack/README.rst1
3 files changed, 48 insertions, 0 deletions
diff --git a/deployment/noheat/README b/deployment/noheat/README
index b76d1803c..06b55510b 100644
--- a/deployment/noheat/README
+++ b/deployment/noheat/README
@@ -16,6 +16,19 @@ Infrastructure
- OpenStack cloud (no Heat support required)
+Configuration
+~~~~~~~~~~~~~
+
+- OpenStack ``clouds.yaml`` file
+
+Dependencies
+~~~~~~~~~~~~
+
+- Ansible
+- openstacksdk_
+
+.. _openstacksdk: https://pypi.org/project/openstacksdk
+
Expected output
---------------
diff --git a/deployment/noheat/infra-openstack/README b/deployment/noheat/infra-openstack/README
new file mode 100644
index 000000000..b0c7e4323
--- /dev/null
+++ b/deployment/noheat/infra-openstack/README
@@ -0,0 +1,34 @@
+==================================================
+ Cloud infrastructure: OpenStack virtual machines
+==================================================
+
+Ansible roles and sample playbooks for creating virtual machines on OpenStack without Heat support.
+
+They will be used to create virtual machines hosting Service Mesh lab cluster.
+
+Prerequisites
+-------------
+
+Infrastructure
+~~~~~~~~~~~~~~
+
+- OpenStack cloud (no Heat support required)
+
+Configuration
+~~~~~~~~~~~~~
+
+- OpenStack ``clouds.yaml`` file
+
+Dependencies
+~~~~~~~~~~~~
+
+- Ansible
+- openstacksdk_
+
+.. _openstacksdk: https://pypi.org/project/openstacksdk
+
+
+Expected output
+---------------
+
+Ephemeral (disposable) OpenStack virtual machines for a Kubernetes cluster.
diff --git a/deployment/noheat/infra-openstack/README.rst b/deployment/noheat/infra-openstack/README.rst
new file mode 120000
index 000000000..100b93820
--- /dev/null
+++ b/deployment/noheat/infra-openstack/README.rst
@@ -0,0 +1 @@
+README \ No newline at end of file