Commit Graph

13 Commits

Author SHA1 Message Date
caishan 0db0217425 Update some url links of rally/README.rst
Change-Id: Ia802205fc73650a5a3d103e8ef177e1d05173ce5
2018-02-27 00:29:38 -08:00
Nguyen Van Trung 97dbfb02d7 Add doc8 to pep8 check for glance project
This patch adds a doc8 check of .rst files to the current pep8 check.
It includes fixes to the .rst files that didn't pass the check.

Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com>
Change-Id: I5a9299200202576d97760ebf07bceb930888f2d7
2018-01-19 08:20:56 +00:00
Boris Pavlovic bf24d5e53b Update Rally Job related files
- Remove obsolate plugin (use in tree one)
- Use Task V2 format instead of Task V1

Change-Id: I34a4b730ee4a916f725baadee09f812bd9658217
2017-09-25 01:12:40 -07:00
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