Tuesday, 2019-07-23

openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Add set-boot-device to baremetal  https://review.opendev.org/67219000:03
*** ricolin has joined #openstack-sdks01:19
openstackgerritMerged openstack/python-openstackclient master: Update api-ref location  https://review.opendev.org/67213801:24
openstackgerritMerged openstack/python-openstackclient master: Add host and hypervisor_hostname to create servers  https://review.opendev.org/66960901:32
*** whoami-rajat has joined #openstack-sdks01:43
*** gkadam has joined #openstack-sdks03:49
*** gkadam has quit IRC03:50
*** Luzi has joined #openstack-sdks05:05
*** georgeakahiron has joined #openstack-sdks06:34
*** e0ne has joined #openstack-sdks06:40
*** e0ne has quit IRC06:41
*** ttsiouts has joined #openstack-sdks06:48
*** jpich has joined #openstack-sdks06:55
*** slaweq has joined #openstack-sdks07:07
*** irclogbot_2 has quit IRC07:20
*** openstackstatus has quit IRC07:20
*** zbr_ has joined #openstack-sdks07:21
*** irclogbot_0 has joined #openstack-sdks07:22
*** irclogbot_2 has joined #openstack-sdks07:22
*** zbr has quit IRC07:23
*** tosky has joined #openstack-sdks07:28
*** ttsiouts has quit IRC07:42
*** ttsiouts has joined #openstack-sdks07:43
*** ttsiouts has quit IRC07:48
*** dtantsur|afk is now known as dtantsur07:59
*** ttsiouts has joined #openstack-sdks08:22
*** ralonsoh has joined #openstack-sdks08:26
*** e0ne has joined #openstack-sdks08:46
*** jangutter has quit IRC09:01
*** priteau has joined #openstack-sdks09:02
openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Add basic node traits support to baremetal  https://review.opendev.org/67223309:05
*** jangutter has joined #openstack-sdks09:26
*** cdent has joined #openstack-sdks09:33
*** georgeakahiron has quit IRC09:40
openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Add set-boot-device to baremetal  https://review.opendev.org/67219009:43
*** ttsiouts has quit IRC10:11
*** ttsiouts has joined #openstack-sdks10:12
*** ttsiouts has quit IRC10:16
*** ricolin_ has joined #openstack-sdks10:34
*** ricolin has quit IRC10:37
openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Add basic node traits support to baremetal  https://review.opendev.org/67223311:04
*** ttsiouts has joined #openstack-sdks11:30
*** ricolin_ is now known as ricolin12:05
*** ttsiouts has quit IRC12:17
*** ttsiouts has joined #openstack-sdks12:17
*** ttsiouts has quit IRC12:22
*** goldyfruit has quit IRC12:26
*** jpich has quit IRC12:30
*** jpich has joined #openstack-sdks12:30
*** mriedem has joined #openstack-sdks12:38
*** efried_pto is now known as efried12:49
openstackgerritRiccardo Pittau proposed openstack/openstacksdk master: Add basic node traits support to baremetal  https://review.opendev.org/67223313:12
*** ttsiouts has joined #openstack-sdks13:17
*** openstackstatus has joined #openstack-sdks13:21
*** ChanServ sets mode: +v openstackstatus13:21
*** goldyfruit has joined #openstack-sdks13:35
*** mriedem has quit IRC13:38
*** tosky_ has joined #openstack-sdks13:40
*** tosky has quit IRC13:42
*** Luzi has quit IRC13:51
*** ttsiouts has quit IRC13:53
*** ttsiouts has joined #openstack-sdks13:54
*** ttsiouts has quit IRC13:58
*** ttsiouts has joined #openstack-sdks13:58
openstackgerritMerged openstack/service-types-authority master: Update api-ref location  https://review.opendev.org/67213914:05
openstackgerritMerged openstack/os-service-types master: Update api-ref location  https://review.opendev.org/67213614:05
*** tosky_ is now known as tosky14:08
openstackgerritOpenStack Proposal Bot proposed openstack/os-service-types master: Updated from OpenStack Service Type Authority  https://review.opendev.org/67229514:20
*** BlackDex has joined #openstack-sdks14:22
BlackDexhello there. With the openstack dynamic inventory, is there a way to force a specific IP address as the accessIP(v4) ???14:22
BlackDexnow it seems to just pick the first one in the line (seems to be sorted by network id)14:22
*** mriedem has joined #openstack-sdks14:36
mordredBlackDex: you can configure the network that such an IP should come from - one sec, lemme get a link15:16
mordredBlackDex: https://docs.openstack.org/openstacksdk/latest/user/config/network-config.html see default_interface15:17
*** e0ne has quit IRC15:39
*** ttsiouts has quit IRC15:54
*** ttsiouts has joined #openstack-sdks15:55
*** ttsiouts_ has joined #openstack-sdks15:57
*** ttsiouts has quit IRC15:57
*** ttsiouts_ has quit IRC15:59
*** e0ne has joined #openstack-sdks16:01
*** jpich has quit IRC16:18
*** ricolin has quit IRC16:34
*** dtantsur is now known as dtantsur|afk16:38
*** priteau has quit IRC17:11
*** efried has quit IRC17:23
*** efried has joined #openstack-sdks17:27
*** e0ne has quit IRC17:33
Shrewsmordred: got a sec for a rax related question?17:36
*** ralonsoh has quit IRC17:36
mordredShrews: sure!17:39
mordredShrews: am I going to like it?17:39
Shrewsmordred: well, gimme a moment... gotta organize a log paste for you17:40
Shrewsnm. maybe later when i unconfuse myself17:48
Shrewsmordred: ok, different question18:04
Shrewsmordred: keep seeing this error in nodepool logs: http://paste.openstack.org/show/754765/18:05
Shrewsmordred: i totally don't get the organization of sdk these days, but _IMAGE_OBJECT_KEY is waaaaay down in the base proxy class (because not sure why) and referenced way up in the image mixin. I don't see Connection deriving from the proxy class???18:07
Shrewsoh, wow. ok, there are all sorts of Proxy() classes18:09
*** factor has joined #openstack-sdks18:14
mordredShrews: yah - the sdk layer has a Proxy() for each service18:18
mordredShrews: then on the Connection there shoudl be an instance of each one - so conn.image should be an instance of openstack.image.v2._proxy.Proxy18:19
Shrewsmordred: the Connection derives from ImageCloudMixin which, it looks like based on the (self reference to that attribute), assumes to be an instance of that Proxy, yet it is not. It's confusing to me18:24
Shrewsoops, extra ()'s there for some reason18:24
mordredShrews: it shouldn't - it should have a proxy, not is-a proxy - I think that's likely just a bug from pushing logic down into the proxy layer18:25
mordredShrews: the idea was to move as much logic from the shade layer into the proxy layer as made sense, so that all the basics would work no matter which layer you use - and so that the shade layer could then be business logic on top of a robust and working proxy layer18:26
mordredShrews: image was one of the first things to transition - so it looks like something got borked - and also that that something doesn't have good test coverage18:26
Shrewswell, i have a suspicion there might be other issues, but that seems to be the simplest at this point18:32
Shrewswe have a lot of Conflict exceptions on uploading that i don't ever recall seeing18:32
Shrewsacross multiple providers18:33
Shrewsand some leaked images, so maybe some sort of relation there that I'm attempting to figure out18:33
*** e0ne has joined #openstack-sdks18:42
*** mriedem has quit IRC18:42
*** cdent has quit IRC18:59
*** goldyfruit has quit IRC19:02
*** goldyfruit has joined #openstack-sdks19:06
*** factor has quit IRC19:07
*** factor has joined #openstack-sdks19:08
*** factor has quit IRC19:10
*** factor has joined #openstack-sdks19:11
*** factor has quit IRC19:13
*** factor has joined #openstack-sdks19:13
*** whoami-rajat has quit IRC19:22
*** tosky has quit IRC19:47
*** factor has quit IRC19:52
*** factor has joined #openstack-sdks19:53
*** factor has quit IRC19:55
*** factor has joined #openstack-sdks19:55
*** factor has quit IRC19:55
*** mriedem has joined #openstack-sdks20:00
*** e0ne has quit IRC20:06
*** slaweq has quit IRC20:08
openstackgerritMerged openstack/openstacksdk master: Update api-ref location  https://review.opendev.org/67213120:19
mnaserhttp://paste.openstack.org/show/754774/ -- this seems to throw a traceback, am i doing something terribly wrong? the docs seem to say im not20:30
mnasercc mordred ^20:31
mordredugh20:31
mordredI mean20:31
mordreduh20:31
mordredone sec- lemme see20:31
mnaserthis si pretty much copy pasted from the docs20:32
mordredI feel like there was a patch from you ages ago that fixed something in the docs related to this20:32
mnasercombination of https://docs.openstack.org/openstacksdk/latest/user/config/using.html  and https://docs.openstack.org/openstacksdk/latest/user/guides/connect_from_config.html20:32
mnaserhttps://review.opendev.org/#/c/627781/20:32
mnaseroh you're right20:32
mnaserapparently i've fixed it myself20:33
mnaser7 months ago20:33
mnasermordred: ive rechecked that, i dunno if its straight forward enough to single approve and ill recheck it around20:34
mordredmnaser: well - I just verified that what you have there in the docs actually works20:34
mnaseryeah same :p20:34
mordredmnaser: I suppose we made things easier at some point and then didnt' update the docs. that's so unlike me :)20:34
mnasergood thing 7 month ago me is a stand up guy20:34
mnaserand fixed it20:34
mordredShrews: if you have a sec, https://review.opendev.org/#/c/627781 does seem to fix an actual thing I just verified20:35
mordredmnaser: let's rebase that real quick - just so it's nice and clean ...20:35
openstackgerritMonty Taylor proposed openstack/openstacksdk master: docs: Add simplified CLI parser docs  https://review.opendev.org/62778120:35
mordredk. there it is20:35
mnasermordred: ok only because you asked -- http://paste.openstack.org/show/754780/ fails but "openstack stack create --wait -t cluster.yaml k8s" works20:50
mnaser>20:50
mnaseropenstack.exceptions.BadRequestException: BadRequestException: 40020:50
mnaserbefore i dive server side am i doing something terribly stupid or it feels pretty obvious..20:51
mordredmnaser: poop20:51
mnaserhttps://github.com/openstack/openstacksdk/blob/f03651d61e621c6d6d8238ba7f9e676eceb7c2a5/openstack/tests/functional/cloud/test_stack.py#L102-L10520:52
mnaserthis seems to tell me im not doing anything back20:52
mordredmnaser: I agree. I would expect that to work20:52
* mnaser looks at server side20:53
mordredmnaser: it's dinner time for me - but I'll check post-dinner and see if you've uncovered anything, otherwise I'll give it a shot and see what I can find20:54
mnasermordred: ok cool no worries, ill let you know or push up a patch or whatever :)20:54
*** slaweq has joined #openstack-sdks20:56
*** slaweq has quit IRC21:01
*** e0ne has joined #openstack-sdks21:22
*** irclogbot_2 has quit IRC21:32
*** altlogbot_0 has quit IRC21:33
*** irclogbot_0 has quit IRC21:33
*** altlogbot_0 has joined #openstack-sdks21:34
*** altlogbot_1 has joined #openstack-sdks21:34
*** irclogbot_2 has joined #openstack-sdks21:34
*** e0ne has quit IRC21:50
*** irclogbot_2 has quit IRC21:59
*** altlogbot_0 has quit IRC22:01
*** altlogbot_1 has quit IRC22:01
*** adriant has quit IRC22:11
*** altlogbot_1 has joined #openstack-sdks22:22
*** altlogbot_0 has joined #openstack-sdks22:22
*** altlogbot_1 has quit IRC22:27
*** altlogbot_0 has quit IRC22:27
*** goldyfruit has quit IRC22:30
*** goldyfruit has joined #openstack-sdks22:30
*** goldyfruit has quit IRC22:38
*** mriedem has quit IRC22:55
*** altlogbot_3 has joined #openstack-sdks23:14
*** altlogbot_3 has quit IRC23:19
*** altlogbot_2 has joined #openstack-sdks23:29
*** irclogbot_2 has joined #openstack-sdks23:32
openstackgerritMerged openstack/openstacksdk master: docs: Add simplified CLI parser docs  https://review.opendev.org/62778123:38

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