blob: 287dc9f9a2f2b9d19708f962ad98efd411566415 [file] [log] [blame]
Pawel Wieczorek014c8b72020-05-08 10:58:47 +02001================================
2 ONAP on Openstack without Heat
3================================
4
5Ansible roles and sample playbooks for automatic deployments for system testing and continuous
6integration test flows. These will orchestrate Openstack virtual machines setup for a Kubernetes
7cluster, a Rancher Kubernetes Engine (RKE) deployment, a DevStack deployment and an ONAP deployment.
8
9They will be used in Service Mesh lab.
10
11Prerequisites
12-------------
13
14Infrastructure
15~~~~~~~~~~~~~~
16
17- OpenStack cloud (no Heat support required)
18
Pawel Wieczorek939cd592020-05-19 22:08:40 +020019Configuration
20~~~~~~~~~~~~~
21
22- OpenStack ``clouds.yaml`` file
23
24Dependencies
25~~~~~~~~~~~~
26
Pawel Wieczorek6377d682020-07-30 12:08:34 +020027- Ansible: tested on 2.9.9 (using Python 3.5.2)
28- openstacksdk_: tested on 0.46.0 (using Python 3.5.2)
Pawel Wieczorek939cd592020-05-19 22:08:40 +020029
30.. _openstacksdk: https://pypi.org/project/openstacksdk
31
Pawel Wieczorek014c8b72020-05-08 10:58:47 +020032
33Expected output
34---------------
35
36Ephemeral (disposable) ONAP instance.