Monday, 2017-12-18

openstackgerritchenhb proposed openstack/rally master: make new report to support task file and remove old report  https://review.openstack.org/51199501:38
*** dave-mcc_ has joined #openstack-rally01:44
*** LindaWang has left #openstack-rally01:45
-openstackstatus- NOTICE: The freenode network is currently the target of automated spam attacks, we have enabled temporary restrictions on targetted OpenStack channels which requires users to be logged on to NickServ. If you see spam in your channel, please report it in #openstack-infra. Thanks.01:48
*** dave-mcc_ has quit IRC02:02
*** diablo_rojo has quit IRC02:10
*** diablo_rojo has joined #openstack-rally02:11
*** ilbot3 has quit IRC02:46
*** ChanServ sets mode: +r 02:54
*** aojea has joined #openstack-rally03:05
*** aojea has quit IRC03:10
*** yamamoto has joined #openstack-rally03:18
openstackgerritchenhb proposed openstack/rally master: Make new report to support task file and remove old report  https://review.openstack.org/51199505:41
*** rcernin has quit IRC06:46
*** aojea has joined #openstack-rally07:16
*** aojea has quit IRC07:23
*** rcernin has joined #openstack-rally08:06
*** e0ne has joined #openstack-rally08:24
*** yamamoto has quit IRC08:25
*** alexchadin has joined #openstack-rally08:58
*** aojea has joined #openstack-rally09:18
*** aojea has quit IRC09:22
*** yamamoto has joined #openstack-rally09:26
*** yamamoto has quit IRC09:33
*** andreykurilin_ has quit IRC09:36
*** andreykurilin has joined #openstack-rally09:36
*** e0ne_ has joined #openstack-rally09:48
*** e0ne_ has quit IRC09:50
*** e0ne has quit IRC09:51
*** e0ne has joined #openstack-rally09:51
*** e0ne has quit IRC09:52
*** e0ne has joined #openstack-rally09:53
*** rcernin has quit IRC10:58
*** yamamoto has joined #openstack-rally11:12
*** yamamoto has quit IRC11:15
*** aojea has joined #openstack-rally11:19
*** aojea has quit IRC11:24
*** yamamoto has joined #openstack-rally12:16
*** yamamoto has quit IRC12:21
*** mvk has quit IRC12:31
*** yamamoto has joined #openstack-rally13:18
*** yamamoto has quit IRC13:26
*** tosky has joined #openstack-rally13:34
*** e0ne has quit IRC13:58
*** e0ne has joined #openstack-rally14:07
*** ChanServ sets mode: -r 14:08
*** alexchadin has quit IRC14:26
*** juhak has joined #openstack-rally14:26
*** aojea has joined #openstack-rally14:54
*** aojea has quit IRC14:59
*** aojea has joined #openstack-rally15:04
*** aojea has quit IRC15:06
juhakandreykurilin: Hi all, according to openstack release notes Ceilometer API is deprecated in Pike and removed in current series. Is Rally still using this API?15:17
andreykurilinjuhak: Rally releases do not align to openstack releases at all. It means that you can use the latest rally with quite old openstack release(for example, we have a CI job for compatibility with mitaka and we are running rally against liberty release)15:24
*** georgem1 has joined #openstack-rally15:41
georgem1I'm trying to troubleshoot a rally test and I need to ssh into the VM while the test is running. Do you know where the temporary SSH key gets stored on the Rally server, or how I can specify an existing key in the test?15:43
*** tosky has quit IRC15:51
*** r-daneel has joined #openstack-rally15:55
*** chhavi has joined #openstack-rally16:05
*** r-daneel_ has joined #openstack-rally16:11
*** r-daneel has quit IRC16:11
*** r-daneel_ is now known as r-daneel16:11
*** diablo_rojo has left #openstack-rally16:14
*** tosky has joined #openstack-rally16:15
georgem1I'm trying to troubleshoot a rally test and I need to ssh into the VM while the test is running. Do you know where the temporary SSH key gets stored on the Rally server, or how I can specify an existing key in the test?16:33
andreykurilingeorgem1: hi! unfortunately, we do not store temporary ssh-key  and there is no ability to use existing one. There is only one solution for you - modify the code manually (I can explain how it should be done) and I hope that if you do it, you will propose a patch to upstream to do not maintain the change in future16:34
georgem1andreykurilin: can you please provide the changes I need to make? if the patch upstream requires signing a CLA it might be difficult for me to get the local lawyers to sign though :(16:36
*** catintheroof has joined #openstack-rally16:38
*** catintheroof has quit IRC16:45
andreykurilinyou need to modify this class https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/nova/keypairs.py#L30-L3116:49
andreykurilinfirst of all, you need to modify the confoig schema to allow specifying external keys16:50
andreykurilinit should look something like: {"type": "object", "additionalProperties": False, "properties": {"public": {"type": "string"}, "private": {"type": "string"},}}16:51
*** tosky has quit IRC16:52
andreykurilinand transmit self.config["public"] to https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/nova/keypairs.py#L44 as public_key argument16:55
andreykurilinalso, you will need to modify these lines to transmit the proper keys to the scenario16:55
andreykurilingeorgem1: ^16:55
georgem1andreykurilin: thanks, I'll try to get it working although I'm not a dev so my python is not great17:03
andreykurilinfill free to ask anything17:04
*** mvk has joined #openstack-rally17:16
*** r-daneel_ has joined #openstack-rally17:22
*** r-daneel has quit IRC17:23
*** r-daneel_ is now known as r-daneel17:23
*** catintheroof has joined #openstack-rally17:23
*** catintheroof has quit IRC17:30
*** mvk has quit IRC17:37
openstackgerritAndrey Kurilin proposed openstack/rally master: Add global path as constant in envutils  https://review.openstack.org/21625717:43
*** aojea has joined #openstack-rally17:57
*** chhavi has quit IRC18:01
*** harlowja has joined #openstack-rally18:04
*** mvk has joined #openstack-rally18:25
*** e0ne has quit IRC18:26
*** catintheroof has joined #openstack-rally18:36
*** catintheroof has quit IRC18:36
*** catintheroof has joined #openstack-rally18:36
*** catintheroof has quit IRC18:36
*** aojea has quit IRC18:38
openstackgerritAndrey Kurilin proposed openstack/rally master: Remove outdated samples about deployment  https://review.openstack.org/50995118:40
*** catintheroof has joined #openstack-rally18:56
*** itlinux has joined #openstack-rally18:58
*** e0ne has joined #openstack-rally19:07
*** e0ne has quit IRC19:46
*** aojea has joined #openstack-rally19:53
*** e0ne has joined #openstack-rally20:01
*** dave-mccowan has joined #openstack-rally20:12
*** stpierre has joined #openstack-rally20:31
*** e0ne has quit IRC20:51
*** ChanServ has quit IRC20:52
*** ChanServ has joined #openstack-rally21:01
*** barjavel.freenode.net sets mode: +o ChanServ21:01
*** georgem1 has quit IRC21:10
*** r-daneel has quit IRC21:11
*** r-daneel has joined #openstack-rally21:11
*** e0ne has joined #openstack-rally21:11
openstackgerritMerged openstack/rally master: Remove outdated samples about deployment  https://review.openstack.org/50995121:20
*** catintheroof has quit IRC21:20
*** aojea has quit IRC21:30
*** openstackgerrit has quit IRC21:33
*** aojea has joined #openstack-rally21:37
*** aojea has quit IRC22:00
*** aojea has joined #openstack-rally22:04
*** aojea has quit IRC22:13
*** aojea has joined #openstack-rally22:22
*** aojea has quit IRC22:27
*** e0ne has quit IRC22:37
*** rcernin has joined #openstack-rally22:37
*** e0ne has joined #openstack-rally22:38
*** e0ne has quit IRC22:39
*** e0ne has joined #openstack-rally22:40
*** e0ne has quit IRC22:40
*** e0ne has joined #openstack-rally22:40
*** e0ne has quit IRC22:41
*** e0ne has joined #openstack-rally22:59
*** e0ne has quit IRC23:00
*** e0ne has joined #openstack-rally23:01
*** e0ne has quit IRC23:01
*** e0ne has joined #openstack-rally23:02
*** e0ne has quit IRC23:02
*** e0ne has joined #openstack-rally23:02
*** e0ne has quit IRC23:03
*** e0ne has joined #openstack-rally23:03
*** e0ne has quit IRC23:04
*** e0ne has joined #openstack-rally23:04
*** e0ne has quit IRC23:04
*** catinthe_ has joined #openstack-rally23:08
*** catinthe_ has quit IRC23:13
*** harlowja has quit IRC23:38

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