noheat: Upgrades, refactor, deploy Devstack
[integration.git] / deployment / noheat / README.rst
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
19 Configuration
20 ~~~~~~~~~~~~~
21
22 - OpenStack ``clouds.yaml`` file
23
24 Dependencies
25 ~~~~~~~~~~~~
26
27 - Required python packages (including Ansible) can be found in ``requirements.txt`` pip file.
28   Tested on Python 3.8.10.
29 - Ansible required collections & roles can be found in ``requirements.yml`` file for installation
30   with ansible-galaxy tool.
31
32 Expected output
33 ---------------
34
35 Ephemeral (disposable) ONAP instance.
36
37 Running
38 -------
39
40 There are 4 playbooks available:
41
42 - infa-openstack/ansible/create.yml: creates and prepares OpenStack VMs, generates inventory.
43   Must be run as a first playbook. Run on your machine.
44 - devstack/ansible/create.yml: deploys Devstack on appropriate VM. Run on jumphost VM (operator0).
45 - cluster-rke/ansible/create.yml: deploys NFS, k8s, helm charts and ONAP. Run on jumphost VM.
46 - deploy-all.yml: runs above playbooks. Run on your machine.
47
48 User may run deploy-all.yml or manually run infra-openstack, devstack and cluster-rke playbooks.