OpenStack Networking API in CEE in Dell Multi-Server Deployment
Cloud Execution Environment

Contents

1Introduction
1.1API Version
1.2Document References

2

Prerequisites
2.1CEE Networking Configurations
2.2Segmentation IDs
2.3Topology Database

3

Supported Operations
3.1Basic OpenStack Operations
3.2OpenStack Extensions

4

Deviations
4.1Partly Supported Operations
4.2Changed Operations
4.3Added Operations
4.4Operations Not Available in CEE

5

Ericsson Extensions
5.1Neutron Router active_device Extension
5.2StaticRoute Extension
5.3Trunkport Extension
5.4Topology Extension

6

Limitations and Recommendations
6.1Limitations
6.2Recommendations

7

Concepts and Use Cases
7.1General Terms
7.2IP Address Management
7.3MAC Address Management
7.4Internal Neutron Network without Neutron IP Address Management
7.5Internal Neutron Network with Neutron IP Address Management
7.6External Connectivity Guidelines for Deployments with Extreme Switches

1   Introduction

This document describes the use of the Application Programming Interface (API) for networking in the Cloud Execution Environment (CEE). The API is based on the OpenStack networking component (Neutron).

1.1   API Version

The CEE Networking API is based on OpenStack Networking API v2.

1.2   Document References

This section contains the official OpenStack API reference.

1.2.1   API Design Base Reference

For the description of the API operations and extensions of networking, refer to the OpenStack Networking API v2.0.

This is a stored copy of the OpenStack API Reference document version that was the base for the development of this version of CEE.

Note:  
It is possible that the date on the front page differs from the revision date in this document. The front page shows the date on which the document was generated.

2   Prerequisites

The following sections list the prerequisites.

2.1   CEE Networking Configurations

CEE networking can be configured during the installation of CEE. For details about the configurations, refer to the Configuration File Guide.

Table 1    Neutron Configurations

Name

Neutron in CEE, Compared to Standard OpenStack Neutron

ericsson_extreme

  • Uses a driver to manage Extreme Networks switches to provide L2 connectivity for tenant networks

  • Uses a driver to manage Extreme Networks switches to provide L3 service to tenant networks and does not use L3 agent and floating IPs

  • Uses a topology database, see Section 2.3

  • Uses several extensions that are explained in this document

ericsson_user_spec

  • Does not use L3 agent and floating IPs

  • Uses several extensions that are explained in this document

  • Can use additional features if properly configured by the user at installation of CEE

  • Uses a user-specific ML2 driver to provide L2 connectivity for tenant networks

  • Does not use L3 service plugin

2.2   Segmentation IDs

Neutron uses a range of segmentation IDs for internal tenant separation. This range must be defined during the installation of CEE.

Data Center Gateway (DC-GW) to CEE region connectivity also requires Virtual LANs (VLANs). The Cloud manager has to manage a range of IDs to be used for this. This range must not overlap with the range used internally by Neutron.

Table 2    VLAN Allocation Example

Name

Range

Description

Default

50-3581

Used by Neutron for tenant separation

DC-GW

3582-4094

Used for Neutron to DC-GW connectivity

Note:  
The table is an example, it does not mandate specific or default values. The values must be configured before the CEE region is installed. The configuration of values is described in the Configuration File Guide.

Each Neutron network requires one segmentation ID. Segmentation IDs have to be unique, the same ID cannot be used on several Neutron networks. Segmentation IDs on Neutron networks are static and cannot be changed after creation of the Neutron network.

2.3   Topology Database

The topology database contains information about network configuration, including a physical connectivity mapping between the switch ports and the compute blades plus DC-GWs. It defines the DC-GWs (name, Extreme switch port they are connected to).

Note:  
It must be possible to configure an even number of DC-GWs.

This is a static configuration supplied in the CEE delivery. The names are used when binding Neutron ports to DC-GW.

Table 3    Topology Database Example

Name

Description

DC-GW-1

Definition of DC-GW-1

DC-GW-2

Definition of DC-GW-2

node-1

Compute blade 1, slot 1

node-2

Compute blade 2, slot 3

Note:  
The table is an example, it does not contain specific or default values.

3   Supported Operations

The following sections contain information about the API operations and API extensions in CEE.

3.1   Basic OpenStack Operations

For the detailed description of basic Networking API operations, refer to the OpenStack Networking API v2.0.

3.1.1   Limitations

For the CEE-specific limitations and recommendations, see Section 6.

3.2   OpenStack Extensions

This section contains information about which Networking API extensions are supported.

4   Deviations

This section describes the deviations between vanilla OpenStack networking and CEE networking.

4.1   Partly Supported Operations

The following operations are partly supported in CEE networking:

Port binding extended attributes (ports) Only the host_id attribute is supported.
External networks (external-net) Support for dynamic creation of external networks. It allows the addition of external networks towards additional Data Center Gateways (DC-GWs) in runtime.
Operations for subnets Only IPv4 is supported.
Network provider extended attributes (networks) For non SR-IOV traffic, only the vlan network type is supported. For SR-IOV interfaces, the flat and vlan network types are supported, the option is applicable per region. In case of flat configuration, the Neutron Extreme ToR mechanism driver is not recommended.
Note:  
In flat networking type with SR-IOV on Extreme switches, VLANs are not created.

Administrative State Down (ports) Administration state must be up for trunkports and their subports.
If the administration state of a trunkport is set to down at the Cloud Infrastructure Controller (CIC), it will not take effect to the trunkport and its subports at the relevant Compute node, although Neutron will show that the trunkport and its subports are administratively down.
Administrative State Down (device ports) Administration state must be up for device ports.
If the administration state of a device port is set to down at the CIC, it will not take effect to the device port, although Neutron will show that the trunk device port is administratively down.

4.2   Changed Operations

L3 Network Extension The external_gateway_info attribute is not used.

Instead, in the case of ericsson_extreme, gateways are added by using Add Interface to Router.

4.3   Added Operations

The following extensions are added:

4.4   Operations Not Available in CEE

The following operations are not available in CEE Networking:

5   Ericsson Extensions

This section describes the added CEE API extensions in detail.

5.1   Neutron Router active_device Extension

The active_device extension is used to control VRRP configuration for a Neutron router, in the case of ericsson_extreme configuration for CEE networking.

If active_device is not specified, VRRP is configured as master/master.

If active_device is specified, VRRP is configured as master/backup.

The Virtual Router (VR) in the active_device is the master.

The active_device is a new attribute supplied in the add_router_interface API.

The attribute is shown in Table 4.

Table 4    Attributes for Neutron Router active_device extension

Attribute

Type

Required

CRUD


(1)

Default Value

Validation Constraints

Notes

active_device

uuid-str

No

C

None

N/A

If specified, VRRP is configured master/backup. Value specifies device for master VR.

(1)  C: Use the attribute in create operations.


5.1.1   API Operation for active_device

This section discusses the operation for adding a router interface by using the OpenStack Networking active_device extension.

5.1.1.1   Add Router Interface

Table 5    Add Router Interface

