From a2892cb4ece7b8974be440d4522be8ac79fd304e Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Wed, 29 May 2013 09:19:26 -0700 Subject: [PATCH] Pre-release 0.1.2 doc changes Change-Id: I7d1cc835522fff0a99015d21019a4aef6f3220f3 --- doc/source/quickstart.rst | 13 +++++++------ doc/source/restapi/v02.rst | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 9ba6fe71..17fa0b4e 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -1,4 +1,4 @@ -Savanna v0.1.1 quickstart guide +Savanna v0.1.2 quickstart guide =============================== 1. Install Savanna @@ -16,18 +16,19 @@ Savanna v0.1.1 quickstart guide ssh user@hostname -2.2. Download tarball from the following URL: +2.2. Download qcow2 image(Apache Hadoop 1.1.2 inside) from the following URL: .. sourcecode:: bash - wget http://savanna-files.mirantis.com/savanna-0.1-hdp-img.tar.gz + wget http://savanna-files.mirantis.com/savanna-0.1.2-hadoop.qcow2 -2.3. Unpack image and import it into Glance: +Or you can use `Diskimage-builder tool for creating your own images with Apache Hadoop `_ + +2.3. Import it into Glance: .. sourcecode:: bash - tar -xzf savanna-0.1-hdp-img.tar.gz - glance image-create --name=vanilla-hadoop.image --disk-format=qcow2 --container-format=bare < ./savanna-0.1-hdp-img.img + glance image-create --name=vanilla-hadoop.image --disk-format=qcow2 --container-format=bare < ./savanna-0.1.2-hadoop.qcow2 You should see the output similar to the following: diff --git a/doc/source/restapi/v02.rst b/doc/source/restapi/v02.rst index 0acb513c..f5d3d18c 100644 --- a/doc/source/restapi/v02.rst +++ b/doc/source/restapi/v02.rst @@ -4,7 +4,7 @@ Savanna REST API v0.2 .. note:: - REST API v0.2 corresponds to Savanna v0.1.1 + REST API v0.2 corresponds to Savanna v0.1.X 1 General API information =========================