Jump to: navigation, search

NovaNetNeutronParity

Revision as of 20:55, 9 December 2013 by Beagles (talk | contribs) (API Integration)

Making Parity Happen

Documentation

Quality of Default Implementation

Performance

Configuration

Communication

Scalability

HA Options

API Integration

Related Client Functions

<COL WIDTH=255> <COL WIDTH=391>

dns-create

Create a DNS entry for domain, name and ip.

dns-create-private-domain

Create the specified DNS domain.

dns-create-public-domain

Create the specified DNS domain.

dns-delete

Delete the specified DNS entry.

dns-delete-domain

Delete the specified DNS domain.

dns-domains

Print a list of available dns domains.

dns-list

List current DNS entries for domain and ip or domain and name.

Tenant Network Management

<COL WIDTH=323> <COL WIDTH=323>

fixed-ip-get

Get info on a fixed ip

fixed-ip-reserve

Reserve a fixed ip

fixed-ip-unreserve

Unreserve a fixed ip

remove-fixed-ip

Remove an IP address from a server.

remove-secgroup

Remove a Security Group from a server.

net

Show a network

net-create

Create a network

net-delete

Delete a network

net-list

List networks

network-associate-host

Associate host with network.

network-associate-project

Associate project with network.

network-create

Create a network.

network-disassociate

Disassociate host and/or project from the given network.

network-list

Print a list of available networks.

network-show

Show details about the given network.

reset-network

Reset network of an instance.



VM Network Configuration Management

<COL WIDTH=255> <COL WIDTH=391>

interface-attach

Attach a network interface to an instance.

interface-detach

Detach a network interface from an instance.

interface-list

List interfaces attached to an instance.

Floating IP Management

<COL WIDTH=323> <COL WIDTH=323>

add-fixed-ip

Add new IP address on a network to server.

add-floating-ip

Add a floating IP address to a server.

remove-floating-ip

Remove a floating IP address from a server.

floating-ip-bulk-create

Bulk create floating ips by range

floating-ip-bulk-delete

Bulk delete floating ips by range

floating-ip-bulk-list

List all floating ips

floating-ip-create

Allocate a floating IP for the current tenant.

floating-ip-delete

De-allocate a floating IP.

floating-ip-list

List floating ips for this tenant.

floating-ip-pool-list

List all floating ip pools.

Security Group Management

<COL WIDTH=255> <COL WIDTH=391>

add-secgroup

Add a Security Group to a server.

secgroup-add-group-rule

Add a source group rule to a security group.

secgroup-add-rule

Add a rule to a security group.

secgroup-create

Create a security group.

secgroup-delete

Delete a security group.

secgroup-delete-group-rule

Delete a source group rule from a security group.

secgroup-delete-rule

Delete a rule from a security group.

secgroup-list

List security groups for the current tenant.

secgroup-list-rules

List rules for a security group.

API Methods

<COL WIDTH=255> <COL WIDTH=391>

dns-create

Create a DNS entry for domain, name and ip.

dns-create-private-domain

Create the specified DNS domain.

dns-create-public-domain

Create the specified DNS domain.

dns-delete

Delete the specified DNS entry.

dns-delete-domain

Delete the specified DNS domain.

dns-domains

Print a list of available dns domains.

dns-list

List current DNS entries for domain and ip or domain and name.

Tenant Network Management

<COL WIDTH=323> <COL WIDTH=323>

fixed-ip-get

Get info on a fixed ip

fixed-ip-reserve

Reserve a fixed ip

fixed-ip-unreserve

Unreserve a fixed ip

remove-fixed-ip

Remove an IP address from a server.

remove-secgroup

Remove a Security Group from a server.

net

Show a network

net-create

Create a network

net-delete

Delete a network

net-list

List networks

network-associate-host

Associate host with network.

network-associate-project

Associate project with network.

network-create

Create a network.

network-disassociate

Disassociate host and/or project from the given network.

network-list

Print a list of available networks.

network-show

Show details about the given network.

reset-network

Reset network of an instance.



VM Network Configuration Management

<COL WIDTH=255> <COL WIDTH=391>

interface-attach

Attach a network interface to an instance.

interface-detach

Detach a network interface from an instance.

interface-list

List interfaces attached to an instance.

Floating IP Management

<COL WIDTH=323> <COL WIDTH=323>

add-fixed-ip

Add new IP address on a network to server.

add-floating-ip

Add a floating IP address to a server.

remove-floating-ip

Remove a floating IP address from a server.

floating-ip-bulk-create

Bulk create floating ips by range

floating-ip-bulk-delete

Bulk delete floating ips by range

floating-ip-bulk-list

List all floating ips

floating-ip-create

Allocate a floating IP for the current tenant.

floating-ip-delete

De-allocate a floating IP.

floating-ip-list

List floating ips for this tenant.

floating-ip-pool-list

List all floating ip pools.

Security Group Management

<COL WIDTH=255> <COL WIDTH=391>

add-secgroup

Add a Security Group to a server.

secgroup-add-group-rule

Add a source group rule to a security group.

secgroup-add-rule

Add a rule to a security group.

secgroup-create

Create a security group.

secgroup-delete

Delete a security group.

secgroup-delete-group-rule

Delete a source group rule from a security group.

secgroup-delete-rule

Delete a rule from a security group.

secgroup-list

List security groups for the current tenant.

secgroup-list-rules

List rules for a security group.


Points to Look For

  • Throwing exceptions across the API boundary that differ than those thrown by alternate implementations may be a parity issue. (e.g. validate_networks in neutron throws in the presence of multiple networks, nova-network does not)
  • NotImplemented may be a significant parity issue. Even if addressed through alternate mechanisms, this is a testing /api binary compatible mismatch

Functional Parity

Network Manager Types

NovaNetNeutronRecipes

The FlatNetworkManager (thanks rkukura for spelling this out!):

(would this work for FlatDHCPNetworkManager as well?)

Multi-Host