Skip to content

Commit

Permalink
Merge pull request #4 from busterswt/main
Browse files Browse the repository at this point in the history
minor nits
  • Loading branch information
cloudnull authored May 30, 2024
2 parents b1f5554 + 39adfe1 commit 5f443fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GeneStack (Genesis+OpenStack) is the code name for our latest OpenStack implemen

### Networking

The Rackspace OpenStack Flex cloud differs from the legacy OpenStack Public Cloud (OSPC) in many ways, but especially when it comes to networks. Rackspace has adopted a leaf/spine architecture along with BGP eVPN to provide scale that could not be achieved with the traditional core-aggr-tor design. Rather than virtual machine instances being connected to a front-end PUBLICNET and back-end SERVICENET network by default, users within a project are now able to easily define a network architecture that consists of a virtual router connected to an external 'public' provider network and one or more inside 'tenant' networks. No longer will instances be configured with a public IP directly, rather, they will utilize a user-defined network address space and leverage source NAT (SNAT) and destination NAT (DNAT) where required. In OpenStack parlance, this is NAT functionality is known as Floating IP - or Elastic IP if you're coming from AWS.
The Rackspace OpenStack Flex cloud differs from the legacy OpenStack Public Cloud (OSPC) in many ways, but especially when it comes to networks. Rackspace has adopted a leaf/spine architecture along with BGP eVPN to provide scale that could not be achieved with the traditional core-aggr-tor design. Rather than virtual machine instances being connected to a front-end PUBLICNET and back-end SERVICENET network by default, users within a project are now able to easily define a network architecture that consists of a virtual router connected to an external 'public' provider network and one or more inside 'tenant' networks. No longer will instances be configured with a public IP directly, rather, they will utilize a user-defined network address space and leverage source NAT (SNAT) and destination NAT (DNAT) where required. In OpenStack parlance, this NAT functionality is known as Floating IP - or Elastic IP if you're coming from AWS.

![Virtual Route Domain](assets/images/2024-05-14/virtual_route_domain2.png)

Expand Down

0 comments on commit 5f443fe

Please sign in to comment.