diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/README.md | 2 | ||||
-rw-r--r-- | deployment/noheat/README | 23 | ||||
l--------- | deployment/noheat/README.rst | 1 |
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 |