blob: 414dab8a648af6159632146437255e9886fb478e [file] [log] [blame]
Matteo Scandolo5eb20bb2017-08-08 13:05:26 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Andrea Campanella45536f72017-02-23 15:20:06 +010017tosca_definitions_version: tosca_simple_yaml_1_0
18
19# compile this with "m4 vee.m4 > vee.yaml"
20
21# include macros
22include(macros.m4)
23
24node_types:
25
26 tosca.nodes.VEEService:
27 description: >
28 CORD: The vEE Service.
29 derived_from: tosca.nodes.Root
30 capabilities:
31 xos_base_service_caps
32 properties:
33 xos_base_props
34 xos_base_service_props
Andrea Campanella45536f72017-02-23 15:20:06 +010035
Scott Bakerf07b41a2017-10-13 14:24:43 -070036 tosca.nodes.VEEServiceInstance:
37 derived_from: tosca.nodes.Root
38 description: >
Scott Bakerb2636452017-10-17 17:05:53 -070039 A VEE Service Instance.
Scott Bakerf07b41a2017-10-13 14:24:43 -070040 properties:
41 xos_base_tenant_props
42 s_tag:
43 type: integer
44 required: false
45 c_tag:
46 type: integer
47 required: false