*** frayedknot has quit IRC | 00:16 | |
*** frayedknot has joined #openstack-rally | 00:17 | |
*** dmorita has joined #openstack-rally | 00:19 | |
*** pvaneck has quit IRC | 00:21 | |
*** kbaikov_ has joined #openstack-rally | 00:37 | |
*** kbaikov_ has quit IRC | 00:37 | |
*** kbaikov_ has joined #openstack-rally | 00:37 | |
*** kbaikov has quit IRC | 00:37 | |
*** puranamr has quit IRC | 00:38 | |
*** puranamr has joined #openstack-rally | 00:44 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Do not remove network from dhcp agent if they are not supported https://review.openstack.org/219526 | 00:45 |
---|---|---|
openstackgerrit | Boris Pavlovic proposed openstack/rally: Do not remove network from dhcp agent if they are not supported https://review.openstack.org/219526 | 00:48 |
boris-42 | kun_huang: ^ uh this one is really bad | 00:48 |
boris-42 | eon`: ^ | 00:48 |
*** puranamr has quit IRC | 01:05 | |
*** puranamr has joined #openstack-rally | 01:06 | |
*** baker has quit IRC | 01:11 | |
*** baker has joined #openstack-rally | 01:12 | |
*** baker_ has joined #openstack-rally | 01:14 | |
*** baker has quit IRC | 01:16 | |
*** baker_ has quit IRC | 01:21 | |
kun_huang | boris-42: which issue did I miss? | 01:21 |
*** mpopow_ has joined #openstack-rally | 01:25 | |
*** mpopow has quit IRC | 01:29 | |
*** puranamr has quit IRC | 01:40 | |
*** puranamr has joined #openstack-rally | 01:40 | |
*** frayedknot has quit IRC | 01:42 | |
*** ilbot3 has quit IRC | 01:45 | |
*** ilbot3 has joined #openstack-rally | 01:48 | |
*** baker has joined #openstack-rally | 01:52 | |
*** madhu_ak has quit IRC | 01:53 | |
*** madhu_ak has joined #openstack-rally | 01:54 | |
*** tfreger has quit IRC | 01:54 | |
*** tfreger has joined #openstack-rally | 01:55 | |
*** puranamr has quit IRC | 01:57 | |
*** puranamr has joined #openstack-rally | 02:00 | |
*** akrzos has quit IRC | 02:06 | |
*** akrzos has joined #openstack-rally | 02:09 | |
*** klindgren_ has quit IRC | 02:25 | |
*** akrzos has quit IRC | 02:40 | |
*** akrzos has joined #openstack-rally | 02:41 | |
*** tfreger has quit IRC | 02:43 | |
*** frayedknot has joined #openstack-rally | 02:43 | |
*** tfreger has joined #openstack-rally | 02:45 | |
*** frayedknot has quit IRC | 02:47 | |
boris-42 | kun_huang: that one https://review.openstack.org/219526 | 03:12 |
*** baker has quit IRC | 03:13 | |
*** akrzos has quit IRC | 03:17 | |
*** baker has joined #openstack-rally | 03:41 | |
*** puranamr has quit IRC | 03:49 | |
*** puranamr has joined #openstack-rally | 03:52 | |
*** yfried has quit IRC | 04:33 | |
*** puranamr has quit IRC | 04:44 | |
*** puranamr has joined #openstack-rally | 04:45 | |
*** Aish has joined #openstack-rally | 04:57 | |
Aish | Hi boris-42 | 04:57 |
Aish | are you around? | 04:57 |
boris-42 | Aish: yep | 04:58 |
Aish | I am having some trouble in using the task_utils.wait_for | 04:59 |
Aish | I am creating a nova vm and using wait_for to check if it is ACTIVE. | 05:00 |
Aish | When the wait_for returns, I am asserting that the server status is ACTIVE.. | 05:01 |
Aish | From the debug logs, I could see that the server has an ACTIVE status, but the assert fails.. | 05:01 |
Aish | https://review.openstack.org/#/c/213781/17/rally-jobs/plugins/vpn_utils.py lines 156-166 | 05:03 |
*** mpopow__ has joined #openstack-rally | 05:03 | |
Aish | boris^^ | 05:04 |
Aish | boris-42: ^^ | 05:04 |
boris-42 | Aish: one question why you are not using already existing method for that? | 05:05 |
boris-42 | Aish: I mean rally/plugins/openstack/nova/utils.py | 05:05 |
Aish | Oh, I didn’t know about it.. | 05:06 |
Aish | I shall take a look. | 05:06 |
boris-42 | Aish: https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/nova/utils.py#L109-L150 | 05:06 |
*** mpopow_ has quit IRC | 05:07 | |
Aish | Thanks.. One other issue I am facing is.., | 05:08 |
boris-42 | Aish: so? | 05:09 |
Aish | When I install devstack, it creates a public network and router by default. With that existing router, if I try to create another router using rally, it fails to create the snat namespace. I am not sure if it is an issue related to rally. | 05:11 |
Aish | If i delete the existing router, then everything works fine. | 05:11 |
boris-42 | Aish: so not a bit expert in netwroking=( | 05:11 |
boris-42 | big* | 05:12 |
Aish | I understand. Just wanted to know if you have heard of it before.. | 05:12 |
Aish | :) | 05:12 |
Aish | I will try using nova.utils for the previous problem. | 05:13 |
Aish | Sorry for disturbing you this late.. | 05:13 |
boris-42 | Aish: so in any case amaretsky should be soon online | 05:13 |
boris-42 | Aish: so you can ping him | 05:14 |
boris-42 | Aish: he knows network better then me | 05:14 |
Aish | sure, thanks a lot boris-42. You are very helpful. | 05:14 |
boris-42 | Aish: you are welcome | 05:15 |
*** puranamr has quit IRC | 05:23 | |
*** rdas has joined #openstack-rally | 05:23 | |
*** puranamr has joined #openstack-rally | 05:26 | |
kun_huang | Aish: if you could gather the logs, it's better to fire a bug :) | 05:26 |
*** baker has quit IRC | 05:27 | |
Aish | kun_huang: sure, I will gather logs and raise a bug if that is the case. | 05:28 |
*** rdas has quit IRC | 05:31 | |
*** yfried has joined #openstack-rally | 05:33 | |
*** yfried_ has joined #openstack-rally | 05:36 | |
*** yfried has quit IRC | 05:37 | |
*** rdas has joined #openstack-rally | 05:37 | |
*** frayedknot has joined #openstack-rally | 05:44 | |
*** frayedknot has quit IRC | 05:49 | |
*** yfried_ is now known as yfried|afk | 06:04 | |
*** yfried|afk is now known as yfried_ | 06:09 | |
*** puranamr has quit IRC | 06:10 | |
*** puranamr has joined #openstack-rally | 06:12 | |
*** psd|zzz is now known as psd | 06:13 | |
*** yfried_ is now known as yfried|afk | 06:38 | |
*** psuriset has quit IRC | 06:40 | |
*** yfried|afk is now known as yfried_ | 06:46 | |
*** mpopow__ has quit IRC | 06:47 | |
*** puranamr has quit IRC | 06:49 | |
*** exploreshaifali has joined #openstack-rally | 06:50 | |
*** puranamr has joined #openstack-rally | 06:53 | |
*** psuriset has joined #openstack-rally | 06:54 | |
*** abehl has joined #openstack-rally | 07:02 | |
*** abehl has quit IRC | 07:03 | |
*** anshul has joined #openstack-rally | 07:03 | |
*** neeti has joined #openstack-rally | 07:06 | |
*** coolsvap_ has joined #openstack-rally | 07:21 | |
*** coolsvap_ has quit IRC | 07:26 | |
*** karimb has joined #openstack-rally | 07:32 | |
*** Aish has quit IRC | 07:38 | |
*** arxcruz has joined #openstack-rally | 07:40 | |
*** fhubik has joined #openstack-rally | 07:41 | |
eon` | boris-42: hi, did you ping me ? | 07:41 |
*** puranamr_ has joined #openstack-rally | 07:48 | |
*** mpopow__ has joined #openstack-rally | 07:48 | |
*** puranamr has quit IRC | 07:48 | |
*** mpopow__ has quit IRC | 07:52 | |
*** yfried_ is now known as yfried|afk | 07:54 | |
*** yfried|afk is now known as yfried_ | 07:56 | |
*** fhubik has quit IRC | 07:57 | |
openstackgerrit | Merged openstack/rally: Fix lbaas resources cleanup https://review.openstack.org/216614 | 07:59 |
openstackgerrit | Merged openstack/rally: [spec] Refactoring Rally cleanup https://review.openstack.org/172967 | 08:01 |
*** e0ne has joined #openstack-rally | 08:01 | |
openstackgerrit | Kiran proposed openstack/rally: Add check for neutron extension support in utils https://review.openstack.org/218151 | 08:08 |
*** e0ne has quit IRC | 08:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/rally: Updated from global requirements https://review.openstack.org/219502 | 08:19 |
*** ushkalim has joined #openstack-rally | 08:20 | |
*** fhubik has joined #openstack-rally | 08:27 | |
*** cdent has joined #openstack-rally | 08:29 | |
*** puranamr_ has quit IRC | 08:43 | |
*** puranamr has joined #openstack-rally | 08:45 | |
*** exploreshaifali has quit IRC | 08:48 | |
*** amaretskiy has joined #openstack-rally | 08:49 | |
*** kiran-r has joined #openstack-rally | 09:20 | |
*** puranamr has quit IRC | 09:28 | |
*** tosky has joined #openstack-rally | 09:28 | |
*** e0ne has joined #openstack-rally | 09:32 | |
*** puranamr has joined #openstack-rally | 09:32 | |
openstackgerrit | Kiran proposed openstack/rally: Add Neutron LoadBalancer v1 create and delete vips https://review.openstack.org/193818 | 09:36 |
*** karmatronic has joined #openstack-rally | 09:44 | |
*** karimb has quit IRC | 09:45 | |
*** e0ne has quit IRC | 09:46 | |
*** frayedknot has joined #openstack-rally | 09:46 | |
*** frayedknot has quit IRC | 09:51 | |
*** e0ne has joined #openstack-rally | 09:55 | |
*** fhubik is now known as fhubik_brb | 10:00 | |
*** karimb has joined #openstack-rally | 10:00 | |
*** fhubik_brb is now known as fhubik | 10:00 | |
*** fhubik is now known as fhubik_brb | 10:00 | |
*** karmatronic has quit IRC | 10:01 | |
*** karimb has quit IRC | 10:01 | |
*** paboldin has quit IRC | 10:01 | |
*** karimb has joined #openstack-rally | 10:01 | |
*** karimb has quit IRC | 10:16 | |
*** kiran-r has quit IRC | 10:19 | |
*** puranamr has quit IRC | 10:19 | |
*** puranamr has joined #openstack-rally | 10:21 | |
*** akuznetsova has quit IRC | 10:41 | |
*** akuznetsova has joined #openstack-rally | 10:41 | |
*** yfried_ is now known as yfried|afk | 10:45 | |
*** fhubik_brb is now known as fhubik | 10:46 | |
*** fhubik is now known as fhubik_brb | 10:56 | |
*** fhubik_brb is now known as fhubik | 10:56 | |
*** yfried has joined #openstack-rally | 11:01 | |
*** yfried|afk has quit IRC | 11:01 | |
*** yfried_ has joined #openstack-rally | 11:02 | |
*** yfried_ is now known as yfried|afk | 11:02 | |
*** dmorita has quit IRC | 11:05 | |
*** yfried has quit IRC | 11:06 | |
*** puranamr has quit IRC | 11:10 | |
ushkalim | Rally as-a-Service: Run rally as a set of daemons that present Web UI (work in progress) so 1 RaaS could be used by a whole team. | 11:13 |
*** puranamr has joined #openstack-rally | 11:13 | |
ushkalim | ^any information on this deployment type? (https://rally.readthedocs.org/en/latest/install.html) | 11:13 |
*** mwagner_lap has joined #openstack-rally | 11:15 | |
*** yfried|afk has quit IRC | 11:18 | |
*** fhubik has quit IRC | 11:20 | |
*** fhubik has joined #openstack-rally | 11:20 | |
*** kiran-r has joined #openstack-rally | 11:21 | |
*** yfried|afk has joined #openstack-rally | 11:27 | |
*** akrzos has joined #openstack-rally | 11:28 | |
*** rdas has quit IRC | 11:30 | |
*** yfried|afk has quit IRC | 11:31 | |
*** yfried has joined #openstack-rally | 11:31 | |
*** yfried is now known as yfried|afk | 11:31 | |
*** frayedknot has joined #openstack-rally | 11:34 | |
*** aix has quit IRC | 11:36 | |
*** bapalm has quit IRC | 11:43 | |
*** karimb has joined #openstack-rally | 11:44 | |
*** bapalm has joined #openstack-rally | 11:49 | |
*** frayedknot has quit IRC | 11:51 | |
*** puranamr has quit IRC | 11:57 | |
andreykurilin | ushkalim: hi! | 11:59 |
ushkalim | andreykurilin, hey | 11:59 |
andreykurilin | ushkalim: unfortunatelly, Rally as-a-Service is not finished yet :( | 11:59 |
*** baker has joined #openstack-rally | 11:59 | |
ushkalim | andreykurilin, :( any expected release? | 12:00 |
*** puranamr has joined #openstack-rally | 12:00 | |
ushkalim | andreykurilin, will be great to have a centralized rally server to run all of our tests from :) | 12:01 |
andreykurilin | ushkalim: I suppose that next few releases will not have this great feature | 12:01 |
andreykurilin | sorry | 12:02 |
andreykurilin | ushkalim: but we all want this feature and don't forgot about it | 12:02 |
openstackgerrit | Kiran proposed openstack/rally: Add check for neutron extension support in utils https://review.openstack.org/218151 | 12:03 |
*** jaypipes has joined #openstack-rally | 12:08 | |
*** aix has joined #openstack-rally | 12:09 | |
*** yfried|afk is now known as yfried | 12:10 | |
*** mwagner_lap has quit IRC | 12:10 | |
*** mwagner_lap has joined #openstack-rally | 12:10 | |
yfried | andreykurilin: re designate (as an example) | 12:18 |
yfried | andreykurilin: https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/designate/basic.py#L117-L138 | 12:19 |
yfried | andreykurilin: there is no actual verification that the record is created (validate that record is in list) | 12:19 |
yfried | andreykurilin: even further - I would like to verify record is resolved in dns query | 12:20 |
yfried | andreykurilin: can I do it? is this a valid rally scenario? | 12:20 |
andreykurilin | yfried: hi! Imo, "(validate that record is in list)' should be in this original scenario. also, it looks like most of "create-*-and-list" scenarios should have such check | 12:22 |
*** karimb has quit IRC | 12:26 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/rally: Fix argument name in Murano context https://review.openstack.org/219670 | 12:28 |
*** agarciam has joined #openstack-rally | 12:29 | |
*** frayedknot has joined #openstack-rally | 12:35 | |
*** stpierre has joined #openstack-rally | 12:35 | |
*** neeti has quit IRC | 12:35 | |
*** yfried is now known as yfried|afk | 12:40 | |
*** _kiran_ has joined #openstack-rally | 12:41 | |
*** kiran-r has quit IRC | 12:42 | |
*** _kiran_ is now known as kiran-r | 12:43 | |
*** yfried|afk is now known as yfried | 12:44 | |
yfried | andreykurilin: and what about validate that record is resolved (via dig query)? is that acceptable as well? | 12:45 |
andreykurilin | yfried: yup | 12:45 |
yfried | andreykurilin: tnx. I'll get on it | 12:46 |
andreykurilin | yfried: but it looks like such validation should be done in creation method | 12:46 |
yfried | andreykurilin: sounds reasonable | 12:47 |
*** morgan_orange has quit IRC | 12:52 | |
openstackgerrit | Kiran proposed openstack/rally: Add check for neutron extension support in utils https://review.openstack.org/218151 | 12:52 |
*** e0ne has quit IRC | 12:53 | |
*** Aish has joined #openstack-rally | 13:00 | |
*** mwagner_lap has quit IRC | 13:01 | |
*** kiran-r has quit IRC | 13:02 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: [Bug-Fix]: Remove ability to put incorrect kwargs for an exception https://review.openstack.org/219687 | 13:04 |
*** Aish has quit IRC | 13:05 | |
*** baker has quit IRC | 13:19 | |
*** mwagner_lap has joined #openstack-rally | 13:25 | |
*** karimb has joined #openstack-rally | 13:25 | |
*** dpaterson has joined #openstack-rally | 13:36 | |
*** fhubik has quit IRC | 13:39 | |
*** fhubik has joined #openstack-rally | 13:40 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/rally: Fix argument name in Murano context https://review.openstack.org/219670 | 13:43 |
*** puranamr has quit IRC | 13:46 | |
*** puranamr has joined #openstack-rally | 13:49 | |
*** karimb has quit IRC | 13:54 | |
*** Aish has joined #openstack-rally | 14:01 | |
*** baker has joined #openstack-rally | 14:06 | |
*** kiran-r has joined #openstack-rally | 14:09 | |
*** _kiran_ has joined #openstack-rally | 14:09 | |
*** _kiran_ has quit IRC | 14:10 | |
*** _kiran_ has joined #openstack-rally | 14:11 | |
*** kiran-r has quit IRC | 14:13 | |
*** karimb has joined #openstack-rally | 14:13 | |
openstackgerrit | Kiran proposed openstack/rally: Add check for neutron extension support in utils https://review.openstack.org/218151 | 14:15 |
openstackgerrit | Andrey Kurilin proposed openstack/rally: [Bug-Fix]: Remove ability to put incorrect kwargs for an exception https://review.openstack.org/219687 | 14:16 |
*** _kiran_ has quit IRC | 14:18 | |
*** kiran-r has joined #openstack-rally | 14:18 | |
*** fhubik has quit IRC | 14:29 | |
*** kiran-r has quit IRC | 14:30 | |
*** mpopow__ has joined #openstack-rally | 14:34 | |
*** tosky__ has joined #openstack-rally | 14:35 | |
*** tosky has quit IRC | 14:36 | |
*** mpopow__ has quit IRC | 14:38 | |
*** e0ne has joined #openstack-rally | 14:39 | |
*** tosky has joined #openstack-rally | 14:39 | |
*** tosky__ has quit IRC | 14:41 | |
*** puranamr has quit IRC | 14:42 | |
*** puranamr has joined #openstack-rally | 14:44 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: DO NOT MERGE: check devstack hooks https://review.openstack.org/219727 | 14:50 |
*** gema has quit IRC | 14:53 | |
*** gema has joined #openstack-rally | 14:55 | |
*** klindgren has joined #openstack-rally | 14:57 | |
*** frayedknot has quit IRC | 14:59 | |
*** mwagner_lap has quit IRC | 15:00 | |
*** frayedknot has joined #openstack-rally | 15:01 | |
*** frayedknot has quit IRC | 15:19 | |
*** frayedknot has joined #openstack-rally | 15:22 | |
*** karimb has quit IRC | 15:24 | |
*** Aish has quit IRC | 15:26 | |
*** mwagner_lap has joined #openstack-rally | 15:28 | |
*** puranamr has quit IRC | 15:31 | |
*** puranamr has joined #openstack-rally | 15:34 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/rally: Add attachment-related scenarios to test on gates https://review.openstack.org/219748 | 15:35 |
*** Aish has joined #openstack-rally | 15:35 | |
*** karimb has joined #openstack-rally | 15:37 | |
*** frayedknot has quit IRC | 15:41 | |
*** cdent has quit IRC | 15:45 | |
*** mpopow__ has joined #openstack-rally | 15:50 | |
*** ushkalim has quit IRC | 15:52 | |
*** anshul has quit IRC | 15:52 | |
*** kiran-r has joined #openstack-rally | 15:53 | |
*** mpopow__ has quit IRC | 15:54 | |
*** yfried has quit IRC | 15:55 | |
*** psuriset has quit IRC | 15:58 | |
*** kbaikov_ has quit IRC | 16:01 | |
*** agarciam has quit IRC | 16:01 | |
*** kiran-r has quit IRC | 16:02 | |
*** psuriset has joined #openstack-rally | 16:11 | |
*** mpopow__ has joined #openstack-rally | 16:32 | |
*** cdent has joined #openstack-rally | 16:42 | |
*** Aish has quit IRC | 16:45 | |
*** mpopow__ has quit IRC | 16:53 | |
*** Aish has joined #openstack-rally | 16:53 | |
*** amaretskiy has quit IRC | 16:53 | |
*** puranamr has quit IRC | 16:57 | |
*** puranamr has joined #openstack-rally | 16:59 | |
*** Aish has quit IRC | 17:03 | |
*** arxcruz has quit IRC | 17:07 | |
*** tosky has quit IRC | 17:10 | |
*** e0ne has quit IRC | 17:12 | |
*** tosky has joined #openstack-rally | 17:13 | |
*** igormarnat is now known as imarnat | 17:15 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Convert Rally to the new Devstack plugin model https://review.openstack.org/184629 | 17:15 |
*** tfreger has quit IRC | 17:18 | |
*** tosky has quit IRC | 17:18 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Convert Rally to the new Devstack plugin model https://review.openstack.org/184629 | 17:19 |
*** pvaneck has joined #openstack-rally | 17:20 | |
*** psuriset has quit IRC | 17:20 | |
*** tosky has joined #openstack-rally | 17:21 | |
*** imarnat is now known as igormarnat | 17:22 | |
*** cdent has quit IRC | 17:24 | |
*** tosky has quit IRC | 17:26 | |
*** tosky has joined #openstack-rally | 17:28 | |
*** Aish has joined #openstack-rally | 17:30 | |
*** tosky has quit IRC | 17:33 | |
*** psuriset has joined #openstack-rally | 17:36 | |
*** puranamr has quit IRC | 17:39 | |
*** puranamr has joined #openstack-rally | 17:39 | |
*** aix has quit IRC | 17:40 | |
*** karimb has quit IRC | 17:43 | |
*** mpopow__ has joined #openstack-rally | 17:58 | |
*** mpopow__ has quit IRC | 18:13 | |
*** puranamr has quit IRC | 18:27 | |
*** puranamr has joined #openstack-rally | 18:28 | |
*** yfried has joined #openstack-rally | 18:29 | |
*** aix has joined #openstack-rally | 18:34 | |
boris-42 | yfried: please do not merge specs | 18:35 |
boris-42 | yfried: without me | 18:35 |
boris-42 | yfried: cleanup stuff was not ready imho | 18:36 |
yfried | ok. then revert it, i won't merge wo you in the future | 18:36 |
boris-42 | yfried: let's avoid reverts | 18:37 |
boris-42 | yfried: jsut we need to asap finish that spec | 18:37 |
boris-42 | yfried: and it's strange that it is merged before another cleanup spec was merged | 18:37 |
boris-42 | yfried: this one depends on it | 18:37 |
boris-42 | yfried: https://review.openstack.org/#/c/201545/ | 18:38 |
boris-42 | stpierre: ping | 18:38 |
stpierre | boris-42: pong | 18:38 |
*** e0ne has joined #openstack-rally | 18:42 | |
*** harlowja has quit IRC | 18:54 | |
boris-42 | yfried: btw rally gates are broken at the moment | 18:56 |
boris-42 | yfried: they are testing master instead of patches (so please avoid merging stuff) | 18:56 |
*** harlowja has joined #openstack-rally | 18:58 | |
*** cdent has joined #openstack-rally | 19:00 | |
yfried | good to konw | 19:02 |
*** coolsvap_ has joined #openstack-rally | 19:09 | |
*** klindgren_ has joined #openstack-rally | 19:09 | |
*** klindgren has quit IRC | 19:12 | |
*** e0ne has quit IRC | 19:12 | |
*** josdotso has joined #openstack-rally | 19:20 | |
boris-42 | yfried: yeep it's really badly broken | 19:22 |
*** josdotso has quit IRC | 19:24 | |
*** josdotso has joined #openstack-rally | 19:24 | |
*** Aish has quit IRC | 19:29 | |
*** puranamr has quit IRC | 19:29 | |
*** puranamr has joined #openstack-rally | 19:33 | |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Nova: Support auto_assign_nic when booting multiple servers https://review.openstack.org/219855 | 19:42 |
*** coolsvap_ has quit IRC | 19:45 | |
*** Aish has joined #openstack-rally | 19:55 | |
*** puranamr_ has joined #openstack-rally | 20:00 | |
*** puranamr has quit IRC | 20:00 | |
Aish | Hi boris-42 | 20:20 |
Aish | I am facing similar issues as I pointed out yday when using task.utils.wait_for for checking status of vpn_service and ipsec_site_connection. | 20:20 |
Aish | https://gist.github.com/AishwaryaT/72058fe11682368ee7e4 | 20:20 |
Aish | I have compiled the issue and the code in the above gist. I think I am missing some point here.. | 20:21 |
Aish | Can you please take a look? | 20:21 |
Aish | boris-42: | 20:21 |
boris-42 | Aish: sorry to busy now | 20:22 |
boris-42 | too* | 20:22 |
boris-42 | Aish: rally gates are broken | 20:22 |
*** mwagner_lap has quit IRC | 20:23 | |
Aish | Oh., no problem boris-42.. I am looking into it.. If you get time to check it, please let me know. | 20:23 |
boris-42 | Aish: from log that you send me | 20:24 |
*** dpaterson has quit IRC | 20:25 | |
boris-42 | Aish: I believe you are sending bad vpn_service | 20:25 |
boris-42 | Aish: in update method | 20:25 |
boris-42 | Aish: you should send not dict but real instance that is bind to the instance of client | 20:25 |
boris-42 | Aish: or provide your own update method | 20:25 |
Aish | It is the same vpn_service object that is passed to the first function. | 20:26 |
Aish | okay. | 20:26 |
Aish | thanks boris-42 will check it. | 20:27 |
*** e0ne has joined #openstack-rally | 20:35 | |
*** akrzos has quit IRC | 20:36 | |
*** Aish has quit IRC | 20:43 | |
*** harlowja has quit IRC | 20:45 | |
*** puranamr_ has quit IRC | 20:48 | |
*** tosky has joined #openstack-rally | 20:57 | |
*** josdotso has quit IRC | 21:06 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Do not remove network from dhcp agent if they are not supported https://review.openstack.org/219526 | 21:15 |
*** Aish has joined #openstack-rally | 21:20 | |
*** harlowja has joined #openstack-rally | 21:21 | |
*** akrzos has joined #openstack-rally | 21:22 | |
boris-42 | stpierre: yfried ^ btw | 21:27 |
*** e0ne has quit IRC | 21:32 | |
*** e0ne has joined #openstack-rally | 21:33 | |
*** cdent has quit IRC | 21:33 | |
*** stpierre has quit IRC | 21:38 | |
*** pvaneck_ has joined #openstack-rally | 21:40 | |
*** karimb has joined #openstack-rally | 21:40 | |
*** psd has quit IRC | 21:41 | |
*** e0ne has quit IRC | 21:41 | |
*** psuriset has quit IRC | 21:42 | |
*** e0ne has joined #openstack-rally | 21:43 | |
*** pvaneck has quit IRC | 21:44 | |
*** e0ne has quit IRC | 21:52 | |
*** Aish has quit IRC | 21:53 | |
*** Aish has joined #openstack-rally | 22:02 | |
openstackgerrit | Castulo J. Martinez proposed openstack/rally: Fixes variables in Tempest generated config file https://review.openstack.org/219895 | 22:06 |
*** jaypipes has quit IRC | 22:10 | |
*** Aish has quit IRC | 22:12 | |
*** Aish has joined #openstack-rally | 22:21 | |
*** emagana has joined #openstack-rally | 22:26 | |
*** tosky has quit IRC | 22:26 | |
*** puranamr has joined #openstack-rally | 22:29 | |
*** puranamr has quit IRC | 22:31 | |
*** Aish has quit IRC | 22:32 | |
*** mwagner_lap has joined #openstack-rally | 22:37 | |
*** baker has quit IRC | 22:40 | |
aix | boris-42, Hey, free for couple of questions? | 22:45 |
boris-42 | aix: just ask | 22:47 |
*** Aish has joined #openstack-rally | 22:47 | |
openstackgerrit | Edgar Magana proposed openstack/rally: Fix typos in Rally code https://review.openstack.org/219904 | 22:49 |
aix | boris-42, wrt spec "Make the new Rally input task format", The one nice thing is to have multiscenarios wich can run in parallel or serial order but the other potentially nice feature mentioned there is to get possibility of some HA testing (as it is mentioned there) | 22:49 |
aix | boris-42, I noticed in the example of yaml file there is mentioned ""PhysicalNode.restart" as scenario | 22:50 |
boris-42 | aix: so this is just sample of "how it can look like" | 22:50 |
boris-42 | aix: but we will make such scenarios after we get mutliscenarios and finish new task validation mechanism | 22:51 |
aix | boris-42, I see, so general question, rally is mainly benchmarking tool imo (I may be wrong) | 22:51 |
*** dpaterson has joined #openstack-rally | 22:51 | |
boris-42 | aix: so in my opinion it's testing tool* | 22:51 |
aix | boris-42, is this direction - HA testing, where benchmarking may be nice to have but not main focus acceptable? | 22:52 |
boris-42 | aix: so new input task* is one of our most important directions | 22:52 |
boris-42 | aix: as well as validation refactoring | 22:52 |
boris-42 | aix: so multiscenario load, monitoring with load as well as HA testing are topics that we are quite interested in having | 22:53 |
aix | boris-42, oh good to read | 22:53 |
boris-42 | aix: the problem is that it's very to hard to implement in such way | 22:53 |
aix | boris-42, basically that's what I wanted to read and yes, it's not simple task to achieve | 22:54 |
boris-42 | aix: to have simple interface, simple plugins, great graphs that are enough flexible | 22:54 |
boris-42 | aix: and not die in complexity and hacks | 22:54 |
boris-42 | aix: so this is the major reason why it takes so long | 22:54 |
boris-42 | aix: not that we are not interested=) | 22:54 |
aix | boris-42, ok, maybe I misunderstood Illia as he mentioned it as low priority | 22:55 |
boris-42 | aix: it's not low priority | 22:56 |
boris-42 | aix: it's just not critical for next 0.1.0 release | 22:56 |
boris-42 | aix: e.g. we won't merge it until we get 0.1.0 done | 22:56 |
aix | boris-42, anyway, he is working on multiscenario feature which is targeted for 0.2.0, I am interested in HA events - feature to be able to generate resource reboot/fail/move, are there any thoughts even spec specified or nobody has spent some time on it yet? | 22:57 |
boris-42 | aix: sooo | 22:58 |
*** Aish has quit IRC | 22:58 | |
boris-42 | aix: the best that you can do now is to write rally plugins | 22:58 |
boris-42 | aix: for restarting services, servers, doing iptables panic and so on | 22:58 |
boris-42 | aix: we can merge those even now | 22:59 |
boris-42 | aix: so when we get multi scenario ready we will automatically get HA tests as well | 22:59 |
boris-42 | aix: btw for such kind of work you don't need specs/bp just code* | 22:59 |
aix | boris-42, sounds fine | 23:01 |
boris-42 | aix: so you can start from something simple | 23:02 |
aix | boris-42, glad to hear that rally wants to head that way | 23:02 |
boris-42 | aix: e.g. just go via ssh and run custom command (I would suggest to take a look at VMTask scenario) | 23:02 |
boris-42 | aix: after that we can prepare some high level plugins e.g. iptables panic, | 23:03 |
boris-42 | aix: or restarting service via it's name * | 23:03 |
aix | boris-42, I could probably use tempest very similar way but rally is easier for non-coders for building of their own scenarios | 23:03 |
boris-42 | aix: hm? | 23:03 |
aix | boris-42, I mean It's probably easy to build a json file with chain of already implemented scenarios in rally | 23:04 |
aix | boris-42, once we have the mulriscenarios feature | 23:04 |
boris-42 | aix: so hm what we need now is to have plugins that do the work | 23:05 |
boris-42 | aix: we don't have plugin that restarts servers, services, ipatables chaos and so on | 23:05 |
boris-42 | you can work on plugins* | 23:05 |
aix | boris-42, I see, sounds good | 23:05 |
boris-42 | aix: so what I am saying is just making some plugins until you are waiting for multiscenario support | 23:06 |
aix | boris-42, yes, I got it | 23:07 |
*** rook__ has joined #openstack-rally | 23:08 | |
aix | boris-42, I will give it some thoughts how such plugins could look like and try to do sth | 23:09 |
aix | boris-42, thanks for the input :) | 23:09 |
boris-42 | aix: so what you need to do is create new directory | 23:09 |
boris-42 | aix: in rally/plugins | 23:10 |
boris-42 | aix: e.g. rally/plugins/chaos | 23:10 |
boris-42 | aix: that will contain all plugins related to chaos | 23:10 |
boris-42 | =) | 23:10 |
aix | boris-42, yes and do m best not to make chaos onside the plugins :) | 23:14 |
boris-42 | aix: =) | 23:16 |
*** rook__ has quit IRC | 23:26 | |
*** Aish has joined #openstack-rally | 23:37 | |
*** akrzos has quit IRC | 23:42 | |
*** harlowja has quit IRC | 23:42 | |
*** harlowja has joined #openstack-rally | 23:43 | |
*** akrzos has joined #openstack-rally | 23:45 | |
*** Aish has quit IRC | 23:47 | |
*** karimb has quit IRC | 23:57 | |
*** Aish has joined #openstack-rally | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!