RETIRED, Fuel CCP - Installer sub-project
Go to file
Jenkins 23cbc59845 Merge "use python-pip3" 2017-07-27 17:25:04 +00:00
doc Do not hardcode full path to ansible-paybook binary 2017-03-01 11:07:30 +00:00
registry Add local registry definition 2016-06-10 12:19:23 +02:00
utils Merge "use python-pip3" 2017-07-27 17:25:04 +00:00
.gitignore Merge "Fix Atlas deploy script, add packer docs" 2016-08-18 09:25:39 +00:00
.gitreview Cleanup solar dependency 2016-07-08 10:09:30 +02:00
README.rst update index and vagrant refs 2016-09-19 12:53:58 +03:00
RELEASE.rst Add release process document 2017-01-23 16:00:28 +00:00
Vagrantfile Fix SSH settings on vagrant deployment 2016-08-18 17:19:58 +03:00
fuel_ccp_installer.py Cleanup solar dependency 2016-07-08 10:09:30 +02:00
inventory.cfg.sample Change ansible_ssh_host to ansible_host 2016-10-05 16:21:15 +03:00
kube-config Added several quality of life improvements 2016-04-28 16:05:17 +02:00
requirements.txt Pin fuel-devops to 3.0.1 2016-11-07 15:58:49 +00:00
setup.cfg Fix gate tests 2016-07-07 16:06:44 +03:00
setup.py Fix gate tests 2016-07-07 16:06:44 +03:00
test-requirements.txt Remove inventory builder 2017-01-10 18:10:56 +03:00
tox.ini Remove inventory builder 2017-01-10 18:10:56 +03:00
vagrant-settings.yaml_defaults Change default network setting 2016-09-12 17:31:35 +02:00

README.rst

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

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)