From 014c8b706c681bdf0f81a228e89635ae6d33ab40 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Fri, 8 May 2020 10:58:47 +0200 Subject: 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 --- deployment/README.md | 2 ++ deployment/noheat/README | 23 +++++++++++++++++++++++ deployment/noheat/README.rst | 1 + 3 files changed, 26 insertions(+) create mode 100644 deployment/noheat/README create mode 120000 deployment/noheat/README.rst 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 -- cgit 1.2.3-korg