[VVP] updating OS::Neutron::Port parameter tests
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_fixed_ips_include_vm_type_network_role / pass / valid_template.yaml
index 48b0080..255392c 100644 (file)
@@ -6,7 +6,7 @@
 # ===================================================================
 #
 # Unless otherwise specified, all software contained herein is licensed
-# under the Apache License, Version 2.0 (the “License”);
+# under the Apache License, Version 2.0 (the "License");
 # you may not use this software except in compliance with the License.
 # You may obtain a copy of the License at
 #
@@ -21,7 +21,7 @@
 #
 #
 # Unless otherwise specified, all documentation contained herein is licensed
-# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# under the Creative Commons License, Attribution 4.0 Intl. (the "License");
 # you may not use this documentation except in compliance with the License.
 # You may obtain a copy of the License at
 #
@@ -35,7 +35,6 @@
 #
 # ============LICENSE_END============================================
 #
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 ---
 heat_template_version: 2015-04-30
@@ -97,11 +96,11 @@ parameters:
     description: db_int_intranet_v6_ip_0 
 
   db_int_intranet_ips:
-    type: string
+    type: comma_delimited_list
     description: db_int_intranet_ips 
 
   db_int_intranet_v6_ips:
-    type: string
+    type: comma_delimited_list
     description: db_int_intranet_v6_ips 
 
   lb_extnet_ip_0:
@@ -117,13 +116,17 @@ parameters:
     description: lb_extnet_v6_ip_0
 
   lb_extnet_ips:
-    type: string
+    type: comma_delimited_list
     description: lb_extnet_ips 
 
   lb_extnet_v6_ips:
-    type: string
+    type: comma_delimited_list
     description: lb_extnet_v6_ips 
 
+  vm_type_1_network_role_a_ip_0:
+    type: string
+    description: nsadjfsa
+
 resources:
 
   lb_server_0:
@@ -211,15 +214,17 @@ resources:
           fixed_ips:
             - subnet_id: { get_param: extnet_subnet_id }
             - subnet_id: { get_param: extnet_v6_subnet_id }
+
   reserve_port_vm_type_1_network_role_a_floating_ip_0:
         type: OS::Neutron::Port
         properties:
           network: { get_param: network_role_a_net_id }
           fixed_ips:
-            - ip_address : { get_param: vm_type_1_network_role_a_floating_ip }
+            - ip_address : { get_param: vm_type_1_network_role_a_ip_0 }
+
   reserve_port_vm_type_1_network_role_a_floating_v6_ip_0:
         type: OS::Neutron::Port
         properties:
           network: { get_param: network_role_a_net_id }
           fixed_ips:
-            - ip_address : { get_param: vm_type_1_network_role_a_floating_v6_ip }
+            - ip_address : { get_param: vm_type_1_network_role_a_ip_0 }