Complete renaming the provider
parent
853b38cb86
commit
b58988db67
|
@ -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))
|
||||
|
||||
|
|
|
@ -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:
|
Loading…
Reference in New Issue