1546
|
|
|
Vishvananda Ishaya |
13 years ago
|
|
|
1545
|
|
|
Brian Waldon |
13 years ago
|
|
|
1544
|
|
|
Trey Morris |
13 years ago
|
|
|
1543
|
|
|
Brian Waldon |
13 years ago
|
|
|
1542
|
|
|
Thierry Carrez |
13 years ago
|
|
|
1541
|
|
|
Thierry Carrez |
13 years ago
|
|
|
1540
|
|
|
Anthony Young |
13 years ago
|
|
|
1539
|
|
|
Tushar Patil |
13 years ago
|
|
|
1538
|
|
|
Kevin L. Mitchell |
13 years ago
|
|
|
1537
|
|
|
Chris Behrens |
13 years ago
|
|
|
1536
|
|
|
Chris Behrens |
13 years ago
|
|
|
1535
|
|
|
tagami.keisuke at co |
13 years ago
|
|
|
1534
|
|
|
kevin.mitchell at ra... |
13 years ago
|
|
|
1533
|
|
|
Josh Kearney |
13 years ago
|
|
|
1532
|
|
This code contains contains a new NetworkManager class that can leverage Quantum + Melange.
Thierry suggested that I merge prop this to get feedback, even though it is too late to get a branch of this size in for D-4. Feedback will help determine whether we can get this code in during the Diablo time frame or not. This branch was developed stacked on top of the melange branch, which is still not merged, but I am merge-propping it without that branch so that the diff is correct.
The vast majority of the code is in nova/network/quantum and is only invoked if the network manager is set to nova.network.quantum.QuantumManager
In addition to implementing networks with Quantum instead of the linux bridge, the QuantumManager also provides a new, more flexible model of associating vNICs with networks. It supports the creation of networks that are specific to a project and networks that are "global". When a VM is created, it gets a vNIC for each project network, as well as each global network. For example, this could support giving a VM a "public" vNIC on a shared network and a "private" vNIC on a tenant-specific network.
The branch also implements Tushar's 'os-create-server-ext' extension, so that the server create API call can indicate the set of networks the VM should be attached to (if this extension is used, it replaces the above mechanism for determining vNICs).
QuantumManager can use either the traditional IPAM functionality in nova DB (i.e., the networks, fixed_ips tables) or melange. Similar to FlatManager, QuantumManager does not currently support DHCP, gateway/NAT, or floating IPs.
This branch requires additional testing before it is really ready for merge, but we thought it would be best to merge prop as soon as possible to identify any significant concerns people had.
|
Dan Wendlandt |
13 years ago
|
|
|
1531
|
|
|
Brian Lamar |
13 years ago
|
|
|
1530
|
|
|
Josh Kearney |
13 years ago
|
|
|
1529
|
|
|
Thuleau Édouard |
13 years ago
|
|
|
1528
|
|
|
Anthony Young |
13 years ago
|
|
|
1527
|
|
|
Kevin L. Mitchell |
13 years ago
|
|
|