Update name of ubuntu-mesos image
Update the gate and docs to use "ubuntu-mesos-latest" instead of "ubuntu-14.04.3-mesos-0.25.0.qcow2". The intent is to make the image upgrade easier (by using a static image name). In fedorapeople, a soft link was created from "ubuntu-mesos-latest.qcow2" to "ubuntu-14.04.3-mesos-0.25.0.qcow2" Change-Id: I544773d184e5436843595dbfd9ab118b99870281
This commit is contained in:
parent
8020245e18
commit
31d04e312d
@ -639,10 +639,10 @@ pre-installed. To build and upload such image, please refer to
|
||||
|
||||
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
|
||||
wget https://fedorapeople.org/groups/magnum/ubuntu-mesos-latest.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
|
||||
--os-distro=ubuntu --file=ubuntu-mesos-latest.qcow2
|
||||
|
||||
Then, create a ClusterTemplate by using 'mesos' as the COE, with the rest of
|
||||
arguments similar to the Kubernetes ClusterTemplate::
|
||||
|
@ -1121,7 +1121,7 @@ Image (image-id)
|
||||
for the Mesos master and slave. The image binary is loaded in
|
||||
Glance with the attribute 'os_distro = ubuntu'. You can download
|
||||
the `ready-built image
|
||||
<https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2>`_,
|
||||
<https://fedorapeople.org/groups/magnum/ubuntu-mesos-latest.qcow2>`_,
|
||||
or you can create the image as described below in the `Building
|
||||
Mesos image`_ section.
|
||||
|
||||
@ -2398,8 +2398,8 @@ Mesos on Ubuntu
|
||||
|
||||
This image is built manually using diskimagebuilder. The instructions are
|
||||
provided in the section `Diskimage-builder`_.
|
||||
The Fedora site hosts the current image `ubuntu-14.04.3-mesos-0.25.0.qcow2
|
||||
<https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2>`_.
|
||||
The Fedora site hosts the current image `ubuntu-mesos-latest.qcow2
|
||||
<https://fedorapeople.org/groups/magnum/ubuntu-mesos-latest.qcow2>`_.
|
||||
|
||||
+-------------+-----------+
|
||||
| OS/software | version |
|
||||
|
@ -28,7 +28,7 @@ if [ "${coe}${special}" != "k8s-ironic" ]; then
|
||||
fi
|
||||
|
||||
if [ "$coe" = "mesos" ]; then
|
||||
echo "MAGNUM_GUEST_IMAGE_URL=https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2" >> $BASE/new/devstack/localrc
|
||||
echo "MAGNUM_GUEST_IMAGE_URL=https://fedorapeople.org/groups/magnum/ubuntu-mesos-latest.qcow2" >> $BASE/new/devstack/localrc
|
||||
elif [ "$coe" = "k8s-coreos" ]; then
|
||||
echo "MAGNUM_GUEST_IMAGE_URL=http://beta.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2" >> $BASE/new/devstack/localrc
|
||||
elif [ "${coe}${special}" = "k8s-ironic" ]; then
|
||||
|
@ -30,7 +30,7 @@ function create_test_data {
|
||||
coe=$1
|
||||
special=$2
|
||||
if [ $coe == 'mesos' ]; then
|
||||
local image_name="ubuntu-14.04"
|
||||
local image_name="ubuntu.*mesos"
|
||||
local container_format="bare"
|
||||
elif [ $coe == 'k8s-coreos' ]; then
|
||||
local image_name="coreos"
|
||||
|
Loading…
x
Reference in New Issue
Block a user