openstackgerrit | chenhb proposed openstack/rally master: make new report to support task file and remove old report https://review.openstack.org/511995 | 01:38 |
---|---|---|
*** dave-mcc_ has joined #openstack-rally | 01:44 | |
*** LindaWang has left #openstack-rally | 01: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 IRC | 02:02 | |
*** diablo_rojo has quit IRC | 02:10 | |
*** diablo_rojo has joined #openstack-rally | 02:11 | |
*** ilbot3 has quit IRC | 02:46 | |
*** ChanServ sets mode: +r | 02:54 | |
*** aojea has joined #openstack-rally | 03:05 | |
*** aojea has quit IRC | 03:10 | |
*** yamamoto has joined #openstack-rally | 03:18 | |
openstackgerrit | chenhb proposed openstack/rally master: Make new report to support task file and remove old report https://review.openstack.org/511995 | 05:41 |
*** rcernin has quit IRC | 06:46 | |
*** aojea has joined #openstack-rally | 07:16 | |
*** aojea has quit IRC | 07:23 | |
*** rcernin has joined #openstack-rally | 08:06 | |
*** e0ne has joined #openstack-rally | 08:24 | |
*** yamamoto has quit IRC | 08:25 | |
*** alexchadin has joined #openstack-rally | 08:58 | |
*** aojea has joined #openstack-rally | 09:18 | |
*** aojea has quit IRC | 09:22 | |
*** yamamoto has joined #openstack-rally | 09:26 | |
*** yamamoto has quit IRC | 09:33 | |
*** andreykurilin_ has quit IRC | 09:36 | |
*** andreykurilin has joined #openstack-rally | 09:36 | |
*** e0ne_ has joined #openstack-rally | 09:48 | |
*** e0ne_ has quit IRC | 09:50 | |
*** e0ne has quit IRC | 09:51 | |
*** e0ne has joined #openstack-rally | 09:51 | |
*** e0ne has quit IRC | 09:52 | |
*** e0ne has joined #openstack-rally | 09:53 | |
*** rcernin has quit IRC | 10:58 | |
*** yamamoto has joined #openstack-rally | 11:12 | |
*** yamamoto has quit IRC | 11:15 | |
*** aojea has joined #openstack-rally | 11:19 | |
*** aojea has quit IRC | 11:24 | |
*** yamamoto has joined #openstack-rally | 12:16 | |
*** yamamoto has quit IRC | 12:21 | |
*** mvk has quit IRC | 12:31 | |
*** yamamoto has joined #openstack-rally | 13:18 | |
*** yamamoto has quit IRC | 13:26 | |
*** tosky has joined #openstack-rally | 13:34 | |
*** e0ne has quit IRC | 13:58 | |
*** e0ne has joined #openstack-rally | 14:07 | |
*** ChanServ sets mode: -r | 14:08 | |
*** alexchadin has quit IRC | 14:26 | |
*** juhak has joined #openstack-rally | 14:26 | |
*** aojea has joined #openstack-rally | 14:54 | |
*** aojea has quit IRC | 14:59 | |
*** aojea has joined #openstack-rally | 15:04 | |
*** aojea has quit IRC | 15:06 | |
juhak | andreykurilin: 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 |
andreykurilin | juhak: 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-rally | 15:41 | |
georgem1 | I'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 IRC | 15:51 | |
*** r-daneel has joined #openstack-rally | 15:55 | |
*** chhavi has joined #openstack-rally | 16:05 | |
*** r-daneel_ has joined #openstack-rally | 16:11 | |
*** r-daneel has quit IRC | 16:11 | |
*** r-daneel_ is now known as r-daneel | 16:11 | |
*** diablo_rojo has left #openstack-rally | 16:14 | |
*** tosky has joined #openstack-rally | 16:15 | |
georgem1 | I'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 |
andreykurilin | georgem1: 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 future | 16:34 |
georgem1 | andreykurilin: 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-rally | 16:38 | |
*** catintheroof has quit IRC | 16:45 | |
andreykurilin | you need to modify this class https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/nova/keypairs.py#L30-L31 | 16:49 |
andreykurilin | first of all, you need to modify the confoig schema to allow specifying external keys | 16:50 |
andreykurilin | it should look something like: {"type": "object", "additionalProperties": False, "properties": {"public": {"type": "string"}, "private": {"type": "string"},}} | 16:51 |
*** tosky has quit IRC | 16:52 | |
andreykurilin | and transmit self.config["public"] to https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/nova/keypairs.py#L44 as public_key argument | 16:55 |
andreykurilin | also, you will need to modify these lines to transmit the proper keys to the scenario | 16:55 |
andreykurilin | georgem1: ^ | 16:55 |
georgem1 | andreykurilin: thanks, I'll try to get it working although I'm not a dev so my python is not great | 17:03 |
andreykurilin | fill free to ask anything | 17:04 |
*** mvk has joined #openstack-rally | 17:16 | |
*** r-daneel_ has joined #openstack-rally | 17:22 | |
*** r-daneel has quit IRC | 17:23 | |
*** r-daneel_ is now known as r-daneel | 17:23 | |
*** catintheroof has joined #openstack-rally | 17:23 | |
*** catintheroof has quit IRC | 17:30 | |
*** mvk has quit IRC | 17:37 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Add global path as constant in envutils https://review.openstack.org/216257 | 17:43 |
*** aojea has joined #openstack-rally | 17:57 | |
*** chhavi has quit IRC | 18:01 | |
*** harlowja has joined #openstack-rally | 18:04 | |
*** mvk has joined #openstack-rally | 18:25 | |
*** e0ne has quit IRC | 18:26 | |
*** catintheroof has joined #openstack-rally | 18:36 | |
*** catintheroof has quit IRC | 18:36 | |
*** catintheroof has joined #openstack-rally | 18:36 | |
*** catintheroof has quit IRC | 18:36 | |
*** aojea has quit IRC | 18:38 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: Remove outdated samples about deployment https://review.openstack.org/509951 | 18:40 |
*** catintheroof has joined #openstack-rally | 18:56 | |
*** itlinux has joined #openstack-rally | 18:58 | |
*** e0ne has joined #openstack-rally | 19:07 | |
*** e0ne has quit IRC | 19:46 | |
*** aojea has joined #openstack-rally | 19:53 | |
*** e0ne has joined #openstack-rally | 20:01 | |
*** dave-mccowan has joined #openstack-rally | 20:12 | |
*** stpierre has joined #openstack-rally | 20:31 | |
*** e0ne has quit IRC | 20:51 | |
*** ChanServ has quit IRC | 20:52 | |
*** ChanServ has joined #openstack-rally | 21:01 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 21:01 | |
*** georgem1 has quit IRC | 21:10 | |
*** r-daneel has quit IRC | 21:11 | |
*** r-daneel has joined #openstack-rally | 21:11 | |
*** e0ne has joined #openstack-rally | 21:11 | |
openstackgerrit | Merged openstack/rally master: Remove outdated samples about deployment https://review.openstack.org/509951 | 21:20 |
*** catintheroof has quit IRC | 21:20 | |
*** aojea has quit IRC | 21:30 | |
*** openstackgerrit has quit IRC | 21:33 | |
*** aojea has joined #openstack-rally | 21:37 | |
*** aojea has quit IRC | 22:00 | |
*** aojea has joined #openstack-rally | 22:04 | |
*** aojea has quit IRC | 22:13 | |
*** aojea has joined #openstack-rally | 22:22 | |
*** aojea has quit IRC | 22:27 | |
*** e0ne has quit IRC | 22:37 | |
*** rcernin has joined #openstack-rally | 22:37 | |
*** e0ne has joined #openstack-rally | 22:38 | |
*** e0ne has quit IRC | 22:39 | |
*** e0ne has joined #openstack-rally | 22:40 | |
*** e0ne has quit IRC | 22:40 | |
*** e0ne has joined #openstack-rally | 22:40 | |
*** e0ne has quit IRC | 22:41 | |
*** e0ne has joined #openstack-rally | 22:59 | |
*** e0ne has quit IRC | 23:00 | |
*** e0ne has joined #openstack-rally | 23:01 | |
*** e0ne has quit IRC | 23:01 | |
*** e0ne has joined #openstack-rally | 23:02 | |
*** e0ne has quit IRC | 23:02 | |
*** e0ne has joined #openstack-rally | 23:02 | |
*** e0ne has quit IRC | 23:03 | |
*** e0ne has joined #openstack-rally | 23:03 | |
*** e0ne has quit IRC | 23:04 | |
*** e0ne has joined #openstack-rally | 23:04 | |
*** e0ne has quit IRC | 23:04 | |
*** catinthe_ has joined #openstack-rally | 23:08 | |
*** catinthe_ has quit IRC | 23:13 | |
*** harlowja has quit IRC | 23:38 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!