Created
August 28, 2015 09:41
-
-
Save nherbaut/318c807ab76a469fdcc4 to your computer and use it in GitHub Desktop.
vio vnf low level architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| storage_net 14.0.0.0/24 | |
| ______________________________________________________________________________ ___________________ | |
| || | |
| || | |
| core_net 10.0.0.0/24 || | |
| ___________________________ ____________ ________________ __________ _____||__________ _________ | |
| || || || || || || || | |
| || ____||_____ __||_______ ____||_____ _||_____||_ ___||_____ | |
| || | CORE-NODE1| | CORE-NODE2| | SWIFT PROXY| | SWIFT NODES| | CONTROLLER| | |
| || |___________| |___________| |____________| |____________| |___________| | |
| || || | |
| admin_net 11.0.0.0/24 || | |
| _________||___________________________________________________ _________________________||_______ | |
| || // | |
| || // | |
| _____||_____ // | |
| | router 1 | // | |
| \__________| // | |
| || // | |
| || // | |
| __________||___________________________________________//_____________________________________________ | |
| ext_net 12.0.0.0/24 // | |
| || | |
| _____||____ | |
| | router 2 | | |
| \_____ ___| | |
| || | |
| t_nova_net 13.0.0.0/24 || | |
| _______________________________________________________||_____________________________________________ | |
| Legend: | |
| CORE-NODES are the nodes where resides the slow software transcoding agents, and the web frontal (can scale out/in) | |
| SWIFT-PROXY is the node that serves as a dispatcher for incoming requests, which will be served by a SWIFT-NODE | |
| SWIFT-NODE(S) is a node that needs persistant storage, so it's attached to the storage network (can scale out/in) | |
| CORE-NODES, SWIFT-PROXY, SWIFT-NODE need a connection to the external world (through a router between the core net and the external net) | |
| CONTROLLER is the node that is both connected to the core network and the admin network, so that it can receive configuration commands from the VNFM (Rundeck acting as a middleware) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment