[THIS IS WORK IN PROGRESS]
Cloud Installer: Deploying Openstack on KVM infrastructure using Ansible, Terraform and clever BASH scripts
This ansible playbook will setup following
- Faucet - Openflow controller
- OVS bridge for the infrastructure
- Setup KVM instances using Terraform
- Setup pfSense
- Deploy OpenStack Services using Kolla-Ansible (NOT YET DONE)
Variables are stored in group_vars/all file
To initilize the process, issue:
ansible-playbook playbook.yml --ask-become-passTo clean-up, issue:
ansible-playbook cleanup-playbook.yml --ask-become-pass