Document how to download the mesos image

Upload a pre-built mesos image to fedorapeople.org. The legality of
distributing such image has been confirmed [1].

[1] https://lists.fedoraproject.org/pipermail/users/2015-November/
466747.html

Change-Id: Ia471c496236e05c0c0054b37afa2bbcdf2894d5e
This commit is contained in:
Hongbin Lu 2015-11-29 22:34:16 -05:00
parent 4b10436393
commit 780b969c12

View File

@ -467,6 +467,13 @@ Provisioning a mesos bay requires a Ubuntu-based image with some packages
pre-installed. To build and upload such image, please refer to
`<http://docs.openstack.org/developer/magnum/dev/dev-mesos.html>`_
Alternatively, you can download and upload a pre-built image::
wget https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2
glance image-create --name ubuntu-mesos --visibility public \
--disk-format=qcow2 --container-format=bare \
--os-distro=ubuntu --file=ubuntu-14.04.3-mesos-0.25.0.qcow2
Then, create a baymodel by using 'mesos' as the coe, with the rest of arguments
similar to the Kubernetes baymodel::