Earlier  
Posted Nick Remark
#openstack-sdks - 2020-03-23
16:09:27 smcginnis tremble: Should be able to just stick a break anywhere in there. Generated docs will combine strings together in the resulting HTML.
16:09:58 smcginnis As far as reading the direct source, probably good to add a break after the last "." in the class path maybe.
16:25:40 nightmare_unreal hello i am kind of stuck with writing a test case for heal_allocation. I am trying to mimic cell-uuid using uuidutils.generate_uuid() . Here's what i have written so far : https://review.opendev.org/#/c/714459/
16:30:10 tremble Thanks smcginnis
16:32:49 smcginnis tremble: no problem!
16:35:02 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Switch image to use SDK https://review.opendev.org/650374
16:35:03 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Complete switch from glanceclient to SDK for image service https://review.opendev.org/699416
16:35:04 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Optimize adding project to image slightly more https://review.opendev.org/712813
16:35:04 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Don't look up project by id if given id https://review.opendev.org/712810
16:35:16 mordred stephenfin: ^^ thanks for the catch there.
16:42:34 openstackgerrit Mark Chappell proposed openstack/openstacksdk master: Add support for Federation Protocols https://review.opendev.org/714431
16:47:36 cmurphy mordred: added to my list
16:47:44 mordred cmurphy: thanks
16:47:49 cmurphy happy to see those being added
16:48:06 mordred me too!
17:15:38 openstackgerrit Merged openstack/python-openstackclient master: Change dockerhub password https://review.opendev.org/714436
17:55:36 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Remove trailing newline from dockerhub secret https://review.opendev.org/714502
17:55:56 mordred stephenfin: ^^ if you don't mind ... I think it's going to work this time
18:03:00 smcginnis Odd that osc-build-image passed on the original patch.
18:19:48 openstackgerrit Pedro Henrique Pereira Martins proposed openstack/python-openstackclient master: Add description field to portforwarding NAT rules https://review.opendev.org/714512
18:50:20 mordred smcginnis: the osc-upload-image job turns out to use docker login which writes the creds to a config file and then docker push uses them - so the trailing whitespace naturally just gets eaten in the process
18:50:51 mordred smcginnis: the promote job just does a remote API call to retag an existing image on dockerhub and passing teh value to the ansible uri module keeps the trailing whitespace intact
18:51:05 mordred (We also have changes up to update the job to strip and also to strip in encrypt_secret)
18:51:28 mordred smcginnis: but yeah - took a few days to figure out what was going wrong - I'd like for other people to not have to do that
18:55:08 smcginnis mordred: Makes sense.
19:26:28 mordred smcginnis: so - I feel like I need to udpate requirements here: https://zuul.opendev.org/t/openstack/build/e4bde7dbcff74624ba844e11db5bef97
19:27:04 mordred actually - maybe I should switch channels
19:38:53 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Switch image to use SDK https://review.opendev.org/650374
20:11:00 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Add '--force; parameter to 'openstack quota set'/ The compute service allows us to to force set a quota, setting a quota value that is less than the amount of the resource currently consumed. Expose this feature by way of a '--force' boolean parameter. https://review.opendev.org/713881
20:35:25 sshnaidm|pto folks, please review: https://review.opendev.org/#/c/714302/ required for ansible job on openstacksdk
20:35:28 sshnaidm|pto mordred, ^^
20:38:19 sshnaidm|pto seems like rocky and train gates are broken: https://review.opendev.org/#/c/714086/ https://review.opendev.org/#/c/714089/
20:47:21 openstackgerrit Merged openstack/python-openstackclient master: Remove trailing newline from dockerhub secret https://review.opendev.org/714502
20:55:05 mordred woot! it worked! https://hub.docker.com/repository/docker/osclient/python-openstackclient corvus <--
20:55:10 mordred smcginnis: ^^
20:57:26 corvus mordred: that's a private url, but i assume the public one works so yay!
20:58:13 mordred oh. heh
20:58:42 mordred https://hub.docker.com/r/osclient/python-openstackclient
21:41:45 openstackgerrit Merged openstack/python-openstackclient master: Fix network segment range "_get_ranges" function https://review.opendev.org/710031
23:05:52 openstackgerrit Sam Morrison proposed openstack/openstacksdk master: Add availability zone and availability zone profile resources to load balancer https://review.opendev.org/714345
#openstack-sdks - 2020-03-24
08:28:40 openstackgerrit Mark Chappell proposed openstack/openstacksdk master: Add support for Federation Protocols https://review.opendev.org/714431
08:30:03 openstackgerrit Mark Chappell proposed openstack/openstacksdk master: Add support for Identity Providers https://review.opendev.org/714122
12:00:50 mordred smcginnis: when you're up could you look at https://review.opendev.org/#/c/714570/2 ?
12:01:01 smcginnis mordred: Looking
12:01:46 smcginnis mordred: There's also https://review.opendev.org/#/c/714572/2
12:02:43 smcginnis That one seems to hit a lot more cases.
12:06:38 smcginnis Oh, odd. It shows that as conflicting, but it's actually a later patch on top of the first one.
12:09:54 mordred weird
12:10:55 mordred smcginnis: this is such a lovely morning rabbit hole
12:11:01 mordred I should finish making coffee
12:12:16 smcginnis Mmm, coffee
12:49:11 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Honor endpoint override from config for volume https://review.opendev.org/714624
12:57:03 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Update Rackspace vendor profile for cinder v2 https://review.opendev.org/714630
12:58:07 mordred smcginnis: you're going to love both of those ^^
13:02:05 openstackgerrit Mark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_mapping https://review.opendev.org/713643
13:02:06 openstackgerrit Mark Chappell proposed openstack/ansible-collections-openstack master: New module: os_keystone_mapping_info https://review.opendev.org/713686
13:02:07 openstackgerrit Mark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_identity_provider https://review.opendev.org/714632
13:02:08 openstackgerrit Mark Chappell proposed openstack/ansible-collections-openstack master: New Module: os_keystone_identity_provider_info https://review.opendev.org/714633
13:05:38 smcginnis mordred: They publish v1 but support v2? *smh*
13:05:54 mordred smcginnis: yeah man. don't even ...
13:06:14 smcginnis It's anarchy... anarchy I say!
13:06:24 mordred smcginnis: however - they publish v1 on the "volume" service type and just never went down the volumev2 service type road
13:06:47 mordred so - in some ways, it's a very old issue that stems from their refusal to do a thing we never should have asked anyone to do as a project in the first place ;)
13:07:08 smcginnis ;)
13:07:20 mordred smcginnis: why can't we have nice things?
13:08:30 gtema because life is not interesting enough then
13:09:39 mordred good point
13:11:24 mordred gtema, dtantsur, smcginnis: this week is freeze for sdk - so we should probably get stuff landed
13:11:36 gtema oh yeah
13:12:14 mordred specifically, the gtema project cleanup patch https://review.opendev.org/#/c/700219/ - the glanceectomy - https://review.opendev.org/#/c/650374/
13:12:25 mordred and the patches that tremble is pushing above related to federation
13:13:07 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Complete switch from glanceclient to SDK for image service https://review.opendev.org/699416
13:13:13 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Don't look up project by id if given id https://review.opendev.org/712810
13:13:18 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Optimize adding project to image slightly more https://review.opendev.org/712813
13:13:35 mordred gtema: looks like the tempest failure on your first glance patch is just a cinder race
13:13:37 mordred rechecked
13:13:50 gtema ah ok, I was already wondering
13:13:53 gtema thks
13:14:20 tremble mordred, Does that mean a version bump (freeing up the Ansible modules) is due soon?
13:14:21 mordred gtema: also - I added two patches on top of it that came from an issue reported by noonedeadpunk that are worth looking at real quick
13:14:28 mordred tremble: yup
13:15:02 gtema oki
13:15:50 tremble mordred, For what it's worth I have local Ansible modules + tests which seem to imply that the Protocols and IDP SDK pieces are working.
13:18:56 dtantsur mordred: looking
13:22:14 gtema wow, I can have a landing party today??
13:25:17 dtantsur +A for cleanup, will check the glancifction after lunch
13:25:54 gtema a bit late for lunch
13:25:57 gtema thks
13:26:33 dtantsur my lunch time can be used as an entropy source
13:31:41 mordred tremble: woot!
13:32:02 mordred dtantsur: mmm. tasty entropy
13:32:26 gtema cool, so we don't need any random generators anymore, just ask dtantsur when he has lunch today
13:44:06 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add ansible stable-2.9 job and run 2.8 and 2.9 https://review.opendev.org/711471
13:45:51 tremble 2020-03-24 13:26:43.908035 | ubuntu-bionic | ERROR: could not install deps [-r/home/zuul/src/opendev.org/openstack/ansible-collections-openstack/test-requirements.txt]; v = InvocationError('/home/zuul/src/opendev.org/openstack/ansible-collections-openstack/.tox/pep8/bin/python -m pip install -r/home/zuul/src/opendev.org/openstack/ansible-collections-openstack/test-requirements.txt', 1)
13:45:57 tremble Is that a known flake?
13:52:10 dtantsur tremble: cannot tell without full logs, but likely
13:53:36 tremble dtantsur, I've got 4 zuul failures all complaining about not being able to install the tox dependencies.
13:54:07 dtantsur it may be a mirror glitch
13:54:37 tremble That would make sense
13:54:51 dtantsur e.g. this is a networking problem: https://zuul.opendev.org/t/openstack/build/61b24d96e0ec4fc7b1fe67841c64dbd6/log/job-output.txt#459

Earlier   Later