This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / tools / README
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 This directory contains various utilities needed in the yardstick environment.
11
12 yardstick-img-modify is a generic script (but ubuntu cloud image specific) that
13 takes a another script as an argument. This second script does the actual
14 modifications of the image. sudo is required since the base image is mounted
15 using qemu's network block device support.
16
17 Usage example:
18
19 $ sudo yardstick-img-modify $HOME/yardstick/tools/ubuntu-server-cloudimg-modify.sh
20