Verb

URI

Description

PUT

/routers/ router_id/add_router_interface

Adds an interface to logical router

Example 1   Add Router Interface: JSON Request

PUT /v2.0/routers/ a8628fb2-e6c9-4742-8496-2fb44d520717/⇒
add_router_interface
Accept: application/json

{"active_device_id":⇒
"4f0c049e-612e-491f-afa8-e0fab56337e8",⇒
"port_id":⇒
"6433edfc-d731-43a6-a8ee-fb5218777506"}

Example 2   Add Router Interface: JSON Response

{
"subnet_id": "89c09d0c-6033-413d-ab96-bdd4bfcbff72",
"tenant_id": "bc69dc7e33ac47b285562a4390d5468d",
"port_id": "6433edfc-d731-43a6-a8ee-fb5218777506",
"id": "a8628fb2-e6c9-4742-8496-2fb44d520717"
}

5.2   StaticRoute Extension

The StaticRoute networking extension enables OpenStack Networking API users to add static routes, in the case of ericsson_extreme configuration for CEE networking.

You can specify static routes that include nexthop IP, destination Classless Inter-Domain Routing (CIDR), and metric.

For static routes with same destination, same metric, but different nexthop, Equal-Cost Multi-Path (ECMP) is used as routing strategy.

Note:  
The nexthop IP must be a part of one of the subnets that the router interfaces are connected to.

5.2.1   Concepts

This extension introduces the following resources:

staticroute A logical entity for defining a static route. The static route is attached to a router.

The attributes for StaticRoute are shown in Table 6.

Table 6    StaticRoute Attributes

Attribute

Type

Required

CRUD(1)


Default Value

Validation Constraints

Notes

id

uuid-str

N/A

R

generated

N/A

Unique identifier for the static route

router_id

uuid-str

Yes

CR

None

Valid uuid of a router

Unique identifier for the router that this route is attached to

destination

String

Yes

CR

None

Valid CIDR

Destination CIDR for the route

nexthop

String

Yes

CR

None

Valid IP address

Next hop

metric

Integer

No

CR

1

N/A

Metric (hop count) to the destination network

tenant_id

uuid-str

No

CR

Derived from Authentication token

N/A

Owner of the static route. Only admin users can specify a tenant identifier other than its own.

(1)  C: Use the attribute in create operations.
R: This attribute is returned in response to show and list operations.
U: You can update the value of this attribute.
D: You can delete the value of this attribute.


5.2.2   StaticRoute API Operations

This section discusses the operations for creating and managing static routes through the OpenStack Networking StaticRoute extension.

5.2.2.1   List StaticRoutes

Table 7    List StaticRoutes

Verb

URI

Description

GET

/staticroutes

Returns a list of logical static routes accessible to the tenant submitting the request

Normal response code: 200

Error response codes: Unauthorized (401)

This operation returns a list of static routes to which the tenant has access. Default policy settings return only those static routes that are owned by the tenant who submits the request. The exception is if the request is submitted by a user with administrative rights. Users can control which attributes are returned by using the fields query parameter. Also, results can be filtered by using query string parameters.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 3   List StaticRoutes: JSON Request

GET /v2.0/staticroutes
Accept: application/json

Example 4   List StaticRoutes: JSON Response

{
"staticroutes":
[{
"router_id": "6b96ff0cb17a4b859e1e575d221683d3",
"destination": "10.0.0.0/24",
"nexthop": "192.168.0.1",
"metric": 2,
"tenant_id": "6b96ff0cb17a4b859e1e575d221683d3",
"id": "7177abc4-5ae9-4bb7-b0d4-89e94a4abf3b"
},
{
"router_id": "6b96ff0cb17a4b859e1e575d221683d3",
"destination": "126.0.0.0/24",
"nexthop": "192.168.1.1",
"metric": 1,
"tenant_id": "33a40233088643acb66ff6eb0ebea679",
"id": "a9254bdb-2613-4a13-ac4c-adc581fba50d"
}]
}

5.2.2.2   Show StaticRoute

Table 8    Show StaticRoute

Verb

URI

Description

GET

/staticroutes/ staticroute_id

Returns details about a specific logical static route

Normal response code: 200

Error response codes: Unauthorized (401), Forbidden (403), Not Found (404)

This operation returns the details for a specific static route, whose identifier is specified on the request URI. Users can control which attributes are returned by using the fields query parameter.

Note:  
This operation does not require a request body.

This operation returns a response body.


Example 5   Show StaticRoute: JSON Request

GET /v2.0/staticroutes/a9254bdb-2613-4a13-ac4c-adc581fba50d
Accept: application/json

Example 6   Show StaticRoute: JSON Response

{
"staticroutes":
[{
"router_id": "6b96ff0cb17a4b859e1e575d221683d3",
"destination": "126.0.0.0/24",
"nexthop": "192.168.1.1",
"metric": 1,
"tenant_id": "33a40233088643acb66ff6eb0ebea679",
"id": "a9254bdb-2613-4a13-ac4c-adc581fba50d"
}]
}

5.2.2.3   Create StaticRoute

Table 9    Create StaticRoute

Verb

URI

Description

POST

/staticroutes

Creates a new logical static route

Normal response code: 201

Error response codes: Unauthorized (401), Bad Request (400)

This operation creates a new logical static route.

Note:  
This operation requires a request body. This operation returns a response body.

Example 7   Create StaticRoute: JSON Request

POST /v2.0/staticroutes
Accept: application/json
{
"staticroute":
{
"router_id": "6b96ff0cb17a4b859e1e575d221683d3",
"destination": "126.0.0.0/24",
"nexthop": "192.168.1.1",
"metric": 1
}
}

Example 8   Create StaticRoute: JSON Response

{
"staticroute":
{
"router_id": "6b96ff0cb17a4b859e1e575d221683d3",
"destination": "126.0.0.0/24",
"nexthop": "192.168.1.1",
"metric": 1,
"tenant_id": "33a40233088643acb66ff6eb0ebea679",
"id": "a9254bdb-2613-4a13-ac4c-adc581fba50d"
}
}

5.2.2.4   Update StaticRoute

No attributes can be updated.

5.2.2.5   Delete StaticRoute

Table 10    Delete StaticRoute

Verb

URI

Description

DELETE

/staticroutes/ staticroute_id

Removes a logical static route

Normal response code: 204

Error response codes: Unauthorized (401), Not Found (404), Conflict (409)

This operation removes a logical static route.

Note:  
This operation does not require a request body. This operation does not return a response body.

Example 9   Delete StaticRoute: JSON Request

DELETE /v2.0/staticroutes/8604a0de-7f6b-409a-a47c-a1cc7bc77b2e
Accept: application/json

5.3   Trunkport Extension

Note:  
The trunkport extension is only supported in multi-server deployments.

The Neutron Trunkport extension allows VMs to send VLAN tagged traffic to Neutron networks in a way that each VLAN tag is associated with a Neutron network.

