osops-tools-contrib/terraform
Paul Czarkowski 9ee2e11c19 use kubeadm to reduce complexity of installing k8s
[kubeadm](http://kubernetes.io/docs/getting-started-guides/kubeadm/) provides
an easier way to install kubernetes.  Let's use it and simplify our terraform.

* swap out coreos for ubuntu/centos as kubeadm has apt/yum repos
* remove SSL creation as kubeadm does that
* remove etcd/cloudinit as kubeadm handles etcd
* add basic install script to set up deps and repos

tested installing to both ubuntu xenial and centos 7 images.

Change-Id: I63c2f0419457587c53b112c28ab96f55add7676a
2016-10-16 15:01:39 -05:00
..
deis-coreos initial commit of deis 2016-01-17 12:39:25 -06:00
docker-registry initial commit of terraform docker registry 2016-01-09 16:55:27 -06:00
dockerswarm-coreos Remove hardcoded volume point and tenant network issues 2016-09-13 12:53:51 -04:00
kubernetes-coreos use kubeadm to reduce complexity of installing k8s 2016-10-16 15:01:39 -05:00
lampstack Add lampstack terraform scripts for workload test 2016-08-06 10:04:31 -04:00
README.md add terraform example for docker swarm 2016-01-01 15:48:10 -06:00

README.md

Example Terraform deployments

Contained here are example terraform deployment scripts for deploying applications and services on top of openstack.