blob: da665168d862521225caab31db73cced5cfa808d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
================================
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)
Configuration
~~~~~~~~~~~~~
- OpenStack ``clouds.yaml`` file
Dependencies
~~~~~~~~~~~~
- Required python packages (including Ansible) can be found in ``requirements.txt`` pip file.
Tested on Python 3.6.9.
- Ansible:
- Collections
- community.crypto: tested on 1.7.1
- ansible.posix: tested on 1.2.0
- openstack.cloud: tested on 1.5.0
- Roles
- geerlingguy.ansible: tested on 2.1.0
Expected output
---------------
Ephemeral (disposable) ONAP instance.
|