From 7492216de2f198e42bcd5e1539c8b21886a78d8c Mon Sep 17 00:00:00 2001 From: Hans Feldt Date: Thu, 11 Jun 2015 14:33:10 +0200 Subject: Add support for building images Two scripts are added. One that will be installed in user's PATH and one that is an example of how to modify an image from within. See README for example and script for more info Change-Id: Iab743f6e9105d5ba872ffba0512ffee954c6d830 JIRA: YARDSTICK-28 Signed-off-by: Hans Feldt --- tools/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/README (limited to 'tools/README') diff --git a/tools/README b/tools/README new file mode 100644 index 000000000..9477c8988 --- /dev/null +++ b/tools/README @@ -0,0 +1,20 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB 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 +############################################################################## + +This directory contains various utilities needed in the yardstick environment. + +yardstick-img-modify is a generic script (but ubuntu cloud image specific) that +takes a another script as an argument. This second script does the actual +modifications of the image. sudo is required since the base image is mounted +using qemu's network block device support. + +Usage example: + +$ sudo yardstick-img-modify $HOME/yardstick/tools/ubuntu-server-cloudimg-modify.sh + -- cgit 1.2.3-korg