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