Introduce ONAP CI Lab infrastructure setup guide 49/109249/5
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 19 May 2020 20:08:40 +0000 (22:08 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 30 Jul 2020 09:02:18 +0000 (09:02 +0000)
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>
deployment/noheat/README
deployment/noheat/infra-openstack/README [new file with mode: 0644]
deployment/noheat/infra-openstack/README.rst [new symlink]

index b76d180..06b5551 100644 (file)
@@ -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 (file)
index 0000000..b0c7e43
--- /dev/null
@@ -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 (symlink)
index 0000000..100b938
--- /dev/null
@@ -0,0 +1 @@
+README
\ No newline at end of file