Skip to content

Commit

Permalink
SDX integration progress tracking #94
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarinve committed Dec 22, 2023
1 parent 55adbc0 commit 73339ed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data-plane/container-kytos-sdx-topology
31 changes: 25 additions & 6 deletions data-plane/container-validator/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ paths:
state:
type: string
enum: ['enabled','disabled','maintenance']
services:
type: array
minItems: 1
examples:
post Topology:
value:
Expand Down Expand Up @@ -270,19 +273,35 @@ components:
type:
type: string
enum: ['100FE','1GE','10GE','25GE','40GE','50GE','100GE','400GE','Other']
mtu:
type: integer
format: int32
nni:
type: object
properties:
sdx_nni:
type: string
status:
type: string
enum: ['up','down','error']
state:
type: string
enum: ['enabled','disabled']
services:
type: string
nni:
type: string
mtu:
type: integer
format: int32
items:
type: object
properties:
l2vpn-ptp:
type: object
properties:
vlan_range:
type: array
l2vpn-ptmp:
type: object
properties:
vlan_range:
type: array

location:
type: object
required:
Expand Down

0 comments on commit 73339ed

Please sign in to comment.