[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttonetconnection / nested / inputfiles / nested.yml
index fb2c8e1..61b1d2d 100644 (file)
@@ -6,10 +6,6 @@ parameters:
   p1:
     type: string
     description: UID of OAM network
-  p2:
-    type: string
-  p3:
-    type: string
   security_group_name:
     type: comma_delimited_list
     description: CMAUI1, CMAUI2 server names
@@ -41,15 +37,7 @@ resources:
   cmaui_port_1:
     type: OS::Neutron::Port
     properties:
-      network: { get_param: p2 }
-      fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
-      security_groups: [{get_param: security_group_name}]
-      replacement_policy: AUTO
-
-  cmaui_port_2:
-    type: OS::Neutron::Port
-    properties:
-      network: { get_param: p3 }
+      network: { get_param: [p1,0] }
       fixed_ips: [{"ip_address": {get_param: [cmaui_oam_ips, 0]}}]
       security_groups: [{get_param: security_group_name}]
       replacement_policy: AUTO
@@ -63,5 +51,4 @@ resources:
       flavor: { get_param: cmaui_flavor }
       networks:
       - port: { get_resource: cmaui_port_0 }
-      - port: { get_resource: cmaui_port_1 }
-      - port: { get_resource: cmaui_port_2 }
\ No newline at end of file
+      - port: { get_resource: cmaui_port_1 }
\ No newline at end of file