12 Commits

Author SHA1 Message Date
Rodion Promyshlennikov
52d913f636 Remove fuel deployment engine
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
2016-01-29 12:52:56 +03:00
Jenkins
0ac66a9e2e Merge "Add CobblerProvider provider" 2015-10-21 17:21:36 +00:00
Oleh Anufriiev
7550c0373b Use local.conf instead of localrc
Use actual local.conf file name and format
  instead of deprecated localrc in devstack related
  deployment engines.

  Closes-bug: #1457194

Change-Id: Iba464f33eb9d1598dfa6aabbd167712d573f79da
2015-10-21 16:47:56 +03:00
Kirill Shileev
8788e76ef7 Add CobblerProvider provider
CobblerProvider provider spins out servers from pool of bare-metal
 servers by applying given cobbler selector

Change-Id: Ifdb18835f243c0251c85776de2c99e7484f988b0
2015-10-16 13:13:52 +03:00
Angus Lees
3f79951a11 OpenStackProvider: Optionally wait for cloud-init
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
2015-08-19 12:12:39 +10:00
Adam Zhang
48296eb834 Fix sample json file
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
2015-08-12 14:48:30 -04:00
Angus Lees
93874c6ba4 OpenStackProvider: add option to specify region
This change adds "region" to the OpenStack provider options and uses it
when creating nova servers.

Change-Id: Ifc89fe4cf74a729ca59505ea0aacbc8c1e6daf86
2015-07-20 14:39:47 +10:00
morganrOL
238ca0c3d2 tempest: add `admin_domain_name' to generated conf
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>
2015-06-05 09:30:46 +02:00
liyingjun
e54c579058 Fixes devstack repo
Change-Id: I3aba615a008273a4f150d7ea05e7691f145a5d31
Closes-bug: #1444933
2015-05-11 11:38:36 +08:00
Boris Pavlovic
d366987c87 Finish support of benchmarking with existing users
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
2015-04-24 18:46:34 +03:00
Kun Huang
14d0b5ba0c configure ssl in deployment config
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
2015-04-03 10:01:47 +08:00
Shahifali Agrawal
9f6838be8d Moving rally/doc/samples to rally/samples
Moving samples to root forlder for easy access.

Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4
Closes-Bug: 1409836
2015-01-16 05:54:09 -08:00