170cf42194ce1670a3f7ab4ae9ed636d57c72954
Add ansible playbook to deploy external IP controller on k8s cluster. It will deploy the application on specified nodes only (the ones that have role "externalip" in ansible). Change-Id: I85556d58db92a45968e49de86efd5f447bbcd086
Express Fuel CCP Kubernetes deployment using Kargo
Deploy Kubernetes on pre-provisioned virtual or bare metal hosts
This project leverages [Kargo](https://github.com/kubespray/kargo) to deploy Kubernetes with Calico networking plugin.
There are four ways you can use to deploy:
- Preprovisioned list of hosts
- Precreated Ansible inventory
- Vagrant
- [fuel-devops](https://github.com/openstack/fuel-devops)
Preprovisioned list of hosts
See [Quickstart guide](doc/source/quickstart.rst)
Precreated Ansible inventory
See [Generating Ansible Inventory](doc/source/generate-inventory.rst)
Vagrant
Vagrant support is limited at this time. Try it and report bugs if you see any!
Using VirtualBox
:: vagrant up --provider virtualbox
Using Libvirt
See [Vagrant libvirt guide](doc/source/vagrant.rst)
Description