Introduce ONAP CI Lab setup guide 48/109248/5
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 8 May 2020 08:58:47 +0000 (10:58 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 29 Jul 2020 09:04:34 +0000 (09:04 +0000)
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>
deployment/README.md
deployment/noheat/README [new file with mode: 0644]
deployment/noheat/README.rst [new symlink]

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