blob: 9ac1400fbc1c43cc709c9ff40528e3530865f6a6 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
# compile this with "m4 metronet.m4 > metronet.yaml"
# include macros
# Note: Tosca derived_from isn't working the way I think it should, it's not
# inheriting from the parent template. Until we get that figured out, use
# m4 macros do our inheritance
# Service
# Subscriber
# end m4 macros
node_types:
tosca.nodes.BandwidthProfile:
derived_from: tosca.nodes.Root
description: >
CORD: The ecord bandwith profile.
capabilities:
properties:
no-delete:
type: boolean
default: false
description: Do not allow Tosca to delete this object
no-create:
type: boolean
default: false
description: Do not allow Tosca to create this object
no-update:
type: boolean
default: false
description: Do not allow Tosca to update this object
replaces:
type: string
required: false
descrption: Replaces/renames this object
cbs:
type: integer
required: false
ebs:
type: integer
required: false
cir:
type: integer
required: false
eir:
type: integer
required: false
name:
type: string
required: true
tosca.nodes.UserNetworkInterface:
derived_from: tosca.nodes.Root
description: >
CORD: The ecord user netowrk interface
capabilities:
properties:
no-delete:
type: boolean
default: false
description: Do not allow Tosca to delete this object
no-create:
type: boolean
default: false
description: Do not allow Tosca to create this object
no-update:
type: boolean
default: false
description: Do not allow Tosca to update this object
replaces:
type: string
required: false
descrption: Replaces/renames this object
cpe_id:
type: string
required: false
tenant:
type: string
required: true
name:
type: string
required: true
latlng:
type: string
required: false
tosca.nodes.OnosModel:
derived_from: tosca.nodes.Root
description: >
CORD: The ecord ONOS model
capabilities:
properties:
no-delete:
type: boolean
default: false
description: Do not allow Tosca to delete this object
no-create:
type: boolean
default: false
description: Do not allow Tosca to create this object
no-update:
type: boolean
default: false
description: Do not allow Tosca to update this object
replaces:
type: string
required: false
descrption: Replaces/renames this object
name:
type: string
required: false
onos_ip:
type: string
required: false
onos_port:
type: integer
required: false
onos_username:
type: string
required: false
onos_password:
type: string
required: false
onos_type:
type: string
required: false
tosca.nodes.EnterpriseLocation:
derived_from: tosca.nodes.Root
description: >
CORD: The ecord enterprise location
capabilities:
properties:
no-delete:
type: boolean
default: false
description: Do not allow Tosca to delete this object
no-create:
type: boolean
default: false
description: Do not allow Tosca to create this object
no-update:
type: boolean
default: false
description: Do not allow Tosca to update this object
replaces:
type: string
required: false
descrption: Replaces/renames this object
name:
type: string
required: false
cord_site_ip:
type: string
required: false
cord_site_port:
type: integer
required: false
cord_site_username:
type: string
required: false
cord_site_password:
type: string
required: false
cord_site_type:
type: string
required: false
tosca.nodes.ELine:
derived_from: tosca.nodes.Root
description: >
CORD: The ecord Ethernet Virtual Private Line
capabilities:
properties:
no-delete:
type: boolean
default: false
description: Do not allow Tosca to delete this object
no-create:
type: boolean
default: false
description: Do not allow Tosca to create this object
no-update:
type: boolean
default: false
description: Do not allow Tosca to update this object
replaces:
type: string
required: false
descrption: Replaces/renames this object
name:
type: string
required: false
connect_point_1_id:
type: string
required: false
connect_point_2_id:
type: string
required: false
vlanids:
type: string
required: false
cord_site_name:
type: string
required: false
bwp:
type: string
required: false