This document lists the minimum reference architecture to get OpenStack installed with OpenDayLight. Wherever possible, additional resources will be stated.
The basic cloud will have 3 types of nodes:
Usually each of the first 2 types of nodes will have a cluster of 3 nodes to support HA. It’s also possible to run the ODL controller on separate hardware than the OpenStack services, but this isn’t mandatory.
The last type of nodes can have as many nodes as scale requirements dictate.
There are several types of networks on the cloud, the most important for the reference architecture are:
The Control Nodes usually are only connected to the Management Network, unless they have an externally reachable IP on the External Network.
The other node types are connected to all the networks since ODL uses a distributed routing model so that each Compute Node hosts a “virtual router” responsible for connecting the VMs from that node to other networks (including the External Network).
This diagram illustrates how these nodes might be connected:
Controller Node
+-----------------+
| |
+-----------+192.168.0.251 |
| | |
| +-----------------+
|
| Compute Node +----------------+
| +---------------+ | Legend |
| | | +----------------+
+-----------+192.168.0.1 | | |
| | | | --- Management |
| +~~~~~~~~~+10.0.0.1 | | |
| | | | | ~~~ Data |
| | +=======+br-int | | |
| | | | | | === External |
| | | +---------------+ | |
| | | +----------------+
| | | Network Node
| | | +-----------------+
| | | | |
+-----------+192.168.0.100 |
| | | |
+~~~~~~~~~+10.0.0.100 |
| | |
|=======+br-int |
| | |
| +-----------------+
+----+---+
| |
| Router |
| |
+--------+
The rule of thumb is the bigger the better, more RAM and more cores will translate to a better environment. For a POC environment the following is necessary:
CPU: 2 cores
Memory: 2 GB
Storage: 50 GB
Network: 1 Gbps NIC (Management Network), 2 * 1+ Gbps NICs
CPU: 2+ cores
Memory: 8+ GB
Storage: 100 GB
Network: 1 Gbps NIC (Management Network), 2 * 1+ Gbps NICs
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.