*** harlowja has quit IRC | 00:51 | |
*** username_ has joined #openstack-rally | 01:22 | |
*** username_ is now known as username__ | 01:23 | |
*** ilbot3 has quit IRC | 01:45 | |
*** ilbot3 has joined #openstack-rally | 01:58 | |
openstackgerrit | Ghanshyam Mann proposed openstack/rally master: Gate fix: Cap hacking to avoid gate failure https://review.openstack.org/567092 | 02:03 |
---|---|---|
openstackgerrit | Ghanshyam Mann proposed openstack/rally-openstack master: Gate fix: Cap hacking to avoid gate failure https://review.openstack.org/567093 | 02:04 |
openstackgerrit | Merged openstack/rally master: change the error_code to 0-255 https://review.openstack.org/552972 | 02:16 |
*** yamamoto has joined #openstack-rally | 02:20 | |
*** yamamoto has quit IRC | 02:24 | |
*** zhangfei has joined #openstack-rally | 02:34 | |
*** username__ has quit IRC | 02:35 | |
*** yamamoto has joined #openstack-rally | 02:37 | |
*** rcernin has quit IRC | 03:14 | |
*** yamamoto has quit IRC | 03:31 | |
*** threestrands has joined #openstack-rally | 03:38 | |
*** yamamoto has joined #openstack-rally | 03:44 | |
*** dave-mccowan has quit IRC | 03:48 | |
*** yamamoto has quit IRC | 05:15 | |
*** aojea has joined #openstack-rally | 05:17 | |
*** yamamoto has joined #openstack-rally | 05:20 | |
*** aojea has quit IRC | 05:31 | |
*** e0ne has joined #openstack-rally | 05:46 | |
*** e0ne has quit IRC | 05:50 | |
*** threestrands has quit IRC | 05:54 | |
*** pcaruana has joined #openstack-rally | 05:57 | |
*** yamamoto_ has joined #openstack-rally | 07:10 | |
*** yamamoto has quit IRC | 07:10 | |
*** alexchadin has joined #openstack-rally | 07:16 | |
*** tesseract has joined #openstack-rally | 07:22 | |
*** yamamoto_ has quit IRC | 07:29 | |
*** yamamoto has joined #openstack-rally | 07:30 | |
*** tosky has joined #openstack-rally | 07:37 | |
*** alexchadin has quit IRC | 07:41 | |
*** alexchadin has joined #openstack-rally | 07:42 | |
*** yamamoto has quit IRC | 08:15 | |
*** yamamoto has joined #openstack-rally | 08:17 | |
*** yamamoto has quit IRC | 08:55 | |
*** alexchadin has quit IRC | 08:55 | |
*** yamamoto has joined #openstack-rally | 09:11 | |
*** serlex has joined #openstack-rally | 09:28 | |
*** yamamoto has quit IRC | 10:49 | |
*** yamamoto has joined #openstack-rally | 10:51 | |
*** zhangfei has quit IRC | 11:04 | |
*** yamamoto has quit IRC | 11:25 | |
*** yamamoto has joined #openstack-rally | 11:31 | |
*** yamamoto has quit IRC | 11:32 | |
*** yamamoto has joined #openstack-rally | 11:58 | |
*** pcaruana has quit IRC | 12:21 | |
*** yamamoto has quit IRC | 12:39 | |
*** dave-mccowan has joined #openstack-rally | 12:43 | |
*** yamamoto has joined #openstack-rally | 12:44 | |
*** yamamoto has quit IRC | 12:45 | |
*** pcaruana has joined #openstack-rally | 13:40 | |
*** yamamoto has joined #openstack-rally | 13:46 | |
*** yamamoto has quit IRC | 13:56 | |
*** pcaruana has quit IRC | 14:05 | |
*** pcaruana has joined #openstack-rally | 14:08 | |
*** nmagnezi_ is now known as nmagnezi | 14:17 | |
*** pcaruana has quit IRC | 14:25 | |
*** pcaruana has joined #openstack-rally | 14:26 | |
*** r-daneel has joined #openstack-rally | 14:37 | |
*** r-daneel_ has joined #openstack-rally | 14:41 | |
*** r-daneel has quit IRC | 14:42 | |
*** r-daneel_ is now known as r-daneel | 14:42 | |
mvenesio | andreykurilin: Hi Andre | 14:52 |
mvenesio | andreykurilin: i'm having eerors creating servers : "Multiple possible networks found, use a Network ID to be more specific", but i dont really know how to modify the json file for that task to work. Is there some design guide to create the json files for rally tasks ? | 14:52 |
*** Leo_m has joined #openstack-rally | 15:05 | |
*** serlex has quit IRC | 15:06 | |
*** serlex has joined #openstack-rally | 15:30 | |
*** serlex has quit IRC | 15:47 | |
*** tosky has quit IRC | 15:48 | |
*** tosky has joined #openstack-rally | 15:48 | |
rallydev-bot | [From Gitter] andreykurilin : mvenesio: hi | 16:11 |
mvenesio | andreykurilin: hi | 16:11 |
rallydev-bot | [From Gitter] andreykurilin : mvenesio: if you have more than one network, nova fails to boot vm without specifying a network to attach. There are 2 ways to workaround it with Rally. First of all, you can transmit a net-id of a network to use | 16:13 |
rallydev-bot | [From Gitter] andreykurilin : Depends on scenario you are using, the arguments for booting VM can be different. For example, "CinderVolumes.create_and_attach_volume" has argument create_vm_params. https://rally.readthedocs.io/en/latest/plugins/plugin_reference.html#scenario-cindervolumes-create-and-attach-volume-create-vm-params | 16:15 |
rallydev-bot | [From Gitter] andreykurilin : "NovaServers.boot_and_delete_server" accepts additional boot arguments as a root level of scenario arguments | 16:16 |
rallydev-bot | [From Gitter] andreykurilin : https://rally.readthedocs.io/en/latest/plugins/plugin_reference.html#novaservers-boot-and-delete-server-scenario | 16:16 |
rallydev-bot | [From Gitter] andreykurilin : what you need is transmit is 'nics: [{"net-id": "NETWORK_ID_TO_USE"}]' | 16:17 |
mvenesio | andreykurilin: great that's what i need | 16:17 |
*** r-daneel has quit IRC | 16:18 | |
rallydev-bot | [From Gitter] andreykurilin : In case if you do not want to use real network, there is another possible solution. It is using networks context (it will create temporary network(s)) + using `auto_assign_nics=True` argument as like nics is used in previous example | 16:19 |
mvenesio | andreykurilin: i see, so i'll test first passing the specific network | 16:20 |
rallydev-bot | [From Gitter] andreykurilin : ok | 16:20 |
mvenesio | andreykurilin: another thing that i observed yesterday when i ran the verification tests on my cloud, is that tempest has left two smoke networks up after finish the tests | 16:30 |
rallydev-bot | [From Gitter] andreykurilin : mvanesio: the names of networks? | 16:31 |
mvenesio | andreykurilin: tempest-network-smoke--939296555 and tempest-network-smoke--2105993695 | 16:31 |
rallydev-bot | [From Gitter] andreykurilin : ok | 16:31 |
rallydev-bot | [From Gitter] andreykurilin : mvenesio: so Rally doesn't manage tempest resources itself. Previously, there were not ability to iven identify them (I suppose it is still True for most of tempest resources. So Rally doesn't provide any cleanup on top of Tempest | 16:32 |
mvenesio | andreykurilin: do you know if tempest itself provide some cleanup functionality ? | 16:33 |
rallydev-bot | [From Gitter] andreykurilin : mvenesio: In case of `rally task` we are using pseudo-random names which allowed us to provide the proper cleanup and do not touch real resources(resources which were created by not-rally) | 16:34 |
rallydev-bot | [From Gitter] andreykurilin : mvenesio: no. there is no good cleanup in tempest at all | 16:34 |
rallydev-bot | [From Gitter] andreykurilin : they have a script which just lists openstack resources which exist vefore tempest run and list all openstack resources after tempest run. all new resources will be deleted in such case. But it will clean not only tempest resources, but other one which can be created in parallel by other users | 16:36 |
mvenesio | andreykurilin: i understand | 16:37 |
*** r-daneel has joined #openstack-rally | 16:54 | |
*** tosky has quit IRC | 16:57 | |
*** tosky has joined #openstack-rally | 16:59 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally master: [evil] Remove OpenStack related plugins https://review.openstack.org/566899 | 17:02 |
*** tesseract has quit IRC | 17:15 | |
*** dmellado has quit IRC | 17:29 | |
*** r-daneel has quit IRC | 18:07 | |
*** r-daneel has joined #openstack-rally | 18:07 | |
*** mvenesio has quit IRC | 18:20 | |
*** mvenesio has joined #openstack-rally | 18:21 | |
*** mvenesio has quit IRC | 18:25 | |
*** mvenesio has joined #openstack-rally | 18:51 | |
*** dmellado has joined #openstack-rally | 18:58 | |
*** mvenesio has quit IRC | 19:00 | |
*** r-daneel_ has joined #openstack-rally | 19:11 | |
*** r-daneel has quit IRC | 19:11 | |
*** r-daneel_ is now known as r-daneel | 19:11 | |
*** mvk has quit IRC | 19:13 | |
openstackgerrit | Nir Magnezi proposed openstack/rally-openstack master: Port CreateAndListLoadbalancers for Octavia https://review.openstack.org/554228 | 19:26 |
*** pcaruana has quit IRC | 20:59 | |
*** mvenesio has joined #openstack-rally | 21:10 | |
*** dmellado has quit IRC | 21:15 | |
*** dave-mccowan has quit IRC | 21:17 | |
*** dmellado has joined #openstack-rally | 21:23 | |
*** dave-mccowan has joined #openstack-rally | 21:23 | |
*** mvenesio has quit IRC | 21:24 | |
*** dmellado has quit IRC | 21:27 | |
*** Leo_m has quit IRC | 21:53 | |
*** zigo has quit IRC | 22:11 | |
*** zigo has joined #openstack-rally | 22:11 | |
*** mvk has joined #openstack-rally | 22:32 | |
*** threestrands has joined #openstack-rally | 22:33 | |
*** threestrands_ has joined #openstack-rally | 22:36 | |
*** threestrands_ has quit IRC | 22:36 | |
*** threestrands_ has joined #openstack-rally | 22:36 | |
*** threestrands has quit IRC | 22:38 | |
*** r-daneel has quit IRC | 22:43 | |
*** tosky has quit IRC | 23:38 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!