Merge "Remove any reference to pre-built images"

This commit is contained in:
Zuul 2018-06-25 21:02:29 +00:00 committed by Gerrit Code Review
commit f72770d4f5
5 changed files with 9 additions and 31 deletions

View File

@ -28,9 +28,6 @@ The sahara Ambari plugin is using minimal (operating system only) images.
For more information about Ambari images, refer to
`<https://git.openstack.org/cgi/openstack/sahara-image-elements>`_.
You could download well tested and up-to-date prepared images from
http://sahara-files.mirantis.com/images/upstream/
HDP plugin requires an image to be tagged in sahara Image Registry with two
tags: 'ambari' and '<plugin version>' (e.g. '2.5').

View File

@ -9,10 +9,7 @@ modify the Sahara configuration file (default /etc/sahara/sahara.conf) to
explicitly enable or disable it in "plugins" line.
You need to build images using :doc:`cdh-imagebuilder` to produce images used
to provision cluster or you could download prepared images from
http://sahara-files.mirantis.com/images/upstream/
They already have Cloudera Express installed (version 5.0.0, 5.3.0, 5.4.0,
5.5.0, 5.7.x and 5.9.x).
to provision cluster.
The cloudera plugin requires an image to be tagged in Sahara Image Registry
with two tags: 'cdh' and '<cloudera version>' (e.g. '5', '5.3.0', '5.4.0',

View File

@ -39,26 +39,18 @@ whose password is ``nova``:
---------------------------------------
You will need to upload a virtual machine image to the OpenStack Image
service. You can download pre-built images with vanilla Apache Hadoop
installed, or build the images yourself. This guide uses the latest available
Ubuntu upstream image, referred to as ``sahara-vanilla-latest-ubuntu.qcow2``
service. You can build the images yourself. This guide uses the latest
generated Ubuntu vanilla image, referred to as
``sahara-vanilla-latest-ubuntu.qcow2``,
and the latest version of vanilla plugin as an example.
Sample images are available here:
`Sample Images <http://sahara-files.mirantis.com/images/upstream/>`_
* Download a pre-built image
**Note:** For the steps below, substitute ``<openstack_release>`` with the
appropriate OpenStack release and ``<sahara_image>`` with the image of your
choice.
* Build the image using `sahara-image-elements
<https://git.openstack.org/cgit/openstack/sahara-image-elements/tree/README.rst>`_
.. sourcecode:: console
$ ssh user@hostname
$ wget http://sahara-files.mirantis.com/images/upstream/<openstack_release>/<sahara_image>.qcow2
Upload the image downloaded above into the OpenStack Image service:
Upload the generated image into the OpenStack Image service:
.. sourcecode:: console
@ -87,10 +79,6 @@ Upload the image downloaded above into the OpenStack Image service:
| virtual_size | None |
+------------------+--------------------------------------+
OR
* Build the image using: `diskimage-builder script <https://git.openstack.org/cgit/openstack/sahara-image-elements/tree/diskimage-create/README.rst>`_
Remember the image name or save the image ID. This will be used during the
image registration with sahara. You can get the image ID using the
``openstack`` command line tool as follows:

View File

@ -17,10 +17,7 @@ sahara-image-elements:
* https://git.openstack.org/cgit/openstack/sahara-image-elements
The latest Ubuntu images generated by sahara-image-elements have Cloudera
CDH 5.4.0 HDFS and Apache Spark installed. A prepared image for Spark can be
found at the following location:
* http://sahara-files.mirantis.com/images/upstream/
CDH 5.4.0 HDFS and Apache Spark installed.
The Spark plugin requires an image to be tagged in the sahara image registry
with two tags: 'spark' and '<Spark version>' (e.g. '1.6.0').

View File

@ -10,8 +10,7 @@ can launch Spark jobs on a Vanilla cluster.
For cluster provisioning prepared images should be used. They already have
Apache Hadoop 2.7.1 installed.
You may build images by yourself using :doc:`vanilla-imagebuilder` or you could
download prepared images from http://sahara-files.mirantis.com/images/upstream
You may build images by yourself using :doc:`vanilla-imagebuilder`.
Vanilla plugin requires an image to be tagged in Sahara Image Registry with
two tags: 'vanilla' and '<hadoop version>' (e.g. '2.7.1').