Note:  
The trunkport API is deprecated in this release. This API is fully supported in this release, but will be discontinued in the following CEE releases, and it is planned to be replaced by the OpenStack "VLAN aware VMs" API.

5.3.1   Topology

A trunkport can be a simple trunkport or a subport.

A trunkport is a port that is connected to the VMs (representing a Network Interface Card - NIC).

Trunkports function much like a normal Neutron port.

For outgoing traffic from a VM, untagged traffic is forwarded to the network to which the trunkport is connected.

Incoming traffic from trunkports is untagged when entering the VM.

A subport is a port that is on a trunkport, and connected to a Neutron network.

For outgoing traffic from a VM, the VLAN tag is stripped off before the traffic is forwarded to the network connected to a subport. The tag from the VM is stripped before entering the associated Neutron network. When entering the associated Neutron network, the tag associated with the network is added. If the network is VXLAN based, a tunnel + key, associated with the network, is used to create the proper header.

For incoming traffic to a VM, from the network connected to a subport, the VLAN tag is added before the traffic is forwarded to a VM.

The topology of the trunkport concept is shown in fig_trunkport_top_eps Figure 1.

Figure 0   Trunkport Topology

Figure 1   Trunkport Topology

5.3.2   Concepts

The trunkport-prefixed extended attributes for the port resource are shown in Table 11.

Table 11    Trunkport Attributes

Attribute

Type

Required

CRUD(1)


Default Value

Validation Constraints

Notes

trunkport:type

String

N/A

CR

None

Trunkport or subport

Defines whether a port is a trunkport or a subport

trunkport:parent_id

uuid-str

N/A

CR

None

Valid port id of a trunkport

For subports, the ID of the trunkport to which the subport is connected

Unset

For trunkports, unset

trunkport:vid

Integer

N/A

CR

None

1-4094

For subports, segmentation ID that is used to access the given subport from the trunkport

Unset

For trunkports, unset

(1)  C : Use the attribute in create operations.
R: This attribute is returned in response to show and list operations.
U: You can update the value of this attribute.
D: You can delete the value of this attribute.


5.3.3   Trunkport API Operations

This section discusses the operations for setting and retrieving the trunkport port extension attributes for port objects.

5.3.3.1   List Ports

Table 12    List Ports

Verb

URI

Description

GET

/ports

Returns a list of ports with their attributes

Normal response code: 200

Error response code: Unauthorized (401)

This operation returns all the ports defined in Neutron to which the given user has access.

Example 10   List Ports: JSON Response

{
"ports": [
{
"status": "DOWN",
"binding:host_id": null,
"name": "",
"allowed_address_pairs": [],
"admin_state_up": true,
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
"extra_dhcp_opts": [{"opt_value": "testfile.1",⇒
 "opt_name": "bootfile-name"},
{"opt_value": "123.123.123.45", "opt_name":⇒
 "server-ip-address"}, {"opt_value": "123.
123.123.123", "opt_name": "tftp-server"}],
"binding:vif_type": "ovs",
"device_owner": "",
"binding:capabilities": {"port_filter": true},
"mac_address": "fa:16:3e:52:92:3a",
"fixed_ips": [{"subnet_id": "99a8aea3-b9da-409d-a5e5-⇒
f45338ceb4d3"
, "ip_address": "172.24.4.228"}],
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
"device_id": "",
"trunkport:type": "trunk",
"trunkport:parent_id": "",
"trunkport:vid": ""
},
{
"status": "ACTIVE",
"binding:host_id": null,
"name": "",
"allowed_address_pairs": [],
"admin_state_up": true,
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
"extra_dhcp_opts": [],
"binding:vif_type": "ovs",
"device_owner": "compute:probe",
"binding:capabilities": {"port_filter": true},
"mac_address": "fa:16:3e:49:56:07",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3"⇒
, "ip_address": "172.24.4.227"}],
"id": "5212d40a-c2f5-4a5d-ad18-694658047654",
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
"device_id": "zvm2",
"trunkport:type": "subport",
"trunkport:parent_id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
"trunkport:vid": "10"
}
]
}

5.3.3.2   Show Port

Table 13    Show Port

Verb

URI

Description

GET

/ports/ port_id

Returns details about a specific port including trunkport attributes

Normal response code: 200

Error response codes: Unauthorized (401), Not Found (404)

This operation returns the port attributes of a port specified in the request URI. These attributes include the trunkport attributes.

Example 11   Show Port with Trunkport Attributes: JSON Response

{
"port":
{
"status": "DOWN",
"binding:host_id": null,
"name": "",
"allowed_address_pairs": [],
"admin_state_up": true,
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
"extra_dhcp_opts": [
{"opt_value": "testfile.1","opt_name": "bootfile-name"},
{"opt_value": "123.123.123.123", "opt_name": "tftp-server"},
{"opt_value": "123.123.123.45", "opt_name": "server-ip-address"}
],
"binding:vif_type": "ovs",
"device_owner": "",
"binding:capabilities": {"port_filter": true},
"mac_address": "fa:16:3e:52:92:3a",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3",
"ip_address": "172.24.4.228"}],
"id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
"device_id": "",
"trunkport:type": "trunk",
"trunkport:parent_id": "",
"trunkport:vid": ""
}
}

5.3.3.3   Create Port

Table 14    Create Port

Verb

URI

Description

POST

/ports

The operation creates a new port, and the supplied attributes show whether the port is a trunkport or a subport.

Normal response code: 200

Error response code: Unauthorized (401)

The operation creates a new port, and the supplied attributes show whether the port is a trunkport or a subport.

Note:  
When creating a subport, mac_address is copied from the parent port.

Example 12   Create Port with Trunkport Attributes: JSON Request

{
"port":
{
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3",
"ip_address": "172.24.4.230"}],
"admin_state_up": true,
"trunkport:type": "trunk"
}
}

Example 13   Create Port with Trunkport Attributes: JSON Response

{
"port":
{
"status": "DOWN",
"binding:host_id": null,
"name": "",
"allowed_address_pairs": [],
"admin_state_up": true,
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
"binding:vif_type": "ovs",
"device_owner": "",
"binding:capabilities": {"port_filter": true},
"mac_address": "fa:16:3e:43:3c:b7",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3",
"ip_address": "172.24.4.230"}],
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
"device_id": "",
"trunkport:type": "trunk",
"trunkport:parent_id": "",
"trunkport:vid": ""
}
}

Example 14   Create Port with Trunkport Attributes (Type Subport): JSON Request

{
"port":
{
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3",
"ip_address": "172.24.4.230"}],
"admin_state_up": true,
"trunkport:type": "subport",
"trunkport:parent_id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
"trunkport:vid": "10"
}
}

Example 15   Create Port with Trunkport Attributes (Type Subport): JSON Response

