From 3ecb97f407dda7451e8fa6bc12d422f2cf7d2612 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Mon, 24 Jul 2017 02:55:00 -0700 Subject: scale-out testcase template use anonymous flavors force num_vnfs to int added provider network examples we have to disable port security for provider networks removed vld_id, not needed adjust num_vfs to allocate two physnets per VNF. fix for multiports Change-Id: Ic4c8314dc07f6295b9559188989d81058bb48eb0 Signed-off-by: Ross Brattain --- samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml') diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml index dbf366f75..73c41099f 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-out.yaml @@ -87,6 +87,7 @@ downlink_[[ vnf_num ]]: 1400B: "{{get(imix, 'imix.downlink.1400B', '0') }}" 1500B: "{{get(imix, 'imix.downlink.1500B', '0') }}" 1518B: "{{get(imix, 'imix.downlink.1518B', '0') }}" + outer_l3v4: proto: "udp" srcip4: "{{get(flow, 'flow.dst_ip_[[ vnf_num ]]', '90.90.1.1-90.90.255.255') }}" -- cgit 1.2.3-korg