aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/in/addOn.yml
blob: b1a13069c4e27a9f1b87fb620f892692735ab976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
heat_template_version: 2013-05-23

description: >
  Version 2.0 02-09-2016 (Authors: John Doe, user PROD)

parameters:
  shared_security_group_id1:
      type: string
      description: network name of jsa log network
  shared_security_group_id2:
      type: string
      description: network name of jsa log network

resources:
  test_shared_node_connected_in_nested:
    type: nested-oam_v0.1.yaml
    properties:
      shared_security_group_id1: { get_param: shared_security_group_id1}
      p2: { get_param: shared_security_group_id2}