summaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/vpe
AgeCommit message (Expand)AuthorFilesLines
2017-11-10NSB: fix vpe_config licenseRoss Brattain1-27/+10
2017-10-11private-> uplink and public->downlinkDeepak S8-16/+16
2017-10-03Adding sample testcases to run on standalone contextDeepak S2-0/+183
2017-09-29Auto create ixia config based on the traffic profileDeepak S1-64/+0
2017-09-25Fix vPE VNF characterization issues.Deepak S4-8/+8
2017-09-18NSB: count from 0, vnf_0, tg_9, private->uplink, public->downlinkRoss Brattain11-74/+74
2017-09-14NSB: fix port topologyMartin Banszel6-7/+7
2017-09-03Adding nfvi flag to enable data collectionDeepak S6-0/+6
2017-08-21Re-define the framesize and flow dynamic define in testcaseDeepak S6-24/+44
2017-08-08NSB updateDeepak S14-503/+469
2017-01-19Adding sample Thoughput Test case for vPE.Deepak S9-0/+1531
d2200; 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 Huawei Technologies Co.,Ltd and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

- hosts: localhost
  roles:
    - cpu_pin_local_setup

- hosts: controller
  roles:
    - scheduler_default_filters_setup
    - restart_nova_scheduler

- hosts: compute
  roles:
    - vcpu_pin_set_setup
    - restart_nova_compute