10 Commits

Author SHA1 Message Date
Jenkins
88aae3b867 Merge "Add 'vhdx' disk format." 2016-08-01 18:32:59 +00:00
Nikhil Komawar
db04a37603 Add ova to container format doc to rally plugin
Rally plugin was missing ova as a acceptable container format.
This trivial fix updates the same.

Inspired by the update shown to disk format to rally plugins in the
change I4e172c78d7afeb8be5a0123238efe3d8e4b044c9

TrivialFix

Change-Id: Id633dd4dab764dae8ce580b1712a093f720b5b0c
2016-07-28 12:38:32 -04:00
Stuart McLaren
fc0b47beb6 Add 'vhdx' disk format.
This patch adds the Hyper-V 'vhdx' disk format to the Glance
configuration. This allows users to upload 'vhdx' images by default.

'vhdx' disks can have much larger storage capacity than the older 'vhd'
format [1].  (Plus, anything with 'x' in the name is awesome.)

DocImpact: Docs will need to be updated to indicate that the 'vhdx'
disk_format is now one of the default disk formats supported by Glance.

UpgradeImpact: Adds 'vhdx' to the default list of disk_formats.  Operators
will no longer need to configure specifically to use 'vhdx' disks.

[1] https://technet.microsoft.com/en-us/library/hh831446(v=ws.11).aspx

Spec-Lite: https://review.openstack.org/#/c/347626
Change-Id: I4e172c78d7afeb8be5a0123238efe3d8e4b044c9
2016-07-28 16:34:00 +00:00
Jenkins
87251828be Merge "Add the Docker container format" 2015-12-03 05:10:52 +00:00
Dave McNally
f666e5f5e6 Add the Docker container format
A Docker image is a tar archive typically containing a container
filesystem. In order to use the nova-docker compute driver nova and boot
docker instances glance support of the docker container format is
required.

This patch adds the Docker container format to the Glance configuration.

DocImpact: Docs will need to be updated to indicate that the docker
container_format is now one of the default container formats supported
by Glance.

UpgradeImpact: Adds 'docker' to the default list of container_formats.
Operators will no longer need to configure specifically to use docker
containers.

Closes-Bug: #1519402
Change-Id: Ifa206686086232a5599e7bc27a852bc5f3186ebc
2015-12-01 16:42:51 +00:00
Chris St. Pierre
71d7a322d4 Fix sample Rally plugin
_generate_random_name() in Rally is being replaced by
generate_random_name().

Implements blueprint: consistent-resource-names

Change-Id: I2939a8ee10be6f5e8e6cfee7e4adb65d96e4f88f
2015-11-25 13:41:12 -06:00
Boris Pavlovic
812a674135 Port rally scenario plugin to new Rally framework
Rally 0.0.4 and current master (which is going to be 0.1.0)
have some difference in framework. This patch address them.

Change-Id: I45064e27bcbe815ca12e311175addd4ecf9b6056
2015-08-27 09:51:11 -07:00
Fei Long Wang
5aa1fb1f38 Fix Rally job failure
Due to the package rename of Rally, the customized plugin defined
in Glance can't be discovered. This patch just fixes it and update
an expired link.

Closes-Bug: #1476062

Change-Id: Ia9b1ef7cc56fcd06ed6cbea6550a0bcaaf04e47e
2015-07-20 14:12:01 +12:00
Alexander Maretskiy
85f91d60ff Changes in rally-jobs/README.rst
Changes:
 * fix broken links
 * add link to release notes

Change-Id: I1bf0d69b67867ded0f2a021fbeedf0124daffe49
2015-06-04 17:45:04 +03:00
Boris Pavlovic
903075b3f9 Update rally-jobs files
* Rename rally-scenarios directory to rally-jobs. Because actually
  this directory contains files related to job and not scenarios.

* Upadte main README file

* Add readme files to rally-jobs/extra and rally-jobs/plugins

Change-Id: I111c3c3f86ab4886d3a7b66c7bf7c050c1d9ca1a
2014-11-25 01:18:12 +04:00