aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2Vlan/oneInterface/expectedoutputfiles/MainServiceTemplate.yaml
blob: 7e2521ccc75ea84164b5321a684d7b0b4c81fbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Main
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
topology_template:
  inputs:
    lb_st_interface_type_oam:
      hidden: false
      immutable: false
      annotations:
        source:
          type: org.openecomp.annotations.Source
          properties:
            vf_module_label:
            - base_hot_template
            source_type: HEAT
            param_name: lb_st_interface_type_oam
      type: string
      description: dummy
  node_templates:
    template_VMInt_INT1_VLC:
      type: org.openecomp.resource.abstract.nodes.heat.hot_template
      directives:
      - substitutable
      properties:
        service_template_filter:
          substitute_service_template: hot_templateServiceTemplate.yaml
          count: 3
          mandatory: true
        virtual_machine_interface_properties:
          virtual_machine_interface_properties_service_interface_type:
            get_input: lb_st_interface_type_oam
  groups:
    base_hot_template_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/base_hot_template.yml
        description: |
          Module HOT template to create vmme 2 vlc
      members:
      - template_VMInt_INT1_VLC