-
Epic
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
ui-bridge-cni-port-iso
-
77
-
- Users are able to create NetworkAttachmentDefintion of LinuxBridge type with port-isolation settings.
-
To Do
Goal
Allow users to create NetworkAttachmentDefinition of LinuxBridge type with port-isolation settings.
User Stories
- See https://issues.redhat.com/browse/CNV-39665 user-stories.
Non-Requirements
Notes
- The bridge-cni port-isolation settings is a boolean, see bellow config that include the port-isolation settings:
apiVersion: k8s.cni.cncf.io/v1 kind: NetworkAttachmentDefinition metadata: name: br-vid100-iso-ports namespace: port-isolation-demo spec: config: |- { "cniVersion": "0.3.1", "name": "br-vid100-iso-ports", "type": "bridge", "bridge": "br100", "macspoofchk": true, "preserveDefaultVlan": false, "vlan": 100, "portIsolation": true <---- new setting }
- The port-isolation settings require no additional input, it can be another checkbox for the user to set.
- clones
-
CNV-4600 CNV Epic Template
-
- New
-
1.
|
upstream roadmap issue |
|
New | |
Unassigned |
2.
|
upstream design |
|
New | |
Unassigned |
3.
|
upstream documentation |
|
New | |
Unassigned |
4.
|
upgrade consideration |
|
New | |
Unassigned |
5.
|
CEE/PX summary presentation |
|
Closed | |
Unassigned |
6.
|
test plans in polarion |
|
New | |
Unassigned |
7.
|
automated tests |
|
New | |
Unassigned |
8.
|
downstream documentation merged |
|
New | |
Unassigned |