*** mriedem_afk has quit IRC | 01:05 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: baremetal: support newer microversions in {get,update,patch}_machine https://review.openstack.org/594242 | 01:24 |
---|---|---|
*** mmedvede has quit IRC | 01:48 | |
*** mmedvede has joined #openstack-sdks | 01:52 | |
mordred | dtantsur|afk: ok. SO - I dug all the way down the the rabbit hole in to keystoneauth and I don't think we can support versioned endpoints for ironic with the noauth / standalone without some updates to the version response from ironic | 02:06 |
mordred | we can update to fail more better | 02:06 |
mordred | but the version response has no microversion data | 02:06 |
mordred | so we have to assume v1 | 02:06 |
mordred | that said - I think it wouldn't be awful to add the microversion info to the versioned response | 02:07 |
mordred | and we can update keystoneauth slightly to make it upwards compatible when ironic grows doing that | 02:07 |
openstackgerrit | Monty Taylor proposed openstack/keystoneauth master: Add support for ironic single-version responses https://review.openstack.org/595980 | 02:16 |
mordred | dtantsur|afk, TheJulia: ^^ | 02:16 |
mordred | dtantsur|afk: for now, in sdk, I think just putting in the try/except around the discovery failure seems to 'work' for endpoint things ... although given the goal is supporting newer microversions I'm not sure it fully achieves all of the goals | 02:20 |
mordred | dtantsur|afk: we COULD try to add a warning if someone tries to use ironic through sdk with an endpoint_override that ends in /v1 - saying that microversions canot be detected | 02:22 |
mordred | hrm | 02:22 |
*** dmsimard has quit IRC | 02:22 | |
*** dmsimard has joined #openstack-sdks | 02:22 | |
mordred | the discovery path might do the wrong thing is given an unversioned endpoint in endpoint_override | 02:23 |
*** dims has quit IRC | 02:28 | |
*** mnaser has quit IRC | 02:28 | |
*** TheJulia has quit IRC | 02:28 | |
*** adriant has quit IRC | 02:28 | |
*** slaweq has quit IRC | 02:28 | |
*** Miouge has quit IRC | 02:28 | |
*** mordred has quit IRC | 02:28 | |
*** dims has joined #openstack-sdks | 02:30 | |
*** mnaser has joined #openstack-sdks | 02:30 | |
*** TheJulia has joined #openstack-sdks | 02:30 | |
*** adriant has joined #openstack-sdks | 02:30 | |
*** slaweq has joined #openstack-sdks | 02:30 | |
*** Miouge has joined #openstack-sdks | 02:30 | |
*** mordred has joined #openstack-sdks | 02:30 | |
*** openstack has joined #openstack-sdks | 13:22 | |
*** ChanServ sets mode: +o openstack | 13:22 | |
*** openstackstatus has joined #openstack-sdks | 13:25 | |
*** ChanServ sets mode: +v openstackstatus | 13:25 | |
*** Luzi has quit IRC | 13:37 | |
mnaser | mordred: does shade have a way of listing stack resources, i don't see one right off the bat.. | 14:26 |
Shrews | mnaser: i don't see one either | 14:29 |
mnaser | Shrews: is there a way to get a client via shade or not anymore? would need to go to openstacksdk for that? | 14:29 |
Shrews | mnaser: there should be a orchestration_client property | 14:31 |
mnaser | Shrews: that's wonderful, thank you | 14:32 |
*** zxiiro has joined #openstack-sdks | 14:38 | |
*** pooja_jadhav_ has joined #openstack-sdks | 14:42 | |
*** ttsiouts has quit IRC | 14:46 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: WIP: Functional tests for core functionality https://review.openstack.org/596359 | 14:54 |
pooja_jadhav_ | hello all, I am wrirring functional_tests in openstacksdk for masakari. In that, for test_host module. for get_host_test, trying assert host objects. (expected, actual). But its failing because of timestamp in created_at field. | 14:57 |
pooja_jadhav_ | while creating host its giving correct datetime with timestamp. but while saving host record in DB, its saves only date nd time (not timestamp). so while getting that host, created_at field will append timestamp as 0000. its mismatching reference and actual object. | 14:58 |
pooja_jadhav_ | please anyone can help me in this? | 14:58 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: WIP: Functional tests for core functionality https://review.openstack.org/596359 | 15:01 |
cdent | Shrews: you have any insight on pooja_jadhav_ 's issue? | 15:03 |
Shrews | pooja_jadhav_: cdent: my initial thought is to maybe compare individual fields (as test_create() does), or to mock the time function used | 15:04 |
Shrews | (if i understand correctly) | 15:04 |
Shrews | sorry, have to AFK for a bit now | 15:04 |
samueldmq | mordred: cdent: Shrews: would be awesome to have your eyes on https://review.openstack.org/596359 | 15:05 |
samueldmq | I am sure it's not on shade patterns yet, but I wanted to make sure what I'm doing looks sane | 15:05 |
samueldmq | it's for my masters research and I'd like to run that against several clouds really soon | 15:06 |
cdent | samueldmq: your masters is apparently more interesting than mine was :) | 15:06 |
*** ttsiouts has joined #openstack-sdks | 15:07 | |
samueldmq | cdent: what was yours about? | 15:09 |
samueldmq | I'm investigating intra-platform interop in iaas, focusing on openstack | 15:09 |
cdent | generically info science, but I guess if you had to label it with something it was sort of the intersection of HCI and engelbart's ideas on augmentation. So it wasn't actually boring at all, but it didn't involve assaulting clouds :) | 15:10 |
samueldmq | heheh yes :) looks interesting | 15:13 |
samueldmq | assaulting clouds seems interesting in the openstack context | 15:13 |
pooja_jadhav_ | shrews: Can u help me in the how to mock time function while creating any resource like (host or segment) | 15:42 |
pooja_jadhav_ | shrews: in the functional tests | 15:43 |
pooja_jadhav_ | shrews: so that i can assert whole object for remaining fields | 15:43 |
*** ttsiouts has quit IRC | 15:46 | |
pooja_jadhav_ | shrews: But i think usually we dont use mock in functional tests | 15:46 |
*** pooja_jadhav_ has quit IRC | 15:50 | |
*** dtantsur is now known as dtantsur|afk | 16:01 | |
*** jpich has quit IRC | 16:31 | |
*** gkadam has quit IRC | 16:38 | |
*** gkadam has joined #openstack-sdks | 16:52 | |
*** mriedem is now known as mriedem_afk | 17:02 | |
*** tosky has quit IRC | 17:36 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: WIP: Functional tests for core functionality https://review.openstack.org/596359 | 17:44 |
*** olivierb_ has joined #openstack-sdks | 18:08 | |
*** olivierb has quit IRC | 18:09 | |
*** cdent has quit IRC | 18:14 | |
*** gkadam has quit IRC | 18:30 | |
*** mriedem_afk is now known as mriedem | 18:45 | |
openstackgerrit | Julia Kreger proposed openstack/openstacksdk master: [DNM] Testing bifrost CI https://review.openstack.org/595572 | 18:51 |
*** mriedem has quit IRC | 19:40 | |
openstackgerrit | Julia Kreger proposed openstack/openstacksdk master: [DNM] Testing bifrost CI https://review.openstack.org/595572 | 19:45 |
*** mriedem has joined #openstack-sdks | 19:48 | |
*** olivierb has joined #openstack-sdks | 20:06 | |
TheJulia | dtantsur|afk: http://logs.openstack.org/25/596425/2/check/bifrost-integration-tinyipa-ubuntu-xenial/85f6c1b/job-output.txt.gz#_2018-08-24_19_52_46_756788 <-- tl;dr openstacksdk master branch state is broken for bifrost :\ But there is a pretty backtrace. | 20:07 |
*** olivierb_ has quit IRC | 20:07 | |
*** olivierb_ has joined #openstack-sdks | 20:16 | |
*** olivierb has quit IRC | 20:17 | |
*** olivierb_ has quit IRC | 20:38 | |
*** olivierb has joined #openstack-sdks | 20:41 | |
samueldmq | I love comments in openstackcloud | 21:09 |
samueldmq | looking at image create code when: "# This makes me want to die inside" | 21:09 |
samueldmq | and others :-) | 21:10 |
TheJulia | heh | 21:16 |
*** olivierb has quit IRC | 22:06 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!