Terraform/OpenStack: Enable usage of an existing router (#5890)

This commit is contained in:
qvicksilver
2020-04-06 11:41:46 +02:00
committed by GitHub
parent e732df56a1
commit 0d2990510e
6 changed files with 28 additions and 5 deletions

View File

@@ -38,6 +38,16 @@ hosts where that makes sense. You have the option of creating bastion hosts
inside the private subnet to access the nodes there. Alternatively, a node with
a floating IP can be used as a jump host to nodes without.
#### Using an existing router
It is possible to use an existing router instead of creating one. To use an
existing router set the router\_id variable to the uuid of the router you wish
to use.
For example:
```
router_id = "00c542e7-6f46-4535-ae95-984c7f0391a3"
```
### Kubernetes Nodes
You can create many different kubernetes topologies by setting the number of
different classes of hosts. For each class there are options for allocating