meteorfox | boris-42: nova.yml is re-used 3 times, and allows me to override its arguments, either inline, or an args sections, or an args file | 00:00 |
---|---|---|
meteorfox | boris-42: it doesn't have to be exactly like that, but similar | 00:00 |
meteorfox | boris-42: this would allow me to re-use tasks, and avoid long files like https://www.rdoproject.org/Allinone.yaml | 00:01 |
meteorfox | boris-42: this is essentially just like ansible can 'include' tasks from other files | 00:03 |
meteorfox | boris-42: btw, I have an ansible role for Rally, it's still WIP, but it's functional (ignore the READMEs) : https://github.com/meteorfox/ansible-rally | 00:10 |
meteorfox | boris-42: I'm using it here, which sets up our perf lab, for using Rally, and setting up a reports like RDO's blog, along with other tools I use https://github.com/meteorfox/os-ansible-perftools | 00:10 |
openstackgerrit | Merged openstack/rally: Fix typo in rally/consts.py https://review.openstack.org/221182 | 00:14 |
*** pvaneck has quit IRC | 00:22 | |
boris-42 | meteorfox: heh someday we will find | 00:22 |
boris-42 | meteorfox: the way to do that | 00:23 |
*** akrzos has joined #openstack-rally | 00:23 | |
*** albertw has quit IRC | 00:33 | |
*** albertw has joined #openstack-rally | 00:34 | |
*** Aish has joined #openstack-rally | 00:42 | |
*** akrzos has quit IRC | 00:42 | |
*** akrzos has joined #openstack-rally | 00:45 | |
*** akrzos has quit IRC | 00:47 | |
*** Aish has quit IRC | 00:51 | |
*** pvaneck has joined #openstack-rally | 01:00 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: [Reports] Add Load Profile chart to report https://review.openstack.org/169828 | 01:01 |
*** akrzos has joined #openstack-rally | 01:07 | |
*** josdotso has quit IRC | 01:08 | |
*** Aish has joined #openstack-rally | 01:12 | |
*** dmorita has quit IRC | 01:18 | |
*** madhu_ak has quit IRC | 01:23 | |
*** dmorita has joined #openstack-rally | 01:26 | |
kun_huang | ping boris-42 | 01:28 |
boris-42 | kun_huang: pong | 01:32 |
*** akrzos has quit IRC | 01:35 | |
kun_huang | boris-42: I have a question now | 01:43 |
*** akrzos has joined #openstack-rally | 01:43 | |
boris-42 | kun_huang: ok | 01:43 |
kun_huang | when benchmarking ceilometer and keystone, the rally's data could be different | 01:44 |
kun_huang | for example | 01:44 |
kun_huang | in a new installed cloud, keystone and ceilometer's db has a small size | 01:44 |
kun_huang | so the number of rally's data is small too | 01:44 |
kun_huang | so using rally for in new installed cloud is quite different in long time running cloud | 01:45 |
kun_huang | someone would ask: could rally clean db(keystone's token or ceilometer's event) before every benchmark | 01:45 |
kun_huang | do you think it it rally's responsibility? | 01:46 |
boris-42 | kun_huang: so it's really out of scope of rally =( | 01:46 |
boris-42 | kun_huang: IMHO this functionallity should be done by services | 01:46 |
kun_huang | boris-42: irccloud crashed just now | 01:48 |
kun_huang | keystone and ceilometer do have their scripts | 01:49 |
kun_huang | keystone has a crontab job | 01:49 |
boris-42 | kun_huang: so I mean it is really out of scope of Rally | 01:49 |
boris-42 | kun_huang: to do anything with internal stuff of OpenStack services | 01:49 |
kun_huang | btw, we could have a scenario like: clean and list users for keystone or clean and list event for ceilometer | 01:49 |
kun_huang | that clean is to some-kind of api | 01:49 |
kun_huang | if it exists | 01:50 |
*** akrzos has quit IRC | 01:50 | |
kun_huang | or have a new context? | 01:50 |
boris-42 | kun_huang: it is better to have context | 01:50 |
boris-42 | kun_huang: in any case it's like for dev purpose only | 01:50 |
boris-42 | kun_huang: https://review.openstack.org/#/c/218874/19 btw please take a look at this patch | 01:50 |
kun_huang | boris-42: ok | 01:50 |
*** akrzos has joined #openstack-rally | 01:51 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Fix the namings of things in Rally report https://review.openstack.org/224956 | 01:53 |
openstackgerrit | Boris Pavlovic proposed openstack/rally: [Reports] Fix the namings of things in Rally report https://review.openstack.org/224956 | 01:53 |
boris-42 | kun_huang: so basically yep context somehow can do the cleanup | 01:53 |
boris-42 | kun_huang: but I am not sure whatever should we have such things in master | 01:53 |
kun_huang | boris-42: don't worry, just keeping it readable and understandable | 01:55 |
kun_huang | the functionality itself is not complicated | 01:55 |
kun_huang | let me finish my reviewing job today:) | 01:55 |
*** puranamr has joined #openstack-rally | 02:07 | |
*** akrzos has quit IRC | 02:11 | |
openstackgerrit | Merged openstack/rally: Fix users/tenants in Neutron job and sample tasks https://review.openstack.org/218859 | 02:13 |
openstackgerrit | Merged openstack/rally: Add create_and_update_secgroups scenario https://review.openstack.org/209761 | 02:31 |
*** puranamr has quit IRC | 03:45 | |
boris-42 | kun_huang: seems like we will miss this release as well=( | 03:46 |
boris-42 | kun_huang: I mean this week | 03:46 |
kun_huang | any leaving patches need review? | 03:55 |
kun_huang | (tomorrow is working day for me) | 03:55 |
kun_huang | boris-42: | 03:55 |
boris-42 | kun_huang: so amaretsky patch | 03:55 |
boris-42 | kun_huang: https://review.openstack.org/#/c/169828/ | 03:56 |
boris-42 | kun_huang: and we need to get plugin reference page | 03:59 |
boris-42 | and thsi one https://review.openstack.org/#/c/161636/ | 03:59 |
kun_huang | boris-42: do you need I call yingjun :) | 04:00 |
openstackgerrit | Kun Huang proposed openstack/rally: Auto assign nic for servers context https://review.openstack.org/214522 | 04:12 |
kun_huang | testing report patch now | 04:12 |
*** puranamr has joined #openstack-rally | 04:16 | |
kun_huang | boris-42: rally task report <uuid> --out output.html | 04:18 |
kun_huang | boris-42: can you run this with amaretsky's patch? | 04:18 |
kun_huang | I have an error when running it | 04:18 |
boris-42 | kun_huang: what error? | 04:18 |
boris-42 | kun_huang: it works for me... | 04:19 |
kun_huang | AttributeError: 'module' object has no attribute 'MainStackedAreaChart' | 04:19 |
kun_huang | okay, let me check my rally first | 04:19 |
boris-42 | kun_huang: hm I don't get such error | 04:19 |
boris-42 | kun_huang: check that you don't have old pyc files and so on | 04:19 |
kun_huang | boris-42: thanks, it works | 04:20 |
*** puranamr has quit IRC | 04:20 | |
kun_huang | boris-42: should "Iterations Load Profile" be h2 instead? In his patch, "Iterations Load Profile" is h3 and "Charts for the Total durations" is h2 | 04:24 |
kun_huang | "Total durations" is h2 too | 04:25 |
boris-42 | kun_huang: it is better to have it h3 | 04:29 |
boris-42 | kun_huang: because it's just like subtitle | 04:29 |
kun_huang | boris-42: no problem | 04:30 |
boris-42 | kun_huang: btw why did you put here +1 only? | 04:31 |
boris-42 | kun_huang: https://review.openstack.org/#/c/221075/ | 04:31 |
kun_huang | boris-42: he said it is related another issue | 04:31 |
kun_huang | boris-42: I'm okay with this patch itself, and hope could point that relationshiip | 04:32 |
boris-42 | kun_huang: so the problem is that that validator doens't work well | 04:32 |
boris-42 | kun_huang: and it is bug in validator | 04:32 |
boris-42 | kun_huang: currently I believe mistral is facing issues | 04:32 |
kun_huang | boris-42: okay | 04:33 |
kun_huang | boris-42: btw no one update "rally task abort" ? | 04:33 |
boris-42 | kun_huang: so andreykurilin should do that | 04:35 |
*** arnoldje has quit IRC | 04:59 | |
*** kiran-r has joined #openstack-rally | 05:01 | |
openstackgerrit | Merged openstack/rally: Fix typo in the README.rst in tests/ci/ https://review.openstack.org/224077 | 05:04 |
*** psuriset_ has quit IRC | 05:06 | |
*** kiran-r has quit IRC | 05:07 | |
openstackgerrit | Merged openstack/rally: [Reports] Add Load Profile chart to report https://review.openstack.org/169828 | 05:21 |
openstackgerrit | Merged openstack/rally: Add usage of 'os.path.expanduser' to file_exists validator https://review.openstack.org/221075 | 05:22 |
*** psuriset_ has joined #openstack-rally | 05:26 | |
*** coolsvap|holiday is now known as coolsvap | 05:28 | |
*** openstackgerrit has quit IRC | 05:31 | |
*** openstackgerrit has joined #openstack-rally | 05:31 | |
*** rdas has joined #openstack-rally | 05:42 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: [Reports] Fix the namings of things in Rally report https://review.openstack.org/224956 | 05:43 |
*** klindgren has quit IRC | 05:45 | |
*** klindgren has joined #openstack-rally | 05:45 | |
*** kiran-r has joined #openstack-rally | 05:48 | |
*** pvaneck has quit IRC | 05:55 | |
*** puranamr has joined #openstack-rally | 05:59 | |
*** klindgren has quit IRC | 06:02 | |
*** puranamr has quit IRC | 06:04 | |
*** klindgren has joined #openstack-rally | 06:07 | |
*** exploreshaifali has joined #openstack-rally | 06:12 | |
*** k4n0 has joined #openstack-rally | 06:14 | |
*** kiran-r has quit IRC | 06:32 | |
*** kiran-r has joined #openstack-rally | 06:33 | |
*** e0ne has joined #openstack-rally | 06:42 | |
*** e0ne has quit IRC | 06:45 | |
*** e0ne has joined #openstack-rally | 06:48 | |
*** e0ne has quit IRC | 06:55 | |
*** e0ne has joined #openstack-rally | 06:59 | |
*** karimb has joined #openstack-rally | 07:02 | |
*** e0ne has quit IRC | 07:10 | |
*** karmatronic has joined #openstack-rally | 07:34 | |
*** anshul has joined #openstack-rally | 07:36 | |
*** e0ne has joined #openstack-rally | 07:37 | |
*** karimb has quit IRC | 07:38 | |
*** arxcruz has joined #openstack-rally | 07:41 | |
*** aix has joined #openstack-rally | 07:42 | |
*** e0ne has quit IRC | 07:44 | |
*** karmatronic has quit IRC | 07:57 | |
*** karimb has joined #openstack-rally | 07:58 | |
*** dmorita has quit IRC | 08:04 | |
*** aix has quit IRC | 08:13 | |
openstackgerrit | Alberto Planas proposed openstack/rally: Verification import feature https://review.openstack.org/223569 | 08:17 |
*** aix has joined #openstack-rally | 08:27 | |
*** kiran-r has quit IRC | 08:54 | |
openstackgerrit | Merged openstack/rally: [docs] Add plugin reference https://review.openstack.org/218874 | 08:55 |
*** kiran-r has joined #openstack-rally | 09:01 | |
*** exploreshaifali has quit IRC | 09:15 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Add task format converter https://review.openstack.org/211160 | 09:17 |
*** e0ne has joined #openstack-rally | 09:27 | |
*** k4n0_ has joined #openstack-rally | 09:38 | |
*** k4n0 has quit IRC | 09:40 | |
*** tosky has joined #openstack-rally | 09:43 | |
*** k4n0_ has quit IRC | 09:50 | |
*** exploreshaifali has joined #openstack-rally | 10:22 | |
*** exploreshaifali has quit IRC | 10:51 | |
*** flwang has quit IRC | 10:53 | |
*** karimb has quit IRC | 10:53 | |
*** karimb has joined #openstack-rally | 10:54 | |
*** psd has joined #openstack-rally | 11:04 | |
*** e0ne has quit IRC | 11:10 | |
*** flwang has joined #openstack-rally | 11:10 | |
openstackgerrit | Alberto Planas proposed openstack/rally: Verification import feature https://review.openstack.org/223569 | 11:17 |
*** aplanas has joined #openstack-rally | 11:19 | |
aplanas | hi, is there planing any mechanism like alembic to manage future db migrations in rally? | 11:20 |
*** kiran-r has quit IRC | 11:22 | |
*** fhubik has joined #openstack-rally | 11:24 | |
*** kbaikov has quit IRC | 11:26 | |
*** kbaikov has joined #openstack-rally | 11:27 | |
*** jaypipes has joined #openstack-rally | 11:28 | |
*** e0ne has joined #openstack-rally | 11:33 | |
*** klindgren has quit IRC | 11:36 | |
*** klindgren has joined #openstack-rally | 11:43 | |
*** exploreshaifali has joined #openstack-rally | 11:47 | |
*** puranamr has joined #openstack-rally | 12:02 | |
*** moravec has joined #openstack-rally | 12:03 | |
*** puranamr has quit IRC | 12:06 | |
*** tobasco has quit IRC | 12:13 | |
*** MaxPC has joined #openstack-rally | 12:19 | |
*** MaxPC has quit IRC | 12:24 | |
*** MaxPC has joined #openstack-rally | 12:33 | |
*** MaxPC has quit IRC | 12:41 | |
*** exploreshaifali has quit IRC | 12:43 | |
*** jaypipes is now known as leakypipes | 12:48 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest https://review.openstack.org/225130 | 12:48 |
*** stpierre has joined #openstack-rally | 12:48 | |
*** stpierre has joined #openstack-rally | 12:48 | |
*** puranamr has joined #openstack-rally | 13:03 | |
*** puranamr has quit IRC | 13:07 | |
*** exploreshaifali has joined #openstack-rally | 13:11 | |
*** openstackgerrit has quit IRC | 13:46 | |
*** openstackgerrit has joined #openstack-rally | 13:46 | |
*** rmk has quit IRC | 13:46 | |
*** rmk has joined #openstack-rally | 13:49 | |
*** MaxPC has joined #openstack-rally | 14:03 | |
openstackgerrit | Christian Berendt proposed openstack/rally: On keyboard interrupt abort the started task https://review.openstack.org/225163 | 14:04 |
*** psd has quit IRC | 14:06 | |
*** MaxPC has quit IRC | 14:06 | |
*** arnoldje has joined #openstack-rally | 14:09 | |
*** karimb has quit IRC | 14:11 | |
*** psuriset_ has quit IRC | 14:15 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: Use Rally api in functional tests of task samples https://review.openstack.org/198772 | 14:23 |
*** dspano has joined #openstack-rally | 14:25 | |
*** rdas has quit IRC | 14:26 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks https://review.openstack.org/225176 | 14:29 |
*** psuriset_ has joined #openstack-rally | 14:31 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest https://review.openstack.org/225130 | 14:32 |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks https://review.openstack.org/225176 | 14:34 |
openstackgerrit | Roman Vasilets proposed openstack/rally: Add 'Who Is Using Rally' paragraph to the docs https://review.openstack.org/222099 | 14:37 |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks https://review.openstack.org/225176 | 14:40 |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest https://review.openstack.org/225130 | 14:41 |
*** rvasilets has quit IRC | 14:42 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks https://review.openstack.org/225176 | 14:51 |
*** exploreshaifali has quit IRC | 14:52 | |
*** anshul has quit IRC | 14:53 | |
openstackgerrit | Konstantin Baikov proposed openstack/rally: Make default do_use=True in start method https://review.openstack.org/224724 | 14:54 |
*** MaxPC has joined #openstack-rally | 15:03 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks https://review.openstack.org/225176 | 15:24 |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest https://review.openstack.org/225130 | 15:32 |
*** emagana has joined #openstack-rally | 15:32 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: keystone checks https://review.openstack.org/225203 | 15:37 |
*** pvaneck has joined #openstack-rally | 15:47 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: keystone checks https://review.openstack.org/225203 | 15:49 |
*** fhubik has quit IRC | 15:50 | |
*** emagana has quit IRC | 15:57 | |
*** emagana has joined #openstack-rally | 16:02 | |
*** e0ne has quit IRC | 16:05 | |
*** puranamr has joined #openstack-rally | 16:05 | |
openstackgerrit | Yaroslav Isakov proposed openstack/rally: Certification task: neutron checks https://review.openstack.org/225214 | 16:15 |
*** puranamr has quit IRC | 16:18 | |
*** psd has joined #openstack-rally | 16:18 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest https://review.openstack.org/225130 | 16:20 |
*** Prashant has joined #openstack-rally | 16:26 | |
*** MaxPC has quit IRC | 16:27 | |
*** Prashant has quit IRC | 16:32 | |
*** Prashant has joined #openstack-rally | 16:32 | |
openstackgerrit | Kiran proposed openstack/rally: Add Neutron FLoating IP benchmark scenarios https://review.openstack.org/225223 | 16:38 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/rally: Updated from global requirements https://review.openstack.org/224684 | 16:42 |
*** madhu_ak has joined #openstack-rally | 16:49 | |
openstackgerrit | Kiran proposed openstack/rally: Add Neutron FLoating IP benchmark scenarios https://review.openstack.org/225223 | 17:00 |
*** josdotso has joined #openstack-rally | 17:15 | |
*** arxcruz has quit IRC | 17:18 | |
*** MaxPC1 has joined #openstack-rally | 17:24 | |
*** e0ne has joined #openstack-rally | 17:26 | |
*** tosky has quit IRC | 17:33 | |
*** MaxPC1 has quit IRC | 17:37 | |
*** e0ne has quit IRC | 17:41 | |
*** e0ne has joined #openstack-rally | 17:49 | |
*** boris-42 has quit IRC | 17:50 | |
*** Prashant has quit IRC | 17:51 | |
*** harlowja has quit IRC | 17:58 | |
*** harlowja has joined #openstack-rally | 17:58 | |
openstackgerrit | Nikita Konovalov proposed openstack/rally: [Sahara] Added support for proxy node https://review.openstack.org/212036 | 18:07 |
*** psuriset_ has quit IRC | 18:14 | |
*** anshul has joined #openstack-rally | 18:26 | |
*** e0ne has quit IRC | 18:39 | |
*** e0ne has joined #openstack-rally | 18:58 | |
*** e0ne has quit IRC | 19:17 | |
*** Prashant_ has joined #openstack-rally | 19:26 | |
*** Prashant_ has quit IRC | 19:27 | |
*** Prashant_ has joined #openstack-rally | 19:28 | |
*** madhu_ak has quit IRC | 19:41 | |
*** emagana has quit IRC | 20:22 | |
*** stpierre has quit IRC | 20:38 | |
*** Prashant_ has quit IRC | 21:01 | |
*** Prashant has joined #openstack-rally | 21:02 | |
*** Prashant has quit IRC | 21:07 | |
*** arnoldje has quit IRC | 21:07 | |
*** redixin has quit IRC | 21:24 | |
*** arnoldje has joined #openstack-rally | 21:46 | |
*** dspano has quit IRC | 21:56 | |
*** ptoohill is now known as pc-pothole | 22:29 | |
*** arnoldje has quit IRC | 22:37 | |
*** openstackgerrit has quit IRC | 22:46 | |
*** openstackgerrit has joined #openstack-rally | 22:46 | |
*** moravec has quit IRC | 22:48 | |
*** moravec has joined #openstack-rally | 23:02 | |
*** Prashant has joined #openstack-rally | 23:02 | |
*** psd has quit IRC | 23:06 | |
*** Prashant has quit IRC | 23:07 | |
*** moravec has quit IRC | 23:11 | |
*** moravec has joined #openstack-rally | 23:13 | |
*** leakypipes has quit IRC | 23:22 | |
*** moravec has quit IRC | 23:42 | |
*** pvaneck has quit IRC | 23:43 | |
*** moravec has joined #openstack-rally | 23:51 | |
*** davideag_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!