1. What is the problem shared_vlan's concept is to create a network spanning into multiple OpenStack with same vlan segment, but when create a network which only resides in one region and the network type is vlan, we have to specify the physical network type as shared_vlan, otherwise no other way to create a vlan network in local Neutron. 2. What is the solution to the problem Just use vlan as the physical network type, and use availability_zone_hints to limit where the network will reside. 3. What the features need to be implemented to the Tricircle No new features Change-Id: Ib3f110e2281eff2997752debda319da282c3e3ad
71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
---
|
|
prelude: >
|
|
The Tricircle is a dedicated project for networking automation across
|
|
Neutron in OpenStack multi-region deployment.
|
|
features:
|
|
- |
|
|
Network
|
|
|
|
* List networks
|
|
* Create network
|
|
* Show network details
|
|
* Delete network
|
|
|
|
- |
|
|
Subnet
|
|
|
|
* List subnets
|
|
* Create subnet
|
|
* Show subnet details
|
|
* Delete subnet
|
|
|
|
- |
|
|
Port
|
|
|
|
* List ports
|
|
* Create port
|
|
* Show port details
|
|
* Delete port
|
|
|
|
- |
|
|
Router
|
|
|
|
* List routers
|
|
* Create router
|
|
* Show router details
|
|
* Delete router
|
|
* Add interface to router
|
|
* Delete interface from router
|
|
* List floating IPs
|
|
* Create floating IP
|
|
* Show floating IP details
|
|
* Update floating IP
|
|
* Delete floating IP
|
|
|
|
- |
|
|
Security Group
|
|
|
|
* List security groups
|
|
* Create security group
|
|
* Show security group details
|
|
* List security group rules
|
|
* Create security group rule
|
|
|
|
- |
|
|
Note for Networking
|
|
|
|
* Only Local Network and VLAN network supported.
|
|
Local Network means the network will only present in one region,
|
|
it could be VxLAN or VLAN network.
|
|
VLAN is the only L2 network type which supports cross
|
|
Neutron L2 networking and the bridge network for L3 networking.
|
|
* Pagination and sort are not supported at the same time for list
|
|
operation.
|
|
* For security group rule, remote group not supported yet. Use IP
|
|
prefix to create security group rule.
|
|
* Need to specify the region name as the availability zone hint for
|
|
external network creation, that means the external network will
|
|
be located in the specified region.
|
|
issues:
|
|
- refer to https://bugs.launchpad.net/tricircle
|