diff --git a/data-plane/container-kytos-sdx-topology b/data-plane/container-kytos-sdx-topology index 9711241..b366ff3 160000 --- a/data-plane/container-kytos-sdx-topology +++ b/data-plane/container-kytos-sdx-topology @@ -1 +1 @@ -Subproject commit 9711241d83324241153773a4579b1e2d883a44d7 +Subproject commit b366ff3908f885df1389788e05b18b220a3304c2 diff --git a/data-plane/container-validator/validator.yml b/data-plane/container-validator/validator.yml index e0ef2b8..ea7bbff 100755 --- a/data-plane/container-validator/validator.yml +++ b/data-plane/container-validator/validator.yml @@ -147,6 +147,9 @@ paths: state: type: string enum: ['enabled','disabled','maintenance'] + services: + type: array + minItems: 1 examples: post Topology: value: @@ -270,6 +273,14 @@ 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'] @@ -277,12 +288,20 @@ components: 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: