blob: 784af546a7cf7f17cb9a089a1e70dfaf6b0ddbec [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
# compile this with "m4 metronet.m4 > metronet.yaml"
# include macros
include(macros.m4)
node_types:
tosca.nodes.MetroNetworkService:
derived_from: tosca.nodes.Root
description: >
CORD: The Metro Network Service.
capabilities:
xos_base_service_caps
properties:
xos_base_props
xos_base_service_props
tosca.nodes.MetroNetworkDevice:
derived_from: tosca.nodes.Root
description: >
CORD: The Metro Network Device.
properties:
xos_base_props
restCtrlUrl:
type: string
required: true
username:
type: string
required: true
password:
type: string
required: true
administrativeState:
type: string
required: true
authType:
type: string
required: false