From b58988db672efb893c1d1064f1091255bef0fea2 Mon Sep 17 00:00:00 2001 From: OHTAKE Tomohiro Date: Tue, 26 Apr 2016 09:58:32 +0900 Subject: [PATCH] Complete renaming the provider --- docs/getting-started-guides/index.md | 4 ++-- .../{openstack.md => openstack-heat.md} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/getting-started-guides/{openstack.md => openstack-heat.md} (98%) diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index fca33f5fa1..8a0e139dba 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -82,7 +82,7 @@ These solutions are combinations of cloud provider and OS not covered by the abo - [Vmware](/docs/getting-started-guides/coreos) (uses CoreOS and flannel) - [libvirt-coreos.md](/docs/getting-started-guides/libvirt-coreos) (uses CoreOS) - [oVirt](/docs/getting-started-guides/ovirt) -- [OpenStack](/docs/getting-started-guides/openstack) (uses CentOS and flannel) +- [OpenStack Heat](/docs/getting-started-guides/openstack-heat) (uses CentOS and flannel) - [libvirt](/docs/getting-started-guides/fedora/flannel_multi_node_cluster) (uses Fedora and flannel) - [KVM](/docs/getting-started-guides/fedora/flannel_multi_node_cluster) (uses Fedora and flannel) @@ -141,7 +141,7 @@ Bare-metal | custom | Ubuntu | Calico | [docs](/docs/gettin Bare-metal | custom | Ubuntu | flannel | [docs](/docs/getting-started-guides/ubuntu) | | Community ([@resouer](https://github.com/resouer), [@WIZARD-CXY](https://github.com/WIZARD-CXY)) libvirt/KVM | CoreOS | CoreOS | libvirt/KVM | [docs](/docs/getting-started-guides/libvirt-coreos) | | Community ([@lhuard1A](https://github.com/lhuard1A)) oVirt | | | | [docs](/docs/getting-started-guides/ovirt) | | Community ([@simon3z](https://github.com/simon3z)) -OpenStack | Saltstack | CentOS | Neutron + flannel hostgw | [docs](/docs/getting-started-guides/openstack) | | Community ([@FujitsuEnablingSoftwareTechnologyGmbH](https://github.com/FujitsuEnablingSoftwareTechnologyGmbH)) +OpenStack Heat | Saltstack | CentOS | Neutron + flannel hostgw | [docs](/docs/getting-started-guides/openstack-heat) | | Community ([@FujitsuEnablingSoftwareTechnologyGmbH](https://github.com/FujitsuEnablingSoftwareTechnologyGmbH)) Rackspace | CoreOS | CoreOS | flannel | [docs](/docs/getting-started-guides/rackspace) | | Community ([@doublerr](https://github.com/doublerr)) any | any | any | any | [docs](/docs/getting-started-guides/scratch) | | Community ([@erictune](https://github.com/erictune)) diff --git a/docs/getting-started-guides/openstack.md b/docs/getting-started-guides/openstack-heat.md similarity index 98% rename from docs/getting-started-guides/openstack.md rename to docs/getting-started-guides/openstack-heat.md index 8e5f1ef341..b7c6727da4 100644 --- a/docs/getting-started-guides/openstack.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -66,7 +66,7 @@ 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`: +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`: - **[config-default.sh](http://releases.k8s.io/{{page.githubbranch}}/cluster/openstack-heat/config-default.sh)** Sets all parameters needed for heat template. - **[config-image.sh](http://releases.k8s.io/{{page.githubbranch}}/cluster/openstack-heat/config-image.sh)** Sets parameters needed to download and create new OpenStack image via glance. @@ -160,8 +160,8 @@ You can manage the nodes in your cluster using the OpenStack CLI Tools. First, set your environment variables: ```sh -. cluster/openstack/config-default.sh -. cluster/openstack/openrc-default.sh +. cluster/openstack-heat/config-default.sh +. cluster/openstack-heat/openrc-default.sh ``` To get all information about your cluster, use heat: