Commit Graph

14 Commits

Author SHA1 Message Date
Alexander Slipenchuk da91dadfc2 Migrate zuul config v2 to native v3
1) Move main tempest job to ec2api-tempest-plugin.
2) Remove temporarily full tempest job (will be moved to ec2api-tempest)
3) Remove completely rally job. It is not working for years.

Change-Id: I44f609f1ff08acc770943108c3ec99c887561654
2020-08-21 20:08:55 +03:00
Andrey Kurilin e95cd8cc5e Port rally plugins to use proper modules
Sometime ago, all OpenStack related stuff moved from the main repository
to the separate one - https://github.com/openstack/rally-openstack .
All further development and maintance will be done only in a new
repository. As for first major release, the structure is not changed, so
only imports should be changed.

Depends-On: I3446ccd5a36cb686282e85a9ea210d1723da1fef
Change-Id: Ied6b0693ba2e050b0d5f5bae91fed25891ae9882
2018-06-13 14:02:05 +03:00
ghanshyam f5983d7cdc Remove intree ec2-api tempest tests
ec2-api jobs have been switched to use
ec2api-tempest-plugin for ec2-api tests, so
we can remove the in-tree tempest tests now.

Change-Id: I82ace9ebd1ca5216c2e3fc3d75f07146417ebf94
2018-03-18 03:27:03 +00:00
Andrey Pavlov 62786f9072 rally: rework plugin
add argument to call of scenario.configure
use classes for scenarions instead of methods
change client for describe images

Change-Id: I4e53027dcd0cb35b886f97dfe47293be8a322bde
2017-10-20 12:03:52 +03:00
tikitavi 6fe6723b7a fix rally scenarios
create image in openstack if it isn't created
fix problem with image size setting in glance v2

Change-Id: I42696413bcc3ed181b0b4357aa31920461e00c55
2017-04-26 15:57:37 +03:00
Andrey Pavlov 7245cd294e fix rally plugin due to rally changes
Change-Id: If12a10efcc9c64b37d78f55fc6423a9523281274
2016-08-17 09:36:18 +03:00
Andrey Pavlov 084d0b39f8 rework rally
Change-Id: I59383e7ed0625755497af5ce39195073a41c7eb2
2015-12-31 09:56:43 +03:00
Andrey Pavlov 400f130485 fix rally
Change-Id: Ic8048b6e36afce2863228e74a3827bccae24109a
2015-12-15 09:23:54 +03:00
Andrey Pavlov dfea99164b rally: fix logging due to changes in rally
Change-Id: I3f4c6864a926c63f62173f9b633ee63e2f803a84
2015-11-05 21:22:42 +03:00
Andrey Pavlov 61a965cfc9 fix rally scenarios
1. ec2_servers has been commited to rally and our ec2_server object
now conflicts with rally`s. in this patchset our object has been renamed.

2. rally now doesn't save context between runs. it passes original context
to each run. before this feature we stored something in context and
didn't count first run. moved to using global var of ec2 plugin.
rally was changed here - https://review.openstack.org/#/c/203911/9

3. added route tables preparation for floating ip associating.

4. Scenarios was refactored in rally
https://review.openstack.org/#/c/212831/3

Change-Id: I57d6298a8ae734720f68a0caf2b36c92f32893b0
2015-08-18 09:39:50 +03:00
Andrey Pavlov 5b9b0cd55e fix rally scenarios
Change-Id: I209ecfa52ecfef1fc5b77d715c25e6daa726ac1f
2015-08-07 21:54:21 +03:00
Andrey Pavlov f29e66a6a9 fix rally scenarios because of rally changes
Change-Id: If4bae9be1becbcce138ea955e8640a32efb6f91e
2015-07-02 22:01:42 +03:00
Andrey Kurilin 92b754e38b [rally-jobs] Change import of base context
Rally team wants to change structure of context module[*] and doesn't want to
break ec2 gates, so this patch adds try...except block to cover old structure
and new one.

try...except block should be removed, after patch in Rally will be merged.

[*] - https://review.openstack.org/#/c/188518/

Also, this patch fixes wrong import of rally network wrapper

Depends-On: I29c2dd5f85dc8b0a59d9b3f0ea86ff3edf0a7953
Change-Id: I4a012c994dbbc6320f6d3c6b1537b47c6f1579e5
2015-06-05 23:04:15 +00:00
Andrey Pavlov 72a1e1abec Add images describing to rally scenarios
Change-Id: I5b4c992aab40a9af6484ef6acc41763ec50149e7
2015-03-02 13:20:24 +03:00