Earlier  
Posted Nick Remark
#openstack-sdks - 2017-01-12
19:00:13 stevemar dtroyer: hehe
19:00:22 mordred cdent: will do!
19:00:23 dtroyer fwiw, amazon will deliver my solution to the devstack VM problem Saturday…
19:00:28 stevemar dtroyer: let the CI do it
19:00:29 cdent mordred: awesome thanks
19:00:42 stevemar dtroyer: new laptop or workstation?
19:00:44 dtroyer cdent: what mordred sez +++
19:00:45 mordred dtroyer: does AWS provide devstack as a service now?
19:00:55 stevemar mordred: i was going to go there lol
19:00:57 dtroyer mordred: via NUC, yes
19:01:04 dtroyer on-premises
19:01:13 dtroyer unfortunately, it isn't going to run OpenStack
19:01:13 mordred dtroyer: mmm. devstack-nuc on-prem
19:01:27 dtroyer I'm going to go back to Ganeti for lightweight VM management
19:01:46 dtroyer it just always works
19:02:32 dtroyer so if I could ask nodepool for a VM to use ad-hoc...
19:02:39 dtroyer Nodepool-as-a-service?
19:02:53 dtroyer but of course, running in my account
19:03:21 cdent that would be rather handy
19:08:42 stevemar dtroyer: that would be nice indeed
19:15:17 mordred dtroyer: that will be easy with nodepool v3
19:16:59 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient: unskip network qos rule type functional test https://review.openstack.org/419129
19:17:36 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient: Run functional tests with SDK 0.9.12 https://review.openstack.org/418650
19:18:05 stevemar dtroyer: i scaffolded the patches ^
19:19:35 openstackgerrit Merged openstack/python-openstackclient: Fix flavor create help re swap size units https://review.openstack.org/419549
19:20:55 stevemar dtroyer: do we need https://review.openstack.org/#/c/419067/ too?
19:32:26 stevemar dtroyer: https://review.openstack.org/#/c/376056/ would have been nice to include too
19:32:51 stevemar but needs tests
19:54:46 openstackgerrit Merged openstack/python-openstackclient: Fix image member unit tests occasional failures https://review.openstack.org/419528
19:56:00 sshank_ dtroyer, stevemar Will functional tests at gates be done with SDK 0.9.11 anytime soon?
20:06:27 mordred stevemar: ^^ do we have an osc gate job that does master of sdk (preferrably one we could have sdk also gate on?)
20:08:38 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient: Add Versioned Method Support To Openstack Client https://review.openstack.org/419633
20:44:29 dtroyer whelp, I managed to make lunch last waaaay to long and into the Gerrit maintenance
20:44:47 dtroyer or maybe missed it altogether?
20:48:49 dtroyer mordred: stevemar added just such a job in https://review.openstack.org/#/c/419047/ that appears to need some attention
20:53:30 openstackgerrit Anindita Das proposed openstack/python-openstackclient: OSC Network Flavor https://review.openstack.org/382530
20:54:24 stevemar mordred: dtroyer aye, i just added the patch yesterday
20:54:34 dtroyer it has a typo, I'm fixing...
20:55:07 stevemar dtroyer: *shakes fist*
20:59:56 stevemar dtroyer: s/devm/dsvm :)
21:00:21 dtroyer yup…
21:03:25 stevemar dtroyer: fixed :)
21:08:17 dtroyer stevemar: look in the console log of http://logs.openstack.org/50/418650/5/check/gate-osc-dsvm-functional-ubuntu-xenial/849d8e6/, it shows openstacksdk 0.9.10 installed even though you have removed the blacklist and DevStac installed 0.9.12 for it's use.
21:09:05 dtroyer this is what I was trying to check out this morning…why didn't it (tox?) pick up the right version? does it pull requirements from not-the-repo when it builds the venv?
21:10:28 stevemar dtroyer: i was looking at http://logs.openstack.org/50/418650/5/check/gate-osc-dsvm-functional-ubuntu-xenial/849d8e6/logs/pip2-freeze.txt.gz
21:10:56 stevemar dtroyer: hmm, but yours ran just before the functional test, dammit
21:10:57 dtroyer that's from the devstack run I think
21:11:33 dtroyer the code-under-test is in the functional venv, not the devstack install
21:12:05 stevemar right
21:12:11 dtroyer I think we'll need the recently mentioned and fixed master job to really test this before we remove the blacklist
21:12:16 stevemar we can do a quick "pip install --upgrade" in the tox file?
21:12:27 stevemar or that
21:12:31 dtroyer or in the hook shell script
21:12:40 dtroyer sure, that way we don't have to wait
21:12:56 dtroyer just copy over the new one for that run?
21:13:47 dtroyer it is a good sign that the devstack stuff works with 0.9.12...
21:13:48 openstackgerrit Merged openstack/fairy-slipper: Retire fairy-slipper API doc tools project https://review.openstack.org/417683
21:15:38 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient: Run functional tests with SDK 0.9.12 https://review.openstack.org/418650
21:16:00 stevemar dtroyer: tossed up something
21:17:01 stevemar dtroyer: i'll probably be afk for the next two week regarding oSC stuff
21:17:14 stevemar gotta shape up keystone
21:17:18 dtroyer ouch… good to know
21:17:44 stevemar dtroyer: well i finalized all keystone libraries and stable branches this week
21:17:58 stevemar so its strictly feature work next week and after
21:53:45 mordred stevemar: woot
21:54:10 stevemar mordred: if you want to review: https://review.openstack.org/#/c/419047/
21:55:37 mordred stevemar: on it - I'm thinking maybe I should add a similar one for shade
21:56:04 mordred (I mean, I have a shade one that uses master libs - but it doesn't include sdk in the list of libs it does from master)
21:56:28 stevemar mordred: for os-client-config?
21:56:38 stevemar ah
21:56:49 mordred stevemar: SOOO ... I don;'t think that's going to do what you want
21:56:52 dtroyer is shade using the sdk?
21:57:25 stevemar mordred: oh?
21:57:38 mordred dtroyer: nope. it's indirect through the osc setup - so actually, your new job for osc here should protect us I think
21:58:21 mordred stevemar: I mean, it will install those things from master - but I'm pretty sure it will do so in a way that will not allow depends-on to work
21:58:38 mordred stevemar: lemme link you to example
21:59:08 stevemar ruh roh
22:00:41 mordred stevemar: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/shade.yaml#n172 ... I believe you need to include the repos in PROJECTS and pass them in to LIBS_FROM_GIT. we should double check with someone smarter like clarkb though
22:02:20 dtroyer mordred: that'll get the right thing installed for the DevStack run, functioanl tests run inside their own venv, no?
22:04:28 mordred dtroyer: oh. wow. yeah. you are smarter than me. in fact, I think the _shade_ test isn't doing what I think it should :)
22:06:43 dtroyer I happen to have spent more minutes than I care to admit sussing that out this morning so it is still in L2 cache
22:06:44 stevemar mordred: hehe, i copied it from oslo people, they are smart
22:07:14 dtroyer stevemar: has the correct answer :)
22:07:38 stevemar i hear theres a smart guy named doug there
22:09:15 mordred I mean - I still think we need the important repos in PROJECTS to get depends-on - but the install strategy is definitely right
22:10:00 stevemar dtroyer: test is runing with 0.9.12: http://paste.openstack.org/show/594778/
22:10:03 dtroyer I suspect doing both is not a bad strategy, for OSC anyway
22:10:20 dtroyer \o/
22:10:37 stevemar my zaney pip approach worked
22:10:38 openstackgerrit Dean Troyer proposed openstack/python-openstackclient: Fix quota show output https://review.openstack.org/419067
22:11:54 stevemar dtroyer: ruh roh
22:11:55 stevemar 2017-01-12 22:11:38.545189 | 2017-01-12 22:11:38.544 | {2} openstackclient.tests.functional.network.v2.test_floating_ip.FloatingIpTests.test_floating_ip_delete [10.191858s] ... FAILED
22:12:10 stevemar 2017-01-12 22:11:54.238611 | 2017-01-12 22:11:54.238 | {2} openstackclient.tests.functional.network.v2.test_floating_ip.FloatingIpTests.test_floating_ip_list [15.702999s] ... FAILED
22:12:25 stevemar and network agent, dammit
22:13:21 mordred stevemar: you love telnet
22:13:39 stevemar mordred: don't judge my love
22:13:48 stevemar :)
22:13:53 mordred I think your love is beautiful
22:16:09 openstackgerrit Monty Taylor proposed openstack/python-openstackclient: Install from /opt/stack/new instead of git.o.o https://review.openstack.org/419670
22:21:47 mordred stevemar: left comment on the project-config patch - I think the one above ^^ is also needed

Earlier   Later