From 655f39713cca2595a812ccd60cc738301aef8b2f Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Mon, 23 Apr 2018 08:49:34 -0700 Subject: [VVP] add bug fixes and reserve port updates Adding test script updates and reserve port Change-Id: I2af5263a48a53117021f166d08395685e89fd122 Issue-ID: VVP-56 Signed-off-by: stark, steven --- .../pass/valid_template.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role') diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml index f67b794..48b0080 100644 --- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml +++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml @@ -211,3 +211,15 @@ 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 } + 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 } -- cgit 1.2.3-korg