summaryrefslogtreecommitdiffstats
path: root/docs/submodules/octopus
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-04-12 17:23:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-12 17:23:53 +0000
commitd6650032527cc925dbd1e501faa4c8bec84ffce3 (patch)
tree590bd7deb54d945e97fc076dc3871f2267c4063a /docs/submodules/octopus
parent737da599a9814335c34b7d9b340a2621747b64af (diff)
Update git submodules
* Update docs/submodules/releng from branch 'master' - Merge "Remove euphrates from domino" - Remove euphrates from domino Domino is not in the fraser release. This is part of a cleanup to remove euphrates jobs Change-Id: Ica789accd0148cf847c3498d151bd8ae0b59e8bd Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/submodules/octopus')
0 files changed, 0 insertions, 0 deletions
olor: #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 test case for ha

schema: "yardstick:task:0.1"

scenarios:
-
  type: ServiceHA
  options:
    attackers:
    - fault_type: "kill-process"
      process_name: "nova-api"
      host: node1

    monitors:
    - monitor_type: "openstack-cmd"
      command_name: "nova image-list"
      monitor_time: 10
      sla:
        max_outage_time: 5
    - monitor_type: "process"
      process_name: "nova-api"
      host: node1
      monitor_time: 10
      sla:
        max_recover_time: 5

  nodes:
    node1: node1.LF

  runner:
    type: Duration
    duration: 1
  sla:
    outage_time: 5
    action: monitor


context:
  type: Node
  name: LF
  file: /root/yardstick/etc/yardstick/nodes/fuel_virtual/pod.yaml