From 982e45e177791cef46a99d3562f6fb9d0ab81d15 Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Thu, 19 May 2016 10:39:53 -0700 Subject: [PATCH 1/3] Fixing heading issues with Openstack provider documentaiton. --- docs/getting-started-guides/openstack-heat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 033f5ce878..9d5fe2a042 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -73,6 +73,7 @@ export IMAGE_FILE=CentOS-7-x86_64-GenericCloud-1510.qcow2 export SWIFT_SERVER_URL=http://192.168.123.100:8080 export ENABLE_PROXY=false ``` + #### Manually overriding configuration values If you do not have your environment variables set, or do not want them consumed, modify the variables in the following files under `cluster/openstack-heat`: @@ -105,6 +106,7 @@ make clean make quick-release KUBERNETES_PROVIDER=openstack-heat ./cluster/kube-up.sh ``` + ## Inspect your cluster Once kube-up is finished, your cluster should be running: From 7b5aaf7af7283b09ac32e59b4add7f93ce6ba0cb Mon Sep 17 00:00:00 2001 From: Elson O Rodriguez Date: Fri, 20 May 2016 11:45:12 -0700 Subject: [PATCH 2/3] Re-adding heat installation for Openstack provider. --- docs/getting-started-guides/openstack-heat.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 9d5fe2a042..5cc19d85ee 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -28,6 +28,7 @@ If you already have the required versions of the OpenStack CLI tools installed a ```sh sudo pip install -U --force 'python-openstackclient==2.4.0' +sudo pip install -U --force 'python-heatclient==1.1.0' sudo pip install -U --force 'python-swiftclient==3.0.0' sudo pip install -U --force 'python-glanceclient==2.0.0' sudo pip install -U --force 'python-novaclient==3.4.0' From 35052454087d01ecefe7c34ff92ff18d0a6b0e38 Mon Sep 17 00:00:00 2001 From: Elson Rodriguez Date: Sun, 26 Jun 2016 20:21:27 -0400 Subject: [PATCH 3/3] Adding notices regarding Kubernetes 1.3 --- docs/getting-started-guides/openstack-heat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 5cc19d85ee..44bffa2f13 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -88,12 +88,12 @@ Please see the contents of these files for documentation regarding each variable ## Starting a cluster -Once you've installed the OpenStack CLI tools and have set your OpenStack environment variables, issue this command: +Once Kubernetes version 1.3 is released, and you've installed the OpenStack CLI tools and have set your OpenStack environment variables, issue this command: ```sh export KUBERNETES_PROVIDER=openstack-heat; curl -sS https://get.k8s.io | bash ``` -Alternatively, you can download a [Kubernetes release](https://github.com/kubernetes/kubernetes/releases) and extract the archive. To start your cluster, open a shell and run: +Alternatively, you can download a [Kubernetes release](https://github.com/kubernetes/kubernetes/releases) of version 1.3 or higher and extract the archive. To start your cluster, open a shell and run: ```sh cd kubernetes # Or whichever path you have extracted the release to