blob: b59e9710e7288676aad6a988e43801213241d6eb [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.MetroNetworkSystem:
derived_from: tosca.nodes.Root
description: >
CORD: The Metro Network Service.
capabilities:
scalable:
type: tosca.capabilities.Scalable
service:
type: tosca.capabilities.xos.Service
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
administrativeState:
type: string
required: true
restUrl:
type: string
required: false
tosca.nodes.MetroNetworkDevice:
derived_from: tosca.nodes.Root
description: >
CORD: The Metro Network Device.
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
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
id:
type: string
required: true