From 649d688dbdea32cee46f633ea15492b69585ae83 Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Tue, 23 Sep 2014 18:34:27 +0200 Subject: [PATCH] Adding a CloudStack deployment page with initial documentation and place holders --- MAINTAINERS.md | 1 + README.md | 1 + docs/getting-started-guides/cloudstack.md | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 docs/getting-started-guides/cloudstack.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 76e17d1af44b7..4b8a7ca085433 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -17,3 +17,4 @@ least one maintainer on relevant issues and PRs. * oVirt: [Federico Simoncelli](https://github.com/simon3z) * Local: [Derek Carr](https://github.com/derekwaynecarr) * Vagrant: [Derek Carr](https://github.com/derekwaynecarr) +* CloudStack: [Sebastien Goasguen](https://github.com/runseb) diff --git a/README.md b/README.md index 07422fb54d959..d83451cc4a5ab 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ While the concepts and architecture in Kubernetes represent years of experience * [Digital Ocean](https://github.com/bketelsen/coreos-kubernetes-digitalocean) * [CoreOS](docs/getting-started-guides/coreos.md) * [OpenStack](https://developer.rackspace.com/blog/running-coreos-and-kubernetes/) + * [CloudStack](docs/getting-started-guides/cloudstack.md) * The following clouds are currently broken at Kubernetes head. Please sync your client to `v0.3` (`git checkout v0.3`) to use these: * [Locally](docs/getting-started-guides/locally.md) * [vSphere](docs/getting-started-guides/vsphere.md) diff --git a/docs/getting-started-guides/cloudstack.md b/docs/getting-started-guides/cloudstack.md new file mode 100644 index 0000000000000..c19fd945e2d86 --- /dev/null +++ b/docs/getting-started-guides/cloudstack.md @@ -0,0 +1,8 @@ +## Deploying Kubernetes on [CloudStack](http://cloudstack.apache.org) + +CloudStack is software to build public and private clouds based on hardware virtualization principles (traditional IaaS). To deploy Kubernetes on CloudStack there are several possibilities depending on the Cloud being used and what images are made available. [Exoscale](http://exoscale.ch) for instance makes a [CoreOS](http://coreos.com) template available, therefore instructions to deploy Kubernetes on coreOS can be used. CloudStack also has a vagrant plugin available, hence Vagrant could be used to deploy Kubernetes either using the existing shell provisioner or using new Salt based recipes. + +Here we introduce the existing documentation. + +* [Kubernetes on Exoscale](https://github.com/runseb/kubernetes-exoscale) +