summaryrefslogtreecommitdiffstats
path: root/samples/ping-iteration.yaml
blob: 43744b1860303610ae39348b7f4c8bfd12dc62b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##############################################################################
# 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 network latency using ping

schema: "yardstick:task:0.1"

scenarios:
-
  type: Ping
  options:
    packetsize: 200
  host: athena.demo
  target: ares.demo

  runner:
    type: Iteration
    iterations: 60
    interval: 1

  sla:
    max_rtt: 10
    action: monitor

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

  placement_groups:
    pgrp1:
      policy: "availability"

  servers:
    athena:
      floating_ip: true
      placement: "pgrp1"
    ares:
      placement: "pgrp1"

  networks:
    test:
      cidr: '10.0.1.0/24'
pan class="nv">RabbitMQServiceBase, role_data, config_settings] - rabbitmq::service_manage: false step_config: | include ::tripleo::profile::pacemaker::rabbitmq upgrade_tasks: - name: get bootstrap nodeid tags: common command: hiera bootstrap_nodeid register: bootstrap_node - name: set is_bootstrap_node fact tags: common set_fact: is_bootstrap_node={{bootstrap_node.stdout == ansible_hostname}} - name: get rabbitmq policy tags: common shell: pcs resource show rabbitmq | grep -q -E "Attributes:.*\"ha-mode\":\"all\"" register: rabbit_ha_mode when: is_bootstrap_node ignore_errors: true - name: set migrate_rabbit_ha_mode fact tags: common set_fact: migrate_rabbit_ha_mode={{rabbit_ha_mode.rc == 0}} when: is_bootstrap_node - name: Fixup for rabbitmq ha-queues LP#1668600 tags: step0,pre-upgrade shell: | nr_controllers=$(($(hiera controller_node_names | grep -o "," |wc -l) + 1)) nr_queues=$(($nr_controllers / 2 + ($nr_controllers % 2))) if ! [ $nr_queues -gt 0 -a $nr_queues -le $nr_controllers ]; then echo "ERROR: The nr. of HA queues during the rabbit upgrade is out of range: $nr_queues" exit 1 fi pcs resource update rabbitmq set_policy='ha-all ^(?!amq\\.).* {"ha-mode":"exactly","ha-params":'"$nr_queues}" --wait=600 when: is_bootstrap_node and migrate_rabbit_ha_mode metadata_settings: get_attr: [RabbitMQServiceBase, role_data, metadata_settings]