aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/Prox_Heat_LW_AFTR-4Port-1507889070610.json
diff options
context:
space:
mode:
authorAmeed Ashour <Ameed.Ashour.Ext@nokia.com>2018-07-10 16:42:36 +0300
committerAmeed Ashour <ameed.ashour.ext@nokia.com>2018-10-03 06:05:34 +0000
commit43c28852a9c9abfe7fc66fca0dcc703b468db0cf (patch)
tree50c3b65f4aad3a3837b39e50a74ce66d108b47fa /dashboard/Prox_Heat_LW_AFTR-4Port-1507889070610.json
parent771b04149ff9417ba8784f0dab6aa3ab607a437b (diff)
Adds option parameters to TC074
Add option parameters to TC074 to allow the user to specify volume type, volume count, availability zone, stack name, and subnet cidr. JIRA:YARDSTICK-1294 Change-Id: I161f44b5f2c7e70fcfb80a3b916efc34bd06824c Signed-off-by: Ameed Ashour <Ameed.Ashour.Ext@nokia.com>
Diffstat (limited to 'dashboard/Prox_Heat_LW_AFTR-4Port-1507889070610.json')
0 files changed, 0 insertions, 0 deletions
00; 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.
---
- hosts: chroot_image
  connection: chroot
  vars:
    # used to install the tools
    clone_dir: /tmp/yardstick-clone

  pre_tasks:
    - debug: msg="chrooted in {{ inventory_hostname }}"

  roles:
    - reset_resolv_conf
    - add_custom_repos
    - modify_cloud_config
    - role: set_package_installer_proxy
      when: proxy_env is defined and proxy_env
    - install_image_dependencies
    - download_unixbench
    - install_unixbench
    - download_ramspeed
    - install_ramspeed
    - download_cachestat
    # there is no install for cachestat
#    - install_cachestat