From 92d31b691c70e9a1281eb7eefb39c66c393a1823 Mon Sep 17 00:00:00 2001 From: caowei Date: Wed, 13 Jul 2016 16:10:19 -0400 Subject: [PATCH] tools add README.rst Change-Id: I7273587df9e20cb1284d8dc4e6a4c3c03420e1ce Closes-Bug: #1602625 --- tools/README.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/README.rst diff --git a/tools/README.rst b/tools/README.rst new file mode 100644 index 0000000..0989ca9 --- /dev/null +++ b/tools/README.rst @@ -0,0 +1,23 @@ +Setup +------- +For using muranoclient please also specify necessary credentials in environment: + export OS_USERNAME=user + export OS_PASSWORD=password + export OS_TENANT_NAME=tenant + export OS_AUTH_URL=http://auth.example.com:5000/v2.0 + export MURANO_URL=http://murano.example.com:8082/ + +Examples +-------- + +Build Gerrit and Jenkins: +./tools/prepare_packages.sh -s $source_dir -d $destination_dir -p Gerrit -p Jenkins + +Build all packages with default settings: +./tools/prepare_packages.sh -s $source_dir -d $destination_dir +or +./tools/prepare_packages.sh + +Upload existing packages without building them: +./tools/prepare_packages.sh -S -U -d $destination_dir +"