*** HenryG has quit IRC | 00:36 | |
*** deric has joined #openstack-sdks | 00:58 | |
*** rmcall has quit IRC | 00:59 | |
*** rmcall has joined #openstack-sdks | 01:00 | |
*** rmcall has quit IRC | 01:03 | |
openstackgerrit | Steve Lewis proposed a change to stackforge/python-openstacksdk: Add support for Samples coming from Ceilometer https://review.openstack.org/115843 | 01:04 |
---|---|---|
*** mfer has joined #openstack-sdks | 01:46 | |
*** deric has quit IRC | 01:59 | |
*** briancurtin has joined #openstack-sdks | 02:03 | |
*** rmcall has joined #openstack-sdks | 02:12 | |
*** mfer has quit IRC | 02:34 | |
*** HenryG has joined #openstack-sdks | 02:48 | |
*** briancurtin has quit IRC | 04:32 | |
*** rmcall has quit IRC | 04:34 | |
stevemar | dtroyer, ping | 04:48 |
dtroyer | stevemar: yo | 04:50 |
stevemar | dtroyer, i have an urgent and mission critical question | 04:50 |
stevemar | dtroyer, what cool name can i give my functional tests? | 04:51 |
stevemar | i was thinking 'spear' or 'harpoon' to go along with 'javelin' used in grenade | 04:51 |
dtroyer | ah, maybe. I used Javelin actually because of the car we had when I was a kid…but then there were all those other cool names to go along with it that weren't Matador or Gremlin | 04:52 |
stevemar | dtroyer, civic and protoge are not unruly enough | 04:53 |
dtroyer | if we go cars, we have to use NHTSA, at least in the US. Now to come up with something that isn't National Highway Traffic Safety Administration | 04:54 |
dtroyer | mumble mumble Testing Structural Archive | 04:55 |
dtroyer | Never Has The Source Available | 04:58 |
dtroyer | Nine Hour Test Simulation Activity | 04:58 |
dtroyer | Nova Heat Trove Swift A… dang it | 04:59 |
stevemar | clearly we need an "A" project | 04:59 |
dtroyer | hey, did I show you this yet? https://github.com/dtroyer/python-openstackclient/tree/os-cloud-config | 05:01 |
stevemar | dtroyer, somewhat, | 05:02 |
stevemar | dtroyer, seems like you and mordred are working towards a similar goal | 05:02 |
dtroyer | or more like I'm using his stuff? | 05:02 |
stevemar | dtroyer, or that | 05:03 |
dtroyer | its something I've wanted for a long time and I used the heck out of it today already…I have work spread out across three different clouds | 05:03 |
stevemar | oh | 05:03 |
stevemar | thats interesting | 05:03 |
stevemar | i should be able to take that into account | 05:04 |
stevemar | openstack cloud vs rax cloud vs ? | 05:04 |
dtroyer | the next thing I want to do is to work out how to aggregate certain things…like list images of them all and merge it together | 05:04 |
dtroyer | the three are just different internal Nebula environments | 05:04 |
dtroyer | so they work nearly the same, I don't have the pains that mordred & co have | 05:05 |
stevemar | dtroyer, mordred had that example of aggregating commands: openstack boot gentoo on-a 2G-VM with-a publicIP with-a 10G-volume call-it blog.inaugust.com | 05:07 |
stevemar | dtroyer, FWIW that's not a bad 'grammar' / structure for multi-arg | 05:08 |
stevemar | do 'something' on-a 'somewhere' [with-a 'optional-thing'] [call-it 'name-of-your-choice'] | 05:09 |
dtroyer | I've played with that too in oscquintette…it has a server create that takes flavor args (# cpus, disk, ram) and finds a closest flavor to use automatically. | 05:09 |
dtroyer | but this quickly becomes a DSL because now you need error checking and branching and whatnot | 05:10 |
stevemar | yeah | 05:10 |
dtroyer | so damn-good APIs have to be enough because it'll take a real language to glue it together, not a cli | 05:10 |
stevemar | we could do a best effort approach | 05:10 |
dtroyer | the cool thing is that in quintette the new server create is a plugin that talks to the existing interfaces so it isn't starting over completely | 05:11 |
stevemar | dtroyer, oh that's neat | 05:13 |
dtroyer | it was a nice exercise to see how good the plugin capabilities really are (better than I expected) but then I got obsessed with writing a minimal API… | 05:14 |
dtroyer | stevemar: have you looked at matthieu's latest on the admin plugins? It modularizes pretty well and cleans up a TON of stuff | 05:16 |
stevemar | dtroyer, i have not, i've been busy with keystone rc1 stuff, we're down a few guys so we're holding down the fort | 05:17 |
stevemar | dtroyer, but everything seems to have calmed down today, so i should have all week to spend playing around with OSC, amongst other work related tasks (which involve osc too!) | 05:18 |
dtroyer | coolness…that is high on my list followed by finishing off the object lib rework to use it and model the new client interface in ClientManager | 05:20 |
stevemar | yeah the client interface is all over the place a bit | 05:21 |
stevemar | dtroyer, let me actually see what i have written down as todo's | 05:21 |
dtroyer | with Nova using sessions now we'll take a chainsaw to that one | 05:21 |
stevemar | - OSC - functional tests? | 05:21 |
stevemar | - OSC - cinder - complete lack of v2 (volume) | 05:21 |
stevemar | - OSC - mark all the things for translation | 05:21 |
dtroyer | I'd put volume v2 at the top of that list. working out the pattern to use to support translation would be nice too so we can start using it in new code | 05:22 |
stevemar | ugh, especially considering that devstack defaults to v2 volume, i cringe when volume/volume type don't show up when I do openstack -h after setting up devstack | 05:25 |
stevemar | it's mostly the same options, too | 05:25 |
dtroyer | that still bites me too | 05:27 |
stevemar | dtroyer, i might bump the functional tests above volume :P just cause i'm having fun with it | 06:08 |
stevemar | review these if you have time: https://review.openstack.org/#/c/122599/ hoping to get some infra attn on them | 06:09 |
*** k4n0 has joined #openstack-sdks | 06:23 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Add functional tests to osc https://review.openstack.org/122605 | 06:31 |
openstackgerrit | A change was merged to openstack/python-openstackclient: Use oslo.utils https://review.openstack.org/122707 | 06:41 |
*** stevemar has quit IRC | 06:43 | |
openstackgerrit | wanghong proposed a change to openstack/python-openstackclient: v3 credential set always needs --user option https://review.openstack.org/123351 | 06:54 |
*** jamiehannaford has joined #openstack-sdks | 07:58 | |
*** f13o has joined #openstack-sdks | 08:11 | |
*** f13o has quit IRC | 08:15 | |
*** f13o has joined #openstack-sdks | 08:15 | |
*** jamiehannaford has quit IRC | 12:03 | |
*** jamiehannaford has joined #openstack-sdks | 12:05 | |
*** k4n0 has quit IRC | 12:09 | |
*** terrylhowe has joined #openstack-sdks | 13:12 | |
*** mfer has joined #openstack-sdks | 13:26 | |
*** bknudson has joined #openstack-sdks | 13:28 | |
*** stevemar has joined #openstack-sdks | 13:34 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:52 | |
*** briancurtin has joined #openstack-sdks | 13:58 | |
*** briancurtin has quit IRC | 14:47 | |
*** briancurtin has joined #openstack-sdks | 14:50 | |
*** briancurtin has joined #openstack-sdks | 14:51 | |
*** briancurtin has quit IRC | 14:58 | |
*** briancurtin has joined #openstack-sdks | 14:58 | |
*** briancurtin has quit IRC | 15:05 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Floating ip does not have an id https://review.openstack.org/122949 | 15:09 |
*** briancurtin has joined #openstack-sdks | 15:24 | |
*** briancurtin has joined #openstack-sdks | 15:24 | |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: Add ability to find an available floating ip https://review.openstack.org/123480 | 15:29 |
*** mfer has quit IRC | 15:39 | |
*** mfer has joined #openstack-sdks | 16:00 | |
*** rmcall has joined #openstack-sdks | 16:09 | |
*** briancurtin has quit IRC | 16:23 | |
*** briancurtin has joined #openstack-sdks | 16:23 | |
*** briancurtin has joined #openstack-sdks | 16:23 | |
openstackgerrit | Pavel Sedlák proposed a change to openstack/python-openstackclient: [WIP] Allow export and reuse of Token and Endpoint URLS https://review.openstack.org/123508 | 16:42 |
openstackgerrit | Matthieu Huin proposed a change to openstack/python-openstackclient: Support for keystone auth plugins https://review.openstack.org/108325 | 16:52 |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:04 | |
*** stevemar has quit IRC | 17:04 | |
*** stevemar has joined #openstack-sdks | 17:05 | |
*** briancurtin has quit IRC | 17:29 | |
*** stevemar has quit IRC | 17:31 | |
*** stevemar has joined #openstack-sdks | 17:32 | |
*** briancurtin has joined #openstack-sdks | 17:32 | |
briancurtin | terrylhowe, stevelle, dtroyer -- i got pulled to the side a bit late last week and have been on-boarding a new team member (not for this proj), so i've only been able to read reviews, haven't hacked on teh version discovery stuff. i think terry mentioned being pulled on another effort as well for a bit. any topics to discuss in today's meeting? | 17:40 |
terrylhowe | just the outstanding reviews briancurtin | 17:41 |
terrylhowe | if we just took a look at the auth plugin stuff for a few minutes or talked about it | 17:41 |
terrylhowe | I’m behind on reviews myself, trying to get caught up today. | 17:41 |
stevelle | briancurtin: basically that for me, hoping to do more reviews through the week. | 17:42 |
briancurtin | terrylhowe: sounds good. i've been trying to mow through them and get caught up, will jump to auth here in a bit before the meeting | 17:42 |
stevelle | but have other things calling for my time | 17:42 |
briancurtin | yep, and i'm on vacation thurs-mon. after that i should have my plate clear and once again heads down | 17:45 |
*** rmcall has quit IRC | 18:01 | |
*** rmcall has joined #openstack-sdks | 18:02 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:25 | |
*** jamiehannaford has quit IRC | 18:35 | |
openstackgerrit | Victor Silva proposed a change to openstack/python-openstackclient: Enables retrieval of project's parents and subtree https://review.openstack.org/123539 | 18:41 |
*** ayoung has joined #openstack-sdks | 19:02 | |
*** lbragstad has joined #openstack-sdks | 19:03 | |
ayoung | Could not load EntryPoint.parse('aggregate_add_host = openstackclient.compute.v2.aggregate:AddAggregateHost') | 19:03 |
ayoung | ERROR: openstack 'ArgumentParser' object has no attribute 'debug' | 19:03 |
ayoung | for common client; I take it this is a known issue? | 19:03 |
dtroyer | ayoung: I don't recognize it…what was the command line? | 19:06 |
ayoung | openstack -h | 19:06 |
ayoung | dtroyer, ArgumentParser cones from cliff, right? | 19:06 |
dtroyer | how was it installed? pypi or from source? | 19:06 |
ayoung | its not actually referenced except in the tests | 19:06 |
ayoung | source | 19:06 |
ayoung | pip install -e . | 19:06 |
ayoung | with a sudo in there for good measure | 19:06 |
ayoung | dtroyer, trying a full venv setup now... | 19:07 |
dtroyer | usually I see entrypoint problems like that when I'm switching between branches and not re-doing the setup…but them I'm using 'sudo python setup.py develop' | 19:08 |
dtroyer | I live on the edge | 19:08 |
ayoung | yeah...this is in a VM, so appropriate...let me try that | 19:09 |
ayoung | although I thought that was what sudo pip install -e . was doing | 19:09 |
ayoung | Unknown distribution option: 'pbr' | 19:10 |
*** HenryG is now known as HenryG_afk | 19:27 | |
openstackgerrit | A change was merged to openstack/python-openstackclient: v3 credential set always needs --user option https://review.openstack.org/123351 | 19:36 |
*** rmcall has quit IRC | 19:56 | |
*** rmcall has joined #openstack-sdks | 20:05 | |
*** briancurtin has quit IRC | 20:22 | |
dtroyer | ayoung: <back now> I did a new pip install on both trusty and f20, all seemed ok, if you have more details or figure it out please let me know | 20:31 |
ayoung | dtroyer, let me try again... | 20:31 |
*** briancurtin has joined #openstack-sdks | 20:31 | |
*** briancurtin has joined #openstack-sdks | 20:31 | |
stevemar | dtroyer, what was the reasoning behind dropping to an interactive shell when doing `openstack` | 20:36 |
dtroyer | quite a number of command environments do that, it does a single auth and re-uses from there so it is faster | 20:38 |
dtroyer | also you can feed it a file of commands to run in a single load | 20:38 |
dtroyer | although that can be done other ways too | 20:38 |
dtroyer | I had virsh on my mind mostly | 20:38 |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Remove unused reference to keyring https://review.openstack.org/123583 | 20:45 |
stevemar | dtroyer, ayoung mentioned that maybe dropping to an interative shell should be something like `openstack --interactive`. And `openstack` should have similar output to `openstack -h` (which is similar to git) | 21:01 |
stevemar | im on the fence with that one, the default interactive shell is weird | 21:01 |
ayoung | yeah, we aren't talking python here | 21:02 |
dtroyer | nor are we talking virs or VMS's DCL for that matter…it made sense to me 2 1/2 years ago, still does, but my fingers are ued to it | 21:06 |
dtroyer | s/virs/virsh/ | 21:07 |
*** stevemar has quit IRC | 21:13 | |
*** mfer has quit IRC | 21:37 | |
*** bknudson has quit IRC | 22:07 | |
*** briancurtin has quit IRC | 22:17 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:17 | |
*** ayoung has quit IRC | 22:28 | |
*** openstackgerrit has quit IRC | 22:31 | |
*** openstackgerrit has joined #openstack-sdks | 22:32 | |
*** dhellmann has quit IRC | 23:21 | |
*** dhellmann has joined #openstack-sdks | 23:21 | |
*** ayoung has joined #openstack-sdks | 23:31 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!