Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergelogvinov committed May 16, 2022
1 parent eee1d0d commit 0c0472f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Tested on openstack version - [Stein](https://docs.openstack.org/stein/index.htm

<img src="/img/openstack.png" width="500px">

* Public and private networks have one L2 layer network.
* Public and private subnets have one L2 layer network.
So they can reach each other without a gateway.
* Only public interface has firewall.
* Only public interface in public network has firewall.
* Virtual machines in public subnet have public interface with publick IPv4/IPv6, and local IPv4/IPv6.
* Virtual machines in private subnet have public interface with only publick IPv6 and local IPv4/IPv6.
It is not a classic private network, this network has NATv4, and they use one Public IP to make requests.
It is not a classic private network, this network has NATv4, and they use one Public IPv4 to make requests.
* Talos controlplane use its own l2-loadbalancer (VIP).
* Worker nodes make connections to the VIP address in each own region.
If a current region does not have a control plane, workers will connect to another region VIP.
Expand Down

0 comments on commit 0c0472f

Please sign in to comment.