summaryrefslogtreecommitdiffstats
path: root/network/ports/vip.yaml
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Make many networking parameters consistentBen Nemec1-1/+1
2017-05-19Update the template_version alias for all the templates to pike.Carlos Camacho1-1/+1
2016-12-23Bump template version for all templates to "ocata"Steven Hardy1-1/+1
2016-03-04Add IPv6 Support to Isolated NetworksDan Sneddon1-0/+3
2016-01-12Convert port cidr splitting to str_splitSteven Hardy1-4/+2
2015-12-15Allow for usage of pre-allocated IPs for the controller nodesGiulio Fidente1-0/+4
2015-12-11Merge "Update typos"Jenkins1-1/+1
2015-11-24Update typosSwapnil Kulkarni (coolsvap)1-1/+1
2015-11-24Add net_vip_map_external to be used for an external balancerDan Prince1-0/+1
2015-07-22Convert PublicVirtualIP to new port creation methodDan Sneddon1-2/+9
2015-06-27Add ControlPlaneNetwork to vip.yamlDan Sneddon1-0/+4
2015-06-13Remove Redis VirtualIP from params and build it from Neutron::PortGiulio Fidente1-0/+41
200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #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 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
##############################################################################
---
# Sample benchmark task config file
# measure memory cache latency using lmbench

schema: "yardstick:task:0.1"

scenarios:
-
  type: Lmbench
  options:
    test_type: "latency_for_cache"
    line_size: 128
    repetition: 1
    warmup: 0

  host: demeter.demo

  runner:
    type: Iteration
    iterations: 2
    interval: 1

  sla:
    max_latency: 35
    action: monitor

context:
  name: demo
  image: yardstick-image
  flavor: yardstick-flavor
  user: ubuntu

  servers:
    demeter:
      floating_ip: true

  networks:
    test:
      cidr: '10.0.1.0/24'