2
Copyright 2010-2011 United States Government as represented by the
3
Administrator of the National Aeronautics and Space Administration.
4
Overview Sections Copyright 2010-2011 Citrix
7
Licensed under the Apache License, Version 2.0 (the "License"); you may
8
not use this file except in compliance with the License. You may obtain
9
a copy of the License at
11
http://www.apache.org/licenses/LICENSE-2.0
13
Unless required by applicable law or agreed to in writing, software
14
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16
License for the specific language governing permissions and limitations
21
In Nova, users organize their cloud resources in projects. A Nova project consists of a number of VM instances created by a user. For each VM instance, Nova assigns to it a private IP address. (Currently, Nova only supports Linux bridge networking that allows the virtual interfaces to connect to the outside network through the physical interface. Other virtual network technologies, such as Open vSwitch, could be supported in the future.) The Network Controller provides virtual networks to enable compute servers to interact with each other and with the public network.
23
Nova Network Strategies
24
-----------------------
26
Currently, Nova supports three kinds of networks, implemented in three "Network Manager" types respectively: Flat Network Manager, Flat DHCP Network Manager, and VLAN Network Manager. The three kinds of networks can co-exist in a cloud system. However, the scheduler for selecting the type of network for a given project is not yet implemented. Here is a brief description of each of the different network strategies, with a focus on the VLAN Manager in a separate section.
28
Read more about Nova network strategies here:
37
Network Management Commands
38
---------------------------
40
Admins and Network Administrators can use the 'nova-manage' command to manage network resources:
45
* vpn list: Print a listing of the VPNs for all projects.
47
* vpn run: Start the VPN for a given project.
49
* vpn spawn: Run all VPNs.
53
Floating IP Management
54
~~~~~~~~~~~~~~~~~~~~~~
56
* floating create: Creates floating ips for host by range
57
* arguments: host ip_range
58
* floating delete: Deletes floating ips by range
60
* floating list: Prints a listing of all floating ips
66
* network create: Creates fixed ips for host by range
67
* arguments: [fixed_range=FLAG], [num_networks=FLAG],
68
[network_size=FLAG], [vlan_start=FLAG],