Friday, 2015-09-18

meteorfoxboris-42: nova.yml is re-used  3 times, and allows me to override its arguments, either inline, or an args sections, or  an args file00:00
meteorfoxboris-42:  it doesn't have to be exactly like that, but similar00:00
meteorfoxboris-42: this would allow me to re-use tasks, and avoid long files like https://www.rdoproject.org/Allinone.yaml00:01
meteorfoxboris-42: this is essentially just like ansible can 'include' tasks from other files00:03
meteorfoxboris-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-rally00:10
meteorfoxboris-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-perftools00:10
openstackgerritMerged openstack/rally: Fix typo in rally/consts.py  https://review.openstack.org/22118200:14
*** pvaneck has quit IRC00:22
boris-42meteorfox: heh someday we will find00:22
boris-42meteorfox:  the way to do that00:23
*** akrzos has joined #openstack-rally00:23
*** albertw has quit IRC00:33
*** albertw has joined #openstack-rally00:34
*** Aish has joined #openstack-rally00:42
*** akrzos has quit IRC00:42
*** akrzos has joined #openstack-rally00:45
*** akrzos has quit IRC00:47
*** Aish has quit IRC00:51
*** pvaneck has joined #openstack-rally01:00
openstackgerritBoris Pavlovic proposed openstack/rally: [Reports] Add Load Profile chart to report  https://review.openstack.org/16982801:01
*** akrzos has joined #openstack-rally01:07
*** josdotso has quit IRC01:08
*** Aish has joined #openstack-rally01:12
*** dmorita has quit IRC01:18
*** madhu_ak has quit IRC01:23
*** dmorita has joined #openstack-rally01:26
kun_huangping boris-4201:28
boris-42kun_huang: pong01:32
*** akrzos has quit IRC01:35
kun_huangboris-42: I have a question now01:43
*** akrzos has joined #openstack-rally01:43
boris-42kun_huang: ok01:43
kun_huangwhen benchmarking ceilometer and keystone, the rally's data could be different01:44
kun_huangfor example01:44
kun_huangin a new installed cloud, keystone and ceilometer's db has a small size01:44
kun_huangso the number of rally's data is small too01:44
kun_huangso using rally for in new installed cloud is quite different in long time running cloud01:45
kun_huangsomeone would ask: could rally clean db(keystone's token or ceilometer's event) before every benchmark01:45
kun_huangdo you think it it rally's responsibility?01:46
boris-42kun_huang: so it's really out of scope of rally =(01:46
boris-42kun_huang: IMHO this functionallity should be done by services01:46
kun_huangboris-42: irccloud crashed just now01:48
kun_huangkeystone and ceilometer do have their scripts01:49
kun_huangkeystone has a crontab job01:49
boris-42kun_huang: so I mean it is really out of scope of Rally01:49
boris-42kun_huang: to do anything with internal stuff of OpenStack services01:49
kun_huangbtw, we could have a scenario like: clean and list users for keystone or clean and list event for ceilometer01:49
kun_huangthat clean is to some-kind of api01:49
kun_huangif it exists01:50
*** akrzos has quit IRC01:50
kun_huangor have a new context?01:50
boris-42kun_huang:  it is better to have context01:50
boris-42kun_huang: in any case it's like for dev purpose only01:50
boris-42kun_huang: https://review.openstack.org/#/c/218874/19 btw please take a look at this patch01:50
kun_huangboris-42: ok01:50
*** akrzos has joined #openstack-rally01:51
openstackgerritBoris Pavlovic proposed openstack/rally: Fix the namings of things in Rally report  https://review.openstack.org/22495601:53
openstackgerritBoris Pavlovic proposed openstack/rally: [Reports] Fix the namings of things in Rally report  https://review.openstack.org/22495601:53
boris-42kun_huang: so basically yep context somehow can do the cleanup01:53
boris-42kun_huang: but I am not sure whatever should we have such things in master01:53
kun_huangboris-42: don't worry, just keeping it readable and understandable01:55
kun_huangthe functionality itself is not complicated01:55
kun_huanglet me finish my reviewing job today:)01:55
*** puranamr has joined #openstack-rally02:07
*** akrzos has quit IRC02:11
openstackgerritMerged openstack/rally: Fix users/tenants in Neutron job and sample tasks  https://review.openstack.org/21885902:13
openstackgerritMerged openstack/rally: Add create_and_update_secgroups scenario  https://review.openstack.org/20976102:31
*** puranamr has quit IRC03:45
boris-42kun_huang: seems like we will miss this release as well=(03:46
boris-42kun_huang: I mean this week03:46
kun_huangany leaving patches need review?03:55
kun_huang(tomorrow is working day for me)03:55
kun_huangboris-42:03:55
boris-42kun_huang: so amaretsky patch03:55
boris-42kun_huang: https://review.openstack.org/#/c/169828/03:56
boris-42kun_huang: and we need to get plugin reference page03:59
boris-42and thsi one https://review.openstack.org/#/c/161636/03:59
kun_huangboris-42: do you need I call yingjun :)04:00
openstackgerritKun Huang proposed openstack/rally: Auto assign nic for servers context  https://review.openstack.org/21452204:12
kun_huangtesting report patch now04:12
*** puranamr has joined #openstack-rally04:16
kun_huangboris-42: rally task report <uuid> --out output.html04:18
kun_huangboris-42: can you run this with amaretsky's patch?04:18
kun_huangI have an error when running it04:18
boris-42kun_huang: what error?04:18
boris-42kun_huang: it works for me...04:19
kun_huangAttributeError: 'module' object has no attribute 'MainStackedAreaChart'04:19
kun_huangokay, let me check my rally first04:19
boris-42kun_huang: hm I don't get such error04:19
boris-42kun_huang: check that you don't have old pyc files and so on04:19
kun_huangboris-42: thanks, it works04:20
*** puranamr has quit IRC04:20
kun_huangboris-42: should "Iterations Load Profile" be h2 instead? In his patch, "Iterations Load Profile" is h3 and "Charts for the Total durations" is h204:24
kun_huang"Total durations" is h2 too04:25
boris-42kun_huang: it is better to have it h304:29
boris-42kun_huang: because it's just like subtitle04:29
kun_huangboris-42: no problem04:30
boris-42kun_huang: btw why did you put here +1 only?04:31
boris-42kun_huang: https://review.openstack.org/#/c/221075/04:31
kun_huangboris-42: he said it is related another issue04:31
kun_huangboris-42: I'm okay with this patch itself, and hope could point that relationshiip04:32
boris-42kun_huang: so the problem is that that validator doens't work well04:32
boris-42kun_huang: and it is bug in validator04:32
boris-42kun_huang: currently I believe mistral is facing issues04:32
kun_huangboris-42: okay04:33
kun_huangboris-42: btw no one update "rally task abort" ?04:33
boris-42kun_huang: so andreykurilin should do that04:35
*** arnoldje has quit IRC04:59
*** kiran-r has joined #openstack-rally05:01
openstackgerritMerged openstack/rally: Fix typo in the README.rst in tests/ci/  https://review.openstack.org/22407705:04
*** psuriset_ has quit IRC05:06
*** kiran-r has quit IRC05:07
openstackgerritMerged openstack/rally: [Reports] Add Load Profile chart to report  https://review.openstack.org/16982805:21
openstackgerritMerged openstack/rally: Add usage of 'os.path.expanduser' to file_exists validator  https://review.openstack.org/22107505:22
*** psuriset_ has joined #openstack-rally05:26
*** coolsvap|holiday is now known as coolsvap05:28
*** openstackgerrit has quit IRC05:31
*** openstackgerrit has joined #openstack-rally05:31
*** rdas has joined #openstack-rally05:42
openstackgerritBoris Pavlovic proposed openstack/rally: [Reports] Fix the namings of things in Rally report  https://review.openstack.org/22495605:43
*** klindgren has quit IRC05:45
*** klindgren has joined #openstack-rally05:45
*** kiran-r has joined #openstack-rally05:48
*** pvaneck has quit IRC05:55
*** puranamr has joined #openstack-rally05:59
*** klindgren has quit IRC06:02
*** puranamr has quit IRC06:04
*** klindgren has joined #openstack-rally06:07
*** exploreshaifali has joined #openstack-rally06:12
*** k4n0 has joined #openstack-rally06:14
*** kiran-r has quit IRC06:32
*** kiran-r has joined #openstack-rally06:33
*** e0ne has joined #openstack-rally06:42
*** e0ne has quit IRC06:45
*** e0ne has joined #openstack-rally06:48
*** e0ne has quit IRC06:55
*** e0ne has joined #openstack-rally06:59
*** karimb has joined #openstack-rally07:02
*** e0ne has quit IRC07:10
*** karmatronic has joined #openstack-rally07:34
*** anshul has joined #openstack-rally07:36
*** e0ne has joined #openstack-rally07:37
*** karimb has quit IRC07:38
*** arxcruz has joined #openstack-rally07:41
*** aix has joined #openstack-rally07:42
*** e0ne has quit IRC07:44
*** karmatronic has quit IRC07:57
*** karimb has joined #openstack-rally07:58
*** dmorita has quit IRC08:04
*** aix has quit IRC08:13
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356908:17
*** aix has joined #openstack-rally08:27
*** kiran-r has quit IRC08:54
openstackgerritMerged openstack/rally: [docs] Add plugin reference  https://review.openstack.org/21887408:55
*** kiran-r has joined #openstack-rally09:01
*** exploreshaifali has quit IRC09:15
openstackgerritIllia Khudoshyn proposed openstack/rally: Add task format converter  https://review.openstack.org/21116009:17
*** e0ne has joined #openstack-rally09:27
*** k4n0_ has joined #openstack-rally09:38
*** k4n0 has quit IRC09:40
*** tosky has joined #openstack-rally09:43
*** k4n0_ has quit IRC09:50
*** exploreshaifali has joined #openstack-rally10:22
*** exploreshaifali has quit IRC10:51
*** flwang has quit IRC10:53
*** karimb has quit IRC10:53
*** karimb has joined #openstack-rally10:54
*** psd has joined #openstack-rally11:04
*** e0ne has quit IRC11:10
*** flwang has joined #openstack-rally11:10
openstackgerritAlberto Planas proposed openstack/rally: Verification import feature  https://review.openstack.org/22356911:17
*** aplanas has joined #openstack-rally11:19
aplanashi, is there planing any mechanism like alembic to manage future db migrations in rally?11:20
*** kiran-r has quit IRC11:22
*** fhubik has joined #openstack-rally11:24
*** kbaikov has quit IRC11:26
*** kbaikov has joined #openstack-rally11:27
*** jaypipes has joined #openstack-rally11:28
*** e0ne has joined #openstack-rally11:33
*** klindgren has quit IRC11:36
*** klindgren has joined #openstack-rally11:43
*** exploreshaifali has joined #openstack-rally11:47
*** puranamr has joined #openstack-rally12:02
*** moravec has joined #openstack-rally12:03
*** puranamr has quit IRC12:06
*** tobasco has quit IRC12:13
*** MaxPC has joined #openstack-rally12:19
*** MaxPC has quit IRC12:24
*** MaxPC has joined #openstack-rally12:33
*** MaxPC has quit IRC12:41
*** exploreshaifali has quit IRC12:43
*** jaypipes is now known as leakypipes12:48
openstackgerritYaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest  https://review.openstack.org/22513012:48
*** stpierre has joined #openstack-rally12:48
*** stpierre has joined #openstack-rally12:48
*** puranamr has joined #openstack-rally13:03
*** puranamr has quit IRC13:07
*** exploreshaifali has joined #openstack-rally13:11
*** openstackgerrit has quit IRC13:46
*** openstackgerrit has joined #openstack-rally13:46
*** rmk has quit IRC13:46
*** rmk has joined #openstack-rally13:49
*** MaxPC has joined #openstack-rally14:03
openstackgerritChristian Berendt proposed openstack/rally: On keyboard interrupt abort the started task  https://review.openstack.org/22516314:04
*** psd has quit IRC14:06
*** MaxPC has quit IRC14:06
*** arnoldje has joined #openstack-rally14:09
*** karimb has quit IRC14:11
*** psuriset_ has quit IRC14:15
openstackgerritRoman Vasilets proposed openstack/rally: Use Rally api in functional tests of task samples  https://review.openstack.org/19877214:23
*** dspano has joined #openstack-rally14:25
*** rdas has quit IRC14:26
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks  https://review.openstack.org/22517614:29
*** psuriset_ has joined #openstack-rally14:31
openstackgerritYaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest  https://review.openstack.org/22513014:32
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks  https://review.openstack.org/22517614:34
openstackgerritRoman Vasilets proposed openstack/rally: Add 'Who Is Using Rally' paragraph to the docs  https://review.openstack.org/22209914:37
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks  https://review.openstack.org/22517614:40
openstackgerritYaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest  https://review.openstack.org/22513014:41
*** rvasilets has quit IRC14:42
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks  https://review.openstack.org/22517614:51
*** exploreshaifali has quit IRC14:52
*** anshul has quit IRC14:53
openstackgerritKonstantin Baikov proposed openstack/rally: Make default do_use=True in start method  https://review.openstack.org/22472414:54
*** MaxPC has joined #openstack-rally15:03
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: macros and cinder checks  https://review.openstack.org/22517615:24
openstackgerritYaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest  https://review.openstack.org/22513015:32
*** emagana has joined #openstack-rally15:32
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: keystone checks  https://review.openstack.org/22520315:37
*** pvaneck has joined #openstack-rally15:47
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: keystone checks  https://review.openstack.org/22520315:49
*** fhubik has quit IRC15:50
*** emagana has quit IRC15:57
*** emagana has joined #openstack-rally16:02
*** e0ne has quit IRC16:05
*** puranamr has joined #openstack-rally16:05
openstackgerritYaroslav Isakov proposed openstack/rally: Certification task: neutron checks  https://review.openstack.org/22521416:15
*** puranamr has quit IRC16:18
*** psd has joined #openstack-rally16:18
openstackgerritYaroslav Lobankov proposed openstack/rally: Adding possibility to generate tempest.conf, not running tempest  https://review.openstack.org/22513016:20
*** Prashant has joined #openstack-rally16:26
*** MaxPC has quit IRC16:27
*** Prashant has quit IRC16:32
*** Prashant has joined #openstack-rally16:32
openstackgerritKiran proposed openstack/rally: Add Neutron FLoating IP benchmark scenarios  https://review.openstack.org/22522316:38
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/22468416:42
*** madhu_ak has joined #openstack-rally16:49
openstackgerritKiran proposed openstack/rally: Add Neutron FLoating IP benchmark scenarios  https://review.openstack.org/22522317:00
*** josdotso has joined #openstack-rally17:15
*** arxcruz has quit IRC17:18
*** MaxPC1 has joined #openstack-rally17:24
*** e0ne has joined #openstack-rally17:26
*** tosky has quit IRC17:33
*** MaxPC1 has quit IRC17:37
*** e0ne has quit IRC17:41
*** e0ne has joined #openstack-rally17:49
*** boris-42 has quit IRC17:50
*** Prashant has quit IRC17:51
*** harlowja has quit IRC17:58
*** harlowja has joined #openstack-rally17:58
openstackgerritNikita Konovalov proposed openstack/rally: [Sahara] Added support for proxy node  https://review.openstack.org/21203618:07
*** psuriset_ has quit IRC18:14
*** anshul has joined #openstack-rally18:26
*** e0ne has quit IRC18:39
*** e0ne has joined #openstack-rally18:58
*** e0ne has quit IRC19:17
*** Prashant_ has joined #openstack-rally19:26
*** Prashant_ has quit IRC19:27
*** Prashant_ has joined #openstack-rally19:28
*** madhu_ak has quit IRC19:41
*** emagana has quit IRC20:22
*** stpierre has quit IRC20:38
*** Prashant_ has quit IRC21:01
*** Prashant has joined #openstack-rally21:02
*** Prashant has quit IRC21:07
*** arnoldje has quit IRC21:07
*** redixin has quit IRC21:24
*** arnoldje has joined #openstack-rally21:46
*** dspano has quit IRC21:56
*** ptoohill is now known as pc-pothole22:29
*** arnoldje has quit IRC22:37
*** openstackgerrit has quit IRC22:46
*** openstackgerrit has joined #openstack-rally22:46
*** moravec has quit IRC22:48
*** moravec has joined #openstack-rally23:02
*** Prashant has joined #openstack-rally23:02
*** psd has quit IRC23:06
*** Prashant has quit IRC23:07
*** moravec has quit IRC23:11
*** moravec has joined #openstack-rally23:13
*** leakypipes has quit IRC23:22
*** moravec has quit IRC23:42
*** pvaneck has quit IRC23:43
*** moravec has joined #openstack-rally23:51
*** davideag_ has quit IRC23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!