aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml
blob: 125235d88c3a0d8f4e8b9d66fa41818790de7afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tosca_definitions_version: tosca_simple_yaml_1_3

node_types:
  org.openecomp.resource.MyNetworkFunctionCI:
    derived_from: tosca.nodes.Root
    properties:
      resourceType:
        type: string
      resourceSubtype:
        type: string
        required: false
    attributes:
      attr_1:
        type: string
        default: 'Integration Test'
      attr_2:
        type: integer
        default: 2021
      attr_3:
        type: boolean
        default: true