Matteo Scandolo | 5eb20bb | 2017-08-08 13:05:26 -0700 | [diff] [blame] | 1 | |
| 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 Campanella | 45536f7 | 2017-02-23 15:20:06 +0100 | [diff] [blame] | 17 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 18 | |
| 19 | # compile this with "m4 vee.m4 > vee.yaml" |
| 20 | |
| 21 | # include macros |
| 22 | include(macros.m4) |
| 23 | |
| 24 | node_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 Campanella | 45536f7 | 2017-02-23 15:20:06 +0100 | [diff] [blame] | 35 | |
Scott Baker | f07b41a | 2017-10-13 14:24:43 -0700 | [diff] [blame] | 36 | tosca.nodes.VEEServiceInstance: |
| 37 | derived_from: tosca.nodes.Root |
| 38 | description: > |
Scott Baker | b263645 | 2017-10-17 17:05:53 -0700 | [diff] [blame^] | 39 | A VEE Service Instance. |
Scott Baker | f07b41a | 2017-10-13 14:24:43 -0700 | [diff] [blame] | 40 | properties: |
| 41 | xos_base_tenant_props |
| 42 | s_tag: |
| 43 | type: integer |
| 44 | required: false |
| 45 | c_tag: |
| 46 | type: integer |
| 47 | required: false |