Earlier  
Posted Nick Remark
#openstack-sdks - 2018-07-28
15:56:10 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Update config doc url to point to openstacksdk https://review.openstack.org/586726
15:56:10 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Handle image and object key metadata for shade transition https://review.openstack.org/586727
19:31:29 openstackgerrit Vieri proposed openstack/osc-lib master: Update image link https://review.openstack.org/586837
#openstack-sdks - 2018-07-30
02:14:54 chenyb4 hi, mordred
02:25:44 chenyb4 mordred, openstacksdk already supports microversions?
09:27:40 openstackgerrit tianhui proposed openstack/python-openstackclient master: Compute: Add tags support for server https://review.openstack.org/569386
10:46:11 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Add a simple baremetal functional job https://review.openstack.org/586574
10:49:12 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Add an error message when router add subnet https://review.openstack.org/586996
11:25:13 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Remove image api v1 related tests. https://review.openstack.org/587005
11:34:18 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Remove volume replication v1 support. https://review.openstack.org/587008
11:39:40 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Remove volume replication v1 support. https://review.openstack.org/587008
12:30:02 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Add a simple baremetal functional job https://review.openstack.org/586574
12:38:03 mordred chenyb4: yes. but we have not exposed microversion features in many places yet
12:38:22 mordred wow. that was bad timing
12:38:56 cdent mordred: you might care about https://review.openstack.org/#/c/586212/
12:42:06 mordred cdent: looks reasonable to me
12:42:41 cdent mordred: the reason I pinged you is because our comments on its antecedent didn't like the fact that it didn't mention designate
12:50:03 mordred cdent: yeah - I still don't like the fact that it doesn't mention designate
12:50:27 cdent mordred: nows your chance!!!!
12:50:28 cdent :)
12:51:27 mordred cdent: well, I think sean made a good point before - which is that there are many places, such as inside of corporatation, where deploying a dns server is unduly hard
12:51:45 mordred I think those places are sad making - but I'm willing to concede they exist
12:52:34 cdent My breain is slowly migrating towards "if this really is _starter_ kit, no cinder"
12:53:17 mordred yeah, I hear that - otoh, the description said 'persistent vm'
12:53:41 mordred and just doing a vm with no volumes is probaby not a great plan for persistent
12:53:56 mordred that said - sure - possibly for starter kit it wants to just be ephemeral vms
12:54:33 mordred my hunch is that people just getting their feet wet are more likely to have workloads that want a thing that looks lke a computer more than they want a thing that behaves like an ephemeral cloud-native workload
12:54:57 mordred especially in a world with docker and kubernetes
12:55:31 mordred but now I'm just getting close to complaining about the tragedy that are floating ips
12:56:12 mordred cdent: dude. I'm still first-coffee - all these words are almost certainly crap
12:56:48 cdent wave off wave off
12:57:00 cdent there is no discussion of floating ips here!
12:57:23 mordred PHEW
12:57:41 mordred cdent: although - if you let me rant about floating ips, it'll get back to dns
12:57:58 cdent Let's do that another time.
12:58:32 cdent I have covered my obligation to ping on this thing and the world is thus a slightly better place.
12:58:40 mordred since part of the problem with the design of openstack is that it's very hard to find the IP you should use to talk to a server - floating vs. fixed, ipv4 vs. ipv6 - and exposing that info via dns would make that much nicer ...
13:00:29 cdent https://www.youtube.com/watch?v=8v-JANIZVF8
13:20:51 mordred dtroyer: whence you awake, it seems we have 2 new osc tips test failures
13:20:58 mordred dtroyer: http://logs.openstack.org/62/586262/6/check/osc-functional-devstack-tips/3dc18eb/testr_results.html.gz
13:21:27 mordred dtroyer: I'm not sure the right way to fix either - the first seems to be that we're getting an os_hidden field back from glanceclient that we're not consuming
13:22:04 mordred the second is just that v1 has gone away - is there an appropriate 'only run this test if the cloud has XXX' cantrip?
13:55:48 samueldmq g'morning
13:55:58 samueldmq does -sdk have meetings in the PTG?
14:03:29 mordred samueldmq: we don't have any scheduled ahead of time - but we can use ptgbot to schedule some when we're there
14:03:57 samueldmq mordred: gotcha, thanks!
14:06:11 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Add a simple baremetal functional job https://review.openstack.org/586574
14:54:28 mordred corvus, Shrews: if'n you get a few moments today: https://review.openstack.org/#/q/topic:swift-streaming
15:40:42 dtroyer mordred: I think we have to invent that catnip, it'll be a cousin to the nova-net/neutron selector
15:44:20 mordred dtroyer: nod
15:46:35 dtantsur mordred: sup! what's the difference between NotFoundException and ResourceNotFound? :)
15:48:56 dtantsur I'm asking because baremetal.get_node documents raising ResourceNotFound, but raises NotFoundException (its parent)
15:56:25 mordred dtantsur: I can come up with no reason for that - probably mistake from the sdk/shade merge
15:56:46 mordred dtantsur: we should probalby make ResourceNotFound an alias to NotFoundException instead of a subclass
15:57:37 dtantsur maybe, yeah. because the docstrings for at least baremetal are wrong
15:57:42 mordred dtantsur: ResourceNotFound seems to be the most used
15:58:50 mordred so maybe we should replace use of NotFoundException in the codebase with ResourceNotFound but keep NotFoundException as an alias?
15:59:59 dtantsur yep. wanna me do it?
16:10:24 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Add a simple baremetal functional job https://review.openstack.org/586574
16:49:43 mordred dtantsur: sure!
16:50:02 mordred dtantsur: I'm also excited about that baremetal functional job ...
16:52:29 openstackgerrit Monty Taylor proposed openstack-infra/shade master: Defer object interactions to openstacksdk https://review.openstack.org/586728
16:55:45 dtantsur mordred: yeah, I hope it finally passes :)
16:55:58 mordred :)
16:58:00 dtantsur mordred: do we anyhow track the "dirty" flag for nested JSON attributes of resources?
16:59:22 dtantsur given that I don't see mentions of jsonpatch in the baremetal stuff, I suspect it's completely broken
17:05:51 mordred I suspect the same thing
17:11:51 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add support for static routes https://review.openstack.org/587163
17:12:08 mordred slaweq: ^^ cherry-pick of the shade patch
17:16:15 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Adds toggle port security on network create https://review.openstack.org/587166
17:16:16 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: python-shade expose MTU setting. https://review.openstack.org/587167
17:16:23 mordred slaweq: and two more
18:06:36 openstackgerrit Merged openstack-infra/shade master: Add support for static routes https://review.openstack.org/580661
18:17:46 openstackgerrit Merged openstack-infra/shade master: python-shade expose MTU setting. https://review.openstack.org/578861
18:24:31 slaweq mordred: thx, looking
18:24:55 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Add a simple baremetal functional job https://review.openstack.org/586574
19:26:13 dtroyer mordred: so the brokkeness in volume is due to the compat bits being removed from the python API, not something we currently test for.
19:26:28 dtroyer what pisses me off is they removed it the day before cutting the stable release
19:26:32 dtroyer no warning
19:34:43 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Fix broken functional tests https://review.openstack.org/587203
19:35:00 dtroyer mordred: lets see if ^^^ does it
19:35:28 mordred dtroyer: sigh (re volume)
19:36:09 mordred dtroyer: maybe in stein we can make progress in removing that vector of failure
19:36:37 dtroyer cinder just jumped uo to my #2 for getting off the python lib, after glance
19:36:55 mordred dtroyer: nod. I will order my efforts accordingly
19:43:16 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Adds toggle port security on network create https://review.openstack.org/587166
19:43:16 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: python-shade expose MTU setting. https://review.openstack.org/587167
19:43:36 mordred slaweq: ^^ sorry - had to fix exception names for pep8/py35
19:49:51 slaweq mordred: thx, sorry that I missed them :)
21:21:27 openstackgerrit Merged openstack/openstacksdk master: Support passing profile to get_one https://review.openstack.org/585780
21:35:37 mordred dtantsur|afk: zomg. the ironic test passed!
23:02:13 openstackgerrit Merged openstack/openstacksdk master: Add support for static routes https://review.openstack.org/587163
23:27:58 openstackgerrit Merged openstack/openstacksdk master: Add method for returning a raw response for an object https://review.openstack.org/586262
23:33:27 openstackgerrit Merged openstack/openstacksdk master: Add support for streaming object responses https://review.openstack.org/586250
23:33:28 openstackgerrit Merged openstack/openstacksdk master: Remove the auto-creation of containers in create_object https://review.openstack.org/586616
#openstack-sdks - 2018-07-31
01:15:57 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Remove volume replication v1 support. https://review.openstack.org/587008
01:38:20 dtroyer this ^^^ and https://review.openstack.org/#/c/587005/ will likely need to be merged to pass tests
02:05:13 openstackgerrit yanpuqing proposed openstack/openstacksdk master: Add an error message when router add subnet https://review.openstack.org/586996
02:24:39 openstackgerrit Fan Zhang proposed openstack/python-openstackclient master: Fix broken gate jobs. https://review.openstack.org/587005
02:56:02 openstackgerrit Merged openstack/openstacksdk master: Add some backoff to find_best_address https://review.openstack.org/575580

Earlier   Later