{
"port":
{
"status": "DOWN",
"binding:host_id": null,
"name": "",
"allowed_address_pairs": [],
"admin_state_up": true,
"network_id": "87733bcc-8144-41b1-bb6b-d011d7a5168e",
"tenant_id": "7ea98790cd854fb5a82ef3d41e5c156b",
"binding:vif_type": "ovs",
"device_owner": "",
"binding:capabilities": {"port_filter": true},
"mac_address": "fa:16:3e:43:3c:b7",
"fixed_ips": [{"subnet_id"⇒
: "99a8aea3-b9da-409d-a5e5-f45338ceb4d3",
"ip_address": "172.24.4.230"}],
"id": "055d27c0-0194-4782-be45-275ff2c95c61",
"security_groups": ["9bf6f19a-ba4a-470f-b8ce-28c9ad66556c"],
"device_id": "",
"trunkport:type": "subport",
"trunkport:parent_id": "3c0c7a37-690a-43a8-8088-5d4c2c7f8484",
"trunkport:vid": "10"
}
}

5.3.3.4   Update Port

No attributes can be updated.

5.3.3.5   Delete Port

When deleting a trunkport, the subports that are connected to it are also deleted.

5.4   Topology Extension

The Neutron topology extension is used to describe switch devices and their connections to hosts, in the case of ericsson_extreme configuration for CEE networking.

Switch device information includes the management IP address for the switch and the status of the switch.

The status of the switch includes states like ACTIVE, ERROR, and MAINTENANCE.

5.4.1   Concepts

The extension introduces the following resources:

devices Defines switch devices
device_ports Defines physical ports on switch devices
hosts Defines hosts that can be connected to devices

The attributes for the devices resource is shown in Table 15.

Table 15    Attributes for devices Resource

Attribute

Type

Required

CRUD(1)


Default Value

Validation Constraints

Notes

id

uuid-str

N/A

R

Generated

N/A

ID of the switch device

tenant_id

uuid-str

No

CR

N/A

No constraint

Owner of the switch

name

String

No

CRU

None

N/A

Name of the switch

device_type

String

Yes

CR

None

N/A

Device type
Only "TOR_SWITCH" supported

vendor

String

No

CR

None

N/A

Switch vendor

model

String

No

CR

None

N/A

Switch model

firmware_version

String

No

CRU

None

N/A

Firmware version

management_ip_address

String

No

CRU

None

IP address

Management IP address of the switch

user_name

String

No

CRU

None

N/A

Username for the switch

password

String

No

CRU

None

N/A

Password for the switch

vr_total

int

No

CR

None

N/A

Number of VRs supported by the switch

admin_state_up

Bool

No

CRU

None

N/A

Admin state of the switch

status

String

No

RU

None

One of ‘ACTIVE’, ‘ERROR’, ‘MAINTENANCE’, ‘RECOVER’, ‘UNSUPERVISED’

Status of the switch

(1)  C : Use the attribute in create operations.
R: This attribute is returned in response to show and list operations.
U: You can update the value of this attribute.
D: You can delete the value of this attribute.


The attributes for the device_ports resource is shown in Table 16.

Table 16    Attributes for device_ports

Attribute

Type

Required

CRUD(1)


Default Value

Validation Constraints

Notes

id

uuid-str

N/A

R

Generated

N/A

ID of the switch port

device_id

uuid-str

No

CR

N/A

N/A

Owner of the switch device port

port_type

String

No

R

N/A

N/A

Define type of port. One of ‘ISC’, ‘SERVER’, ‘GATEWAY’, ‘DISCONNECTED’

tenant_id

uuid-str

No

CR

N/A

No constraint

Owner of the switch port

name

String

No

CRU

None

N/A

Name of the switch port

physical_network

String

No

CR

None

N/A

The physical network the port is used for

slot_id

String

No

CR

None

N/A

N/A

port_id

int

No

CR

None

N/A

Physical port number of the switch

master

Bool

No

CR

None

N/A

Defines if the port is a master in a LAG

slave_ports

list (uuid-str)

No

CR

None

N/A

List of the slave ports in LAG

admin_state_up(2)

Bool

No

CRU

None

N/A

Admin state of the switch port

status

String

No

R

None

N/A

Status of the switch port

(1)  C : Use the attribute in create operations.
R: This attribute is returned in response to show and list operations.
U: You can update the value of this attribute.
D: You can delete the value of this attribute.

(2)  Administrative state must be up for device ports, see Section 4.1.


The attributes for the hosts resource is shown in Table 17.

Table 17    Attributes for hosts

Attribute

Type

Required

CRUD(1)


Default Value

Validation Constraints

Notes

id

uuid-str

N/A

R

Generated

N/A

ID of the host

tenant_id

uuid-str

No

CR

N/A

No constraint

Owner of the host

name

String

No

CRU

None

N/A

Name of the host

network_host

Bool

No

CRU

None

N/A

True for network hosts

compute_host

Bool

No

CRU

None

N/A

True for compute hosts

admin_state_up

Bool

No

CRU

None

N/A

Admin state of the host

status

String

No

R

None

N/A

Status of the host

(1)  C : Use the attribute in create operations.
R: This attribute is returned in response to show and list operations.
U: You can update the value of this attribute.
D: You can delete the value of this attribute.


5.4.2   Topology API Operations

This section discusses the operations for the topology extension.

5.4.2.1   List Devices

Table 18    List Devices

Verb

URI

Description

GET

/topology/devices

Returns a list of the switch devices

Normal response code: 200

Error response codes: Unauthorized (401)

This operation returns a list of all switch devices defined in Neutron.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 16   List Devices: JSON Request

GET /v2.0/topology/devices
Accept: application/json

Example 17   List Devices: JSON Response

{
"devices": 
[{
"status": "ACTIVE",
"model": "SummitX670V",
"vr_total": 189,
"vendor": "extreme",
"name": "DC154_SWA_X670V",
"admin_state_up": true,
"device_type": "TOR_SWITCH",
"firmware_version": "15.6.1.4",
"password": "NetworkAdmin",
"user_name": "network_admin",
"id": "91d4e7e4-1385-4c47-9b1f-69e04a0954bc",⇒
"management_ip_address": "192.168.6.1"
},
{
"status": "ACTIVE",
"model": "SummitX670V",
"vr_total": 189,
"vendor": "extreme",
"name": "DC154_SWB_X670V",
"admin_state_up": true,
"device_type": "TOR_SWITCH",
"firmware_version": "15.6.1.4",
"password": "NetworkAdmin",
"user_name": "network_admin",
"id": "06b7e54a-b0ec-4090-a953-5c0031842889",⇒
"management_ip_address": "192.168.6.2"
}]
}

5.4.2.2   Show Device

Table 19    Show Device

Verb

URI

Description

GET

/topology/devices/ device_id

Returns the details of a switch device

Normal response code: 200

Error response codes: Unauthorized (401), Forbidden (403), Not Found (404)

This operation returns the details for a specific device, whose identifier is specified on the request URI. Users can control which attributes are returned by using the fields query parameter.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 18   Show Device: JSON Request

GET /v2.0/topology/devices/06b7e54a-b0ec-4090-a953-5c0031842889
Accept: application/json

Example 19   Show Device: JSON Response

