*** walterheck has quit IRC | 00:01 | |
*** rakhmerov has joined #openstack-meeting | 00:02 | |
*** ErikB1 has quit IRC | 00:02 | |
*** emagana has joined #openstack-meeting | 00:05 | |
*** neelashah1 has quit IRC | 00:05 | |
*** patelna has quit IRC | 00:05 | |
*** patelna has joined #openstack-meeting | 00:05 | |
*** Mandell has quit IRC | 00:05 | |
*** cjellick has quit IRC | 00:06 | |
*** rakhmerov has quit IRC | 00:06 | |
*** SumitNaiksatam has quit IRC | 00:08 | |
*** MaxV_ has joined #openstack-meeting | 00:10 | |
*** IlyaE has quit IRC | 00:13 | |
*** bdpayne_ has joined #openstack-meeting | 00:14 | |
*** dcramer_ has joined #openstack-meeting | 00:14 | |
*** sdake_1 has quit IRC | 00:15 | |
*** MaxV_ has quit IRC | 00:15 | |
*** zns has quit IRC | 00:15 | |
*** patelna has quit IRC | 00:15 | |
*** bdpayne has quit IRC | 00:16 | |
*** thuc has quit IRC | 00:20 | |
*** thuc has joined #openstack-meeting | 00:21 | |
*** mtanino has quit IRC | 00:23 | |
*** lexholden has joined #openstack-meeting | 00:25 | |
*** lexholden has quit IRC | 00:25 | |
*** thuc has quit IRC | 00:26 | |
*** vuil has quit IRC | 00:26 | |
*** matsuhashi has joined #openstack-meeting | 00:26 | |
*** derekh has quit IRC | 00:28 | |
*** SumitNaiksatam has joined #openstack-meeting | 00:28 | |
*** epico has joined #openstack-meeting | 00:29 | |
*** vkmc has quit IRC | 00:32 | |
*** rossk has quit IRC | 00:33 | |
*** devlaps has quit IRC | 00:33 | |
*** mspreitz has quit IRC | 00:34 | |
*** imsurit has joined #openstack-meeting | 00:35 | |
*** devlaps has joined #openstack-meeting | 00:37 | |
*** ErikB1 has joined #openstack-meeting | 00:38 | |
*** mspreitz has joined #openstack-meeting | 00:39 | |
*** eguz has joined #openstack-meeting | 00:39 | |
*** esker has joined #openstack-meeting | 00:42 | |
*** esker has quit IRC | 00:42 | |
*** esker has joined #openstack-meeting | 00:43 | |
*** tsekiyam_ has joined #openstack-meeting | 00:43 | |
*** eghobo has quit IRC | 00:43 | |
*** IlyaE has joined #openstack-meeting | 00:44 | |
*** tsekiyama has quit IRC | 00:46 | |
*** matsuhashi has quit IRC | 00:47 | |
*** mrodden has quit IRC | 00:48 | |
*** matsuhashi has joined #openstack-meeting | 00:48 | |
*** sdake has joined #openstack-meeting | 00:48 | |
*** sdake has quit IRC | 00:48 | |
*** sdake has joined #openstack-meeting | 00:48 | |
*** mspreitz has quit IRC | 00:50 | |
*** matsuhashi has quit IRC | 00:52 | |
*** fawadkha_ has joined #openstack-meeting | 00:52 | |
*** fawadkhaliq has quit IRC | 00:55 | |
*** matsuhashi has joined #openstack-meeting | 00:57 | |
*** mrodden has joined #openstack-meeting | 00:58 | |
*** Sukhdev has joined #openstack-meeting | 00:58 | |
*** nelsnelson has quit IRC | 01:00 | |
*** baoli has joined #openstack-meeting | 01:03 | |
*** rakhmerov has joined #openstack-meeting | 01:03 | |
*** gduan has quit IRC | 01:03 | |
*** rakhmerov has quit IRC | 01:07 | |
*** jaypipes has quit IRC | 01:08 | |
*** esker has quit IRC | 01:09 | |
*** MaxV_ has joined #openstack-meeting | 01:11 | |
*** tomoe_ has joined #openstack-meeting | 01:12 | |
*** jjmb has quit IRC | 01:12 | |
*** emagana has quit IRC | 01:13 | |
*** jjmb has joined #openstack-meeting | 01:13 | |
*** mrodden has quit IRC | 01:15 | |
*** MaxV_ has quit IRC | 01:15 | |
*** zns has joined #openstack-meeting | 01:19 | |
*** yaguang has joined #openstack-meeting | 01:19 | |
*** tomoe_ has quit IRC | 01:19 | |
*** tomoe_ has joined #openstack-meeting | 01:19 | |
*** eguz has quit IRC | 01:20 | |
*** marcoemorais has quit IRC | 01:21 | |
*** Vijay_ has joined #openstack-meeting | 01:23 | |
*** tomoe_ has quit IRC | 01:24 | |
*** zns has quit IRC | 01:24 | |
Vijay_ | Hi, I need help with Neutron LBaaS - I'm trying to understand how LBaaS drivers work and so am attempting to write a dummy driver that does nothing for now.. First, I created a new directory neutron/services/loadbalancer/drivers/dummy/ | 01:24 |
---|---|---|
Vijay_ | In that directory I put in a new file dummy_driver.py | 01:25 |
*** zns has joined #openstack-meeting | 01:25 | |
Vijay_ | which basically has a class class DummyPluginDriver(abstract_driver.LoadBalancerAbstractDriver): | 01:25 |
*** caleb_ has joined #openstack-meeting | 01:25 | |
Vijay_ | and has empty __init__(), create_vip(), delete_vip() etc functions | 01:25 |
Vijay_ | I'm testing using a devstack setup, so I also edited the /etc/neutron/neutron.conf file, commenting out the default loadbalancer driver entry for HAProxy, and added a line for my dummy driver | 01:26 |
Vijay_ | service_provider=LOADBALANCER:Dummy:neutron.services.loadbalancer.drivers.dummy.dummy_driver.DummyPluginDriver:default | 01:27 |
Vijay_ | Finally I created a /etc/neutron/services/loadbalancer/dummy/lbaas_agent.ini directory/file | 01:27 |
Vijay_ | I simply copied over the haproxy's lbaas_agent.ini file and changed [haproxy] to [dummy] | 01:28 |
*** beagles has quit IRC | 01:28 | |
Vijay_ | and then I restarted the q-lbaas service using cd /opt/stack/neutron && python /usr/local/bin/neutron-lbaas-agent --config-file /etc/neutron/neutron.conf --config-file=/etc/neutron/services/loadbalancer/dummy/lbaas_agent.ini | 01:29 |
Vijay_ | However, I see that the default HAProxyNS driver is still being loaded | 01:29 |
*** tomoe_ has joined #openstack-meeting | 01:31 | |
*** thuc has joined #openstack-meeting | 01:32 | |
Vijay_ | When I put a breakpoint in loadbalancer/agent/agent_manager.py:86, I see this: | 01:32 |
Vijay_ | (Pdb) self.conf.device_driver ['neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver'] (Pdb) | 01:32 |
Vijay_ | Am not sure what I'm doing wrong - any help would be much appreciated! | 01:32 |
*** zhiyan_ is now known as zhiyan | 01:32 | |
*** tomoe_ has quit IRC | 01:33 | |
*** thuc has quit IRC | 01:36 | |
*** bauzas has quit IRC | 01:39 | |
*** MaxV_ has joined #openstack-meeting | 01:39 | |
*** Michalik- has quit IRC | 01:39 | |
*** saschpe has quit IRC | 01:43 | |
*** MaxV_ has quit IRC | 01:43 | |
*** saschpe has joined #openstack-meeting | 01:44 | |
*** mrodden has joined #openstack-meeting | 01:46 | |
*** nosnos has joined #openstack-meeting | 01:47 | |
*** changbl has joined #openstack-meeting | 01:47 | |
*** ErikB1 has quit IRC | 01:49 | |
*** dcramer_ has quit IRC | 01:49 | |
*** xuhanp has joined #openstack-meeting | 01:50 | |
*** devlaps has quit IRC | 01:51 | |
*** lukego has joined #openstack-meeting | 01:51 | |
*** jjmb has quit IRC | 01:52 | |
*** rdxc has quit IRC | 01:53 | |
*** xianghui has joined #openstack-meeting | 01:53 | |
*** Gordonz has joined #openstack-meeting | 01:55 | |
*** Gordonz has joined #openstack-meeting | 01:56 | |
*** dims_ has quit IRC | 01:57 | |
*** zhikunliu has joined #openstack-meeting | 01:57 | |
*** spzala has quit IRC | 01:58 | |
*** dims_ has joined #openstack-meeting | 01:58 | |
*** Michalik- has joined #openstack-meeting | 02:00 | |
*** dcramer_ has joined #openstack-meeting | 02:01 | |
*** rakhmerov has joined #openstack-meeting | 02:04 | |
*** pablosan has joined #openstack-meeting | 02:04 | |
*** Vijay_ has quit IRC | 02:06 | |
*** shwetaap has joined #openstack-meeting | 02:06 | |
*** neelashah has joined #openstack-meeting | 02:06 | |
*** neelashah1 has joined #openstack-meeting | 02:11 | |
*** amotoki has joined #openstack-meeting | 02:11 | |
*** sballe has joined #openstack-meeting | 02:11 | |
*** jhesketh has quit IRC | 02:12 | |
*** lexholden has joined #openstack-meeting | 02:13 | |
*** neelashah has quit IRC | 02:14 | |
*** caleb_ has quit IRC | 02:15 | |
*** stevemar has joined #openstack-meeting | 02:16 | |
*** stevemar has quit IRC | 02:16 | |
*** stevemar has joined #openstack-meeting | 02:17 | |
*** rakhmerov has quit IRC | 02:17 | |
*** amcrn has quit IRC | 02:21 | |
*** houming has joined #openstack-meeting | 02:21 | |
*** lexholden has quit IRC | 02:22 | |
*** jjmb has joined #openstack-meeting | 02:23 | |
*** Alexandra_ has quit IRC | 02:25 | |
*** ujuc has joined #openstack-meeting | 02:25 | |
*** jhesketh has joined #openstack-meeting | 02:26 | |
*** sballe has quit IRC | 02:26 | |
*** stevemar has quit IRC | 02:27 | |
*** jjmb has quit IRC | 02:28 | |
*** dcramer_ has quit IRC | 02:29 | |
*** rakhmerov has joined #openstack-meeting | 02:30 | |
*** IlyaE has quit IRC | 02:31 | |
*** yamahata has joined #openstack-meeting | 02:31 | |
*** jjmb has joined #openstack-meeting | 02:34 | |
*** gyee has quit IRC | 02:39 | |
*** mspreitz has joined #openstack-meeting | 02:39 | |
*** SumitNaiksatam has quit IRC | 02:39 | |
*** MaxV_ has joined #openstack-meeting | 02:40 | |
*** brucer_ has joined #openstack-meeting | 02:40 | |
*** brucer has quit IRC | 02:41 | |
*** banix has joined #openstack-meeting | 02:43 | |
*** MaxV_ has quit IRC | 02:44 | |
*** RobinJoe has joined #openstack-meeting | 02:47 | |
*** RobinJ has joined #openstack-meeting | 02:47 | |
*** otherwiseguy has quit IRC | 02:47 | |
*** tomoe_ has joined #openstack-meeting | 02:48 | |
*** dnavale has joined #openstack-meeting | 02:48 | |
*** doug_shelley66 has quit IRC | 02:49 | |
*** IlyaE has joined #openstack-meeting | 02:50 | |
*** jrodom has joined #openstack-meeting | 02:52 | |
*** ddomingo_ has joined #openstack-meeting | 02:53 | |
*** martinlopes has joined #openstack-meeting | 02:53 | |
*** Michalik- has quit IRC | 02:54 | |
*** sld_ is now known as sld | 02:54 | |
*** david-lyle has joined #openstack-meeting | 02:56 | |
*** Sukhdev has quit IRC | 02:58 | |
*** AlanClark has quit IRC | 02:59 | |
*** dcramer_ has joined #openstack-meeting | 03:00 | |
*** Gordonz has quit IRC | 03:00 | |
*** tchaypo has left #openstack-meeting | 03:00 | |
*** Gordonz has joined #openstack-meeting | 03:00 | |
*** tchaypo has joined #openstack-meeting | 03:00 | |
*** Sam-I-Am has joined #openstack-meeting | 03:01 | |
tchaypo | viju/names | 03:01 |
*** Alexandra_ has joined #openstack-meeting | 03:01 | |
Sam-I-Am | hello | 03:02 |
*** Michalik- has joined #openstack-meeting | 03:03 | |
*** brucer__ has joined #openstack-meeting | 03:03 | |
tchaypo | there are a strangely large number of people here given that there's no meeting on | 03:03 |
Loquacities | #startmeeting docteam | 03:03 |
openstack | Meeting started Wed Apr 2 03:03:23 2014 UTC and is due to finish in 60 minutes. The chair is Loquacities. Information about MeetBot at http://wiki.debian.org/MeetBot. | 03:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 03:03 |
Sam-I-Am | there... should be | 03:03 |
*** openstack changes topic to " (Meeting topic: docteam)" | 03:03 | |
openstack | The meeting name has been set to 'docteam' | 03:03 |
Loquacities | tchaypo: or so you thought :P | 03:03 |
Sam-I-Am | Loquacities: BOOM! | 03:03 |
tchaypo | oh | 03:03 |
*** mspreitz has left #openstack-meeting | 03:03 | |
*** brucer_ has quit IRC | 03:03 | |
tchaypo | and strangely this is probably one I'm interested in lurking in. | 03:03 |
Loquacities | so was there no US docs meeting last week? | 03:04 |
* Loquacities can't find minutes | 03:04 | |
Loquacities | welcome tchaypo ;) | 03:04 |
* tchaypo settles in | 03:04 | |
Sam-I-Am | there was a meeting | 03:04 |
Sam-I-Am | we also had the google hangout | 03:05 |
Alexandra_ | Was? Past tense? | 03:05 |
Sam-I-Am | (which you missed!) | 03:05 |
sld | lol | 03:05 |
*** Gordonz has quit IRC | 03:05 | |
Loquacities | #topic Action items from the last meeting | 03:05 |
*** openstack changes topic to "Action items from the last meeting (Meeting topic: docteam)" | 03:05 | |
fifieldt | mmmm | 03:05 |
Loquacities | Sam-I-Am to add the image elements he is using to a wiki page, as the beginnings of an image library | 03:06 |
Loquacities | Sam-I-Am: hem, i wonder where the minutes are then | 03:06 |
Sam-I-Am | me too | 03:06 |
Sam-I-Am | the image elements thing is on hold until post-icehouse release | 03:07 |
Sam-I-Am | just too much going on | 03:07 |
Loquacities | yep fair enough | 03:07 |
Loquacities | we'll just hold it over then | 03:07 |
Sam-I-Am | but it's on my list! | 03:07 |
*** brucer__ is now known as brucer | 03:07 | |
Loquacities | #action Sam-I-Am to add the image elements he is using to a wiki page, as the beginnings of an image library | 03:07 |
Loquacities | thanks Sam-I-Am :) | 03:07 |
Loquacities | i think that's all i have, given that i'm missing the minutes from the last US meeting | 03:08 |
Sam-I-Am | great :/ | 03:08 |
Loquacities | #topic Design Summit proposal system now open, doc slots Wed-Fri. morning | 03:08 |
*** openstack changes topic to "Design Summit proposal system now open, doc slots Wed-Fri. morning (Meeting topic: docteam)" | 03:08 | |
*** ken1ohmichi has joined #openstack-meeting | 03:08 | |
*** paragan has joined #openstack-meeting | 03:08 | |
Loquacities | i don't think i have anything to add for that | 03:09 |
Loquacities | do people know who's going to atlanta yet? | 03:09 |
* fifieldt raises hand | 03:09 | |
Loquacities | yay! | 03:09 |
*** jjmb has quit IRC | 03:09 | |
tchaypo | o/ | 03:09 |
tchaypo | but since I'm just a lurker that's not very helpful | 03:09 |
Loquacities | heh | 03:09 |
* Sam-I-Am raises hand | 03:10 | |
Loquacities | neat! | 03:10 |
* Sam-I-Am gets to see y'all | 03:10 | |
Loquacities | i'm not going going, sadly | 03:10 |
Sam-I-Am | i will be wearing my au de -1 | 03:10 |
*** IlyaE has quit IRC | 03:10 | |
Loquacities | #topic Summit schedule now posted to http://openstacksummitmay2014atlanta.sched.org/ | 03:10 |
*** openstack changes topic to "Summit schedule now posted to http://openstacksummitmay2014atlanta.sched.org/ (Meeting topic: docteam)" | 03:10 | |
Loquacities | so there you go ... | 03:11 |
Loquacities | #topic Installation guide updates for Icehouse | 03:11 |
*** openstack changes topic to "Installation guide updates for Icehouse (Meeting topic: docteam)" | 03:11 | |
Loquacities | Sam-I-Am: wanna give us the lowdown? | 03:11 |
fifieldt | https://wiki.openstack.org/wiki/IcehouseDocTesting#Install_Guide | 03:11 |
Sam-I-Am | ahh yes | 03:11 |
Sam-I-Am | plenty of patches going in | 03:11 |
fifieldt | #link https://wiki.openstack.org/wiki/IcehouseDocTesting#Install_Guide | 03:11 |
Sam-I-Am | i finally got ml2 to work on rhel this weekend | 03:11 |
Sam-I-Am | turns out it was an obscure database problem | 03:11 |
Sam-I-Am | that means i can start on the ml2 config docs... which i'm working on as we type | 03:12 |
*** brucer_ has joined #openstack-meeting | 03:12 | |
Loquacities | neat :) | 03:12 |
Sam-I-Am | yes! | 03:13 |
Sam-I-Am | focusing on content rather than making it look pretty | 03:13 |
Sam-I-Am | need to get people testing the "meat" of the configs | 03:13 |
Sam-I-Am | hence tom's link | 03:13 |
*** david-lyle has quit IRC | 03:14 | |
*** pablosan has quit IRC | 03:14 | |
Sam-I-Am | need more people installing from the install guide | 03:14 |
Loquacities | looks like you're starting to get somewhere | 03:14 |
Loquacities | i promise i'll try and do more reviews this week! | 03:14 |
fifieldt | we also need testing :) | 03:14 |
*** fawadkha_ has quit IRC | 03:14 | |
Sam-I-Am | anything between the beginning and launching a basic instance (keystone+glance+nova+neutron) ... let me know | 03:14 |
fifieldt | ask your friends :) | 03:14 |
sld | that page has changed to be wrong, or something.. i test centos on 'install and configure openstack clients' and it was fine for a +2 (b2 packages) not sure where my +2 went. | 03:14 |
*** fawadkhaliq has joined #openstack-meeting | 03:15 | |
*** dims_ has quit IRC | 03:15 | |
fifieldt | feel free to re-edit :) | 03:15 |
*** arnaud has quit IRC | 03:15 | |
sld | will do, after i test again, since b3 is out now. | 03:15 |
Sam-I-Am | i keep saying i'm going to go through and clean up the OSs in there | 03:15 |
fifieldt | sld, so is rc1 for many things :) | 03:16 |
sld | right on | 03:16 |
*** jhesketh has quit IRC | 03:16 | |
Loquacities | #topic Preparation for release - freeze on 1.15.0 in pom.xml files | 03:16 |
*** openstack changes topic to "Preparation for release - freeze on 1.15.0 in pom.xml files (Meeting topic: docteam)" | 03:16 | |
Sam-I-Am | i think we support ubuntu 12.04/14.04, fedora 20, sles 11?, opensuse 13?, rhel 6.5, rh-like 6.5, rhel 7 ??? | 03:16 |
*** brucer has quit IRC | 03:17 | |
Sam-I-Am | and deb 7 i guess... | 03:17 |
*** SumitNaiksatam has joined #openstack-meeting | 03:17 | |
annegentle | I've got a Racker testing Ceilometer on Ubuntu | 03:17 |
Sam-I-Am | its an anne! | 03:17 |
Loquacities | oh, hi annegentle | 03:17 |
* annegentle waves | 03:17 | |
*** dims_ has joined #openstack-meeting | 03:17 | |
Loquacities | ok, so that's all that i'm seeing on the meeting page | 03:18 |
Loquacities | annegentle: since you're here, i haven't found the minutes of the last US meeting | 03:18 |
Loquacities | so i may be a bit behind the times | 03:18 |
Loquacities | is there anything you would like to add? | 03:18 |
annegentle | Loquacities: yeah I realized I hadn't posted them, sorry. Update dnow. | 03:19 |
annegentle | #link http://eavesdrop.openstack.org/meetings/docteam/2014/docteam.2014-03-26-14.04.html | 03:19 |
Loquacities | ah, cool, thanks | 03:19 |
ddomingo_ | summer mentioned something the other day about DocImpact patches | 03:19 |
Sam-I-Am | for some reason i thought those were automated... | 03:19 |
annegentle | The one action was for Nick to make a proposal for a new doc contribution system, but I did it for the Cross-Project track | 03:19 |
annegentle | Sam-I-Am: you still have to copy/paste them to the wiki | 03:19 |
Sam-I-Am | whoops, guess i should have done that for the meeting during sxsw :/ | 03:19 |
annegentle | Sam-I-Am: I can figure out the links, no worries | 03:20 |
Loquacities | anyway, that's all i had on my list | 03:20 |
annegentle | Sam-I-Am: oh they're there no worries | 03:20 |
Loquacities | #topic Open discussion | 03:21 |
*** openstack changes topic to "Open discussion (Meeting topic: docteam)" | 03:21 | |
*** shwetaap has quit IRC | 03:21 | |
Sam-I-Am | test early, test often. | 03:21 |
annegentle | There are just 2 Doc track proposals so far, any one else want to talk about doc topics at the Summit? | 03:21 |
Loquacities | Sam-I-Am: +1 | 03:21 |
annegentle | One is: Continuous publishing and automation | 03:21 |
annegentle | Two is: Install Guide Discussion | 03:21 |
*** matsuhashi has quit IRC | 03:21 | |
annegentle | Cross Project is: | 03:21 |
Sam-I-Am | annegentle: anything i can help out with? (besides the install guide) | 03:21 |
annegentle | #link http://summit.openstack.org/cfp/details/204 | 03:21 |
Sam-I-Am | "how i became addicted to writing docs" | 03:22 |
annegentle | Sam-I-Am: config too! That's part of the automation discussion I think. | 03:22 |
Sam-I-Am | there's no feeling like git review -v | 03:22 |
annegentle | heh | 03:22 |
ddomingo_ | lol | 03:22 |
Loquacities | lol | 03:22 |
Loquacities | that talk looks good | 03:22 |
annegentle | I will write a mailing list post to kick off the discussion, but I want to consider an additional doc writing system | 03:23 |
Sam-I-Am | annegentle: oooooo? | 03:23 |
Loquacities | such as? | 03:23 |
brucer_ | the more the merrier? | 03:23 |
annegentle | Well, we know that we need cross-project guides. And I think that we do a good job with Guides. But there's a need for a more article-driven site, such as a support base. Steve Gordon and I talked some about it this week and I definitely want more input | 03:24 |
*** harlowja is now known as harlowja_away | 03:24 | |
sld | annegentle: like.. a knowledge base of sorts? | 03:24 |
*** shwetaap has joined #openstack-meeting | 03:24 | |
annegentle | We haven't yet addressed the Application Developer needs for docs. | 03:24 |
annegentle | sld: yes - thinking of the support content | 03:25 |
sld | right on | 03:25 |
annegentle | sld: and also avoiding getting too boxed in with "books" | 03:25 |
annegentle | Also, does everyone know we're gathering authors for another book sprint, an architecture design guide? | 03:25 |
sld | i'd love to be in on that, if possible. | 03:25 |
annegentle | Not architectures for app dev, but architectures for use cases for OpenStack. | 03:25 |
Sam-I-Am | i didnt know about that | 03:25 |
Loquacities | no, i didn't | 03:25 |
sld | sounds awesome | 03:26 |
annegentle | okay I need to make sure I post that to the list | 03:26 |
Loquacities | +1 | 03:26 |
Sam-I-Am | not sure what i could add... | 03:26 |
annegentle | Ken Hui is leading it, met with Adam Hyde last week, gathering authors. We need about 5 more authors who have experience designing production clouds. | 03:26 |
annegentle | Looking at July/Aug timeframe. | 03:26 |
sld | well, not sure if my experience counts, but i have plenty experience. hehe | 03:26 |
* Sam-I-Am does not have such experience | 03:26 | |
Sam-I-Am | i only design install guide clouds | 03:27 |
sld | production,yes... just... private clouds. ;) | 03:27 |
Sam-I-Am | over and over and over.... | 03:27 |
annegentle | sld: I do want the private cloud architectures documented in the community - Rackspace, Mirantis. Mirantis is likely hosting in Mountain View. I think Ken can probably cover the Rackspace archs but let's connect you to him for sure. | 03:27 |
*** jhesketh has joined #openstack-meeting | 03:27 | |
annegentle | so many mailing list posts... need to get to posting! Another item I've been working on is increasing docs contributors... sort of in conjunction with the "new doc platform" but kind of separate | 03:28 |
Sam-I-Am | we need more people :P | 03:28 |
annegentle | I've run some stats for the last 5-6 months of contributions in OpenStack. There were about 275 RST doc contributions and about 1800 XML (DocBook/WADL) doc contributions. | 03:29 |
sld | woah | 03:29 |
sld | thats a lot | 03:29 |
Loquacities | wow | 03:29 |
annegentle | I didn't count README contribs. It's probably an unfair comparison, but I'm next going to work on a survey asking key questions -- what's the detractor for doc contrib? git/gerrit? workflow? separate repo? obstacles? That sort of thing. | 03:30 |
tchaypo | does that include tripleo's clever shell scripts that have built-in RST docs that get extracted as part of the build? | 03:30 |
annegentle | The 1800 isn't really a great comparison since many many are not really content contribs. | 03:30 |
annegentle | tchaypo: it includes only the 9 integrated projects, not tripleo | 03:30 |
annegentle | docs mission is core-only, basically, but I expanded to what I know is integrated release for icehouse | 03:31 |
* tchaypo nods | 03:31 | |
*** devlaps has joined #openstack-meeting | 03:31 | |
annegentle | Also I want to encourage people to log doc bugs with a lot of detail... people do this already, but I'm not sure everyone knows to do this. Then we find the best location for the info. | 03:31 |
annegentle | I just sense we need another location for some info. | 03:31 |
*** devlaps has quit IRC | 03:31 | |
annegentle | Possibly another workflow. Want to investigate. | 03:32 |
*** shwetaap has quit IRC | 03:32 | |
annegentle | wow I can type alot even when I'm tired :) | 03:32 |
brucer_ | annegentle: another as in additional, or different/ | 03:32 |
annegentle | don't let me go on and on :) | 03:32 |
annegentle | brucer_: additional | 03:32 |
brucer_ | ok | 03:33 |
Loquacities | no, i'm interested, keep going! | 03:33 |
annegentle | it's hard to measure true doc contribs... because patches aren't a great metric for docs. | 03:33 |
*** jtomasek has quit IRC | 03:33 | |
sld | I was thinking that instead of additional... now feel free to ignore me here, but... thinking out loud... it might be simpler to consolidate things to one place for documentation... for example - there is the wiki, there is the docs site, etc., etc.. might be easier to have everything in one spot. *shrug* | 03:33 |
annegentle | like there was a single docs patch for neturon dev docs... I think it got up over 65 reviews... it was gut wrenching to watch. | 03:34 |
*** morganfainberg is now known as morganfainberg_Z | 03:34 | |
*** amotoki has quit IRC | 03:34 | |
annegentle | sld: yeah it's pretty much how the world of info works though, we already are pretty strict about "this goes here" yet there are still blog entries, terribad outdated wiki pages, and so on... better to segment by audience purposefully than try to control it all | 03:34 |
sld | makes sense, just seems some information may end up redundant is all. | 03:35 |
annegentle | and we seriously haven't addressed sdk users with docs | 03:35 |
annegentle | sld: yeah for SEO it is a concern, that we don't duplicate horribly | 03:35 |
Loquacities | it does make a lot of sense | 03:35 |
annegentle | also as I go to work on DocImpact, I find it really hard to know where to write up something to close the doc bug... sgordon had a better example than I can come up with... | 03:36 |
annegentle | but basically, he had a libvirt addition that was a doc impact... it needs config docs as well as admin user docs... but an admin user only gets it if it's configure. | 03:36 |
*** ken1ohmichi has left #openstack-meeting | 03:36 | |
*** nosnos has quit IRC | 03:37 | |
Loquacities | hrm | 03:37 |
annegentle | so one docimpact requires updates in 2 guides, which is fine, but how do we think devs will navigate all this properly? How can we coach them to? | 03:37 |
Loquacities | can't you then just do the patch in one doc as a partial close? | 03:37 |
sld | the right entry point and/or seo results? | 03:37 |
Loquacities | or are we assuming too much there? | 03:37 |
annegentle | Loquacities: yeah, that's the solution now. We were noodling on "what if there was an article about "This cool thing you can now do with libvirt" | 03:38 |
ddomingo_ | one other thing to consider here: i've seen cases where the DocImpact was actually already addressed by whoever, but the docs patches aren't actually in the Blueprint | 03:38 |
annegentle | Then the article is searchable based on the feature, taggable by release, that sort of thing | 03:38 |
*** shwetaap has joined #openstack-meeting | 03:38 | |
Loquacities | hem, good point | 03:38 |
annegentle | ddomingo_: interesting | 03:39 |
ddomingo_ | i've seen it happen twice, can't quote the exact bp | 03:39 |
ddomingo_ | and i only found the doc patches by *pure dumb luck* | 03:39 |
*** imsurit has quit IRC | 03:39 | |
annegentle | I think user guides and admin guides could go into a support center, possibly. Just thinking aloud. We could do only release docs as "guides" and then migrate content to article-driven-site... | 03:39 |
annegentle | yeah noodling! :) | 03:39 |
annegentle | need to be sure it's a site that's correctly motivating (not a junk drawer wiki!) to make good, concise, accurate, updated content. | 03:40 |
*** MaxV_ has joined #openstack-meeting | 03:41 | |
annegentle | The Foundation is working on a content site for operators, for example, how can we motivate good content there and on a support site? How can this integrate with ask.openstack.org? And on and on. | 03:41 |
*** _nadya_ has joined #openstack-meeting | 03:41 | |
*** vjay has joined #openstack-meeting | 03:42 | |
sld | i like the ask site. | 03:42 |
Loquacities | there's a lot of noodling to be done here i think, anne :P | 03:42 |
Sam-I-Am | noodles are tasty | 03:43 |
Loquacities | i'm thinking that that's a great note to close the meeting on :P | 03:43 |
Sam-I-Am | heh | 03:44 |
sld | lol | 03:44 |
annegentle | sld: me too | 03:44 |
Sam-I-Am | can you tell i'm tired? | 03:44 |
annegentle | nice! | 03:44 |
annegentle | :) | 03:44 |
Loquacities | #endmeeting | 03:44 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 03:44 | |
openstack | Meeting ended Wed Apr 2 03:44:20 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 03:44 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/docteam/2014/docteam.2014-04-02-03.03.html | 03:44 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/docteam/2014/docteam.2014-04-02-03.03.txt | 03:44 |
openstack | Log: http://eavesdrop.openstack.org/meetings/docteam/2014/docteam.2014-04-02-03.03.log.html | 03:44 |
Sam-I-Am | i need to snort one more line of <para> tags... i'll be ok. | 03:44 |
Loquacities | thanks everyone :) | 03:44 |
brucer_ | cheers folks | 03:45 |
*** Sam-I-Am has left #openstack-meeting | 03:45 | |
annegentle | thanks all! | 03:45 |
martinlopes | thanks | 03:45 |
*** eghobo has joined #openstack-meeting | 03:45 | |
*** MaxV_ has quit IRC | 03:45 | |
*** imsurit has joined #openstack-meeting | 03:47 | |
*** houming has quit IRC | 03:47 | |
*** yamamoto_ has joined #openstack-meeting | 03:51 | |
*** fawadkhaliq has quit IRC | 03:54 | |
*** tomoe_ has quit IRC | 03:56 | |
*** jrodom has quit IRC | 03:57 | |
*** tomoe_ has joined #openstack-meeting | 03:57 | |
*** _nadya_ has quit IRC | 03:59 | |
*** Alexandra_ has quit IRC | 04:00 | |
*** RobinJoe has quit IRC | 04:00 | |
*** RobinJ has quit IRC | 04:00 | |
*** marcoemorais has joined #openstack-meeting | 04:01 | |
*** tomoe_ has quit IRC | 04:01 | |
*** marcoemorais has quit IRC | 04:03 | |
*** shwetaap has quit IRC | 04:03 | |
*** akuznetsov has joined #openstack-meeting | 04:03 | |
*** cjellick has joined #openstack-meeting | 04:03 | |
*** martinlopes has quit IRC | 04:06 | |
*** martinlopes_ has joined #openstack-meeting | 04:06 | |
*** novas0x2a|laptop has quit IRC | 04:09 | |
*** dnavale has quit IRC | 04:09 | |
*** jjmb has joined #openstack-meeting | 04:10 | |
*** sushils has joined #openstack-meeting | 04:10 | |
*** brucer__ has joined #openstack-meeting | 04:10 | |
*** martinlopes_ has quit IRC | 04:11 | |
*** martinlopes has joined #openstack-meeting | 04:11 | |
*** thuc has joined #openstack-meeting | 04:12 | |
*** neelashah1 has quit IRC | 04:13 | |
*** ddomingo_ has quit IRC | 04:13 | |
*** thuc_ has joined #openstack-meeting | 04:13 | |
*** Tross has joined #openstack-meeting | 04:14 | |
*** brucer_ has quit IRC | 04:14 | |
*** dnavale has joined #openstack-meeting | 04:14 | |
*** jjmb has quit IRC | 04:15 | |
*** tomoe_ has joined #openstack-meeting | 04:17 | |
*** thuc has quit IRC | 04:17 | |
*** mrmartin has joined #openstack-meeting | 04:23 | |
*** martinlopes has left #openstack-meeting | 04:25 | |
*** sushils has quit IRC | 04:26 | |
*** elo1 has joined #openstack-meeting | 04:30 | |
*** nosnos has joined #openstack-meeting | 04:31 | |
*** matsuhashi has joined #openstack-meeting | 04:36 | |
*** Michalik- has quit IRC | 04:37 | |
*** marcoemorais has joined #openstack-meeting | 04:40 | |
*** tomoe_ has quit IRC | 04:41 | |
*** tomoe_ has joined #openstack-meeting | 04:42 | |
*** tomoe__ has joined #openstack-meeting | 04:43 | |
*** tomoe_ has quit IRC | 04:43 | |
*** MaxV_ has joined #openstack-meeting | 04:43 | |
*** brucer__ is now known as brucer | 04:44 | |
*** doug_shelley66 has joined #openstack-meeting | 04:46 | |
*** MaxV_ has quit IRC | 04:48 | |
*** doug_shelley66 has quit IRC | 04:50 | |
*** matsuhashi has quit IRC | 04:50 | |
*** banix has quit IRC | 04:53 | |
*** radsy has quit IRC | 04:55 | |
*** bdpayne_ has quit IRC | 04:57 | |
*** thuc_ has quit IRC | 04:57 | |
*** sridhar has joined #openstack-meeting | 04:57 | |
*** bdpayne has joined #openstack-meeting | 04:58 | |
*** thuc has joined #openstack-meeting | 04:58 | |
*** dnavale has left #openstack-meeting | 04:58 | |
*** Michalik- has joined #openstack-meeting | 04:59 | |
*** matsuhashi has joined #openstack-meeting | 05:00 | |
*** thuc has quit IRC | 05:02 | |
*** cjellick has quit IRC | 05:11 | |
*** cjellick has joined #openstack-meeting | 05:12 | |
*** sushils has joined #openstack-meeting | 05:14 | |
*** cjellick_ has joined #openstack-meeting | 05:15 | |
*** cjellick has quit IRC | 05:15 | |
*** cjellick_ has quit IRC | 05:15 | |
*** mrmartin has quit IRC | 05:16 | |
*** cjellick has joined #openstack-meeting | 05:16 | |
*** cjellick has quit IRC | 05:20 | |
*** doron_afk has quit IRC | 05:22 | |
*** ildikov_ has quit IRC | 05:23 | |
*** alexandra_ has joined #openstack-meeting | 05:24 | |
*** elo1 has quit IRC | 05:24 | |
*** tomoe__ has quit IRC | 05:27 | |
*** dburmistrov has joined #openstack-meeting | 05:29 | |
*** amotoki has joined #openstack-meeting | 05:31 | |
*** bdpayne has quit IRC | 05:32 | |
*** sushils has quit IRC | 05:36 | |
*** amotoki has left #openstack-meeting | 05:37 | |
*** mrmartin has joined #openstack-meeting | 05:38 | |
*** MaxV_ has joined #openstack-meeting | 05:44 | |
*** Tross has quit IRC | 05:45 | |
*** Tross has joined #openstack-meeting | 05:46 | |
*** tomoe_ has joined #openstack-meeting | 05:46 | |
*** MaxV_ has quit IRC | 05:48 | |
*** Tross has quit IRC | 05:48 | |
*** Tross has joined #openstack-meeting | 05:51 | |
*** zns has quit IRC | 05:55 | |
*** sridhar has quit IRC | 06:01 | |
*** tomoe_ has quit IRC | 06:01 | |
*** henrynash has joined #openstack-meeting | 06:06 | |
*** mrmartin has quit IRC | 06:07 | |
*** thuc has joined #openstack-meeting | 06:08 | |
*** Mandell has joined #openstack-meeting | 06:09 | |
*** tomoe_ has joined #openstack-meeting | 06:10 | |
*** ArxCruz has quit IRC | 06:12 | |
*** mihgen has joined #openstack-meeting | 06:12 | |
*** IlyaE has joined #openstack-meeting | 06:13 | |
*** thuc has quit IRC | 06:13 | |
*** ildikov_ has joined #openstack-meeting | 06:13 | |
*** mrda is now known as mrda_away | 06:14 | |
*** dcramer_ has quit IRC | 06:15 | |
*** nelsnelson has joined #openstack-meeting | 06:20 | |
*** MaxV_ has joined #openstack-meeting | 06:25 | |
*** doron_afk has joined #openstack-meeting | 06:26 | |
*** doron_afk is now known as doron | 06:29 | |
*** dcramer_ has joined #openstack-meeting | 06:31 | |
*** denis_makogon has joined #openstack-meeting | 06:31 | |
*** MaxV_ has quit IRC | 06:33 | |
*** Fdot has joined #openstack-meeting | 06:33 | |
*** Tross has quit IRC | 06:35 | |
*** saju_m has joined #openstack-meeting | 06:39 | |
*** brucer has quit IRC | 06:41 | |
*** doron is now known as doron_afk | 06:41 | |
*** mdurnosvistov has quit IRC | 06:42 | |
*** thomasbiege has joined #openstack-meeting | 06:45 | |
*** mrunge has joined #openstack-meeting | 06:48 | |
*** imsurit has quit IRC | 06:49 | |
*** coolsvap has joined #openstack-meeting | 06:51 | |
*** egallen has joined #openstack-meeting | 06:51 | |
*** evgenyf has joined #openstack-meeting | 06:52 | |
*** Longgeek has joined #openstack-meeting | 06:53 | |
*** Michalik- has quit IRC | 07:01 | |
*** IlyaE has quit IRC | 07:02 | |
*** zhikunliu has quit IRC | 07:08 | |
*** mrmartin has joined #openstack-meeting | 07:10 | |
*** zhikunliu has joined #openstack-meeting | 07:11 | |
*** flaper87|afk is now known as flaper87 | 07:14 | |
*** thomasbiege has quit IRC | 07:16 | |
*** Mandell has quit IRC | 07:17 | |
*** jcoufal has joined #openstack-meeting | 07:17 | |
*** lukego has quit IRC | 07:17 | |
*** IlyaE has joined #openstack-meeting | 07:18 | |
*** MaxV_ has joined #openstack-meeting | 07:24 | |
*** elo1 has joined #openstack-meeting | 07:25 | |
*** jlibosva has joined #openstack-meeting | 07:26 | |
*** Michalik- has joined #openstack-meeting | 07:26 | |
*** marcoemorais has quit IRC | 07:27 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:28 | |
*** jtomasek has joined #openstack-meeting | 07:28 | |
*** akuznetsov has quit IRC | 07:29 | |
*** elo1 has quit IRC | 07:29 | |
*** afazekas is now known as __afazekas | 07:30 | |
*** julienvey1 has joined #openstack-meeting | 07:31 | |
*** julienvey1 is now known as julienvey | 07:31 | |
*** luqas has joined #openstack-meeting | 07:32 | |
*** doron_afk is now known as doron | 07:33 | |
*** tomoe__ has joined #openstack-meeting | 07:33 | |
*** zhiyan is now known as zhiyan_ | 07:35 | |
*** IlyaE has quit IRC | 07:36 | |
*** tomoe_ has quit IRC | 07:36 | |
*** akuznetsov has joined #openstack-meeting | 07:36 | |
*** IlyaE has joined #openstack-meeting | 07:38 | |
*** egallen has quit IRC | 07:38 | |
*** jgallard has joined #openstack-meeting | 07:41 | |
*** saju_m has quit IRC | 07:42 | |
*** ArthurBerezin has joined #openstack-meeting | 07:49 | |
*** boris-42 has quit IRC | 07:50 | |
*** boris-42 has joined #openstack-meeting | 07:51 | |
*** nacim has joined #openstack-meeting | 07:51 | |
*** saju_m has joined #openstack-meeting | 07:52 | |
*** zoresvit has quit IRC | 07:56 | |
*** sn0wb1rd has quit IRC | 07:56 | |
*** ygbo has joined #openstack-meeting | 07:58 | |
*** zoresvit has joined #openstack-meeting | 07:59 | |
*** safchain has joined #openstack-meeting | 08:00 | |
*** ndipanov has joined #openstack-meeting | 08:01 | |
*** sn0wb1rd has joined #openstack-meeting | 08:02 | |
*** doron is now known as doron_afk | 08:04 | |
*** SumitNaiksatam has quit IRC | 08:04 | |
*** skraynev_afk is now known as skraynev | 08:08 | |
*** phil___ has joined #openstack-meeting | 08:12 | |
*** _afazekas has joined #openstack-meeting | 08:13 | |
*** rand738 has quit IRC | 08:18 | |
*** rand738 has joined #openstack-meeting | 08:18 | |
*** egallen has joined #openstack-meeting | 08:19 | |
*** pradipta_away is now known as pradipta | 08:22 | |
*** eghobo has quit IRC | 08:23 | |
*** mdurnosvistov has joined #openstack-meeting | 08:25 | |
*** nshaikh has joined #openstack-meeting | 08:27 | |
*** mdurnosvistov has left #openstack-meeting | 08:28 | |
*** derekh has joined #openstack-meeting | 08:28 | |
*** schwicht has quit IRC | 08:28 | |
*** samcdona_ has joined #openstack-meeting | 08:28 | |
*** mdurnosvistov has joined #openstack-meeting | 08:28 | |
*** jcoufal_ has joined #openstack-meeting | 08:29 | |
*** schwicht has joined #openstack-meeting | 08:29 | |
*** samcdona has quit IRC | 08:29 | |
*** samcdona_ is now known as samcdona | 08:29 | |
*** jcoufal has quit IRC | 08:30 | |
*** jcoufal_ is now known as jcoufal | 08:30 | |
*** jhesketh has quit IRC | 08:33 | |
*** yassine has joined #openstack-meeting | 08:38 | |
*** Michalik- has quit IRC | 08:41 | |
*** Longgeek has quit IRC | 08:42 | |
*** Michalik- has joined #openstack-meeting | 08:44 | |
*** Longgeek has joined #openstack-meeting | 08:45 | |
*** saju_m has quit IRC | 08:48 | |
*** saju_m has joined #openstack-meeting | 08:49 | |
*** belmoreira has joined #openstack-meeting | 08:50 | |
*** che-arne has joined #openstack-meeting | 08:53 | |
*** yamamoto_ has quit IRC | 08:54 | |
*** Mikhail_D_wk has joined #openstack-meeting | 08:54 | |
*** zhikunliu has quit IRC | 08:54 | |
*** mdurnosvistov has left #openstack-meeting | 08:54 | |
*** jcoufal has quit IRC | 08:54 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 08:55 | |
*** zhikunliu has joined #openstack-meeting | 08:56 | |
*** matrohon_ has joined #openstack-meeting | 08:57 | |
*** matrohon_ has quit IRC | 08:57 | |
*** nshaikh has quit IRC | 08:57 | |
*** chandankumar_ has joined #openstack-meeting | 08:59 | |
*** zhikunliu has quit IRC | 09:00 | |
*** coolsvap has quit IRC | 09:02 | |
*** Longgeek_ has joined #openstack-meeting | 09:04 | |
*** matiu has quit IRC | 09:07 | |
*** Longgeek has quit IRC | 09:07 | |
*** thomasbiege has joined #openstack-meeting | 09:10 | |
*** thomasbiege has quit IRC | 09:12 | |
*** acoles is now known as acoles_away | 09:14 | |
*** acoles_away is now known as acoles | 09:16 | |
*** vjay has quit IRC | 09:20 | |
*** ominakov has joined #openstack-meeting | 09:21 | |
*** yamahata has quit IRC | 09:24 | |
*** saju_m has quit IRC | 09:24 | |
*** saju_m has joined #openstack-meeting | 09:26 | |
*** dcramer_ has quit IRC | 09:27 | |
*** dcramer_ has joined #openstack-meeting | 09:27 | |
*** IlyaE has quit IRC | 09:29 | |
*** saju_m has quit IRC | 09:31 | |
*** yamamoto has joined #openstack-meeting | 09:33 | |
*** Michalik- has quit IRC | 09:34 | |
*** alexpilotti has joined #openstack-meeting | 09:34 | |
*** tomoe__ has quit IRC | 09:34 | |
*** Michalik- has joined #openstack-meeting | 09:34 | |
*** yamamoto has quit IRC | 09:39 | |
*** yaguang has quit IRC | 09:39 | |
*** msdubov_ has joined #openstack-meeting | 09:42 | |
*** saju_m has joined #openstack-meeting | 09:42 | |
*** henrynash has quit IRC | 09:45 | |
*** paragan has quit IRC | 09:46 | |
*** tomoe_ has joined #openstack-meeting | 09:47 | |
*** denis_makogon_ has joined #openstack-meeting | 09:48 | |
*** matsuhashi has quit IRC | 09:50 | |
*** denis_makogon has quit IRC | 09:51 | |
*** ccorrigan has joined #openstack-meeting | 09:53 | |
*** matsuhashi has joined #openstack-meeting | 09:57 | |
*** tomoe_ has quit IRC | 09:58 | |
*** tomoe_ has joined #openstack-meeting | 09:59 | |
*** elo has quit IRC | 10:00 | |
*** arosen has quit IRC | 10:00 | |
*** elo has joined #openstack-meeting | 10:01 | |
*** arosen has joined #openstack-meeting | 10:01 | |
*** epico has quit IRC | 10:03 | |
*** tomoe_ has quit IRC | 10:04 | |
*** tomoe__ has joined #openstack-meeting | 10:04 | |
*** jcoufal has joined #openstack-meeting | 10:10 | |
*** chandankumar_ has quit IRC | 10:11 | |
*** egallen has quit IRC | 10:11 | |
*** tomoe__ has quit IRC | 10:14 | |
*** xuhanp has quit IRC | 10:16 | |
*** evgenyf has quit IRC | 10:17 | |
*** vjay has joined #openstack-meeting | 10:24 | |
*** tomoe_ has joined #openstack-meeting | 10:24 | |
*** jtomasek has quit IRC | 10:26 | |
*** ildikov_ has quit IRC | 10:26 | |
*** jgallard has quit IRC | 10:27 | |
*** MaxV_ has quit IRC | 10:28 | |
*** denis_makogon_ is now known as denis_makogon | 10:28 | |
*** evgenyf has joined #openstack-meeting | 10:33 | |
*** Michalik- has quit IRC | 10:41 | |
*** Michalik- has joined #openstack-meeting | 10:49 | |
*** dguitarbite has joined #openstack-meeting | 10:57 | |
*** MaxV_ has joined #openstack-meeting | 10:57 | |
*** doron_afk is now known as doron | 10:58 | |
*** matsuhashi has quit IRC | 11:00 | |
*** doron is now known as doron_afk | 11:02 | |
*** nosnos has quit IRC | 11:04 | |
*** paragan has joined #openstack-meeting | 11:04 | |
*** paragan has quit IRC | 11:04 | |
*** paragan has joined #openstack-meeting | 11:04 | |
*** akuznetsov has quit IRC | 11:06 | |
*** akuznetsov has joined #openstack-meeting | 11:07 | |
*** zoresvit has quit IRC | 11:07 | |
*** tomoe_ has quit IRC | 11:07 | |
*** tomoe_ has joined #openstack-meeting | 11:08 | |
*** Longgeek_ has quit IRC | 11:10 | |
*** tomoe_ has quit IRC | 11:12 | |
*** doug_shelley66 has joined #openstack-meeting | 11:12 | |
*** matsuhashi has joined #openstack-meeting | 11:16 | |
*** julim has joined #openstack-meeting | 11:16 | |
*** tomoe_ has joined #openstack-meeting | 11:18 | |
*** phil_h has joined #openstack-meeting | 11:23 | |
*** [1]evgenyf has joined #openstack-meeting | 11:25 | |
*** evgenyf has quit IRC | 11:27 | |
*** [1]evgenyf is now known as evgenyf | 11:27 | |
*** overlayer has joined #openstack-meeting | 11:29 | |
*** overlayer has quit IRC | 11:32 | |
*** ErikB has joined #openstack-meeting | 11:34 | |
*** tomoe_ has quit IRC | 11:35 | |
*** tomoe_ has joined #openstack-meeting | 11:36 | |
*** xianghui has quit IRC | 11:36 | |
*** ashepelev has joined #openstack-meeting | 11:38 | |
*** tomoe_ has quit IRC | 11:40 | |
*** egallen has joined #openstack-meeting | 11:45 | |
*** egallen has quit IRC | 11:50 | |
*** erlon has joined #openstack-meeting | 11:51 | |
*** imsurit has joined #openstack-meeting | 11:53 | |
*** ArthurBerezin has left #openstack-meeting | 11:53 | |
*** smoser has quit IRC | 11:53 | |
*** egallen has joined #openstack-meeting | 11:56 | |
*** acoles has quit IRC | 11:56 | |
*** tomoe_ has joined #openstack-meeting | 11:58 | |
*** topol has joined #openstack-meeting | 11:59 | |
*** brucer has joined #openstack-meeting | 11:59 | |
*** egallen_ has joined #openstack-meeting | 12:02 | |
*** egallen has quit IRC | 12:02 | |
*** egallen_ is now known as egallen | 12:02 | |
*** tomoe_ has quit IRC | 12:03 | |
*** henrynash has joined #openstack-meeting | 12:03 | |
*** tomoe_ has joined #openstack-meeting | 12:03 | |
*** pdmars has joined #openstack-meeting | 12:03 | |
*** mengxd has joined #openstack-meeting | 12:04 | |
*** dcramer_ has quit IRC | 12:04 | |
*** markvoelker has joined #openstack-meeting | 12:05 | |
*** rfolco has joined #openstack-meeting | 12:07 | |
*** tomoe_ has quit IRC | 12:08 | |
*** jecarey has quit IRC | 12:10 | |
*** Longgeek has joined #openstack-meeting | 12:10 | |
*** overlayer has joined #openstack-meeting | 12:11 | |
*** dprince has joined #openstack-meeting | 12:12 | |
*** dims_ has quit IRC | 12:13 | |
*** rbrady has joined #openstack-meeting | 12:13 | |
*** bknudson has quit IRC | 12:13 | |
*** thomasbiege has joined #openstack-meeting | 12:15 | |
*** Longgeek has quit IRC | 12:16 | |
*** Longgeek has joined #openstack-meeting | 12:16 | |
*** radez_g0n3 is now known as radez | 12:16 | |
*** jjmb has joined #openstack-meeting | 12:17 | |
*** lblanchard has joined #openstack-meeting | 12:17 | |
*** saju_m has quit IRC | 12:17 | |
*** esker has joined #openstack-meeting | 12:17 | |
*** Michalik- has quit IRC | 12:18 | |
*** esker has quit IRC | 12:22 | |
*** luqas has quit IRC | 12:25 | |
*** jjmb has quit IRC | 12:25 | |
*** [1]evgenyf has joined #openstack-meeting | 12:25 | |
*** jjmb has joined #openstack-meeting | 12:26 | |
*** dims_ has joined #openstack-meeting | 12:27 | |
*** evgenyf has quit IRC | 12:27 | |
*** [1]evgenyf is now known as evgenyf | 12:27 | |
*** jdob has joined #openstack-meeting | 12:28 | |
*** shwetaap has joined #openstack-meeting | 12:28 | |
*** xiaoding has joined #openstack-meeting | 12:29 | |
*** jjmb has quit IRC | 12:31 | |
*** weshay has joined #openstack-meeting | 12:32 | |
*** pfallenop has quit IRC | 12:32 | |
*** luqas has joined #openstack-meeting | 12:32 | |
*** bknudson has joined #openstack-meeting | 12:33 | |
*** smoser has joined #openstack-meeting | 12:34 | |
*** Tross has joined #openstack-meeting | 12:35 | |
*** pfallenop has joined #openstack-meeting | 12:35 | |
*** smoser has quit IRC | 12:36 | |
*** Michalik- has joined #openstack-meeting | 12:36 | |
*** ildikov_ has joined #openstack-meeting | 12:36 | |
*** smoser has joined #openstack-meeting | 12:36 | |
*** doron_afk is now known as doron | 12:37 | |
xiaoding | :/LIST | 12:37 |
xiaoding | :/LIST | 12:37 |
*** chandankumar_ has joined #openstack-meeting | 12:38 | |
*** Tross1 has joined #openstack-meeting | 12:39 | |
*** adalbas has joined #openstack-meeting | 12:39 | |
*** Tross has quit IRC | 12:39 | |
*** neelashah has joined #openstack-meeting | 12:40 | |
*** xuhanp has joined #openstack-meeting | 12:40 | |
*** xiaoding has left #openstack-meeting | 12:42 | |
*** pfallenop has quit IRC | 12:43 | |
*** dkranz has joined #openstack-meeting | 12:44 | |
*** baoli has quit IRC | 12:45 | |
*** beagles has joined #openstack-meeting | 12:45 | |
*** baoli has joined #openstack-meeting | 12:46 | |
*** rakhmerov has quit IRC | 12:46 | |
*** pfallenop has joined #openstack-meeting | 12:47 | |
*** saschpe has quit IRC | 12:47 | |
*** saju_m has joined #openstack-meeting | 12:48 | |
*** aysyd has joined #openstack-meeting | 12:49 | |
*** Michalik- has quit IRC | 12:49 | |
*** dcramer_ has joined #openstack-meeting | 12:50 | |
*** chandankumar_ has quit IRC | 12:51 | |
*** saschpe has joined #openstack-meeting | 12:52 | |
*** jecarey has joined #openstack-meeting | 12:53 | |
*** thuc has joined #openstack-meeting | 12:54 | |
*** jprovazn has joined #openstack-meeting | 12:55 | |
*** thuc_ has joined #openstack-meeting | 12:55 | |
*** gcb has quit IRC | 12:55 | |
*** chandan_kumar has quit IRC | 12:55 | |
*** tomoe_ has joined #openstack-meeting | 12:56 | |
*** belmoreira has quit IRC | 12:58 | |
*** belmoreira has joined #openstack-meeting | 12:58 | |
*** thuc has quit IRC | 12:59 | |
*** ygbo has quit IRC | 12:59 | |
*** pradipta is now known as pradipta_away | 12:59 | |
*** henrynash has quit IRC | 12:59 | |
*** vkmc has joined #openstack-meeting | 13:00 | |
*** jhenner1 has joined #openstack-meeting | 13:00 | |
*** jhenner has quit IRC | 13:01 | |
*** belmoreira1 has joined #openstack-meeting | 13:01 | |
*** _afazekas has quit IRC | 13:01 | |
*** yamahata has joined #openstack-meeting | 13:02 | |
*** matsuhashi has quit IRC | 13:02 | |
*** belmoreira has quit IRC | 13:02 | |
*** matsuhashi has joined #openstack-meeting | 13:02 | |
*** prad_ has joined #openstack-meeting | 13:04 | |
*** vjay has quit IRC | 13:05 | |
*** kgriffs|afk is now known as kgriffs | 13:05 | |
*** Tross1 has quit IRC | 13:06 | |
*** matsuhashi has quit IRC | 13:07 | |
*** dkranz has quit IRC | 13:07 | |
*** jhenner1 has quit IRC | 13:07 | |
*** jcoufal has quit IRC | 13:08 | |
*** cyrichardson has joined #openstack-meeting | 13:09 | |
*** henrynash has joined #openstack-meeting | 13:09 | |
*** matsuhashi has joined #openstack-meeting | 13:10 | |
*** ygbo has joined #openstack-meeting | 13:11 | |
*** jcoufal has joined #openstack-meeting | 13:11 | |
*** kgriffs is now known as kgriffs|afk | 13:12 | |
*** pdmars has quit IRC | 13:14 | |
*** Longgeek has quit IRC | 13:14 | |
*** pdmars_ has joined #openstack-meeting | 13:14 | |
*** Longgeek has joined #openstack-meeting | 13:14 | |
*** esker has joined #openstack-meeting | 13:14 | |
*** Longgeek_ has joined #openstack-meeting | 13:15 | |
*** henrynash has quit IRC | 13:15 | |
*** dcramer_ has quit IRC | 13:17 | |
*** eharney has joined #openstack-meeting | 13:17 | |
*** belmoreira1 has quit IRC | 13:17 | |
*** Tross has joined #openstack-meeting | 13:18 | |
*** jgallard has joined #openstack-meeting | 13:18 | |
*** ni966273 has joined #openstack-meeting | 13:18 | |
*** Longgeek has quit IRC | 13:18 | |
*** jrodom has joined #openstack-meeting | 13:20 | |
*** belmoreira has joined #openstack-meeting | 13:20 | |
*** Michalik- has joined #openstack-meeting | 13:20 | |
*** dkranz has joined #openstack-meeting | 13:20 | |
*** ArthurBerezin has joined #openstack-meeting | 13:20 | |
*** lukego has joined #openstack-meeting | 13:20 | |
*** jhenner has joined #openstack-meeting | 13:21 | |
*** ni966273 has left #openstack-meeting | 13:22 | |
*** stevemar has joined #openstack-meeting | 13:24 | |
*** ArthurBerezin has quit IRC | 13:24 | |
*** ArthurBerezin has joined #openstack-meeting | 13:25 | |
*** tomoe_ has quit IRC | 13:25 | |
*** Tross has quit IRC | 13:25 | |
*** tomoe_ has joined #openstack-meeting | 13:26 | |
*** vijendar has joined #openstack-meeting | 13:28 | |
*** tomoe_ has quit IRC | 13:31 | |
*** acoles has joined #openstack-meeting | 13:32 | |
*** dingxiao has joined #openstack-meeting | 13:33 | |
*** xiaoding has joined #openstack-meeting | 13:34 | |
*** jrodom has quit IRC | 13:34 | |
*** balajiiyer has joined #openstack-meeting | 13:34 | |
*** balajiiyer has quit IRC | 13:35 | |
*** balajiiyer has joined #openstack-meeting | 13:35 | |
*** saju_m has quit IRC | 13:36 | |
*** ivasev has joined #openstack-meeting | 13:36 | |
*** denis_makogon has quit IRC | 13:37 | |
*** xiaoding has quit IRC | 13:38 | |
*** ujuc has quit IRC | 13:39 | |
*** kevinconway has joined #openstack-meeting | 13:40 | |
*** dingxiao has quit IRC | 13:40 | |
*** gcb has joined #openstack-meeting | 13:41 | |
*** doron is now known as doron_afk | 13:41 | |
*** belmoreira has quit IRC | 13:42 | |
*** thomasbiege has quit IRC | 13:42 | |
*** lukego has quit IRC | 13:43 | |
*** thuc_ has quit IRC | 13:44 | |
*** belmoreira has joined #openstack-meeting | 13:44 | |
*** brucer has quit IRC | 13:44 | |
*** thuc has joined #openstack-meeting | 13:44 | |
*** thang_ has joined #openstack-meeting | 13:45 | |
*** ArthurBerezin has quit IRC | 13:46 | |
*** akuznetsov has quit IRC | 13:47 | |
*** chandan_kumar has joined #openstack-meeting | 13:49 | |
*** thuc has quit IRC | 13:49 | |
*** jpeeler1 is now known as jpeeler | 13:50 | |
*** jpeeler has joined #openstack-meeting | 13:50 | |
*** caleb_` has joined #openstack-meeting | 13:50 | |
*** akuznetsov has joined #openstack-meeting | 13:51 | |
*** caleb_` has quit IRC | 13:52 | |
*** malini_afk is now known as malini | 13:52 | |
*** caleb_` has joined #openstack-meeting | 13:53 | |
*** denis_makogon has joined #openstack-meeting | 13:56 | |
*** vhoward- has joined #openstack-meeting | 13:56 | |
*** jgrimm has joined #openstack-meeting | 13:59 | |
*** malini has left #openstack-meeting | 13:59 | |
*** pablosan has joined #openstack-meeting | 14:00 | |
*** jjmb1 has joined #openstack-meeting | 14:02 | |
*** caleb_` has quit IRC | 14:02 | |
*** egallen has quit IRC | 14:04 | |
*** zns has joined #openstack-meeting | 14:04 | |
*** caleb_` has joined #openstack-meeting | 14:04 | |
*** zns has quit IRC | 14:05 | |
*** zhangleiqiang has joined #openstack-meeting | 14:05 | |
*** zns has joined #openstack-meeting | 14:05 | |
*** ameade has joined #openstack-meeting | 14:05 | |
*** tomoe_ has joined #openstack-meeting | 14:08 | |
*** mengxd has quit IRC | 14:09 | |
*** lukego has joined #openstack-meeting | 14:11 | |
*** ArthurBerezin has joined #openstack-meeting | 14:13 | |
*** balajiiyer has left #openstack-meeting | 14:14 | |
*** mtanino has joined #openstack-meeting | 14:17 | |
*** jpeeler has quit IRC | 14:17 | |
*** jpeeler has joined #openstack-meeting | 14:18 | |
*** jpeeler has joined #openstack-meeting | 14:18 | |
*** ujuc has joined #openstack-meeting | 14:19 | |
*** ArthurBerezin has quit IRC | 14:20 | |
*** tomoe_ has quit IRC | 14:21 | |
*** tomoe_ has joined #openstack-meeting | 14:22 | |
*** otherwiseguy has joined #openstack-meeting | 14:23 | |
*** tsekiyama has joined #openstack-meeting | 14:24 | |
*** iccha has joined #openstack-meeting | 14:24 | |
*** IlyaE has joined #openstack-meeting | 14:27 | |
*** tomoe_ has quit IRC | 14:28 | |
*** tomoe_ has joined #openstack-meeting | 14:28 | |
*** nealph has joined #openstack-meeting | 14:30 | |
*** rakhmerov has joined #openstack-meeting | 14:30 | |
*** tomoe_ has quit IRC | 14:33 | |
*** ArthurBerezin has joined #openstack-meeting | 14:36 | |
*** thang_ has quit IRC | 14:36 | |
*** ArthurBerezin has left #openstack-meeting | 14:36 | |
*** thang_ has joined #openstack-meeting | 14:36 | |
*** rakhmerov has quit IRC | 14:37 | |
*** Mikhail_D_ltp has quit IRC | 14:37 | |
*** jprovazn is now known as jprovazn_afk | 14:37 | |
*** jjmb1 has quit IRC | 14:37 | |
*** nshaikh has joined #openstack-meeting | 14:38 | |
*** AlanClark has joined #openstack-meeting | 14:39 | |
*** chandankumar_ has joined #openstack-meeting | 14:40 | |
*** doron_afk is now known as doron | 14:40 | |
*** Michalik- has quit IRC | 14:41 | |
*** david-lyle has joined #openstack-meeting | 14:43 | |
*** doron is now known as doron_afk | 14:43 | |
*** Fdot has quit IRC | 14:43 | |
*** ErikB has quit IRC | 14:44 | |
*** Fdot has joined #openstack-meeting | 14:44 | |
*** mrunge has quit IRC | 14:44 | |
*** caleb_` has quit IRC | 14:47 | |
*** caleb_` has joined #openstack-meeting | 14:47 | |
*** coolsvap has joined #openstack-meeting | 14:49 | |
*** Michalik- has joined #openstack-meeting | 14:50 | |
*** thedodd has joined #openstack-meeting | 14:50 | |
*** devvesa has joined #openstack-meeting | 14:50 | |
*** thuc_ has joined #openstack-meeting | 14:51 | |
*** otherwiseguy has quit IRC | 14:51 | |
*** matsuhashi has quit IRC | 14:52 | |
*** paragan has quit IRC | 14:53 | |
*** doddstack has joined #openstack-meeting | 14:54 | |
*** ashepelev has quit IRC | 14:54 | |
*** caleb_` has quit IRC | 14:54 | |
*** GnomeKing has joined #openstack-meeting | 14:56 | |
*** thuc has joined #openstack-meeting | 14:57 | |
*** thedodd has quit IRC | 14:57 | |
*** caleb_` has joined #openstack-meeting | 14:57 | |
*** thuc_ has quit IRC | 14:58 | |
*** thingee has joined #openstack-meeting | 14:59 | |
*** doron_afk is now known as doron | 15:00 | |
*** neelashah has quit IRC | 15:00 | |
*** GnomeKing is now known as BobBall | 15:00 | |
*** Sukhdev has joined #openstack-meeting | 15:00 | |
*** rakhmerov has joined #openstack-meeting | 15:00 | |
johnthetubaguy | #startmeeting XenAPI | 15:00 |
openstack | Meeting started Wed Apr 2 15:00:45 2014 UTC and is due to finish in 60 minutes. The chair is johnthetubaguy. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: XenAPI)" | 15:00 | |
openstack | The meeting name has been set to 'xenapi' | 15:00 |
*** Longgeek has joined #openstack-meeting | 15:00 | |
johnthetubaguy | anyone got anything to raise this week? | 15:01 |
BobBall | no | 15:01 |
BobBall | short meeting! :D | 15:01 |
johnthetubaguy | quick CI update and quick chat about the summit maybe? | 15:01 |
johnthetubaguy | #topic CI | 15:01 |
*** openstack changes topic to "CI (Meeting topic: XenAPI)" | 15:01 | |
BobBall | So the CI was horribly broken | 15:01 |
BobBall | for many reasons | 15:01 |
BobBall | mostly I blame trove ;) | 15:01 |
johnthetubaguy | lol | 15:01 |
johnthetubaguy | and now? | 15:01 |
*** devvesa has left #openstack-meeting | 15:01 | |
BobBall | was added to devstack but using "localhost" as the service endpoint for nova/swift/smt_else | 15:01 |
johnthetubaguy | oh dear | 15:02 |
BobBall | but localhost didn't work in my RAX image due to some weird IPv6 breakage where it was resolving as IPv6 | 15:02 |
*** vjay has joined #openstack-meeting | 15:02 | |
*** banix has joined #openstack-meeting | 15:02 | |
BobBall | and trove only supports IPv4 through their use if AF_INET... | 15:02 |
johnthetubaguy | wow thats what it was, funky | 15:02 |
BobBall | So... there was a seriously dodgy message for a long time | 15:02 |
*** devvesa has joined #openstack-meeting | 15:02 | |
BobBall | But it only showed up as a couple of tempest failures | 15:02 |
BobBall | which was very annoying | 15:02 |
BobBall | hopefully that's fixed now | 15:02 |
*** jrodom has joined #openstack-meeting | 15:03 | |
BobBall | other issues were encountered such as the hypervisor extension being broken | 15:03 |
johnthetubaguy | OK, crazy, but sounds like that should be fixed with any luck | 15:03 |
BobBall | #link https://review.openstack.org/#/c/84138/ | 15:03 |
*** ArxCruz has joined #openstack-meeting | 15:03 | |
BobBall | but I've excluded the test for now, so the CI isn't blocked on it | 15:03 |
*** devvesa has left #openstack-meeting | 15:03 | |
*** [1]evgenyf has joined #openstack-meeting | 15:03 | |
BobBall | I'm very frustrated with the way the CI is excluding tests | 15:03 |
BobBall | because it's independent of gerrit | 15:03 |
*** Longgeek_ has quit IRC | 15:04 | |
BobBall | which means there is no easy way of trialing re-inclusions | 15:04 |
johnthetubaguy | hmm, yes, thats anoying | 15:04 |
BobBall | also there is no way for anyone else in OpenStack to say "I want this test, but it's going to break XenAPI so we'll exclude it from that CI" | 15:04 |
BobBall | no - they just commit the test because it passes gate and then the XenAPI CI gets broken for _everyone_ because not all tests can pass | 15:04 |
BobBall | See https://review.openstack.org/#/c/81565/ where I proposed that this exclusion list should live in tempest | 15:05 |
BobBall | but that's not the right way forward | 15:05 |
johnthetubaguy | hmm, tricky | 15:05 |
BobBall | I just haven't had time to look at the right way forward due to firefighting | 15:05 |
johnthetubaguy | nothing should break XenAPI of course, or its not a valid test | 15:05 |
*** _TheDodd_ has joined #openstack-meeting | 15:05 | |
BobBall | Well, we might be doing things incorrectly | 15:05 |
*** evgenyf has quit IRC | 15:05 | |
BobBall | For example, we don't list which extensions we support | 15:05 |
*** [1]evgenyf is now known as evgenyf | 15:05 | |
johnthetubaguy | right, its something we should generally fix | 15:06 |
BobBall | if someone adds an extension to Nova and then the test in Tempest in theory that should be enough information to not run it for XenCI but to run it in gate | 15:06 |
*** dcramer_ has joined #openstack-meeting | 15:06 | |
BobBall | but as I said - I'm currently on fire patrol, so that's not even been looked at yet | 15:06 |
*** cjellick has joined #openstack-meeting | 15:06 | |
johnthetubaguy | right, needs some thought | 15:06 |
*** vjay has quit IRC | 15:06 | |
BobBall | no thought - just code :D | 15:07 |
*** jmontemayor has joined #openstack-meeting | 15:07 | |
*** david_lyle_ has joined #openstack-meeting | 15:07 | |
*** doddstack has quit IRC | 15:07 | |
johnthetubaguy | sure…. | 15:07 |
*** dklyle has joined #openstack-meeting | 15:08 | |
*** jjmb has joined #openstack-meeting | 15:08 | |
johnthetubaguy | so... | 15:08 |
johnthetubaguy | #topic Summit | 15:08 |
*** openstack changes topic to "Summit (Meeting topic: XenAPI)" | 15:08 | |
johnthetubaguy | any major blueprints for XenAPI in Juno? | 15:09 |
BobBall | yay | 15:09 |
BobBall | looking forward to the summit | 15:09 |
BobBall | Uncertain at this point | 15:09 |
johnthetubaguy | do we need a XenAPI session? probably not I guess? | 15:09 |
BobBall | I'm not convinced there would be much value to having one | 15:09 |
BobBall | but I'm only one person | 15:10 |
*** dklyle has quit IRC | 15:10 | |
johnthetubaguy | we usually over run in that session, but its often not that useful | 15:10 |
BobBall | I don't know whether others think that it's useful :) | 15:10 |
johnthetubaguy | the problem is it does reduce the visibility | 15:10 |
*** mdbooth has joined #openstack-meeting | 15:10 | |
*** wolsen has joined #openstack-meeting | 15:10 | |
johnthetubaguy | and its good to get everyone in the same room | 15:10 |
*** dklyle has joined #openstack-meeting | 15:10 | |
*** cjellick has quit IRC | 15:10 | |
*** david-lyle has quit IRC | 15:10 | |
BobBall | That would be unfortunate - but without a productive agenda I'm not sure that there would be benefit to doing that vs arranging a meetup over a pint | 15:10 |
*** dklyle is now known as david-lyle | 15:11 | |
johnthetubaguy | right, just need to make sure it happens, can I leave that to you to round people up? | 15:11 |
*** david_lyle_ has quit IRC | 15:11 | |
johnthetubaguy | I can help, just I will probably forget | 15:11 |
BobBall | Sure - why not. | 15:12 |
johnthetubaguy | cool | 15:12 |
johnthetubaguy | #topic Open Discussion | 15:12 |
*** openstack changes topic to "Open Discussion (Meeting topic: XenAPI)" | 15:12 | |
johnthetubaguy | any more for any more? | 15:12 |
BobBall | I'm not here next week | 15:12 |
BobBall | :) | 15:12 |
*** vjay has joined #openstack-meeting | 15:12 | |
johnthetubaguy | going anywhere nice? | 15:12 |
BobBall | Nah - just on vacation at home | 15:13 |
*** skraynev is now known as skraynev_afk | 15:13 | |
johnthetubaguy | ah well, that can be cool to | 15:13 |
johnthetubaguy | enjoy your week off | 15:13 |
*** tobi1 has joined #openstack-meeting | 15:13 | |
*** jjmb has quit IRC | 15:13 | |
johnthetubaguy | thanks bob | 15:13 |
johnthetubaguy | #endmeeting | 15:13 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:13 | |
openstack | Meeting ended Wed Apr 2 15:13:29 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:13 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/xenapi/2014/xenapi.2014-04-02-15.00.html | 15:13 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/xenapi/2014/xenapi.2014-04-02-15.00.txt | 15:13 |
openstack | Log: http://eavesdrop.openstack.org/meetings/xenapi/2014/xenapi.2014-04-02-15.00.log.html | 15:13 |
*** otherwiseguy has joined #openstack-meeting | 15:13 | |
*** vjay2 has joined #openstack-meeting | 15:13 | |
*** BobBall has left #openstack-meeting | 15:13 | |
*** cjellick has joined #openstack-meeting | 15:14 | |
*** thuc has quit IRC | 15:15 | |
*** jaypipes has joined #openstack-meeting | 15:15 | |
*** thuc has joined #openstack-meeting | 15:15 | |
*** neelashah1 has joined #openstack-meeting | 15:15 | |
*** ArxCruz has quit IRC | 15:16 | |
*** vhoward- has left #openstack-meeting | 15:16 | |
*** vjay has quit IRC | 15:17 | |
*** jjmb has joined #openstack-meeting | 15:17 | |
*** mihgen has quit IRC | 15:18 | |
*** avishay has joined #openstack-meeting | 15:19 | |
*** avishay has left #openstack-meeting | 15:19 | |
*** mtaylor is now known as mordred | 15:19 | |
*** vjay has joined #openstack-meeting | 15:19 | |
*** mordred has quit IRC | 15:19 | |
*** mordred has joined #openstack-meeting | 15:19 | |
*** thuc has quit IRC | 15:20 | |
*** vjay2 has quit IRC | 15:20 | |
*** ErikB has joined #openstack-meeting | 15:23 | |
*** jmontemayor has quit IRC | 15:25 | |
*** Leonr has joined #openstack-meeting | 15:25 | |
*** SumitNaiksatam has joined #openstack-meeting | 15:26 | |
*** jmontemayor has joined #openstack-meeting | 15:26 | |
*** moe818 has quit IRC | 15:28 | |
*** MaxV_ has quit IRC | 15:29 | |
*** gokrokve has joined #openstack-meeting | 15:30 | |
*** amotoki has joined #openstack-meeting | 15:32 | |
*** ttrifonov is now known as ttrifonov_zZzz | 15:32 | |
*** ttrifonov_zZzz is now known as ttrifonov | 15:32 | |
*** Jeremy_Liu has joined #openstack-meeting | 15:33 | |
*** moe818 has joined #openstack-meeting | 15:33 | |
*** Jeremy_Liu is now known as liuji | 15:33 | |
*** MaxV_ has joined #openstack-meeting | 15:34 | |
*** jrodom has quit IRC | 15:34 | |
*** pablosan has quit IRC | 15:35 | |
*** mrodden has quit IRC | 15:37 | |
*** rakhmerov has quit IRC | 15:37 | |
*** spzala has joined #openstack-meeting | 15:40 | |
*** moe819 has joined #openstack-meeting | 15:44 | |
*** moe818 has quit IRC | 15:44 | |
*** moe819 has quit IRC | 15:44 | |
*** bruff has joined #openstack-meeting | 15:44 | |
*** jlibosva has quit IRC | 15:44 | |
*** moe819 has joined #openstack-meeting | 15:44 | |
*** devlaps has joined #openstack-meeting | 15:44 | |
*** jrodom has joined #openstack-meeting | 15:44 | |
*** Tross has joined #openstack-meeting | 15:45 | |
*** belmoreira has quit IRC | 15:49 | |
*** mrodden has joined #openstack-meeting | 15:49 | |
*** cyrichardson has left #openstack-meeting | 15:49 | |
*** eghobo has joined #openstack-meeting | 15:51 | |
*** topol has quit IRC | 15:54 | |
*** thuc has joined #openstack-meeting | 15:57 | |
*** Gordonz has joined #openstack-meeting | 15:57 | |
*** Gordonz has quit IRC | 15:58 | |
*** Gordonz has joined #openstack-meeting | 15:58 | |
*** rkukura has left #openstack-meeting | 15:58 | |
*** vbala has joined #openstack-meeting | 15:58 | |
*** xuhanp has quit IRC | 15:59 | |
*** zhiyan_ is now known as zhiyan | 15:59 | |
*** Longgeek has quit IRC | 15:59 | |
*** rushiagr has joined #openstack-meeting | 16:00 | |
*** jjmb has quit IRC | 16:01 | |
*** winston-d has joined #openstack-meeting | 16:01 | |
*** bill_az has joined #openstack-meeting | 16:02 | |
*** xyang__ has joined #openstack-meeting | 16:02 | |
*** xyang__ has quit IRC | 16:02 | |
*** jbernard has joined #openstack-meeting | 16:03 | |
*** glenng has joined #openstack-meeting | 16:03 | |
*** xyang1 has joined #openstack-meeting | 16:03 | |
*** thomasem has joined #openstack-meeting | 16:03 | |
*** vbala has quit IRC | 16:04 | |
*** vbala has joined #openstack-meeting | 16:04 | |
*** joel-coffman has joined #openstack-meeting | 16:05 | |
*** jrodom has quit IRC | 16:05 | |
*** bashok has joined #openstack-meeting | 16:06 | |
*** yamahata has quit IRC | 16:06 | |
*** armax has joined #openstack-meeting | 16:07 | |
*** gseverina has joined #openstack-meeting | 16:07 | |
*** jrodom has joined #openstack-meeting | 16:08 | |
*** glenng has left #openstack-meeting | 16:08 | |
*** dkranz has quit IRC | 16:09 | |
*** coolsvap has quit IRC | 16:11 | |
*** Guest37964 has quit IRC | 16:11 | |
*** scottda has quit IRC | 16:11 | |
*** tobi1 has quit IRC | 16:11 | |
*** phil___ has quit IRC | 16:12 | |
*** Guest37964 has joined #openstack-meeting | 16:13 | |
*** catohornet has joined #openstack-meeting | 16:13 | |
*** japplewhite has joined #openstack-meeting | 16:13 | |
*** hub_cap has left #openstack-meeting | 16:14 | |
*** jim_rom has joined #openstack-meeting | 16:14 | |
*** jgallard has quit IRC | 16:14 | |
*** vbala has quit IRC | 16:16 | |
*** vbala has joined #openstack-meeting | 16:16 | |
*** coolsvap has joined #openstack-meeting | 16:17 | |
*** eghobo has quit IRC | 16:17 | |
*** eghobo has joined #openstack-meeting | 16:17 | |
*** liuji has left #openstack-meeting | 16:18 | |
*** liuji has joined #openstack-meeting | 16:18 | |
*** coolsvap has quit IRC | 16:18 | |
*** Fdot has quit IRC | 16:20 | |
*** chandankumar_ has quit IRC | 16:20 | |
*** joel-coffman has quit IRC | 16:20 | |
*** ErikB has quit IRC | 16:21 | |
*** bashok has quit IRC | 16:23 | |
*** dkranz has joined #openstack-meeting | 16:23 | |
*** shwetaap has quit IRC | 16:24 | |
*** gcb has quit IRC | 16:24 | |
*** mrmartin has quit IRC | 16:25 | |
*** nshaikh has quit IRC | 16:25 | |
*** jbernard has left #openstack-meeting | 16:26 | |
*** sbalukoff has quit IRC | 16:26 | |
*** bruff has quit IRC | 16:26 | |
*** doron is now known as doron_afk | 16:26 | |
*** [1]evgenyf has joined #openstack-meeting | 16:26 | |
*** [2]evgenyf has joined #openstack-meeting | 16:27 | |
*** caleb_` has quit IRC | 16:27 | |
*** zns has quit IRC | 16:27 | |
*** mdbooth has quit IRC | 16:28 | |
*** bruff has joined #openstack-meeting | 16:28 | |
*** evgenyf has quit IRC | 16:28 | |
*** [2]evgenyf is now known as evgenyf | 16:28 | |
*** shwetaap has joined #openstack-meeting | 16:29 | |
*** scottda has joined #openstack-meeting | 16:29 | |
*** d0ugal has quit IRC | 16:30 | |
*** [1]evgenyf has quit IRC | 16:30 | |
*** ErikB has joined #openstack-meeting | 16:31 | |
*** ominakov has quit IRC | 16:31 | |
*** bdpayne has joined #openstack-meeting | 16:31 | |
*** ygbo has quit IRC | 16:31 | |
*** d0ugal has joined #openstack-meeting | 16:32 | |
*** jjmb has joined #openstack-meeting | 16:32 | |
*** derekh has quit IRC | 16:32 | |
*** Tross has quit IRC | 16:33 | |
*** d0ugal has quit IRC | 16:33 | |
*** luqas has quit IRC | 16:34 | |
*** jmontemayor has quit IRC | 16:34 | |
*** vjay has quit IRC | 16:35 | |
*** vjay has joined #openstack-meeting | 16:35 | |
*** marcoemorais has joined #openstack-meeting | 16:36 | |
*** rossk has joined #openstack-meeting | 16:36 | |
*** cjellick has quit IRC | 16:36 | |
*** cjellick has joined #openstack-meeting | 16:37 | |
*** jim_rom has quit IRC | 16:37 | |
*** jjmb has quit IRC | 16:37 | |
*** nacim has quit IRC | 16:38 | |
*** pablosan has joined #openstack-meeting | 16:38 | |
*** megan_w|afk is now known as megan_w | 16:38 | |
*** ujuc has quit IRC | 16:39 | |
*** cjellick has quit IRC | 16:40 | |
*** cjellick has joined #openstack-meeting | 16:40 | |
*** ttrifonov is now known as ttrifonov_zZzz | 16:41 | |
*** gvernik has joined #openstack-meeting | 16:41 | |
*** blamar_ has joined #openstack-meeting | 16:41 | |
*** blamar has quit IRC | 16:42 | |
*** blamar_ is now known as blamar | 16:42 | |
*** bruff has left #openstack-meeting | 16:42 | |
*** rand738 has quit IRC | 16:43 | |
*** ndipanov has quit IRC | 16:43 | |
*** liuji has quit IRC | 16:44 | |
*** markmcclain has joined #openstack-meeting | 16:45 | |
*** vuil has joined #openstack-meeting | 16:45 | |
*** MaxV_ has quit IRC | 16:46 | |
*** moe819 has quit IRC | 16:46 | |
*** vjay has quit IRC | 16:46 | |
*** vjay has joined #openstack-meeting | 16:47 | |
*** bknudson has quit IRC | 16:47 | |
*** lukego has quit IRC | 16:48 | |
*** moe819 has joined #openstack-meeting | 16:48 | |
*** arnaud has joined #openstack-meeting | 16:49 | |
*** safchain has quit IRC | 16:50 | |
*** MaxV has joined #openstack-meeting | 16:51 | |
*** zhiyan is now known as zhiyan_ | 16:51 | |
*** lukego has joined #openstack-meeting | 16:52 | |
*** gokrokve has quit IRC | 16:52 | |
*** bruff has joined #openstack-meeting | 16:54 | |
*** bruff has left #openstack-meeting | 16:54 | |
*** shwetaap has quit IRC | 16:55 | |
*** MaxV has quit IRC | 16:55 | |
*** rand738 has joined #openstack-meeting | 16:55 | |
*** winston-d has left #openstack-meeting | 16:56 | |
*** balajiiyer has joined #openstack-meeting | 16:58 | |
*** balajiiyer has quit IRC | 16:58 | |
*** balajiiyer has joined #openstack-meeting | 16:58 | |
*** vjay has quit IRC | 16:58 | |
*** evgenyf has quit IRC | 16:58 | |
*** doron_afk has quit IRC | 16:59 | |
*** Sukhdev has quit IRC | 17:00 | |
*** otherwiseguy has quit IRC | 17:02 | |
*** zhangleiqiang has quit IRC | 17:03 | |
hartsocks | #startmeeting vmwareapi | 17:04 |
openstack | Meeting started Wed Apr 2 17:04:54 2014 UTC and is due to finish in 60 minutes. The chair is hartsocks. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:04 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:04 |
*** openstack changes topic to " (Meeting topic: vmwareapi)" | 17:04 | |
openstack | The meeting name has been set to 'vmwareapi' | 17:04 |
hartsocks | who's around? | 17:05 |
*** Mandell has joined #openstack-meeting | 17:05 | |
*** tomoe_ has joined #openstack-meeting | 17:05 | |
*** jcoufal has quit IRC | 17:05 | |
*** jmontemayor has joined #openstack-meeting | 17:05 | |
*** gokrokve has joined #openstack-meeting | 17:06 | |
vuil | Vui here | 17:07 |
hartsocks | vuil: if it's just us, this will be short. | 17:07 |
*** syerrapragada has joined #openstack-meeting | 17:08 | |
hartsocks | syerrapragada: ping | 17:08 |
hartsocks | whoops… sorry thought you were sreeram. | 17:08 |
syerrapragada | hartsocks: yes I am | 17:09 |
syerrapragada | :) | 17:09 |
hartsocks | syerrapragada: oh. okay. | 17:09 |
*** johng__ has joined #openstack-meeting | 17:09 | |
*** akuznetsov has quit IRC | 17:09 | |
hartsocks | syerrapragada: mind giving us a Minesweeper update? It's been down for a bit. | 17:09 |
*** eguz has joined #openstack-meeting | 17:09 | |
syerrapragada | We are still experiencing neutron timeouts in our cloud | 17:10 |
syerrapragada | Engineering team is working hard to fix them | 17:10 |
*** tchaypo has left #openstack-meeting | 17:10 | |
*** radez is now known as radez_g0n3 | 17:10 | |
*** tchaypo has joined #openstack-meeting | 17:10 | |
*** ErikB has quit IRC | 17:10 | |
*** vbala has quit IRC | 17:11 | |
syerrapragada | as of now minesweeper is down | 17:11 |
*** tchaypo has left #openstack-meeting | 17:11 | |
*** dcramer_ has quit IRC | 17:11 | |
hartsocks | Will we roll back from Havana to Grizzly if we can't fix the issue? | 17:11 |
syerrapragada | Not sure if it is upgrade issue | 17:12 |
*** xyang1 has quit IRC | 17:12 | |
hartsocks | okay. Well, I'm sure lots of folks are heads-down on that and adding more hands will just cause confusion. | 17:13 |
hartsocks | If that's not the case I can lend a hand as needed. | 17:13 |
syerrapragada | We will update the status page as soon as we get the updates | 17:13 |
syerrapragada | https://wiki.openstack.org/wiki/NovaVMware/Minesweeper/Status | 17:13 |
hartsocks | cool. | 17:13 |
*** shwetaap has joined #openstack-meeting | 17:13 | |
*** eghobo has quit IRC | 17:14 | |
hartsocks | I'm getting periodic pings from people asking what's up. I've been pointing them at the page. | 17:14 |
*** Sukhdev has joined #openstack-meeting | 17:14 | |
*** ssurana has joined #openstack-meeting | 17:14 | |
*** pvaneck has joined #openstack-meeting | 17:15 | |
hartsocks | Anything else on the Minesweeper we should know/ | 17:15 |
hartsocks | ? | 17:15 |
syerrapragada | Nope | 17:15 |
hartsocks | okay. | 17:15 |
vuil | I kinda have been on point on issues nova-related for MS. | 17:15 |
vuil | So far the nova computes are working as expected, I will update the page as well should we see issue there | 17:16 |
*** danflorea has joined #openstack-meeting | 17:16 | |
hartsocks | okay, syerrapragada we're counting on you! | 17:17 |
*** tomoe_ has quit IRC | 17:17 | |
*** tomoe_ has joined #openstack-meeting | 17:17 | |
syerrapragada | SG | 17:18 |
hartsocks | So, last week I took this time as a "soap box" to make the case that we need to do refactors in the driver or else we're endangering forward progress. | 17:18 |
hartsocks | I promise to avoid doing that ever again. | 17:19 |
*** thingee has left #openstack-meeting | 17:19 | |
hartsocks | This week, we have Juno open for commits… but a new blueprint process. | 17:19 |
hartsocks | #topic blueprints | 17:19 |
*** openstack changes topic to "blueprints (Meeting topic: vmwareapi)" | 17:19 | |
*** balajiiyer has left #openstack-meeting | 17:19 | |
vuil | yep. | 17:19 |
*** ErikB has joined #openstack-meeting | 17:19 | |
vuil | oslo.vmware integration... | 17:19 |
hartsocks | So… I'm babysitting https://review.openstack.org/#/c/84307/ trying to get it approved. | 17:20 |
vuil | I am in the process of drafting one, mostly to cover https://review.openstack.org/#/c/70175/ | 17:20 |
hartsocks | vuil: and I wanted to bring up what should go next. | 17:20 |
vuil | I saw john g has suggestion of combining into a bigger bp or something. | 17:20 |
vuil | do I still go ahead then? | 17:20 |
hartsocks | vuil: based on that feedback I think we need to write an over-arching "refactor blueprint" | 17:21 |
vuil | (https://review.openstack.org/#/c/70175/ was kinda hiding behind some vSAN-related patches because it was the first time where we _absolutely_ needed the oslo.vmware lib) | 17:21 |
hartsocks | vuil: then break that down into smaller BP/work items. | 17:21 |
*** lukego has quit IRC | 17:22 | |
hartsocks | One of the things we need to work out is how we move code between oslo.vmware and Nova … | 17:22 |
hartsocks | … I'm not 100% on how this should go. | 17:22 |
*** tomoe_ has quit IRC | 17:22 | |
dhellmann | move code between? | 17:22 |
hartsocks | But one of the processes that made sense to me was to work out details in Nova then port them to oslo.vmware | 17:22 |
vuil | the over-arching bp sounds more like high level consolidation of 'here are the actual things we are doing", sounds about right? | 17:22 |
dhellmann | ah, from nova into the lib, ok :-) | 17:23 |
hartsocks | vuil: yeah, that's what I think. | 17:23 |
vuil | moving common code to oslo.vmware is an ongoing process. | 17:23 |
*** morganfainberg_Z is now known as morganfainberg | 17:23 | |
hartsocks | dhellmann: yeah. More or less. As we define things in Nova that work well and generically then migrate them up to oslo.vmware for later consumption. | 17:23 |
vuil | I think step 1 with the oslo.vmware integration is convert stuff in nova to use the stuff that is _already_ in oslo.vmware | 17:24 |
hartsocks | vuil: like this? https://review.openstack.org/#/c/70175/18/nova/virt/vmwareapi/error_util.py … which is mostly removes | 17:25 |
vuil | the ongoing process part is taking a holistic view and see if there is other code that has cross-project benefits and promote it to oslo.vmware if so. | 17:25 |
vuil | and pretty much all of vmware_images.py | 17:25 |
vuil | api.py | 17:25 |
vuil | etc | 17:25 |
*** shwetaap has quit IRC | 17:25 | |
vuil | they have much better test coverage in the oslo equivalent, and it's painful to have to modify similar stuff in >1 place | 17:26 |
*** huats_ has quit IRC | 17:26 | |
*** huats has joined #openstack-meeting | 17:27 | |
hartsocks | This is that common "dual maintenance" problem other libs have to deal with. | 17:27 |
vuil | is this part of the conversion what john g wants described in the overarching bp? | 17:27 |
hartsocks | vuil: yeah, I think it is actually. | 17:27 |
*** thuc_ has joined #openstack-meeting | 17:27 | |
hartsocks | I'm also trying to figure out when the "you should do this in oslo.vmware" statements are spurious or really sharp points. :-) | 17:28 |
*** amotoki has quit IRC | 17:28 | |
vuil | okay, would be good if the 'ongoing process', well, being ongoing (â„¢), can be taken out of the scope of the bp | 17:28 |
hartsocks | There's "ongoing" and then there's "ongoing" ... | 17:29 |
hartsocks | … I mean the oslo.vmware library has discrete releases. | 17:29 |
*** Mandell_ has joined #openstack-meeting | 17:29 | |
hartsocks | So you integrate release 1. | 17:29 |
hartsocks | When release 2 shows up, you use that. | 17:29 |
hartsocks | Is each one a full blown BP? It seems like that's how they want us to do business now. | 17:30 |
*** SumitNaiksatam_ has joined #openstack-meeting | 17:30 | |
hartsocks | Make sense? | 17:31 |
*** thuc has quit IRC | 17:31 | |
*** markmcclain has quit IRC | 17:31 | |
dhellmann | fwiw, during juno I anticipate us doing regular alpha releases with a targeted 1.x release at the end of the cycle | 17:31 |
vuil | first part I think so. | 17:31 |
dhellmann | of all oslo libs | 17:31 |
hartsocks | dhellmann: so… does that mean we do an integration effort on each alpha release? | 17:32 |
hartsocks | dhellmann: and are those typically bugs or blueprints? | 17:32 |
hartsocks | dhellmann: or free floating patches (which I've seen a few on Nova) | 17:32 |
vuil | doug can you comment on whether you think each hunk of coversion of existing code to oslo.vmware will warrant a BP? Maybe a new work item in a bp or something? | 17:32 |
dhellmann | hartsocks: the devstack gate integration already pulls from master, and we are going to add similar integration jobs to run unit tests for consuming projects | 17:32 |
dhellmann | so for oslo.vmware, we might have nova and cinder unit tests gate changes to oslo.vmware for example | 17:32 |
*** rakhmerov has joined #openstack-meeting | 17:33 | |
dhellmann | vuil: I'm not sure it needs a separate blueprint in oslo, although if they are large chunks it would make tracking simpler | 17:33 |
dhellmann | I can't really comment on what other projects are going to want | 17:33 |
*** markmcclain has joined #openstack-meeting | 17:33 | |
*** tango has joined #openstack-meeting | 17:33 | |
dhellmann | and I would think blueprints, not bugs | 17:34 |
*** tris has quit IRC | 17:34 | |
hartsocks | dhellmann: that makes the imported version of the library up-to date. Which underscores that any interfaces we define need to stay stable. | 17:34 |
dhellmann | that's right | 17:35 |
hartsocks | dhellmann: and I suppose depending on the project's PTL and core team you have to have a blueprint to make the project use new methods and classes in your library. | 17:35 |
*** harlowja_away is now known as harlowja | 17:35 | |
*** evgenyf has joined #openstack-meeting | 17:35 | |
dhellmann | that's likely, but as you say it would depend on how the project runs | 17:35 |
hartsocks | okay. | 17:35 |
dhellmann | keep in mind, stable doesn't mean the API can't change, just that the old API needs to keep working in parallel | 17:36 |
hartsocks | in general, that means deprecate API you don't want to use, add new API and get people moving to the new API. | 17:37 |
*** abramley_ has joined #openstack-meeting | 17:37 | |
hartsocks | So. How do you deprecate an API in OSLO? | 17:37 |
hartsocks | Is there a decorator? | 17:37 |
*** jprovazn_afk is now known as jprovazn | 17:37 | |
*** gokrokve_ has joined #openstack-meeting | 17:37 | |
dhellmann | yes, there's a decorator in one of the incubator libs | 17:38 |
*** gokrokve has quit IRC | 17:38 | |
*** Mandell has quit IRC | 17:38 | |
*** SumitNaiksatam has quit IRC | 17:38 | |
*** wolsen has quit IRC | 17:38 | |
*** IlyaE has quit IRC | 17:38 | |
*** noslzzp has quit IRC | 17:38 | |
*** leifz has quit IRC | 17:38 | |
*** matrohon has quit IRC | 17:38 | |
*** nprivalova has quit IRC | 17:38 | |
*** abramley has quit IRC | 17:38 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 17:38 | |
*** abramley_ is now known as abramley | 17:38 | |
hartsocks | okay. | 17:38 |
*** megan_w is now known as megan_w|afk | 17:38 | |
*** garyk has joined #openstack-meeting | 17:39 | |
hartsocks | I bring it up because of issues like: https://blueprints.launchpad.net/nova/+spec/vmware-vm-ref-refactor | 17:39 |
hartsocks | Where I'm convinced the issue is with the definition of the API. | 17:39 |
hartsocks | AFAIK we avoided moving that up to oslo.vmware but if we had mistakenly I wanted to know how to get out of the situation. | 17:40 |
*** lukego has joined #openstack-meeting | 17:40 | |
*** akuznetsov has joined #openstack-meeting | 17:40 | |
dhellmann | hartsocks: you could leave the old code in place, create the new classes in separate (or the same) modules, deprecate the old way, update the consumers, and eventually remove it from the lib following a deprecation period | 17:41 |
dhellmann | we're still working out the details on "deprecation period" :-) | 17:41 |
*** jcoufal has joined #openstack-meeting | 17:41 | |
dhellmann | we have to be careful that new releases of an oslo lib don't break old versions of apps while they are under stable maint, for example | 17:41 |
* hartsocks wonders how long Java had deprecated date classes | 17:41 | |
dhellmann | that probably means we need a 3 cycle deprecation, but that's just off-the-cuff and not a real policy | 17:42 |
hartsocks | okay, so it's a moving target. | 17:43 |
hartsocks | In some projects the level of VMware code is very shallow. | 17:44 |
hartsocks | vmware code integration | 17:44 |
hartsocks | so that means deprecation won't have to go on for very long. | 17:44 |
dhellmann | do you anticipate supporting users of this library other than the openstack projects? | 17:44 |
*** wolsen has joined #openstack-meeting | 17:45 | |
hartsocks | if it's oslo.vmware then it should be open stack only | 17:45 |
sdague | fungi: so https://jenkins03.openstack.org/job/check-tempest-dsvm-full-havana/59/console didn't do the right thing | 17:45 |
*** markvan has joined #openstack-meeting | 17:46 | |
hartsocks | dhellmann, I happen to have been given a project to create a separate open source library in python that I anticipate moving anything really general out to | 17:46 |
fungi | oh no | 17:46 |
*** markvan_ has quit IRC | 17:46 | |
dhellmann | hartsocks: cool | 17:46 |
*** shwetaap has joined #openstack-meeting | 17:46 | |
*** rakhmerov has quit IRC | 17:47 | |
*** nprivalova has joined #openstack-meeting | 17:47 | |
*** dcramer_ has joined #openstack-meeting | 17:47 | |
hartsocks | dhellmann: fyi … https://github.com/vmware/pyvmomi | 17:47 |
*** sbalukoff has joined #openstack-meeting | 17:47 | |
sdague | oops, sorry folks, tab placement challenges | 17:47 |
*** matrohon has joined #openstack-meeting | 17:47 | |
hartsocks | sdague: :-) I figured. | 17:47 |
*** donagh has joined #openstack-meeting | 17:47 | |
hartsocks | okay, so we had a light turn out this week. | 17:49 |
hartsocks | I wanted to get to Juno planning but there's not enough folks around. | 17:49 |
hartsocks | #link https://etherpad.openstack.org/p/vmware-subteam-juno | 17:50 |
hartsocks | I think we should do some data collection on everything we want targeted for Juno | 17:50 |
*** japplewhite has left #openstack-meeting | 17:50 | |
hartsocks | … and we should do some sort of vote for priority order of things. | 17:50 |
hartsocks | (when coordination is needed) | 17:50 |
hartsocks | What do people think of that? Too much process? Too little? Let tjones decide? | 17:51 |
*** megan_w|afk is now known as megan_w | 17:51 | |
*** topol has joined #openstack-meeting | 17:52 | |
*** wolsen has left #openstack-meeting | 17:52 | |
hartsocks | #topic open discussion | 17:53 |
*** openstack changes topic to "open discussion (Meeting topic: vmwareapi)" | 17:53 | |
*** syerrapragada1 has joined #openstack-meeting | 17:55 | |
*** _TheDodd_ has quit IRC | 17:55 | |
*** syerrapragada1 has quit IRC | 17:55 | |
hartsocks | going once... | 17:55 |
hartsocks | going twice… | 17:56 |
hartsocks | okay, see you next week | 17:58 |
hartsocks | #endmeeting | 17:58 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 17:58 | |
openstack | Meeting ended Wed Apr 2 17:58:29 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:58 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/vmwareapi/2014/vmwareapi.2014-04-02-17.04.html | 17:58 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/vmwareapi/2014/vmwareapi.2014-04-02-17.04.txt | 17:58 |
openstack | Log: http://eavesdrop.openstack.org/meetings/vmwareapi/2014/vmwareapi.2014-04-02-17.04.log.html | 17:58 |
*** pdmars_ is now known as pdmars | 17:58 | |
*** syerrapragada has quit IRC | 17:58 | |
*** IlyaE has joined #openstack-meeting | 18:00 | |
*** danflorea has quit IRC | 18:00 | |
*** Gordonz has quit IRC | 18:01 | |
*** jjmb has joined #openstack-meeting | 18:01 | |
*** donagh has quit IRC | 18:02 | |
*** bknudson has joined #openstack-meeting | 18:02 | |
*** MaxV_ has joined #openstack-meeting | 18:03 | |
*** Mandell_ has quit IRC | 18:04 | |
*** jjmb1 has joined #openstack-meeting | 18:05 | |
*** patelna has joined #openstack-meeting | 18:05 | |
*** dcramer_ has quit IRC | 18:05 | |
*** jjmb has quit IRC | 18:05 | |
*** jjmb has joined #openstack-meeting | 18:06 | |
*** mihgen has joined #openstack-meeting | 18:06 | |
*** arnaud has quit IRC | 18:06 | |
*** arnaud__ has joined #openstack-meeting | 18:06 | |
*** zns has joined #openstack-meeting | 18:07 | |
*** danflorea has joined #openstack-meeting | 18:08 | |
*** jjmb1 has quit IRC | 18:09 | |
*** syerrapragada has joined #openstack-meeting | 18:09 | |
*** zul has quit IRC | 18:09 | |
*** akuznetsov has quit IRC | 18:09 | |
*** caleb_` has joined #openstack-meeting | 18:12 | |
*** zul has joined #openstack-meeting | 18:12 | |
*** amandeep has joined #openstack-meeting | 18:12 | |
*** amandeep is now known as Guest15119 | 18:13 | |
*** dguitarbite has quit IRC | 18:13 | |
*** dguitarbite has joined #openstack-meeting | 18:13 | |
*** MaxV_ has quit IRC | 18:15 | |
*** denis_makogon_ has joined #openstack-meeting | 18:15 | |
*** Mikhail_D_ltp has joined #openstack-meeting | 18:15 | |
*** esheffield has joined #openstack-meeting | 18:15 | |
*** megan_w is now known as megan_w|afk | 18:17 | |
*** egallen has joined #openstack-meeting | 18:17 | |
*** radez_g0n3 has quit IRC | 18:17 | |
*** radez_g0n3 has joined #openstack-meeting | 18:17 | |
*** akuznetsov has joined #openstack-meeting | 18:17 | |
*** denis_makogon has quit IRC | 18:18 | |
*** dcramer_ has joined #openstack-meeting | 18:18 | |
*** MaxV_ has joined #openstack-meeting | 18:19 | |
*** dkehn__ has joined #openstack-meeting | 18:19 | |
*** dguitarbite has quit IRC | 18:20 | |
*** dkehn_ has quit IRC | 18:23 | |
*** Mandell has joined #openstack-meeting | 18:25 | |
*** jhenner has quit IRC | 18:29 | |
*** jhenner has joined #openstack-meeting | 18:29 | |
*** denis_makogon_ is now known as denis_makogon | 18:30 | |
*** caleb_` has quit IRC | 18:31 | |
*** caleb_` has joined #openstack-meeting | 18:32 | |
*** IlyaE has quit IRC | 18:32 | |
*** leifz has joined #openstack-meeting | 18:32 | |
*** noslzzp has joined #openstack-meeting | 18:32 | |
*** pcm_ has joined #openstack-meeting | 18:34 | |
*** pcm_ has left #openstack-meeting | 18:34 | |
*** novas0x2a|laptop has joined #openstack-meeting | 18:35 | |
*** megan_w|afk is now known as megan_w | 18:36 | |
*** IlyaE has joined #openstack-meeting | 18:38 | |
*** mihgen has quit IRC | 18:39 | |
*** pradipta_away has quit IRC | 18:40 | |
*** rand738 has quit IRC | 18:41 | |
*** __afazekas is now known as afazekas | 18:41 | |
*** rand738 has joined #openstack-meeting | 18:41 | |
*** chandankumar_ has joined #openstack-meeting | 18:41 | |
*** pradipta_away has joined #openstack-meeting | 18:42 | |
*** spzala has quit IRC | 18:42 | |
*** evgenyf has quit IRC | 18:42 | |
*** rakhmerov has joined #openstack-meeting | 18:42 | |
*** otherwiseguy has joined #openstack-meeting | 18:43 | |
*** MaxV__ has joined #openstack-meeting | 18:45 | |
*** yassine has quit IRC | 18:45 | |
*** _nadya_ has joined #openstack-meeting | 18:45 | |
*** thuc_ has quit IRC | 18:45 | |
*** thuc has joined #openstack-meeting | 18:46 | |
*** rakhmerov has quit IRC | 18:47 | |
*** MaxV_ has quit IRC | 18:47 | |
*** urulama has joined #openstack-meeting | 18:47 | |
*** akuznetsov has quit IRC | 18:47 | |
*** thuc has quit IRC | 18:48 | |
*** thuc has joined #openstack-meeting | 18:48 | |
*** andrew_plunk has joined #openstack-meeting | 18:48 | |
*** thuc has quit IRC | 18:48 | |
*** thuc has joined #openstack-meeting | 18:49 | |
*** alexpilotti has quit IRC | 18:50 | |
*** danflorea has quit IRC | 18:51 | |
*** _nadya_ has quit IRC | 18:52 | |
*** radez_g0n3 is now known as radez | 18:54 | |
*** arnaud__ has quit IRC | 18:55 | |
*** portante has joined #openstack-meeting | 18:55 | |
*** chandankumar_ has quit IRC | 18:55 | |
*** urulama has quit IRC | 18:56 | |
*** _TheDodd_ has joined #openstack-meeting | 18:56 | |
*** gokrokve_ has quit IRC | 18:56 | |
*** marun is now known as maru_afk | 18:57 | |
*** johng__ has quit IRC | 18:57 | |
*** shwetaap has quit IRC | 18:57 | |
*** syerrapragada has quit IRC | 18:57 | |
*** Sukhdev has quit IRC | 18:58 | |
*** cschwede_ has joined #openstack-meeting | 18:58 | |
*** zehicle_at_dell has joined #openstack-meeting | 18:58 | |
*** MaxV__ has quit IRC | 18:59 | |
*** imsurit has quit IRC | 18:59 | |
*** dfg has joined #openstack-meeting | 18:59 | |
notmyname | swift meeting time | 19:00 |
*** zehicle has quit IRC | 19:00 | |
notmyname | #startmeeting swift | 19:01 |
openstack | Meeting started Wed Apr 2 19:01:02 2014 UTC and is due to finish in 60 minutes. The chair is notmyname. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:01 |
*** openstack changes topic to " (Meeting topic: swift)" | 19:01 | |
openstack | The meeting name has been set to 'swift' | 19:01 |
*** glange has joined #openstack-meeting | 19:01 | |
creiht | howdy | 19:01 |
portante | o/ | 19:01 |
notmyname | welcome to the weekly fun times! | 19:01 |
cschwede_ | Hello :) | 19:01 |
notmyname | who's here? | 19:01 |
*** rwsu has quit IRC | 19:01 | |
*** zaitcev has joined #openstack-meeting | 19:01 | |
notmyname | #link https://wiki.openstack.org/wiki/Meetings/Swift | 19:01 |
*** mrmartin has joined #openstack-meeting | 19:02 | |
notmyname | sorry, just catching up. and going slow. | 19:02 |
acoles | here | 19:02 |
notmyname | just got to my desk about 3 minutes before the meeting :-) | 19:02 |
notmyname | ok, status updates on icehouse | 19:02 |
*** overlayer has quit IRC | 19:02 | |
notmyname | #topic icehouse final things | 19:03 |
*** openstack changes topic to "icehouse final things (Meeting topic: swift)" | 19:03 | |
notmyname | by my count, there are 2 patches that should land today | 19:03 |
notmyname | and then we can safely do an RC tomorrow am (california time) | 19:03 |
notmyname | if-none-match https://review.openstack.org/#/c/81646/ | 19:04 |
portante | I am still hoping the in-process tests will land | 19:04 |
portante | maybe that is too much to expect | 19:04 |
notmyname | which creiht and acoles and myself are looking at | 19:04 |
portante | I am almost done | 19:04 |
notmyname | and https://review.openstack.org/#/c/84456/ about swift-{account,container}-info | 19:04 |
*** MaxV_ has joined #openstack-meeting | 19:04 | |
notmyname | the 2nd there is important because we haven't realeased with those tools yet, and they are currently out of sync on master | 19:05 |
*** jwang_ has joined #openstack-meeting | 19:05 | |
notmyname | ie different outputs etc | 19:05 |
notmyname | and unifying it before the release means less migration pains | 19:05 |
*** jaypipes has quit IRC | 19:05 | |
*** mrmartin has quit IRC | 19:06 | |
notmyname | the if-none-match patch is a nice feature and close | 19:06 |
notmyname | portante: if the func tests can get finished and reviewed today, that's great to include. but is that likely? | 19:06 |
portante | dunno. :) | 19:06 |
portante | just hopeful | 19:06 |
*** caleb_` has quit IRC | 19:06 | |
notmyname | ok | 19:06 |
portante | perhaps unfounded | 19:06 |
zaitcev | I'll look at if-none-match | 19:07 |
*** mrda_away is now known as mrda | 19:07 | |
notmyname | zaitcev: thanks | 19:07 |
cschwede_ | notmyname: i'm also looking :) | 19:07 |
*** Tross has joined #openstack-meeting | 19:07 | |
creiht | right now I'm trying to figure out why the if-none-match stuff isn't getting test coverage | 19:07 |
*** shwetaap has joined #openstack-meeting | 19:07 | |
*** rwsu has joined #openstack-meeting | 19:07 | |
*** _nadya_ has joined #openstack-meeting | 19:07 | |
*** peluse has joined #openstack-meeting | 19:07 | |
notmyname | anything else on icehouse patches? | 19:08 |
cschwede_ | creiht: me too, but i start thinking that the problem is coverage report, not the coverage itself | 19:08 |
peluse | fyi, here. (WFH and having some VPN issues though) | 19:08 |
*** clayg has joined #openstack-meeting | 19:08 | |
clayg | ohai! | 19:08 |
*** andrew_plunk has left #openstack-meeting | 19:08 | |
*** donagh has joined #openstack-meeting | 19:08 | |
notmyname | ok, if nothing else for icehouse rc, let's move on | 19:09 |
notmyname | #topic tempest fyi | 19:09 |
*** openstack changes topic to "tempest fyi (Meeting topic: swift)" | 19:09 | |
notmyname | this is really just to make sure people know what's going on | 19:09 |
notmyname | a couple of things here | 19:09 |
notmyname | first, I've put some swift-related patches for tempest on https://wiki.openstack.org/wiki/Swift/PriorityReviews | 19:10 |
*** mwagner_afk has quit IRC | 19:10 | |
notmyname | so taking a look there would be good | 19:10 |
notmyname | second, and the bigger thing, is that tempest is going to get a lot more important to us in the future | 19:10 |
*** MaxV__ has joined #openstack-meeting | 19:10 | |
notmyname | the current discussions in the openstack board of directors is that the tempest tests will actually be what determine what can be called "openstack" | 19:11 |
*** caleb_` has joined #openstack-meeting | 19:11 | |
notmyname | ie if it's tested by tempest and passes in most installs, then that can be openstack | 19:11 |
notmyname | if it's not tested in tempest, then it can't be called openstack | 19:11 |
creiht | heh | 19:11 |
clayg | lol @ creiht | 19:11 |
* creiht goes to write minimal-stack | 19:11 | |
notmyname | (there are a few other things, but the tempest part is most relevant to us now) | 19:11 |
notmyname | I don't really have much to add there. this is an FYI about the openstack steamroller process that is underway | 19:12 |
*** gokrokve has joined #openstack-meeting | 19:12 | |
notmyname | any questions? | 19:12 |
cschwede_ | notmyname: but tempest will only work with keystone? | 19:12 |
cschwede_ | s/will/is/ | 19:12 |
creiht | cschwede_: that may be on purpose | 19:13 |
zaitcev | keystone is not that bad | 19:13 |
creiht | not sure what the keystone requirements will be | 19:13 |
notmyname | ya. that's the way it is today | 19:13 |
portante | cschwede_: I think openstack wants to test how swift will be used in a full openstack setup | 19:13 |
*** MaxV_ has quit IRC | 19:13 | |
creiht | zaitcev: but a *lot* of swift providers do not use keystone | 19:13 |
notmyname | portante: "openstack" thinks there is only a "full openstack setup" | 19:13 |
portante | sure | 19:14 |
clayg | notmyname: well that's the setup they're most concerened with | 19:14 |
creiht | notmyname: except for those clouds that don't run swift that will still be called openstack | 19:14 |
portante | and they leave individual testing to the respective projects | 19:14 |
notmyname | right. I'm not (currently) complaining about that. just acknowledging it | 19:14 |
creiht | hehe | 19:14 |
peluse | can we propose its not openstack w/o swift? | 19:14 |
creiht | yeah we don't need to beat the dead horse here | 19:14 |
peluse | :) | 19:14 |
cschwede_ | that said afaik tempest tests for swift are in a (very) good shape | 19:14 |
notmyname | portante: actually, ya. but that's dependent on tempest testing | 19:14 |
notmyname | err peluse^ | 19:14 |
notmyname | cschwede_: that's good :-) | 19:15 |
cschwede_ | good coverage for most functionalities | 19:15 |
notmyname | they didnt' used to be, but I know there has been some efforr to improve things | 19:15 |
notmyname | although they aren't using /info, which I discovered last night | 19:15 |
peluse | who maintains the tempest tests for swift? | 19:15 |
cschwede_ | notmyname: but the plan is to use /info, might even be a patch for it | 19:15 |
notmyname | cschwede_: great! | 19:15 |
portante | are not unit tests per-project enough? | 19:16 |
portante | ;) | 19:16 |
*** evgenyf has joined #openstack-meeting | 19:16 | |
notmyname | peluse: the tempest team. there's a PTL and core and everything | 19:16 |
peluse | so do they keep in pretty clsoe contact with the various projects to assure decent coverage? | 19:16 |
notmyname | peluse: I think everyone wants the current state of things to get better | 19:17 |
peluse | like... for example... do we need to do anything there wrt policies? | 19:17 |
notmyname | (dodge, dodge, political answer) | 19:17 |
notmyname | peluse: yes, probably. I don't know what yet | 19:17 |
peluse | its almost like you're running for some office or something :) | 19:17 |
notmyname | any other questions about tempest? I don't think there's actually much to do in here today about it, other than "don't ignore it, please" | 19:18 |
zaitcev | I'll try. If-none-match first though | 19:19 |
*** garyk has quit IRC | 19:19 | |
*** Guest15119 has quit IRC | 19:19 | |
notmyname | zaitcev: thanks :-) | 19:19 |
notmyname | #topic storage policy update | 19:19 |
*** openstack changes topic to "storage policy update (Meeting topic: swift)" | 19:19 | |
notmyname | clayg: peluse: can you give us a quick status update? | 19:19 |
*** jlibosva has joined #openstack-meeting | 19:19 | |
peluse | I've got a small refactor and a bug fix ready for eyes. Have a 3rd that depends on clayg's update on reconclier. | 19:20 |
*** Sukhdev has joined #openstack-meeting | 19:20 | |
*** Tross has quit IRC | 19:20 | |
clayg | aside from some polish the primary code paths are all complete | 19:20 |
*** caleb_` has quit IRC | 19:20 | |
peluse | next steps? | 19:20 |
*** caleb_` has joined #openstack-meeting | 19:21 | |
clayg | there is work remaining for the reconciler, and particularlly with container replication - working through probetests and manual functional testing | 19:21 |
clayg | we'll need docs and some rebase'ing to prepare the full set of changes for merge on master | 19:21 |
*** overlayer has joined #openstack-meeting | 19:22 | |
peluse | OK, can we get some more folks to get the other lower hanging fruit ready-to-reivew patches pushed through so all that's remaining is clayg's reconciler? | 19:22 |
peluse | ...and docs | 19:22 |
notmyname | clayg: you've taken over torgomatic's branch, right? | 19:22 |
peluse | reminds me, notmyname, do you ahve someone good/at planninng on doing a doc section for SP or want me to take a stab? | 19:22 |
notmyname | ie, you'll be the one proposing those to master? | 19:22 |
clayg | notmyname: yeah i'm still poking holes in the cleanup_table approach and trying to hybridize his approach with the queue based reconciler | 19:23 |
notmyname | peluse: we're it. I'll be happy to help write those with you | 19:23 |
peluse | notmyname: cool, let me know if you want me to start it if you want want to | 19:23 |
notmyname | clayg: great! | 19:23 |
notmyname | peluse: go ahead :-) | 19:23 |
clayg | peluse: I'd like to go over the unified diff and look for drive by refactorings and particularlly cleanup in tests that could be brought over to master before the storage policy patches | 19:24 |
peluse | so next steps: (1) someone please rview the 2 patches I have that are small/ready (2) clayg to continue wrapping reconciler (3) clayg to udpate github patch set once those are done (4) me/notnmyane on docs (5) core folks review github patch set (6) clayg start to porse to master. Yes? | 19:24 |
clayg | peluse: I think we've been doing that quite a bit as we go but there may be some stuff that would look find on master as it and simplify the final change line | 19:24 |
clayg | peluse: somewhere in there is an icehouse release | 19:25 |
*** gokrokve has quit IRC | 19:25 | |
peluse | well, yeah, I didn't mean to imply an urgnecy ... | 19:25 |
peluse | but we are on the sp topic :) | 19:25 |
notmyname | clayg: tomorrow am the branch will be cut, then we're free to do whatever on master | 19:25 |
clayg | whoo | 19:25 |
notmyname | clayg: so you'll start proposing sp to master at lunch tomorrow? ;-) | 19:26 |
*** jlibosva has quit IRC | 19:26 | |
notmyname | it's done, right? | 19:26 |
peluse | 2 patches I mentioned above: https://review.openstack.org/#/c/83252/ https://review.openstack.org/#/c/83840/ | 19:26 |
clayg | heh, maybe | 19:26 |
notmyname | peluse: thanks | 19:26 |
peluse | maybe eat lunch first :) | 19:26 |
notmyname | any other questions or updates on storage policies? | 19:27 |
*** gokrokve has joined #openstack-meeting | 19:27 | |
*** lukego has quit IRC | 19:27 | |
peluse | just a huge thanks to clayg for the exyta effort w/torgomatic's abse3nce | 19:27 |
clayg | it's probably best to get the first changes up and get some fresh eyes on them to see where we might want to add comments/logging rephrase this way or that, why this approach or that | 19:27 |
notmyname | yup | 19:28 |
peluse | you mean up on github or up in gerrit? | 19:28 |
notmyname | gerrit IMO | 19:28 |
clayg | ... unittest coverage, do we recommend multiple policies on a saio, should functional tests look for multiple policies. | 19:28 |
peluse | yup, agreed | 19:28 |
clayg | eah i ment gerrit | 19:28 |
*** gokrokve has quit IRC | 19:29 | |
notmyname | #topic open discussion | 19:29 |
*** openstack changes topic to "open discussion (Meeting topic: swift)" | 19:29 | |
notmyname | anything else to bring up today? | 19:29 |
notmyname | creiht: everything ok in RAX-landia? | 19:29 |
notmyname | oh, the hackathon! | 19:29 |
creiht | notmyname: as far as I know things are fine | 19:29 |
notmyname | cool | 19:30 |
zaitcev | I'm against recommending multiply SP on SAIO. The install is intimidating enough as it is, and we love new adopters. Functests are different, they are free to say "install SAIO and post-configure it to add SPs like so" | 19:30 |
notmyname | hackathon link is public at https://www.eventbrite.com/e/openstack-swift-june-hackathon-tickets-8309569145 | 19:30 |
zaitcev | IMHO | 19:30 |
*** caleb_` has quit IRC | 19:30 | |
*** fbo is now known as fbo_away | 19:30 | |
clayg | zaitcev: that's reasonable, although it's really just changing the example swift.conf | 19:30 |
peluse | zaitcev: agree, not sure I'd see value in a deault multiple policy install on SAIO but back to clayg's comment - I do think functinoal test coverage needs to at least run on a non-default policy | 19:30 |
zaitcev | clayg: what does it do in absense of multiply rings, then? | 19:30 |
*** jjmb has quit IRC | 19:31 | |
clayg | zaitcev: heh fair point, but you can cp object.ring.gz to object-1.ring.gz | 19:31 |
peluse | yup, that's mostly how I test | 19:31 |
clayg | zaitcev: but I think keeping the saio simple is reasonable | 19:31 |
peluse | and if you change swift.cnf and don't make another ring file you'll get puked on | 19:31 |
peluse | same as if you forget to make the regualr obj ring | 19:32 |
clayg | zaitcev: the only reason I find it particularlly interesting is probetests which are targeted at multiple policies | 19:32 |
zaitcev | hmm | 19:32 |
peluse | double hmm | 19:32 |
*** cjellick has quit IRC | 19:32 | |
zaitcev | yeah, we do run probetests in the end of SAIO document | 19:32 |
notmyname | but that question doesn't need to be solved right here right now, does it? | 19:32 |
peluse | don't think so | 19:33 |
*** caleb_` has joined #openstack-meeting | 19:34 | |
notmyname | anything else to discuss in the meeting today? | 19:34 |
donagh | notmyname: do you know which *day* swift has at the design summit? (planning travel) | 19:34 |
notmyname | donagh: there is a tentative schedule that has us split across thursday and friday. it's not a final schedule, though | 19:34 |
donagh | ok, that;s good enough for now | 19:35 |
notmyname | k | 19:35 |
notmyname | thanks for all your work. you're what makes swift awesome! | 19:35 |
notmyname | thanks for coming | 19:35 |
notmyname | #endmeeting | 19:36 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 19:36 | |
openstack | Meeting ended Wed Apr 2 19:36:00 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 19:36 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/swift/2014/swift.2014-04-02-19.01.html | 19:36 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/swift/2014/swift.2014-04-02-19.01.txt | 19:36 |
*** zaitcev has left #openstack-meeting | 19:36 | |
openstack | Log: http://eavesdrop.openstack.org/meetings/swift/2014/swift.2014-04-02-19.01.log.html | 19:36 |
*** portante has left #openstack-meeting | 19:36 | |
*** dfg has left #openstack-meeting | 19:36 | |
*** peluse has left #openstack-meeting | 19:36 | |
*** andersonvom has joined #openstack-meeting | 19:37 | |
*** glange has left #openstack-meeting | 19:37 | |
*** danflorea has joined #openstack-meeting | 19:37 | |
*** spzala has joined #openstack-meeting | 19:38 | |
*** clayg has left #openstack-meeting | 19:38 | |
*** donagh has quit IRC | 19:38 | |
*** gvernik has quit IRC | 19:39 | |
*** Tross has joined #openstack-meeting | 19:41 | |
*** rakhmerov has joined #openstack-meeting | 19:43 | |
*** vkmc has quit IRC | 19:44 | |
*** jcoufal has quit IRC | 19:44 | |
*** danflorea has left #openstack-meeting | 19:45 | |
*** _nadya_ has quit IRC | 19:46 | |
*** doug_shelley66 has quit IRC | 19:47 | |
*** pablosan is now known as zz_pablosan | 19:47 | |
*** balajiiyer has joined #openstack-meeting | 19:47 | |
*** dripton has quit IRC | 19:55 | |
*** zz_pablosan is now known as pablosan | 19:55 | |
*** rakhmerov has quit IRC | 19:55 | |
*** BillArnold has joined #openstack-meeting | 19:56 | |
*** otherwiseguy has quit IRC | 20:00 | |
*** gokrokve has joined #openstack-meeting | 20:00 | |
*** pablosan is now known as zz_pablosan | 20:01 | |
*** tsg has joined #openstack-meeting | 20:01 | |
*** mrodden has quit IRC | 20:04 | |
*** mrodden has joined #openstack-meeting | 20:05 | |
*** cjellick has joined #openstack-meeting | 20:06 | |
*** neelashah has joined #openstack-meeting | 20:07 | |
*** neelashah1 has quit IRC | 20:09 | |
*** dripton has joined #openstack-meeting | 20:09 | |
*** Swami has joined #openstack-meeting | 20:10 | |
*** dburmistrov has quit IRC | 20:11 | |
*** nelsnelson has quit IRC | 20:11 | |
*** otherwiseguy has joined #openstack-meeting | 20:13 | |
*** dprince has quit IRC | 20:15 | |
*** markmcclain has quit IRC | 20:15 | |
*** fifieldt has quit IRC | 20:20 | |
*** fifieldt_ has joined #openstack-meeting | 20:20 | |
*** caleb_` has quit IRC | 20:22 | |
*** zns has quit IRC | 20:22 | |
*** caleb_` has joined #openstack-meeting | 20:26 | |
*** zns has joined #openstack-meeting | 20:27 | |
*** cschwede_ has quit IRC | 20:29 | |
*** dkehn__ is now known as dkehn_ | 20:29 | |
*** Tross has quit IRC | 20:29 | |
*** patelna_ has joined #openstack-meeting | 20:29 | |
*** maru_afk is now known as marun | 20:31 | |
*** shwetaap has quit IRC | 20:31 | |
*** jprovazn has quit IRC | 20:32 | |
*** patelna has quit IRC | 20:32 | |
*** lblanchard has quit IRC | 20:32 | |
*** markmcclain has joined #openstack-meeting | 20:32 | |
*** lblanchard has joined #openstack-meeting | 20:33 | |
*** arnaud has joined #openstack-meeting | 20:33 | |
*** shwetaap has joined #openstack-meeting | 20:34 | |
*** blamar_ has joined #openstack-meeting | 20:34 | |
*** blamar has quit IRC | 20:36 | |
*** blamar_ is now known as blamar | 20:36 | |
*** thomasem has left #openstack-meeting | 20:38 | |
*** Mikhail_D_ltp has quit IRC | 20:42 | |
*** denis_makogon has quit IRC | 20:42 | |
*** jecarey has quit IRC | 20:42 | |
*** rossk has quit IRC | 20:43 | |
*** rossk_ has joined #openstack-meeting | 20:43 | |
*** blamar has quit IRC | 20:44 | |
*** blamar has joined #openstack-meeting | 20:44 | |
*** nelsnelson has joined #openstack-meeting | 20:45 | |
*** slong has joined #openstack-meeting | 20:45 | |
*** evgenyf has quit IRC | 20:47 | |
*** blamar has quit IRC | 20:47 | |
*** marun is now known as maru_afk | 20:48 | |
*** spzala has quit IRC | 20:49 | |
*** spzala has joined #openstack-meeting | 20:50 | |
*** blamar has joined #openstack-meeting | 20:50 | |
*** mrmartin has joined #openstack-meeting | 20:51 | |
*** moe819 has quit IRC | 20:52 | |
*** rakhmerov has joined #openstack-meeting | 20:52 | |
*** fawadkhaliq has joined #openstack-meeting | 20:53 | |
*** thang_ has quit IRC | 20:55 | |
*** rakhmerov has quit IRC | 20:57 | |
*** pdmars has quit IRC | 20:57 | |
*** slong has quit IRC | 20:58 | |
*** neelashah1 has joined #openstack-meeting | 20:59 | |
*** jdob has quit IRC | 21:00 | |
*** ssurana1 has joined #openstack-meeting | 21:00 | |
*** aysyd has quit IRC | 21:00 | |
*** Tross has joined #openstack-meeting | 21:00 | |
*** yjiang5_1 has quit IRC | 21:01 | |
*** blamar has quit IRC | 21:02 | |
*** ssurana has quit IRC | 21:02 | |
*** patelna has joined #openstack-meeting | 21:02 | |
*** afazekas has quit IRC | 21:03 | |
*** neelashah has quit IRC | 21:03 | |
*** Michalik- has quit IRC | 21:04 | |
*** patelna_ has quit IRC | 21:05 | |
*** topol has quit IRC | 21:08 | |
*** _TheDodd_ has quit IRC | 21:09 | |
*** lblanchard has quit IRC | 21:11 | |
*** ayoung is now known as ayoung_AFK | 21:12 | |
*** Michalik- has joined #openstack-meeting | 21:16 | |
*** vijendar has quit IRC | 21:17 | |
*** mrodden1 has joined #openstack-meeting | 21:19 | |
*** ssurana1 has left #openstack-meeting | 21:20 | |
*** Sukhdev has quit IRC | 21:20 | |
*** Sukhdev has joined #openstack-meeting | 21:21 | |
*** mrodden has quit IRC | 21:22 | |
*** syerrapragada has joined #openstack-meeting | 21:22 | |
*** ArthurBerezin has joined #openstack-meeting | 21:23 | |
*** vkmc has joined #openstack-meeting | 21:23 | |
*** eguz has quit IRC | 21:25 | |
*** eghobo has joined #openstack-meeting | 21:25 | |
*** cyrichardson has joined #openstack-meeting | 21:27 | |
*** ameade has quit IRC | 21:29 | |
*** balajiiyer has left #openstack-meeting | 21:30 | |
*** Linz has joined #openstack-meeting | 21:33 | |
*** mrmartin has quit IRC | 21:34 | |
*** esheffield has quit IRC | 21:35 | |
*** cyrichardson has quit IRC | 21:36 | |
*** ArthurBerezin has left #openstack-meeting | 21:36 | |
*** eguz has joined #openstack-meeting | 21:38 | |
*** eghobo has quit IRC | 21:41 | |
*** ArthurBerezin has joined #openstack-meeting | 21:43 | |
*** ArthurBerezin1 has joined #openstack-meeting | 21:44 | |
*** zz_pablosan is now known as pablosan | 21:44 | |
*** pablosan is now known as zz_pablosan | 21:44 | |
*** ArthurBerezin has quit IRC | 21:48 | |
*** vkmc has quit IRC | 21:48 | |
*** sc68cal has quit IRC | 21:48 | |
*** zz_pablosan is now known as pablosan | 21:49 | |
*** esheffield has joined #openstack-meeting | 21:50 | |
*** stevemar has quit IRC | 21:51 | |
*** blamar has joined #openstack-meeting | 21:51 | |
*** rakhmerov has joined #openstack-meeting | 21:53 | |
*** esheffield has quit IRC | 21:55 | |
*** esheffield has joined #openstack-meeting | 21:55 | |
*** Tross has quit IRC | 21:56 | |
*** caleb_` has quit IRC | 21:57 | |
*** rakhmerov has quit IRC | 21:57 | |
*** thuc has quit IRC | 22:00 | |
*** ivasev has quit IRC | 22:01 | |
*** thuc has joined #openstack-meeting | 22:01 | |
*** ArthurBerezin has joined #openstack-meeting | 22:01 | |
*** erlon has quit IRC | 22:02 | |
*** esheffield has quit IRC | 22:03 | |
*** ArthurBerezin1 has quit IRC | 22:04 | |
*** ArxCruz has joined #openstack-meeting | 22:04 | |
*** neelashah1 has quit IRC | 22:05 | |
*** thuc has quit IRC | 22:05 | |
*** MaxV__ has quit IRC | 22:05 | |
*** overlayer has quit IRC | 22:06 | |
*** ArthurBerezin has left #openstack-meeting | 22:07 | |
*** doug_shelley66 has joined #openstack-meeting | 22:08 | |
*** david-lyle has quit IRC | 22:11 | |
*** ArthurBerezin1 has joined #openstack-meeting | 22:12 | |
*** ArthurBerezin1 has quit IRC | 22:13 | |
*** ArthurBerezin1 has joined #openstack-meeting | 22:13 | |
*** ArthurBerezin has joined #openstack-meeting | 22:14 | |
*** rossk_ is now known as rossk | 22:15 | |
*** esheffield has joined #openstack-meeting | 22:17 | |
*** megan_w is now known as megan_w|afk | 22:17 | |
*** ArthurBerezin1 has quit IRC | 22:17 | |
*** ArthurBerezin1 has joined #openstack-meeting | 22:22 | |
*** MaxV_ has joined #openstack-meeting | 22:22 | |
*** ArthurBerezin has quit IRC | 22:23 | |
*** rossk has quit IRC | 22:24 | |
*** shwetaap has quit IRC | 22:25 | |
*** shwetaap has joined #openstack-meeting | 22:26 | |
*** TravT has joined #openstack-meeting | 22:26 | |
*** flaper87 is now known as flaper87|afk | 22:26 | |
*** shwetaap has quit IRC | 22:26 | |
*** jmontemayor has quit IRC | 22:27 | |
*** fawadkhaliq has quit IRC | 22:29 | |
*** egallen has quit IRC | 22:30 | |
*** ErikB has quit IRC | 22:30 | |
*** banix has quit IRC | 22:30 | |
*** enikanorov_ has joined #openstack-meeting | 22:32 | |
*** tomoe_ has joined #openstack-meeting | 22:34 | |
*** enikanorov has quit IRC | 22:35 | |
*** harlowja has quit IRC | 22:35 | |
*** tomoe__ has joined #openstack-meeting | 22:36 | |
*** harlowja has joined #openstack-meeting | 22:36 | |
*** tomoe__ has quit IRC | 22:38 | |
*** Leonr has quit IRC | 22:38 | |
*** tomoe_ has quit IRC | 22:39 | |
*** mtanino has quit IRC | 22:39 | |
*** markvan has quit IRC | 22:40 | |
*** dims_ has quit IRC | 22:40 | |
*** mtanino has joined #openstack-meeting | 22:40 | |
*** markvan has joined #openstack-meeting | 22:41 | |
*** ogelbukh has quit IRC | 22:42 | |
*** ogelbukh has joined #openstack-meeting | 22:42 | |
*** AlanClark has quit IRC | 22:44 | |
*** tomoe_ has joined #openstack-meeting | 22:45 | |
*** tomoe_ has quit IRC | 22:46 | |
*** tomoe_ has joined #openstack-meeting | 22:47 | |
*** bgorski has joined #openstack-meeting | 22:47 | |
*** prad_ has quit IRC | 22:48 | |
*** tomoe_ has quit IRC | 22:51 | |
*** eharney has quit IRC | 22:53 | |
*** rakhmerov has joined #openstack-meeting | 22:54 | |
*** harlowja has quit IRC | 22:54 | |
*** harlowja has joined #openstack-meeting | 22:55 | |
*** dims_ has joined #openstack-meeting | 22:56 | |
*** rakhmerov has quit IRC | 22:58 | |
*** weshay has quit IRC | 22:59 | |
*** saschpe has quit IRC | 23:00 | |
*** mrodden1 has quit IRC | 23:00 | |
*** MaxV_ has quit IRC | 23:00 | |
*** yamahata has joined #openstack-meeting | 23:01 | |
*** spzala has quit IRC | 23:04 | |
*** saschpe has joined #openstack-meeting | 23:08 | |
*** yamahata has quit IRC | 23:11 | |
*** thuc has joined #openstack-meeting | 23:11 | |
*** jjmb has joined #openstack-meeting | 23:15 | |
*** thuc has quit IRC | 23:16 | |
*** noslzzp has quit IRC | 23:16 | |
*** beagles has quit IRC | 23:17 | |
*** thuc has joined #openstack-meeting | 23:18 | |
*** thuc has quit IRC | 23:19 | |
*** thuc has joined #openstack-meeting | 23:19 | |
*** thuc has quit IRC | 23:20 | |
*** thuc has joined #openstack-meeting | 23:20 | |
*** rand738 has quit IRC | 23:21 | |
*** Sukhdev has quit IRC | 23:21 | |
*** ErikB has joined #openstack-meeting | 23:21 | |
*** mrodden has joined #openstack-meeting | 23:22 | |
*** sc68cal has joined #openstack-meeting | 23:23 | |
*** rand738 has joined #openstack-meeting | 23:24 | |
*** otherwiseguy has quit IRC | 23:25 | |
*** kevinconway has quit IRC | 23:25 | |
*** nelsnelson has quit IRC | 23:28 | |
*** esker has quit IRC | 23:29 | |
*** dcramer_ has quit IRC | 23:30 | |
*** krotscheck has quit IRC | 23:30 | |
*** MaxV_ has joined #openstack-meeting | 23:31 | |
*** krotscheck has joined #openstack-meeting | 23:31 | |
*** thuc has quit IRC | 23:33 | |
*** vjay has joined #openstack-meeting | 23:33 | |
*** thuc has joined #openstack-meeting | 23:33 | |
*** thuc_ has joined #openstack-meeting | 23:35 | |
*** syerrapragada has quit IRC | 23:36 | |
*** syerrapragada has joined #openstack-meeting | 23:36 | |
*** thuc_ has quit IRC | 23:36 | |
*** thuc has quit IRC | 23:36 | |
*** thuc has joined #openstack-meeting | 23:36 | |
*** radsy has joined #openstack-meeting | 23:37 | |
*** IlyaE has quit IRC | 23:39 | |
*** syerrapragada has quit IRC | 23:40 | |
*** Mandell has quit IRC | 23:41 | |
*** masayukig has joined #openstack-meeting | 23:41 | |
*** andreaf2 has joined #openstack-meeting | 23:41 | |
*** vjay has quit IRC | 23:47 | |
*** BillArnold has quit IRC | 23:49 | |
*** pvaneck has quit IRC | 23:50 | |
*** arnaud has quit IRC | 23:52 | |
*** MaxV_ has quit IRC | 23:53 | |
*** rakhmerov has joined #openstack-meeting | 23:54 | |
*** spzala has joined #openstack-meeting | 23:55 | |
*** arnaud has joined #openstack-meeting | 23:57 | |
*** tango has quit IRC | 23:57 | |
*** IlyaE has joined #openstack-meeting | 23:58 | |
*** rakhmerov has quit IRC | 23:59 | |
*** fawadkhaliq has joined #openstack-meeting | 23:59 | |
*** Liang has joined #openstack-meeting | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!