[sdc] update code of sdc
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / mixPatterns / twoAppearancePerPatternWithConnectivities / in / hot-mog-0108-bs1271.yml
index 77ef2c8..12bcc16 100644 (file)
@@ -310,7 +310,7 @@ resources:
     type: OS::Neutron::Port
     properties:
       network: {get_param: ppds_net_name}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 2]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t2_port_01
 
   1c1_scalling_instance_network:
@@ -353,14 +353,14 @@ resources:
     type: OS::Neutron::Port
     properties:
       network: {get_resource: 1c1_scalling_instance_network}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 3]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t1_port_11
 
   1c1_t2_port_11:
     type: OS::Neutron::Port
     properties:
       network: {get_param: ppds_net_name}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 4]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t2_port_11
 
   1c101_scalling_instance_1C12:
@@ -403,7 +403,7 @@ resources:
     type: OS::Neutron::Port
     properties:
       network: {get_param: ppds_net_name}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 2]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t2_port_02
 
   1c102_scalling_instance_1C12:
@@ -440,14 +440,14 @@ resources:
     type: OS::Neutron::Port
     properties:
       network: {get_resource: 1c1_scalling_instance_network}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 3]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t1_port_12
 
   1c1_t2_port_12:
     type: OS::Neutron::Port
     properties:
       network: {get_param: ppds_net_name}
-      fixed_ips: [{"ip_address": {get_param: [myIPs, 4]}}]
+      fixed_ips: [{"ip_address": {get_param: [myIPs, 1]}}]
       name: 1c1_t2_port_12
 
   ########################################    CATALOG INSTANCES (Pattern 1C2)  #####################