{
"device": 
{"status": "ACTIVE",
"model": "SummitX670V",
"vr_total": 189,
"vendor": "extreme",
"name": "DC154_SWB_X670V",
"admin_state_up": true,
"device_type": "TOR_SWITCH",
"firmware_version": "15.6.1.4",
"password": "NetworkAdmin",
"user_name": "network_admin",
"id": "06b7e54a-b0ec-4090-a953-5c0031842889",⇒
"management_ip_address": "192.168.6.2"
}
}

5.4.2.3   Create Device

Table 20    Create Device

Verb

URI

Description

POST

/topology/devices

Creates a new switch device

Normal response code: 201

Error response codes: Unauthorized (401), Bad Request (400)

This operation creates a new switch device.

Note:  
This operation requires a request body. This operation returns a response body.

Example 20   Create Device: JSON Request

POST /v2.0/topology/devices
Accept: application/json
{
"device": 
{
"vendor": "extreme", 
"device_type": "TOR_SWITCH", 
"admin_state_up": true,
"model": "SummitX670V", 
"password": "NetworkAdmin", 
"user_name": "network_admin", 
"firmware_version": "15.6.1.4", 
"management_ip_address": "192.168.6.5"

Example 21   Create Device: JSON Response

{
"device": 
{
"status": "ACTIVE", 
"vendor": "extreme", 
"device_type": "TOR_SWITCH", 
"firmware_version": "15.6.1.4", 
"password": "NetworkAdmin", 
"id": "98f1a2c7-5f6f-413c-a364-d545c17f96ee",⇒
"management_ip_address": "192.168.6.5", 
"name": "", 
"admin_state_up": true, 
"model": "SummitX670V", 
"user_name": "network_admin"
}
}

5.4.2.4   Update Device

Table 21    Update Device

Verb

URI

Description

PUT

/topology/devices/ device_id

Updates a switch device

Normal response code: 200

Error response codes: Unauthorized (401), Bad Request (400)

This operation updates attributes on a switch device.

Note:  
This operation requires a request body. This operation returns a response body.

Example 22   Update Device: JSON Request

PUT /v2.0/topology/devices/b06fdcfc-5c3e-466e-b0c2-da4669e27cdd
Accept: application/json
{
"device": 
{
"status": "MAINTENANCE
}
}

Example 23   Update Device: JSON Response

{
"device": 
{
"status": "MAINTENANCE", 
"model": "SummitX670V", 
"vr_total": 189, 
"vendor": "extreme", 
"name": "DC154_SWA_X670V", 
"admin_state_up": true, 
"device_type": "TOR_SWITCH", 
"firmware_version": "15.6.1.4", 
"password": "NetworkAdmin", 
"user_name": "network_admin", 
"id": "b06fdcfc-5c3e-466e-b0c2-da4669e27cdd",⇒
"management_ip_address": "192.168.6.1"
}
}

5.4.2.5   Delete Device

Table 22    Delete Device

Verb

URI

Description

DELETE

/topology/devices/ device_id

Deletes a switch device

Normal response code: 204

Error response codes: Unauthorized (401), Not Found (404), Conflict (409)

This operation removes a switch device.

Note:  
This operation does not require a request body; this operation does not return a response body.

Example 24   Delete Device: JSON Request

DELETE /v2.0/topology/devices/98f1a2c7-5f6f-413c-a364-d545c17f96ee
Accept: application/json

5.4.2.6   List Device Ports

Table 23    List Device Ports

Verb

URI

Description

GET

/topology/device_ports

Returns a list of the switch ports

Normal response code: 200

Error response codes: Unauthorized (401)

This operation returns a list of all switch ports defined in Neutron.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 25   List Device Ports: JSON Request

GET /v2.0/topology/device_ports
Accept: application/json

Example 26   List Device Ports: JSON Response

{
"device_ports": 
[{
"status": "ACTIVE", 
"name": "DC154_SWA_X670V_port_5", 
"admin_state_up": false, 
"slot_id": null, 
"physical_network": "default", 
"port_type": "SERVER", 
"port_id": 5, 
"id": "01f76bbc-8ac9-471a-a152-39c7aaa10314", 
"device_id": "b06fdcfc-5c3e-466e-b0c2-da4669e27cdd"
},
{
"status": "ACTIVE", 
"name": "DC154_SWB_X670V_port_7", 
"admin_state_up": true, 
"slot_id": null, 
"physical_network": "default", 
"port_type": "SERVER", 
"port_id": 7, 
"id": "0492fffa-6c3a-45f0-a1e8-2e2f6c64dddb", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889"
}, 
{
"status": "ACTIVE", 
"name": "DC154_SWB_X670V_port_9", 
"admin_state_up": true, 
"slot_id": null, 
"physical_network": 
"default", "port_type": "SERVER", 
"port_id": 9, 
"id": "31dc2a36-a4e3-44b4-a03d-55e322df0249", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889"
}]
}

5.4.2.7   Show Device Port

Table 24    Show Device Port

Verb

URI

Description

GET

/topology/device_ports/ device_port_id

Returns the details of a switch port

Normal response code: 200

Error response codes: Unauthorized (401), Forbidden (403), Not Found (404)

This operation returns the details for a specific device port, whose identifier is specified on the request URI. Users can control which attributes are returned by using the fields query parameter.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 27   Show Device Port: JSON Request

GET /v2.0/topology/device_ports/⇒
73b23ff1-24f7-418c-9048-6b52f5edf8d2
Accept: application/json

Example 28   Show Device Port: JSON Response

{
"device_port": 
{
"status": "ACTIVE", 
"name": "", 
"admin_state_up": true, 
"slot_id": null, 
"physical_network": "loopback", 
"port_type": "DISCONNECTED", 
"port_id": 9999, 
"id": "73b23ff1-24f7-418c-9048-6b52f5edf8d2", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889"
}
}

5.4.2.8   Create Device Port

Table 25    Create Device Port

Verb

URI

Description

POST

/topology/device_ports

Creates a new switch port

Normal response code: 201

Error response codes: Unauthorized (401), Bad Request (400)

This operation creates a new device port.

Note:  
This operation requires a request body; this operation returns a response body.

Example 29   Create Device Port: JSON Request

POST /v2.0/topology/device_ports
Accept: application/json
{
"device_port": 
{
"port_id": "7999", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889",⇒
"physical_network": "default", 
"name": "mytestdevport", 
"admin_state_up": true
}
}

Example 30   Create Device Port: JSON Response

{
"device_port": 
{
"status": "ACTIVE", 
"name": "mytestdevport", 
"admin_state_up": true, 
"slot_id": null, 
"physical_network": "default", 
"port_type": "DISCONNECTED", 
"port_id": 7999, 
"id": "273feb26-2a7b-4370-961c-51a8276f1728", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889"
}
}

5.4.2.9   Update Device Port

Table 26    Update Device Port

Verb

URI

Description

PUT

/topology/device_ports/ device_port_id

Updates a switch port

Normal response code: 200

Error response codes: Unauthorized (401), Bad Request (400)

This operation updates attributes on a device port.

Note:  
This operation requires a request body; this operation returns a response body.

Example 31   Update Device Port: JSON Request

PUT /v2.0/topology/device_ports/⇒
273feb26-2a7b-4370-961c-51a8276f1728
Accept: application/json
{
"device_port": 
{
"admin_state_up": "False"
}
}

Example 32   Update Device Port: JSON Response

{
"device_port": 
{
"status": "ACTIVE", 
"name": "mytestdevport", 
"admin_state_up": false, 
"slot_id": null, 
"physical_network": "default", 
"port_type": "DISCONNECTED", 
"port_id": 7999, 
"id": "273feb26-2a7b-4370-961c-51a8276f1728", 
"device_id": "06b7e54a-b0ec-4090-a953-5c0031842889"
}
}

5.4.2.10   Delete Device Port

Table 27    Delete Device Port

Verb

URI

Description

DELETE

/topology/device_ports/ device_port_id

Deletes a switch port

Normal response code: 204

Error response codes: Unauthorized (401), Not Found (404), Conflict (409)

This operation removes a switch port.

Note:  
This operation does not require a request body; this operation does not return a response body.

Example 33   Delete Device Port: JSON Request

DELETE /v2.0/topology/device_ports/⇒
273feb26-2a7b-4370-961c-51a8276f1728
Accept: application/json

5.4.2.11   Add Device Port Link

Table 28    Add Device Port Link

Verb

URI

Description

PUT

/topology/device_ports/ device_port_id/add_device_port_link

Adds device port link

Normal response code: 200

Error response codes: Unauthorized (401), Bad Request (400)

This operation adds a link from device port to host.

Note:  
This operation requires a request body; this operation returns a response body.

Example 34   Add Device Port Link: JSON Request

PUT /v2.0/topology/device_ports/⇒
f21d9795-e881-4934-b023-a96a1c53cdc4/add_device_port_link
Accept: application/json
{
"host_id": "27141b8a-4103-4745-9ffa-ad768fe37511"
}

Example 35   Add Device Port Link: JSON Response

{
"peer_host": "27141b8a-4103-4745-9ffa-ad768fe37511",
"device_port": "f21d9795-e881-4934-b023-a96a1c53cdc4",⇒
"device_port_type": "SERVER"
}

5.4.2.12   Remove Device Port Link

Table 29    Remove Device Port Link

Verb

URI

Description

PUT

/topology/device_ports/ device_port_id/remove_device_port_link

Removes device port link

Normal response code: 200

Error response codes: Unauthorized (401), Not Found (404)

This operation removes a device port link.

Note:  
This operation does not require a request body; this operation does not return a response body.

Example 36   Remove Device Port Link: JSON Request

PUT /v2.0/topology/device_ports/⇒
f21d9795-e881-4934-b023-a96a1c53cdc4/remove_device_port_link
Accept: application/json

5.4.2.13   List Hosts

Table 30    List Hosts

Verb

URI

Description

GET

/topology/hosts

Returns a list of hosts

Normal response code: 200

Error response codes: Unauthorized (401)

This operation returns a list of all hosts defined in neutron.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 37   List Hosts: JSON Request

GET /v2.0/topology/hosts
Accept: application/json

Example 38   List Hosts: JSON Response

{
"hosts": 
[{
"status": "ACTIVE", 
"name": "compute-0-5", 
"admin_state_up": true, 
"compute_host": true, 
"network_host": false, 
"id": "10b711e9-bc83-425d-9acd-0f27faed3e6f"
}, 
{
"status": "ACTIVE", 
"name": "cic-0-2", 
"admin_state_up": true, 
"compute_host": false, 
"network_host": true, 
"id": "27141b8a-4103-4745-9ffa-ad768fe37511"
}, 
{
"status": "ACTIVE", 
"name": "BGW-1", 
"admin_state_up": true, 
"compute_host": false, 
"network_host": false, 
"id": "4349b87f-4e43-4b93-a003-db031f7aab0c"
}]
}

5.4.2.14   Show Host

Table 31    Show Host

Verb

URI

Description

GET

/topology/hosts/ host_id

Returns the details of a host

Normal response code: 200

Error response codes: Unauthorized (401), Forbidden (403), Not Found (404)

This operation returns the details for a specific host, whose identifier is specified on the request URI. Users can control which attributes are returned by using the fields query parameter.

Note:  
This operation does not require a request body; this operation returns a response body.

Example 39   Show Host: JSON Request

GET /v2.0/topology/hosts/10b711e9-bc83-425d-9acd-0f27faed3e6f
Accept: application/json

Example 40   Show Host: JSON Response

{
"host": 
{
"status": "ACTIVE", 
"name": "compute-0-5", 
"admin_state_up": true, 
"compute_host": true, 
"network_host": false, 
"id": "10b711e9-bc83-425d-9acd-0f27faed3e6f"
}
}

5.4.2.15   Create Host

Table 32    Create Host

Verb

URI

Description

POST

/topology/hosts

Creates a new host

Normal response code: 201

Error response codes: Unauthorized (401), Bad Request (400)

This operation creates a new host.

Note:  
This operation requires a request body; this operation returns a response body.

Example 41   Create Host: JSON Request

POST /v2.0/topology/hosts
Accept: application/json
{
"host": 
{
"compute_host": false, 
"network_host": false, 
"name": "testhost", 
"admin_state_up": true
}
}

Example 42   Create Host: JSON Response

{
"host": 
{
"status": "ACTIVE", 
"name": "testhost",  
"admin_state_up": true, 
"compute_host": false, 
"network_host": false, 
"id": "6d389551-200a-47ee-8e20-2ccf06244f2f"
}
}

5.4.2.16   Update Host

Table 33    Update Host

Verb

URI

Description

PUT

/topology/hosts/ host_id

Updates a host

Normal response code: 200

Error response codes: Unauthorized (401), Bad Request (400)

This operation updates attributes on a host.

Note:  
This operation requires a request body; this operation returns a response body.

Example 43   Update Host: JSON Request

PUT /v2.0/topology/hosts/6d389551-200a-47ee-8e20-2ccf06244f2f
Accept: application/json
{
"host": 
{
"admin_state_up": "False"
}
}

Example 44   Update Host: JSON Response

{
"host": 
{
"status": "ACTIVE", 
"name": "testhost", 
"admin_state_up": false, 
"compute_host": false, 
"network_host": false, 
"id": "6d389551-200a-47ee-8e20-2ccf06244f2f"
}
}

5.4.2.17   Delete Host

Table 34    Delete Host

Verb

URI

Description

DELETE

/topology/hosts/ host_id

Deletes a host

Normal response code: 204

Error response codes: Unauthorized (401), Not Found (404), Conflict (409)

Note:  
This operation does not require a request body; this operation does not return a response body.

Example 45   Delete Host: JSON Request

DELETE /v2.0/topology/hosts/6d389551-200a-47ee-8e20-2ccf06244f2f
Accept: application/json

6   Limitations and Recommendations

This section lists the limitations and recommendations for CEE Networking.

6.1   Limitations

This section contains the limitations of CEE Networking.

6.1.1   Segmentation IDs

The total number of segmentation IDs is limited to 4094, see Section 2.2.

6.1.2   Routers

The number of Neutron routers is limited by the number of Neutron networks connected to them from VMs in the case of ericsson_extreme configuration for CEE networking. The limiting factor is the number of VRRP instances.
In CEE, one VRRP instance is used per internal network. However, networks between Neutron router and DC-GW are not limiting because DC-GW does not have VRRP. The limitation differs for different hardwares.

6.1.3   Neutron Network Memory Allocation

Each Neutron network created consumes RAM in the vCIC, and it influences the maximum number of virtual tenant networks. Refer to the Multi-Server System Dimensioning Guide, CEE 6 for more information.

6.1.4   Deleting Trunkport and Subports

If a trunkport is deleted before the associated subports have been deleted, there are remains left in Neutron that prevent using the same IP address with a different MAC number. If a new trunkport and subports are created with the same IP address, this can prevent VMs on the ports to get an IP address.

To delete a trunkport with subports, do the following:

  1. Delete the related subports.
  2. Delete the trunkport.

6.1.5   ARP Anti-Spoofing and Allowed Address Pairs for Trunkports and Subports

For trunkports and subports, ARP anti-spoofing and allowed address pairs are not available.

6.1.6   VFs Do Not Obtain the IP Addresses Assigned to Them by the Neutron DHCP Agent

The provisioned VMs that have SR-IOV VF interfaces do not obtain the IP addresses that the Neutron DHCP agent assigns. Therefore they must be configured manually in the guest VM.

6.1.7   Switch Status Is Not Updated During Reboot of Switch

If Extreme switches are rebooted manually using EXOS CLI, the command neutron device-show <device_id> cannot track the state of the rebooted device.

6.1.8   Extreme Switch Cannot Be Rebooted by the Neutron device-reboot Command

Rebooting the Extreme switch is not possible from Neutron,
as the neutron device-reboot <device_id> command is not available.

6.1.9   neutron device-show Does Not Show Upgraded Firmware Version

After upgrading the EXOS firmware, neutron device-show does not show the upgraded version, since dynamic update of the firmware version in Neutron DB is not available.

6.1.10   VLAN Tagging Is Not Removed for VFs Belonging to a Deleted Port or Network

Note:  
This limitation applies to Dell hardware configuration.

Neutron does not remove the VLAN tagging from a VF belonging to an already deleted port or network if the VF interface is not in use. However, the VF is free for other use, and once assigned to a VM, the VLAN ID and the MAC address will change accordingly.

6.1.11   IPv6

Neutron L3 networks are not available for IPv6, thus no Network Routing or Address Management for IPv6 is supported.

6.1.12   Neutron Reports Status DOWN for Extreme Switch Router Interfaces

In CEE deployments utilizing Extreme switches, Neutron reports the status DOWN for the router interfaces, even when they are in a functional state.

6.1.13   Single Neutron Process Consumes All API Requests

Note:  
This limitation is only applicable to configurations with Neutron-managed Extreme switches.

The neutron-server service operates in an active-passive mode and it is configured with one API worker. Therefore, one Neutron process will consume all the API requests.

The following setting is used in the neutron.conf file:
api_workers = 1

6.2   Recommendations

There are no recommendations for and Dell multi-server platform.

7   Concepts and Use Cases

The following sections describe the various concepts and use cases that are connected to the CEE Networking API.

7.1   General Terms

Neutron Router VRF implemented in the Traffic Switch (ToR) in the case of ericsson_extreme configuration for CEE networking
Neutron Network L2 broadcast domain
Neutron Subnet Definition of a subnet. It is attached to a Neutron network. Used to configure the Neutron DHCP service.

7.2   IP Address Management

The following three methods are available for IP address management:

IP addresses in Neutron can be reused on different Neutron networks. IP addresses known by Neutron must have matching Neutron subnets.

To manually assign an IP address to a port, use the fixed_ips attribute in the Neutron port when creating the Neutron port.

The fixed_ips attribute includes ip_address and subnet_id. Refer to the OpenStack Networking API v2.0.

7.2.1   Neutron DHCP

Neutron DHCP can be enabled or disabled per subnet.

This is done by using the enable_dhcp attribute on the Neutron subnet.

enable_dhcp <True/False>

7.3   MAC Address Management

The following two methods are available for MAC address management:

MAC addresses have to be unique per Neutron network, but can be reused on different Neutron networks.

To manually assign a MAC address, use the mac_address attribute in the Neutron port when creating the Neutron port, refer to the OpenStack Networking API v2.0.

Neutron-allocated MAC addresses have a three-byte fixed prefix. The rest will be a random number unique per Neutron network. Refer to the Configuration File Guide for the prefix used in the Neutron configuration file.

Note:  
It is advisable to use the local administered MAC ranges.

7.4   Internal Neutron Network without Neutron IP Address Management

This section describes how to connect VMs using internal L2.

  1. Create Neutron network.

    For the procedure of creating a Neutron network, refer to the OpenStack Networking API v2.0.

  2. Create Neutron subnet on Neutron network.

    Nova requires a subnet attached to a Neutron network in order to start VMs on the network. User is required to create a dummy subnet with DHCP disabled as a workaround.

    For the procedure of creating a Neutron subnet on Neutron network, refer to the OpenStack Networking API v2.0.

  3. Create Neutron ports on Neutron network.

    For the procedure of creating Neutron ports on a Neutron network, refer to the OpenStack Networking API v2.0.

  4. Create VMs using Neutron ports.

7.5   Internal Neutron Network with Neutron IP Address Management

This section describes how to connect VMs using internal L3.

  1. Create Neutron network.

    For the procedure of creating a Neutron network, refer to the OpenStack Networking API v2.0.

  2. Create Neutron subnet on Neutron network.

    For the procedure of creating a Neutron subnet on Neutron network, refer to the OpenStack Networking API v2.0.

  3. Create Neutron ports on Neutron network.

    For the procedure of creating Neutron ports on a Neutron network, refer to the OpenStack Networking API v2.0.

  4. Create VMs using Neutron ports.

7.6   External Connectivity Guidelines for Deployments with Extreme Switches

This section provides L2 and L3 guidelines for the case where Neutron is configured to use an ML2 mechanism driver and an L3 service plugin for Extreme switches. The section provides a high-level overview, as the DC-GW is not part of the CEE region, so the DC-GW present at the actual deployment is not known.

7.6.1   L2 Connection to DC-GW

This section describes how to connect VMs to the DC-GW using an L2 network, in the case of ericsson_extreme configuration of CEE networking.

The L2 DC-GW connection is shown in fig_l2_bgw_connection_eps Figure 2.

Figure 1   L2 DC-GW Connection

Figure 2   L2 DC-GW Connection

To connect VMs to the DC-GW using an L2 network, follow these steps:

  1. Create a Neutron network using the provider network extension (provider ID).

    The Cloud manager is recommended for the management of these segmentation IDs. The IDs must be picked from the pool, see Section 2.2.

    For the procedure of creating a Neutron network, refer to the OpenStack Networking API v2.0.

    For the provider Extended Attributes for Networks, refer to the section Extensions in the OpenStack Networking API v2.0.

    provider:segmentation_id

    <vid>

    provider:network_type

    vlan(1)

    provider:physical_network

    default

    (1)  Only the vlan network type is supported.


  1. Create Neutron subnet on Neutron network.

    A subnet is required regardless if IP address management is going to be handled by Neutron or not.

    Nova requires a subnet attached to a Neutron network in order to start VMs on the network. User is required to create a dummy subnet with DHCP disabled as a workaround in cases when IP address management is handled by the application.

    For the procedure of creating a Neutron subnet on Neutron network, refer to the OpenStack Networking API v2.0.

  1. Create Neutron ports connected to DC-GWs.
    1. Create two Neutron ports on the Neutron network.

      For the procedure of creating Neutron ports on a Neutron network, refer to the OpenStack Networking API v2.0.

    2. Bind one Neutron port to DC-GW-1 and the other Neutron port to DC-GW-2.

      For the procedure of binding extended attributes for ports, refer to the OpenStack Networking API v2.0.

      DC-GW-1:

      device_owner

      baremetal:BGW-1

      network_id

      <dc-gw_net_id>

      binding:host_id

      BGW-1

      DC-GW-2:

      device_owner

      baremetal:BGW-2

      network_id

      <dc-gw_net_id>

      binding:host_id

      BGW-2

  2. Configure the DC-GW.

    The traffic is configured to reach the DC-GW. The DC-GW must be configured to handle this traffic.

    1. Create VRs in the DC-GWs, as shown in fig_l2_bgw_connection_eps Figure 2.
    2. Configure the VRs with their applicable parameters.

      Both IPv4 and IPv6 can be used.

      Static routing together with VRRP v3 is recommended, as described in Step c of Step 5sl_create_vlan_in_vr.

    3. Create VLANs in the VR and configure VRRP v3.

      After a VR is created, and support for any required routing protocols are added, you can create a VLAN in a VR.

      VLAN names must reflect what they are used for.

      VLAN IDs must be unique within the same broadcast domain.

      Note:  
      Use the same VLAN ID in DC-GW-1 and DC-GW-2.

      The VLAN ports connected to CEE must be in the reserved range, see Section 2.2.

    4. Add the applicable physical ports to the VRs.

    For the configuration of DC-GW for the segmentation ID, see fig_l2_bgw_connection_eps Figure 2.

7.6.2   L3 Connection to DC-GW Using Neutron Router

This section describes how to connect VMs to DC-GW using Neutron routers, in the case of ericsson_extreme configuration of CEE networking or ODL-based SDN.

The L3 DC-GW connection is shown in fig_l3_bgw_connection_eps Figure 3.

Figure 2   L3 DC-GW Connection

Figure 3   L3 DC-GW Connection

To connect VMs to DC-GW using Neutron routers, follow these steps:

  1. Create Neutron external networks.
    1. Create two Neutron networks using provider network extension.

      For the procedure of creating a Neutron network, refer to the OpenStack Networking API v2.0.

    2. Provide two segmentation IDs (one per network) and router:external true.

      These networks are used to pass the traffic to the DC-GWs. The Cloud manager manages these IDs. The IDs are picked from the DC-GW pool. See Section 2.2.

    For the provider Extended Attributes for Networks, refer to the section Extensions in the OpenStack Networking API v2.0.

    For the concepts for information on router external, refer to the OpenStack Networking API v2.0.

    NET A:

    provider:segmentation_id

    <vid-a>

    provider:network_type

    vlan

    provider:physical_network

    default

    router:external

    true

    NET B:

    provider:segmentation_id

    <vid-b>

    provider:network_type

    vlan

    provider:physical_network

    default

    router:external

    true

  2. Create two Neutron subnets, one on each of the previously created networks.

    The gateway_ip on the subnets must be set to the DC-GW interface address. The address is used as the destination address of an automatically created default route in the Neutron router.

    For the procedure of creating a Neutron subnet on Neutron network, refer to the OpenStack Networking API v2.0.

    DC-GW-1:

    network_id

    <dc-gw_net_a_id>

    gateway_ip

    <dc-gw-1_interface_address>

    DC-GW-2:

    network_id

    <dc-gw_net_b_id>

    gateway_ip

    <dc-gw-2_interface_address>

  3. Create Neutron ports.
    1. Create two DC-GW Neutron ports, one on each Neutron network.

      For the procedure of creating Neutron ports on a Neutron network, refer to the OpenStack Networking API v2.0.

      IP address must be set to the DC-GW interface address.

    2. Bind one Neutron port to DC-GW-1 and the other Neutron port to DC-GW-2.

      For the procedure of binding, refer to the OpenStack Networking API v2.0.

DC-GW-1:

fixed_ips           {
   ip_address <dc-gw-1_interface_address>
   subnet_id  <dc-gw-1_subnet_id> }
device_owner        baremetal:BGW-1
network_id          <dc-gw_net_a_id>
binding:host_id     BGW-1

DC-GW-2:

fixed_ips           {
   ip_address <dc-gw-2_interface_address>
   subnet_id  <dc-gw-2_subnet_id> }
device_owner        baremetal:BGW-2
network_id          <dc-gw_net_b_id>
binding:host_id     BGW-2

  1. Configure DC-GW for the segmentation IDs on the external networks.
    1. Create VRs in the DC-GWs.
    2. Configure the VR with its applicable parameters.
      Note:  
      Only IPv4 is applicable.

    3. Create VLAN in the VR.

      After a VR is created and support for any required routing protocols is added, you can create a VLAN in a VR. In order to achieve redundancy, there are two VLANs, one for DC-GW-1 and one for DC-GW-2.

      VLAN names must reflect what they are used for.

      VLAN IDs must be unique within the same broadcast domain.

    4. Add the applicable ports to the VR.

For the configuration of DC-GW for the IDs on the external networks, see fig_l3_bgw_connection_eps Figure 3.

  1. Create Neutron router.

    For the procedure of creating a router, refer to the section Extensions in the OpenStack Networking API v2.0.

    Note:  
    Do not use the external_gatewayinfo attribute, since external connections are handled in a different way in CEE. See Step 6.

  2. Connect router to external networks.

    This is done by adding the previously created subnets to the router. Routing between added subnets will be done. Routing between added subnets and default route will be done.

    Note:  
    The Neutron ports on the DC-GW networks have to be created and bound to the DC-GW before adding the corresponding subnets to the router.

    For the procedure of adding an interface to a router, refer to the section Extensions in the OpenStack Networking API v2.0.

  3. Attach VM networks.

    It is required as a prerequisite that the internal L3 Network used by VMs has been created. See Section 7.5.

    For the procedure of creating a Neutron network, refer to the OpenStack Networking API v2.0.

  4. Configure Neutron router.

    Routing between added subnets is set up automatically. Routing between added subnets and default route is set up automatically.