Seems like this feature is broken and not used.
Remove module fuel from deployment engines.
Remove package fuel from deployment.
Remove fuel samples.
Remove unittests relative to fuel engine.
Change-Id: I54c1a5de2028a667c35d3b6038c69a64a866451c
Use actual local.conf file name and format
instead of deprecated localrc in devstack related
deployment engines.
Closes-bug: #1457194
Change-Id: Iba464f33eb9d1598dfa6aabbd167712d573f79da
CobblerProvider provider spins out servers from pool of bare-metal
servers by applying given cobbler selector
Change-Id: Ifdb18835f243c0251c85776de2c99e7484f988b0
cloud-init writes a result.json when finished[1]. When
wait_for_cloud_init=true is provided, this change uses result.json to
detect when cloud-init has finished, and raises an exception if it
finished with errors.
[1] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/status.txt
Change-Id: I7e0bcce733b008b488c8e1cf9bb74b5b6192cfbc
1. Change 'False' to 'false'. According to json standard
(http://json.org/), boolean literal should be all undercase.
2. Remove trailing comma from sample file.
Change-Id: Ifc74c97e43ae1da4f85dc4da19f5ebfb149d7acc
This change adds "region" to the OpenStack provider options and uses it
when creating nova servers.
Change-Id: Ifc89fe4cf74a729ca59505ea0aacbc8c1e6daf86
Add admin_domain_name=default of autogenerated tempest.conf
This line prevents the keystone v3 related tests to be declared as failure.
Closes-Bug:1460680
Change-Id: I9e0eeb2e9392df17fc0e0c71bf9268482e921ac9
Signed-off-by: morganrOL <morgan.richomme@orange.com>
Now one can use Rally for benchmarking OpenStack clouds that are using
LDAP, AD or any other read only keystone backend where you are not able
to create any users.
To do this one can specify "users" section in ExistingCloud plugin
input file.
Rally will use these "users" to generate load instead of creating new.
As well if you specify both "users" section in deployment input file
and "users" context it will use temporary created by Rally users.
Restructurize samples/deployments directory:
- Deploying OpenStack clouds with Rally is not popular functionallity
so hide all samples deeper.
- Some fixes in readme.rst
- Add new sample for existing cloud with predefined users
Change-Id: If3d31960ee317e0770abceacc62b3acf0947d269
This patch enable ssl settings in deployment config and deprecate those
in rally.conf. Before those are totally removed from rally.conf, rally
will read those if no ssl settings in deployment config. This is for
back-compatibility.
Closes-Bug: #1430695
Change-Id: Idacbd99fae9de0c107d8bdaefb134663738ca497