summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/allPatternsDependsOnConnectivity/in/nested1-no-compute.yml
blob: 19e3cde33fb0a5047f000d3f15ecef0610878211 (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
heat_template_version: 2013-05-23

description: nested1-no-compute

parameters:
  pd_server_ips:
      type: string
  ps_server_ips:
      type: string
  net:
    type: string
  name:
    type: string
    description: nested parameter

resources:
  pd_server_port:
    type: OS::Neutron::Port
    properties:
      network: { get_param: net }
      fixed_ips: [{"ip_address": {get_param: [pd_server_ips, 0]}}]
      replacement_policy: AUTO

  ps_server_port:
    type: OS::Neutron::Port
    properties:
      network: { get_param: net }
      fixed_ips: [{"ip_address": {get_param: [ps_server_ips, 0]}}]
      replacement_policy: AUTO