summaryrefslogtreecommitdiffstats
path: root/INFO
blob: 6391c422e4c3784919b48f1473a21b22c7c12ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Project: IPv6-enabled OPNFV Project (ipv6)
Project Creation Date: November 25, 2014
Project Category: Integration & Testing
Lifecycle State: Incubation
Primary Contact: Bin Hu
Project Lead: Bin Hu
Gerrit Repository: ipv6
Jira Project Name: IPv6-enabled OPNFV Project
Jira Project Prefix: IPVSIX
Mailing list tag: [ipv6]
IRC: Server:freenode.net Channel:#opnfv-ipv6
Etherpad: http://etherpad.opnfv.org/p/ipv6

Committers:
Bin Hu (AT&T), <bh526r@att.com>
Tom Nadeau (Brocade), <tnadeau@brocade.com>
Peter Lee (ClearPath), <plee@clearpathnet.com>
Mark Medina (ClearPath), <mmedina@clearpathnet.com>
Jonne Soininen (Nokia), <jonne.soininen@nsn.com>
Prakash Ramchandran (Huawei), <prakash.ramchandran@huawei.com>
Sridhar Gaddam (RedHat), <sgaddam@redhat.com> or <sridhar.gaddam@redhat.com>
#0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Copyright (c) 2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
schema: yardstick:task:0.1
scenarios:
- type: NSPerf
  traffic_profile: ../../traffic_profiles/ixia_ipv4_latency.yaml
  topology: firewall_vnf_topology_ixia.yaml
  nodes:
    tg__0: trafficgen_1.yardstick1
    vnf__0: vnf.yardstick
  options:
    framesize:
      private: {256B: 100}
      public: {256B: 100}
    flow:
      src_ip: [{'tg__0': 'xe0'}]
      dst_ip: [{'tg__0': 'xe1'}]
      count: 1
    traffic_type: 4
    rfc2544:
      allowed_drop_rate: 0.0001 - 0.0001
    vnf__0:
      rules: acl_1rule.yaml
      vnf_config: {lb_config: 'SW', lb_count: 1, worker_config: '1C/1T', worker_threads: 1}
  runner:
    type: Iteration
    iterations: 10
    interval: 35
  ixia_profile: ../../traffic_profiles/vfw/vfw_ipv4_profile_1flows_256B.ixncfg
contexts:
  # put node context first, so we don't HEAT deploy if node has errors
  - name: yardstick1
    type: Node
    file: ixia.yml
  - name: yardstick
    image: yardstick-samplevnfs
    flavor:
      vcpus: 10
      ram: 20480
      disk: 6
      extra_specs:
        hw:cpu_sockets: 1
        hw:cpu_cores: 10
        hw:cpu_threads: 1
    user: ubuntu
    placement_groups:
      pgrp1:
        policy: "availability"
    servers:
      vnf:
        floating_ip: true
        placement: "pgrp1"
    networks:
      mgmt:
        cidr: '10.0.1.0/24'
      xe0:
        cidr: '10.0.2.0/24'
        vld_id: downlink_0
        gateway_ip: 'null'
        provider: true
        physical_network: phystenant1
        port_security_enabled: False
      xe1:
        cidr: '10.0.3.0/24'
        vld_id: uplink_0
        gateway_ip: 'null'
        provider: true
        physical_network: phystenant2
        port_security_enabled: False