aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2020-05-08 10:58:47 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-07-29 09:04:34 +0000
commit014c8b706c681bdf0f81a228e89635ae6d33ab40 (patch)
treed19081e9e1d41b0e085b4b054a471027ba290071
parent7b4d5778c13818b871a5fe5aaf249480981ac15d (diff)
Introduce ONAP CI Lab setup guide
This patch adds information on expected results from following the guide. It will be used for Service Mesh lab purposes. Issue-ID: INT-1601 Change-Id: I26decb9d785270b3c580bd0ce3cc97262c9a171a Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r--deployment/README.md2
-rw-r--r--deployment/noheat/README23
l---------deployment/noheat/README.rst1
3 files changed, 26 insertions, 0 deletions
diff --git a/deployment/README.md b/deployment/README.md
index ab5a911f1..a2f432a28 100644
--- a/deployment/README.md
+++ b/deployment/README.md
@@ -4,3 +4,5 @@
- Heat templates and scripts for automatic deployments for system testing and continuous integration test flows
- Sample OPENRC and heat environment settings files for ONAP deployment in ONAP External Labs
+- Ansible roles and sample playbooks for automatic deployments for system testing and continuous
+ integration test flows (if Heat is unavailable)
diff --git a/deployment/noheat/README b/deployment/noheat/README
new file mode 100644
index 000000000..b76d1803c
--- /dev/null
+++ b/deployment/noheat/README
@@ -0,0 +1,23 @@
+================================
+ ONAP on Openstack without Heat
+================================
+
+Ansible roles and sample playbooks for automatic deployments for system testing and continuous
+integration test flows. These will orchestrate Openstack virtual machines setup for a Kubernetes
+cluster, a Rancher Kubernetes Engine (RKE) deployment, a DevStack deployment and an ONAP deployment.
+
+They will be used in Service Mesh lab.
+
+Prerequisites
+-------------
+
+Infrastructure
+~~~~~~~~~~~~~~
+
+- OpenStack cloud (no Heat support required)
+
+
+Expected output
+---------------
+
+Ephemeral (disposable) ONAP instance.
diff --git a/deployment/noheat/README.rst b/deployment/noheat/README.rst
new file mode 120000
index 000000000..100b93820
--- /dev/null
+++ b/deployment/noheat/README.rst
@@ -0,0 +1 @@
+README \ No newline at end of file