*** sebastianstadil has joined #openstack | 00:02 | |
*** lamar has quit IRC | 00:04 | |
*** joearnold has joined #openstack | 00:05 | |
openstackhudson | Project nova build #564: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/564/ | 00:07 |
---|---|---|
openstackhudson | Tarmac: Adds colors to output of tests and cleans up run_tests.py | 00:07 |
openstackhudson | * sets working directory for nose to nose/tests so it loads faster | 00:07 |
openstackhudson | * moves db into nova/tests/test.sqlite | 00:08 |
openstackhudson | * deletes the db in run_tests.py instead of run_tests.sh before running tests | 00:08 |
*** dragondm has quit IRC | 00:09 | |
*** dfg has quit IRC | 00:11 | |
*** dragondm has joined #openstack | 00:12 | |
vish1 | I know you all want faster tests: https://code.launchpad.net/~vishvananda/nova/tests-clean-db/+merge/50887 | 00:14 |
*** vish1 is now known as vishy | 00:14 | |
*** acmurthy has joined #openstack | 00:15 | |
*** mahadev has joined #openstack | 00:15 | |
*** nelson has quit IRC | 00:16 | |
*** nelson has joined #openstack | 00:16 | |
sirp- | hey guys: could we get a few more eyes on this merge-prop; trunk is currently broken | 00:18 |
sirp- | https://code.launchpad.net/~dan-prince/nova/bug723897/+merge/50987 | 00:18 |
*** Cybo has joined #openstack | 00:18 | |
*** MUILTFN has quit IRC | 00:21 | |
sirp- | this basically reverts r709 for the moment so we can get trunk stable, with the idea of re-applying some form of 709 down the road | 00:21 |
*** dprince has joined #openstack | 00:25 | |
*** zul has quit IRC | 00:26 | |
*** mahadev has quit IRC | 00:27 | |
*** MUILTFN has joined #openstack | 00:31 | |
justinsb | pvo: I saw you approved the revert of r709? | 00:33 |
pvo | yes, I did. By altering the behavior, it breaks backwards compatibility with images that use the norarc as is. | 00:35 |
*** glange has joined #openstack | 00:35 | |
justinsb | pvo: I'd ask you to reconsider your approval | 00:35 |
justinsb | pvo: Here's why: (1) OpenStack API is not yet stable | 00:36 |
justinsb | pvo: (2) If compatiblity with novarc was your concern, there's a better fix | 00:36 |
sirp- | justinsb: yeah, lots of us are using novarc's that would break immediately if we adopt this change....i'm all for fixing this, but it's clear that this needs more discussion (there is a large disagreement on the best approach) | 00:37 |
justinsb | pvo: (3) I think it's very poor form not to address my concerns | 00:37 |
justinsb | pvo: (4) This is a major step backwards, and we're going to have to go through all the pain again | 00:37 |
justinsb | pvo: (5) That's it for now :-) | 00:37 |
justinsb | sirp-: So why not use the patch which fixes novarc ? | 00:37 |
openstackhudson | Project nova build #565: SUCCESS in 1 min 42 sec: http://hudson.openstack.org/job/nova/565/ | 00:37 |
openstackhudson | Tarmac: Revert commit 709. This fixes issues with the Openstack API causing 'No user for access key admin' errors. | 00:37 |
sirp- | justinsb: the revert709 is just a stop gap so we can continue development against trunk while we have this discussion; it's *not* meant to silence discussion :) | 00:38 |
dragondm | This change(r709) has consequences that caused all existing systems using existing configs to break. Doing a refactor of the design oddities with auth between the 2 apis is a good thing, but I think it needs to be proposed as a blueprint. | 00:38 |
pvo | Not saying the concerns can't be addressed, but the behavior needs to be debated and discussed at least on the ML or in irc before submitting a merge that changes the behavior? | 00:38 |
justinsb | Why not merge the novarc fix instead? | 00:38 |
justinsb | The old behaviour was so broken I can't believe you guys are defending it... | 00:38 |
justinsb | pvo: Did you look at the patch before reverting it? | 00:39 |
pvo | at the r709? yes. | 00:39 |
dragondm | Ermm.. the old behavior was odd, perhaps. But not actually nonfunctional. | 00:39 |
justinsb | Great, well, I look forward to going through this all over again when we fix it again | 00:40 |
justinsb | Big step forward for OpenStack | 00:40 |
*** Cybo has quit IRC | 00:40 | |
justinsb | I'm going to open the blueprint | 00:42 |
pvo | justinsb: I think thats a great idea. | 00:43 |
*** burris has quit IRC | 00:44 | |
justinsb | https://blueprints.launchpad.net/nova/+spec/authentication-consistency | 00:44 |
*** joearnold has quit IRC | 00:45 | |
justinsb | OK - I've cooled down now - sorry guys | 00:46 |
justinsb | So what did it break that was so important? | 00:46 |
sirp- | justinsb: no worries, man :) the process broke down a bit, we should have had this discussion on the mergeprop before it go this far | 00:46 |
*** adjohn has joined #openstack | 00:47 | |
sirp- | justinsb: certainly a good debate to have | 00:47 |
justinsb | sirp-: Well, I think it's obvious we need to fix it. It didn't occur to me that anyone would object | 00:47 |
justinsb | sirp-: What did it break? | 00:47 |
pvo | justinsb: agree that we should have common auth. Just need to have a little heads up before it changes. | 00:47 |
justinsb | pvo: OpenStack API is not locked though, right? We're not in backwards compatibility mode yet? | 00:48 |
*** j05h has quit IRC | 00:48 | |
pvo | the spec was approved | 00:48 |
pvo | iirc. | 00:48 |
justinsb | There's a spec? It was approved? | 00:49 |
pvo | https://blueprints.launchpad.net/nova/+spec/openstack-api-1-1 | 00:49 |
sirp- | justinsb: it was just generating a 'user not found' error when i tried to use nova-tools to hit the OSAPI | 00:49 |
justinsb | sirp-: Right, the credentials had changed. But it must have broken something important to warrant the panic amongst the Rackspace crew? | 00:49 |
*** dprince has quit IRC | 00:50 | |
dragondm | Yah, pretty much all of our dev systems broke when we pulled trunk and few knew why. | 00:50 |
sirp- | justinsb: well it broke our ability to functionally test any new code developed against trunk | 00:50 |
justinsb | dragondm: But we talked about that in private IRC this morning and I gave you the solution and went off to fix it | 00:51 |
justinsb | sirp-: Do you mean the smoketests? They just use the EC2 API. | 00:51 |
justinsb | sirp-: Or so I thought! | 00:52 |
justinsb | sirp-: Do you have tests for the OpenStack API? Can you contribute them to the project? | 00:53 |
sirp- | justinsb: no no, i mean 'poor-mans functional testing' i.e. running through the process by using the command line tools; since nova-tools barfed on the authing, we couldn't verify 'builds', etc | 00:53 |
pvo | justinsb: we're hoping to correct a lot of the issues we're having with more automated testing | 00:53 |
justinsb | sirp-: Why not just write a test and contribute it? | 00:53 |
pvo | justinsb: working on that. | 00:54 |
justinsb | pvo: Yes. I'm busy coding tests, which is how I found the auth issue. Of course, you've broken my tests now, so I hoped it was for a very good reason | 00:54 |
pvo | justinsb: this also isn't the first time we've been clobbered, so maybe we were a bit sensitive to it as well. | 00:54 |
justinsb | pvo: clobbered? | 00:54 |
pvo | pulled trunk; can't build | 00:54 |
pvo | oh, and I meant "we are also working on that" not "I hope you are working on that" :) | 00:55 |
dragondm | Also, we tried the novarc patch, and it didn't seem to work. We were still getting 'user not found' | 00:55 |
justinsb | pvo: That's how I took it :-) | 00:55 |
justinsb | dragondm: That would have been a useful contribution to the thread. | 00:56 |
dragondm | Yah, We had to break off for a few hours to d an interview | 00:56 |
pvo | justinsb: cool. | 00:56 |
dragondm | So I was away from IRC | 00:56 |
pvo | back later. ttfn | 00:57 |
*** pvo has quit IRC | 00:57 | |
*** KenD has left #openstack | 00:58 | |
*** MUILTFN has quit IRC | 01:01 | |
*** dysinger has joined #openstack | 01:01 | |
*** zul has joined #openstack | 01:04 | |
*** MUILTFN has joined #openstack | 01:06 | |
*** burris has joined #openstack | 01:11 | |
*** joearnold has joined #openstack | 01:13 | |
*** MUILTFN has quit IRC | 01:17 | |
*** cc_freenode has quit IRC | 01:18 | |
*** MUILTFN has joined #openstack | 01:23 | |
*** jsgotangco has joined #openstack | 01:29 | |
*** vvuksan has joined #openstack | 01:37 | |
*** MUILTFN has quit IRC | 01:37 | |
*** MUILTFN has joined #openstack | 01:37 | |
*** vvuksan has quit IRC | 01:39 | |
*** Ryan_Lane has quit IRC | 01:44 | |
*** zenmatt has quit IRC | 01:45 | |
*** acmurthy has quit IRC | 01:46 | |
*** ivan has quit IRC | 01:47 | |
*** nii has joined #openstack | 01:47 | |
*** nii has left #openstack | 01:48 | |
*** gregp76 has left #openstack | 01:48 | |
*** sebastianstadil has quit IRC | 01:48 | |
*** ivan has joined #openstack | 01:53 | |
*** littleidea has quit IRC | 01:56 | |
*** littleidea has joined #openstack | 01:57 | |
*** vvuksan has joined #openstack | 01:58 | |
*** littleidea has quit IRC | 01:58 | |
*** littleidea has joined #openstack | 01:58 | |
*** te has quit IRC | 02:03 | |
*** MUILTFN has quit IRC | 02:05 | |
*** romain_lenglet_ has joined #openstack | 02:06 | |
*** ovid has joined #openstack | 02:16 | |
*** ovid is now known as Guest90597 | 02:16 | |
*** romain_lenglet_ has quit IRC | 02:19 | |
*** MUILTFN has joined #openstack | 02:20 | |
*** Guest90597 is now known as ovidwu | 02:22 | |
*** mray has joined #openstack | 02:22 | |
*** MUILTFN has quit IRC | 02:25 | |
*** MUILTFN has joined #openstack | 02:27 | |
*** vvuksan has quit IRC | 02:29 | |
*** acmurthy has joined #openstack | 02:30 | |
*** MUILTFN has quit IRC | 02:32 | |
*** exlt_ is now known as exlt | 02:32 | |
*** ChanServ sets mode: +v exlt | 02:33 | |
*** MUILTFN has joined #openstack | 02:36 | |
*** abecc has joined #openstack | 02:36 | |
*** magritte has quit IRC | 02:37 | |
*** jongwooh has joined #openstack | 02:38 | |
*** MUILTFN has quit IRC | 02:39 | |
*** dragondm has quit IRC | 02:40 | |
*** abecc has quit IRC | 02:41 | |
justinsb | vishy: Loving the color-coded test output :-) | 02:41 |
*** vvuksan has joined #openstack | 02:41 | |
vishy | justinsb: you should merge my other patch (speeds tests up by 2x and prevents leaks | 02:41 |
vishy | https://code.launchpad.net/~vishvananda/nova/tests-clean-db | 02:42 |
*** jongwooh has left #openstack | 02:42 | |
justinsb | vishy: That sounds great... but then I couldn't commit without having that branch as a pre-req ? | 02:43 |
jaypipes | sirp-, justinsb: admin client for Glance looking good... http://paste.openstack.org/show/759/ | 02:43 |
vishy | justnsb: true i should find another core person to review it so it can get merged | 02:43 |
vishy | jaypipes: I want to add some data to images to allow for different net/block drivers | 02:44 |
justinsb | jaypipes: Looks good, but probably not meant for me! | 02:44 |
vishy | jaypipes: I assume this will have to go into glance as well | 02:44 |
vishy | jaypipes: my thinking is that it uses metadata from kernel if there is one, otherwise it uses the image | 02:45 |
jaypipes | vishy: glance just stores and caches the images and metadata about the image. it allows you to put whatever metadata you want to with the image.. | 02:45 |
vishy | jaypipes: coolness | 02:45 |
jaypipes | justinsb: true :) | 02:45 |
*** mahadev has joined #openstack | 02:48 | |
kpepple | vishy: i can't tell who is github@ (bzr blame limitation) ... but can you explain why we are cat'ing run_test.err.log in the run_test.sh file ? this will break tests for all new bzr branch-es of lp:nova (since it doesn't exist) ... | 02:50 |
vishy | kpepple: probably a merge error with various branches | 02:51 |
vishy | kpepple: iif we merge my branch here https://code.launchpad.net/~vishvananda/nova/tests-clean-db it is fixed there | 02:52 |
vishy | :) | 02:52 |
vishy | oops my bad | 02:52 |
*** jc_smith has quit IRC | 02:53 | |
vishy | that was an error it should be catting run_tests.log | 02:53 |
*** jsgotangco has quit IRC | 02:54 | |
*** vvuksan has quit IRC | 02:54 | |
vishy | kpepple: https://code.launchpad.net/~vishvananda/nova/fix-run-tests/+merge/51065 | 02:55 |
*** Ryan_Lane has joined #openstack | 02:55 | |
kpepple | vishy: cool. thx. | 02:55 |
vishy | kpepple: that code path should only run if it gets a short error message | 02:56 |
vishy | so it shouldn't break future branches i think | 02:56 |
*** mahadev has quit IRC | 02:57 | |
*** joearnold has quit IRC | 02:58 | |
*** joearnold has joined #openstack | 02:58 | |
*** mahadev has joined #openstack | 03:03 | |
*** gregp76 has joined #openstack | 03:03 | |
*** mahadev has quit IRC | 03:04 | |
*** maplebed has quit IRC | 03:06 | |
*** acmurthy has quit IRC | 03:07 | |
*** maplebed has joined #openstack | 03:10 | |
*** lamar has joined #openstack | 03:14 | |
*** pvo has joined #openstack | 03:15 | |
*** pvo has quit IRC | 03:15 | |
*** pvo has joined #openstack | 03:15 | |
*** ChanServ sets mode: +v pvo | 03:15 | |
*** dprince has joined #openstack | 03:23 | |
*** mray has quit IRC | 03:26 | |
*** mray has joined #openstack | 03:31 | |
*** kashyap has joined #openstack | 03:32 | |
*** gregp76 has quit IRC | 03:32 | |
*** mahadev has joined #openstack | 03:34 | |
*** mahadev has quit IRC | 03:38 | |
*** dendro-afk is now known as dendrobates | 03:41 | |
*** dubsquared has joined #openstack | 03:43 | |
dubsquared | jaypipes: in the house? | 03:44 |
*** mahadev has joined #openstack | 03:45 | |
*** mdomsch has joined #openstack | 03:45 | |
*** hadrian has quit IRC | 03:46 | |
*** Dumfries has quit IRC | 04:06 | |
*** joearnold has quit IRC | 04:07 | |
*** deshantm_xenorg has quit IRC | 04:12 | |
*** guynaor has left #openstack | 04:12 | |
*** deshantm_xenorg has joined #openstack | 04:13 | |
*** MUILTFN has joined #openstack | 04:24 | |
*** mdomsch has quit IRC | 04:32 | |
*** ccustine has joined #openstack | 04:39 | |
*** maple_bed has joined #openstack | 04:40 | |
*** maplebed has quit IRC | 04:41 | |
*** clayg has quit IRC | 04:41 | |
*** clayg_ has joined #openstack | 04:42 | |
*** dprince has quit IRC | 04:45 | |
*** MUILTFN has quit IRC | 04:45 | |
*** ccustine has quit IRC | 04:51 | |
*** gregp76 has joined #openstack | 04:56 | |
*** dprince has joined #openstack | 04:56 | |
*** zenmatt has joined #openstack | 04:58 | |
*** sandywalsh has joined #openstack | 04:58 | |
*** mahadev has quit IRC | 05:00 | |
*** dprince has quit IRC | 05:01 | |
*** kashyap has quit IRC | 05:01 | |
*** troytoman has joined #openstack | 05:02 | |
*** aimon has joined #openstack | 05:04 | |
*** mray has quit IRC | 05:04 | |
*** mray has joined #openstack | 05:08 | |
*** mray has joined #openstack | 05:08 | |
*** troytoman is now known as troytoman-away | 05:10 | |
*** [ack] has quit IRC | 05:14 | |
*** [ack] has joined #openstack | 05:16 | |
*** clayg_ is now known as clayg | 05:16 | |
*** gaveen has quit IRC | 05:17 | |
*** dendrobates is now known as dendro-afk | 05:22 | |
*** kashyap has joined #openstack | 05:24 | |
*** Ryan_Lane has quit IRC | 05:29 | |
*** gaveen has joined #openstack | 05:31 | |
*** gaveen has quit IRC | 05:36 | |
*** miclorb_ has quit IRC | 05:36 | |
*** f4m8_ is now known as f4m8 | 05:39 | |
*** MUILTFN has joined #openstack | 05:40 | |
*** mahadev has joined #openstack | 05:41 | |
*** gaveen has joined #openstack | 05:48 | |
*** mahadev_ has joined #openstack | 05:49 | |
*** mahadev has quit IRC | 05:49 | |
*** gaveen has quit IRC | 05:50 | |
*** gaveen has joined #openstack | 05:51 | |
*** gaveen has quit IRC | 05:53 | |
*** pvo has quit IRC | 05:58 | |
*** lamar has quit IRC | 05:59 | |
*** clayg has quit IRC | 06:02 | |
*** clayg_ has joined #openstack | 06:03 | |
*** mray has quit IRC | 06:06 | |
openstackhudson | Project nova build #566: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/566/ | 06:07 |
openstackhudson | Tarmac: Change missed reference to run_tests.err.log | 06:07 |
*** clayg_ is now known as clayg | 06:11 | |
*** berendt has joined #openstack | 06:12 | |
*** joearnold has joined #openstack | 06:20 | |
*** pvo has joined #openstack | 06:26 | |
*** miclorb_ has joined #openstack | 06:27 | |
*** pvo has quit IRC | 06:31 | |
uvirtbot | New bug: #724143 in nova "KeyError: 'metadata' error when creating server with OS API" [Undecided,New] https://launchpad.net/bugs/724143 | 06:36 |
*** joearnold has quit IRC | 06:37 | |
*** joearnold has joined #openstack | 06:45 | |
*** clayg has quit IRC | 06:47 | |
*** MUILTFN has quit IRC | 06:48 | |
*** clayg_ has joined #openstack | 06:48 | |
*** jesse_ has joined #openstack | 06:51 | |
*** jesse_ is now known as anotherjesse | 06:51 | |
anotherjesse | vishy: Network size (14) must be a power of two. Try 16 | 06:52 |
anotherjesse | vishy: perhaps we can do a check for that? | 06:52 |
vishy | agreed | 06:52 |
anotherjesse | cooleo - i'll write a bugzor | 06:52 |
vishy | i think there is a bug | 06:52 |
berendt | bugs for novatools has to be opened in nova project? | 06:53 |
anotherjesse | ah, I'll assign it to myself | 06:53 |
vishy | there is definitely one for checking that the cidr fits | 06:53 |
vishy | (with a fix) | 06:53 |
berendt | or maybe someone knows this one: http://paste.openstack.org/show/760/ | 06:53 |
vishy | not sure if it also checks for power of 2 | 06:53 |
berendt | i included my novarc | 06:53 |
anotherjesse | vishy: i'll read | 06:53 |
justinsb | berendt: Are you running trunk? | 06:55 |
berendt | justinsb: rev 713 | 06:55 |
berendt | justinsb: 727. Revert commit 709. This fixes issues with the Openstack API causing 'No user for access key admin' errors. (detail) | 06:55 |
berendt | knarf | 06:55 |
berendt | :) | 06:55 |
justinsb | berendt: Yeah - 709 was my commit, so sorry about that | 06:56 |
justinsb | berendt: If you update past 727 you'll get back to the behaviour you had before | 06:56 |
berendt | justinsb: no problem.. i'll update our packages | 06:58 |
justinsb | bernedt: Just as a warning, I also introduced another bug with metadata being required for server creation when using the OpenStack API | 07:01 |
justinsb | berendt: I just posted a hotfix, but it's not in trunk yet. Is that going to affect you? | 07:02 |
berendt | can't say it at the moment.. playing the first time with the openstack api today | 07:02 |
berendt | i used ec2 until now | 07:02 |
justinsb | berendt: OK! I think the EC2 API is much more stable at the moment | 07:03 |
berendt | justinsb: i can't use euca-desribe-images in combination with glance.. :( | 07:04 |
justinsb | berendt: What's the issue with using euca-describe-images and glance? Is this a known bug? | 07:04 |
justinsb | berendt: Could well be the case, I'm just not familiar with it | 07:05 |
berendt | justinsb: https://bugs.launchpad.net/glance/+bug/723966 | 07:05 |
uvirtbot | Launchpad bug 723966 in glance "euca-describe-images: Unexpected value of isPublic for image None" [Undecided,New] | 07:05 |
justinsb | berendt: Thanks! | 07:06 |
*** joearnold has quit IRC | 07:08 | |
*** zenmatt has quit IRC | 07:11 | |
*** lvaughn_ has quit IRC | 07:13 | |
*** lvaughn has joined #openstack | 07:19 | |
*** CloudChris has joined #openstack | 07:20 | |
*** naehring has joined #openstack | 07:20 | |
*** joearnold has joined #openstack | 07:23 | |
*** littleidea has quit IRC | 07:26 | |
*** joearnold has quit IRC | 07:30 | |
*** anotherjesse has quit IRC | 07:31 | |
ttx | wow, lots of bugmail. | 07:35 |
*** winston-d has joined #openstack | 07:37 | |
*** jesse_ has joined #openstack | 07:38 | |
*** gasbakid has joined #openstack | 07:46 | |
uvirtbot | New bug: #724159 in nova "Fixes for bug 723298 inadverntently broke flatdhcp" [High,In progress] https://launchpad.net/bugs/724159 | 07:46 |
*** mahadev_ has quit IRC | 07:52 | |
*** mgoldmann has joined #openstack | 07:52 | |
*** rcc has joined #openstack | 08:00 | |
*** drico has joined #openstack | 08:05 | |
*** allsystemsarego has joined #openstack | 08:07 | |
*** allsystemsarego has joined #openstack | 08:07 | |
*** czajkowski has quit IRC | 08:10 | |
*** czajkowski has joined #openstack | 08:10 | |
berendt | i dropped and recreated my nova database and now i want to resync it with "nova-manage db sync".. but nothing happens.. does nova-manage store the latest synced db revision somewhere on the local filesystem? | 08:10 |
*** gregp76 has quit IRC | 08:16 | |
*** eikke has joined #openstack | 08:17 | |
berendt | berendt: solved.. some local issues | 08:18 |
*** gaveen has joined #openstack | 08:21 | |
*** gaveen has joined #openstack | 08:21 | |
*** gaveen has quit IRC | 08:27 | |
*** clayg_ is now known as clayg | 08:28 | |
*** Nacx has joined #openstack | 08:30 | |
*** gasbakid has quit IRC | 08:31 | |
*** dmd17 has joined #openstack | 08:31 | |
*** sateesh has joined #openstack | 08:32 | |
berendt | are the python-novatools usable at the moment? | 08:33 |
*** gasbakid has joined #openstack | 08:33 | |
*** skiold has joined #openstack | 08:36 | |
*** calavera has joined #openstack | 08:47 | |
Ge0RgeR^ | alekibango :are you online? | 08:59 |
*** BelaBoincMe has joined #openstack | 08:59 | |
*** winston-d has quit IRC | 09:07 | |
*** MarcMorata has joined #openstack | 09:09 | |
*** czajkowski has quit IRC | 09:10 | |
*** czajkowski has joined #openstack | 09:10 | |
*** irahgel has joined #openstack | 09:10 | |
vishy | vagrant single node and multinode smoketests are running (with my patches). We're going to plug them into a local hudson tomorrow. | 09:23 |
alekibango | Ge0RgeR^: yes now | 09:26 |
*** BelaBoincMe has left #openstack | 09:30 | |
*** miclorb_ has quit IRC | 09:32 | |
*** djbobyd has joined #openstack | 09:38 | |
djbobyd | Hi all | 09:39 |
djbobyd | I was wondering if anyone tried to connect to nova via elasticfox extension | 09:40 |
*** ramkrsna has joined #openstack | 09:41 | |
ttx | djbobyd: I know some people do. | 09:41 |
*** adiantum has joined #openstack | 09:41 | |
ttx | never tried it myself. | 09:41 |
djbobyd | do they have success , because I always get 400 Bad status | 09:41 |
ttx | I think so, I've seen some bugs reported but nothing blocking iirc | 09:42 |
djbobyd | maybe there is some configuration I am doing wrong | 09:42 |
djbobyd | do you know if there is something special regarding the configuration of the EC2 API | 09:43 |
ttx | djbobyd: I don't know, like I said I haven't tried myself. | 09:43 |
djbobyd | ok, thanks anyway | 09:43 |
*** metoikos_ has quit IRC | 09:46 | |
berendt | ttx: do you think we should discuss the topic "remove the image injection" on the mailing list or is it sufficient to discuss it in my merge proposal? | 09:46 |
*** Steppy has joined #openstack | 09:47 | |
ttx | berendt: we'll need to discuss if we want to remove it on the ML, or at the design summit | 09:48 |
berendt | ttx: it think removing it is the right way | 09:48 |
ttx | berendt: we might need to have the discussion before we add new layers of it, though | 09:48 |
*** gasbakid has quit IRC | 09:50 | |
Ge0RgeR^ | ttx: about the instances getting lost after reboot | 09:51 |
Ge0RgeR^ | since iam not able to restore them and permanantly lost ... | 09:51 |
ttx | Ge0RgeR^: i expect people to comment on that ML thread and discuss if that should be considered a bug. | 09:52 |
*** dmd17 has quit IRC | 10:17 | |
Ge0RgeR^ | ttx: but this is getting lost permanently | 10:26 |
Ge0RgeR^ | not able to restore them in any way | 10:26 |
Ge0RgeR^ | http://pastebin.com/f2crbw8a | 10:26 |
Ge0RgeR^ | this is my nova.conf i have after trunk/ppa | 10:27 |
*** londo_ has quit IRC | 10:47 | |
*** londo_ has joined #openstack | 10:47 | |
*** adiantum has quit IRC | 11:01 | |
*** NicoGC has joined #openstack | 11:43 | |
NicoGC | hello | 11:43 |
berendt | is the definition of the "cloud controller" on http://docs.openstack.org/openstack-compute/admin/content/ch02s03.html correct? | 11:44 |
berendt | "with the cloud controller component representing the global state" | 11:44 |
berendt | i would call "nova-api" and "nova-scheduler" the cloud controller, is this right? | 11:44 |
*** Guest79035 is now known as soeren | 11:46 | |
*** freeflyi1g has quit IRC | 11:48 | |
*** freeflying has joined #openstack | 11:49 | |
*** dmd17 has joined #openstack | 11:51 | |
*** Steppy has left #openstack | 11:57 | |
*** sebastianstadil has joined #openstack | 11:59 | |
*** h0cin has joined #openstack | 12:00 | |
*** NicoGC has quit IRC | 12:00 | |
*** fabiand_ has joined #openstack | 12:11 | |
*** _0x44_flughafen is now known as _0x44 | 12:17 | |
*** ctennis has quit IRC | 12:20 | |
*** mgoldmann has quit IRC | 12:22 | |
*** irahgel1 has joined #openstack | 12:23 | |
*** irahgel has quit IRC | 12:23 | |
*** adiantum has joined #openstack | 12:27 | |
*** naehring has quit IRC | 12:32 | |
ttx | berendt: I think the "cloud controller" in that description is actually RabbitMQ. | 12:34 |
berendt | ttx: I think this should be fixed | 12:34 |
*** fabiand_ has quit IRC | 12:35 | |
*** vvuksan has joined #openstack | 12:35 | |
*** kashyap has quit IRC | 12:35 | |
*** zul has quit IRC | 12:36 | |
*** ctennis has joined #openstack | 12:36 | |
*** ctennis has joined #openstack | 12:36 | |
*** anticw has quit IRC | 12:41 | |
*** sandywalsh has joined #openstack | 12:41 | |
*** anticw has joined #openstack | 12:43 | |
*** fabiand_ has joined #openstack | 13:02 | |
*** Ge0RgeR^ has quit IRC | 13:23 | |
*** littleidea has joined #openstack | 13:24 | |
*** Ge0RgeR^ has joined #openstack | 13:24 | |
*** berendt has quit IRC | 13:25 | |
*** fitzdsl has quit IRC | 13:30 | |
*** fitzdsl has joined #openstack | 13:30 | |
*** uksysadmin has joined #openstack | 13:34 | |
*** littleidea has quit IRC | 13:36 | |
uksysadmin | hi - got a multi-node set up question: I've got a controller running nova-{api,network,scheduler,objecstore,compute} rabbitmq and mysql. I've got a second node running nova-compute - so in essence I've two compute nodes. | 13:37 |
uksysadmin | I can ping each other, everything seems ok | 13:37 |
uksysadmin | when I look in mysql on the controller I see my compute nodes (and scheduler and network) listed | 13:37 |
*** drico has quit IRC | 13:38 | |
uksysadmin | when I launch an instance, I get "scheduling" as it can't run any more on the controller... it doesn't seem to want to spawn instances on my standalone compute node | 13:38 |
*** drico has joined #openstack | 13:38 | |
uksysadmin | what information does the api/controller need in order to send the request to that node? does it try to contact via the name in the table - say "nova2"... and if it can't do a dns lookup fails? | 13:39 |
*** kashyap has joined #openstack | 13:44 | |
*** mray has joined #openstack | 13:48 | |
*** hadrian has joined #openstack | 13:48 | |
ttx | jaypipes: ping me when you have 5 min. | 13:50 |
*** Ge0RgeR^ has quit IRC | 13:51 | |
*** kashyap has quit IRC | 13:51 | |
uvirtbot | New bug: #724317 in nova "openssl error due to openssl.cnf.tmpl file provided by OpenStack" [Undecided,New] https://launchpad.net/bugs/724317 | 13:52 |
jaypipes | ttx: pong | 13:53 |
*** mgoldmann has joined #openstack | 13:54 | |
ttx | jaypipes: your extra lp:nova/bexar branch wasn't merged in time... but https://bugs.launchpad.net/nova/+bug/714678/comments/5 might trigger another round | 13:54 |
uvirtbot | Launchpad bug 714678 in nova/bexar "Missing items in release tarball" [Critical,Fix committed] | 13:54 |
ttx | jaypipes: I think we need to fix those .pyc files. What's your take on it ? | 13:55 |
ttx | if we fix that, we'll include the migrate fix as well. | 13:55 |
ttx | More delays, but meh | 13:56 |
jaypipes | ttx: no worries :) | 13:56 |
*** pvo has joined #openstack | 13:57 | |
ttx | jaypipes: do you think we should fix those .pyc files inclusion before releasing ? | 13:57 |
*** pvo has quit IRC | 13:57 | |
*** pvo has joined #openstack | 13:57 | |
*** ChanServ sets mode: +v pvo | 13:57 | |
*** mray has quit IRC | 13:57 | |
jaypipes | ttx: yeah, the pyc files should definitely not be in there. | 13:57 |
ttx | jaypipes: (see last comment on https://bugs.launchpad.net/nova/+bug/714678) | 13:57 |
uvirtbot | Launchpad bug 714678 in nova/bexar "Missing items in release tarball" [Critical,Fix committed] | 13:57 |
ttx | ok. I'll file a new bug, push to cactus, push to bexar. | 13:58 |
* ttx starts to hate this point release business. | 13:58 | |
jaypipes | ttx: cheers, and ahreed. | 13:58 |
jaypipes | agreed | 13:58 |
ttx | and include the migrate fix in the list. | 13:58 |
*** adiantum has quit IRC | 13:59 | |
*** mray has joined #openstack | 14:00 | |
*** ppetraki has joined #openstack | 14:06 | |
*** zenmatt has joined #openstack | 14:12 | |
*** gondoi has joined #openstack | 14:12 | |
uvirtbot | New bug: #724325 in nova/bexar "Generated tarballs include two .pyc files" [High,In progress] https://launchpad.net/bugs/724325 | 14:17 |
*** nelson has quit IRC | 14:19 | |
*** djbobyd has quit IRC | 14:22 | |
*** sandywalsh has quit IRC | 14:25 | |
*** sandywalsh has joined #openstack | 14:25 | |
jaypipes | ttx: FYI, I pushed the glance admin tool branch. You can see what it looks like in the whiteboard on the blueprint: https://blueprints.launchpad.net/glance/+spec/admin-tool | 14:26 |
uksysadmin | (sorted with a sudo nova-manage db sync from the compute node) | 14:27 |
sandywalsh | o/ | 14:27 |
sandywalsh | spent hours on the plane catching up on ML threads. Now I'm under water again :/ | 14:27 |
*** mray has quit IRC | 14:37 | |
jaypipes | sandywalsh: heh, no shit. | 14:41 |
*** RobertLaptop has quit IRC | 14:42 | |
*** pvo has quit IRC | 14:43 | |
ttx | jaypipes: seen that, looks cool. | 14:45 |
*** troytoman-away is now known as troytoman | 14:45 | |
*** CloudChris has quit IRC | 14:48 | |
*** kashyap has joined #openstack | 14:48 | |
ttx | nova-core: simple review on the critical path to 2011.1.1: https://code.launchpad.net/~ttx/nova/lp724325/+merge/51131 | 14:50 |
*** abecc has joined #openstack | 14:55 | |
*** troytoman is now known as troytoman-away | 14:59 | |
*** pvo has joined #openstack | 15:03 | |
*** Shanix has joined #openstack | 15:04 | |
Shanix | hi i need help with openstack | 15:04 |
Shanix | i am able to spawn instances but cannot ssh | 15:05 |
Shanix | anyone? | 15:05 |
Shanix | help!!! | 15:06 |
Shanix | anyone??? who could refer me to a link | 15:09 |
Shanix | or any hint | 15:09 |
vvuksan | what kind of networking are you using ? | 15:10 |
Shanix | i am trying to connect from host machine | 15:11 |
Shanix | and i cant | 15:11 |
vvuksan | right | 15:11 |
Shanix | i dont get any error at all | 15:11 |
Shanix | even in the logs | 15:11 |
vvuksan | are you using flatnetworking of flatdhcp | 15:11 |
vvuksan | you can look at console logs for the instance | 15:12 |
Shanix | i use the standard dcpbridge | 15:12 |
Shanix | i am new in this maybe i didnt configure it well | 15:12 |
*** lamar has joined #openstack | 15:13 | |
vvuksan | what does your nova.conf look like ? | 15:13 |
Shanix | can i paste it here? | 15:13 |
Shanix | --dhcpbridge_flagfile=/etc/nova/nova.conf | 15:14 |
Shanix | --dhcpbridge=/usr/bin/nova-dhcpbridge | 15:14 |
Shanix | --logdir=/var/log/nova | 15:14 |
Shanix | --state_path=/var/lib/nova | 15:14 |
Shanix | --libvirt_type=qemu | 15:14 |
Shanix | --public_interface=vlan100 | 15:14 |
Shanix | --verbose | 15:14 |
Shanix | there | 15:14 |
*** mray has joined #openstack | 15:15 | |
*** f4m8 is now known as f4m8_ | 15:15 | |
Shanix | are you there vvuksan? | 15:16 |
vvuksan | yes | 15:16 |
Shanix | i just pasted the nova.conf | 15:16 |
vvuksan | shanix: that looks reasonable | 15:16 |
vvuksan | btw you can post to paste.openstack.org in the future | 15:16 |
vvuksan | are you running both nova-compute and nova-network? | 15:17 |
Shanix | yes both are running | 15:17 |
vvuksan | are you running them with --nodaemon option ? | 15:17 |
vvuksan | just to see that they haven't errored out ? | 15:17 |
Shanix | they are running at daemon | 15:17 |
Shanix | i checked the logs they seem to be ok | 15:17 |
Shanix | i am also running rabbitmq | 15:18 |
Shanix | and redis | 15:18 |
vvuksan | hmm | 15:18 |
vvuksan | i don't know if redis works any more | 15:18 |
vvuksan | which release is this ? | 15:19 |
Shanix | i am also not sure but it was in the manual i followed so i installed it | 15:19 |
*** RobertLaptop has joined #openstack | 15:19 | |
Shanix | how do i check for release? | 15:19 |
vvuksan | which one did you download ? | 15:19 |
Shanix | i installed it through apt-get | 15:20 |
Shanix | from the link provided in openstack.org | 15:20 |
Shanix | this repo -> add-apt-repository ppa:nova-core/trunk | 15:21 |
vvuksan | k | 15:21 |
vvuksan | it's the trunk | 15:21 |
vvuksan | when you do euca-describe-instances | 15:21 |
Shanix | i guess should be the latest | 15:21 |
*** bcwaldon has joined #openstack | 15:21 | |
vvuksan | does it show instance as running? | 15:21 |
Shanix | yes | 15:21 |
*** ovidwu_ has joined #openstack | 15:21 | |
Shanix | i was thinking maybe some routing issue? | 15:22 |
Shanix | i am running it on ubuntu 10.10 | 15:22 |
vvuksan | no | 15:23 |
vvuksan | i doubt it | 15:23 |
vvuksan | on the compute node go to /var/lib/nova/instances | 15:23 |
Shanix | coz i can ping the virtual ip on my side but cant the instance one | 15:23 |
Shanix | ok | 15:23 |
Shanix | now | 15:24 |
Shanix | consol.log is empty | 15:24 |
Shanix | console.log i meant | 15:25 |
*** dprince has joined #openstack | 15:25 | |
Shanix | is that an issue? | 15:25 |
Shanix | yes | 15:27 |
Shanix | i mean there? | 15:27 |
Shanix | vvuksan? | 15:29 |
vvuksan | that's not a good sign | 15:30 |
Shanix | ok | 15:30 |
Shanix | what should i check next? | 15:30 |
vvuksan | type virsh list | 15:30 |
*** kazu has joined #openstack | 15:30 | |
vvuksan | on the compute node | 15:30 |
vvuksan | do you get anything ? | 15:30 |
Shanix | yes instance running | 15:31 |
bcwaldon | :q | 15:32 |
Shanix | is that good? | 15:32 |
bcwaldon | whoops | 15:32 |
Shanix | vvuksan: i guess its good that it shows running | 15:33 |
lamar | bcwaldon: I think you might have unsaved changes | 15:33 |
bcwaldon | :q! | 15:33 |
vvuksan | Shanix: yes that's good | 15:35 |
*** ramkrsna has quit IRC | 15:35 | |
vvuksan | Shanix: question is why there is no console log | 15:35 |
Shanix | how would i know? | 15:35 |
vvuksan | are you sure you are looking in the correct instance directory ? | 15:35 |
Shanix | yes | 15:35 |
Shanix | shall i look here /var/log/libvirt/qemu/ | 15:36 |
vvuksan | sure | 15:36 |
Shanix | i pasted in private is that correct? | 15:37 |
*** kazu has quit IRC | 15:40 | |
*** kazutaka has joined #openstack | 15:41 | |
*** kazutaka has quit IRC | 15:41 | |
*** Shanix has quit IRC | 15:42 | |
*** Shanix has joined #openstack | 15:42 | |
*** kazu has joined #openstack | 15:43 | |
*** mahadev has joined #openstack | 15:45 | |
*** sateesh has quit IRC | 15:48 | |
*** mahadev has quit IRC | 15:50 | |
*** calavera has quit IRC | 15:51 | |
*** mray has quit IRC | 15:52 | |
*** mahadev has joined #openstack | 15:52 | |
*** dragondm has joined #openstack | 16:01 | |
*** troytoman-away is now known as troytoman | 16:01 | |
*** mahadev has quit IRC | 16:10 | |
*** bcwaldon has quit IRC | 16:10 | |
*** zul has joined #openstack | 16:11 | |
jaypipes | dubsquared: around? | 16:13 |
*** Shanix has quit IRC | 16:14 | |
*** bcwaldon has joined #openstack | 16:17 | |
*** mahadev has joined #openstack | 16:17 | |
openstackhudson | Project nova build #567: SUCCESS in 1 min 40 sec: http://hudson.openstack.org/job/nova/567/ | 16:17 |
openstackhudson | Tarmac: Globally exclude *.pyc files from generated tarballs. | 16:17 |
*** johnpur has joined #openstack | 16:19 | |
*** ChanServ sets mode: +v johnpur | 16:19 | |
*** j05h has joined #openstack | 16:21 | |
jaypipes | anybody else having a problem pushing to LP? | 16:24 |
*** dubsquared1 has joined #openstack | 16:26 | |
dubsquared1 | jaypipes: in the house? | 16:26 |
jaypipes | dubsquared1: yup. | 16:26 |
dubsquared1 | word | 16:26 |
dubsquared1 | in response to question, my install is ubuntu + kvm | 16:27 |
openstackhudson | Project nova build #568: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/568/ | 16:27 |
dubsquared1 | so it's using the default s3 image service, nova-objectstore | 16:27 |
openstackhudson | Tarmac: This fix checks whether the boot/guest directory exists on the hypervisor. | 16:27 |
openstackhudson | If that is not the case, it creates it. | 16:27 |
openstackhudson | And this time I'm pretty sure I'm not breaking anything with this fix! (see bug 723298) | 16:27 |
uvirtbot | Launchpad bug 723298 in nova "FlatManager should not call driver.init_host()" [Low,Fix committed] https://launchpad.net/bugs/723298 | 16:28 |
jaypipes | dubsquared: ah, ok. and why don't you want to use nova-objectstore? | 16:28 |
ttx | ok, final merge proposals up for 2011.1.1... | 16:29 |
*** enigma has joined #openstack | 16:30 | |
ttx | nova-core, jaypipes, jk0: please consider giving the two reviews on https://code.launchpad.net/~hudson-openstack/nova/bexar/+activereviews some love, so that I can generate new candidate tarballs / packages for testing early tomorrow | 16:30 |
*** kashyap has quit IRC | 16:30 | |
ttx | oh, jk0 is already on it :) | 16:31 |
jk0 | ttx: already done :) | 16:31 |
ttx | jk0: consider looking into the other one, https://code.launchpad.net/~jaypipes/nova/bexar-bug717467/+merge/50979 | 16:31 |
jk0 | looking now | 16:31 |
*** skiold has quit IRC | 16:32 | |
*** Nacx has quit IRC | 16:33 | |
*** Nacx has joined #openstack | 16:34 | |
*** dirakx has joined #openstack | 16:35 | |
*** uksysadmin has quit IRC | 16:39 | |
*** littleidea has joined #openstack | 16:42 | |
openstackhudson | Project nova-bexar build #9: SUCCESS in 1 min 39 sec: http://hudson.openstack.org/job/nova-bexar/9/ | 16:42 |
openstackhudson | Tarmac: Pull fix for LP #717467 (migrate.versioning ImportError) into Bexar 2011.1.1 release. | 16:42 |
uvirtbot | Launchpad bug 717467 in nova/bexar "from migrate.versioning import exceptions fails with recent venv" [Medium,In progress] https://launchpad.net/bugs/717467 | 16:42 |
*** kashyap has joined #openstack | 16:50 | |
*** burris has quit IRC | 16:56 | |
*** fabiand_ has quit IRC | 16:58 | |
*** lamar has quit IRC | 16:59 | |
*** kazu has quit IRC | 17:04 | |
*** xtoddx- is now known as xtoddx | 17:05 | |
openstackhudson | Project nova build #569: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/569/ | 17:07 |
openstackhudson | Tarmac: Support HP/LeftHand SANs. We control the SAN by SSHing and issuing CLIQ commands. Also improved the way iSCSI volumes are mounted: try to store the iSCSI connection info in the volume entity, in preference to doing discovery. Also CHAP authentication support. | 17:07 |
openstackhudson | CHAP support is necessary to avoid the attach-volume command require an export on the SAN device. If we had to do that, the attach command would have to hit both the volume controller and the compute controller, and that would be complex. | 17:07 |
*** dirakx has quit IRC | 17:12 | |
xtoddx | justinsb: around? | 17:14 |
justinsb | xtoddx: Hi! | 17:16 |
xtoddx | justinsb: just wondering what needed to change with api to make it testable? | 17:16 |
justinsb | xtoddx: Sorry, not sure what you're referring to? An email or a branch? | 17:17 |
xtoddx | justinsb: there are some helpers sprinkled around to return wsgi apps to run tests againss | 17:17 |
xtoddx | justinsb: sorry, i'm looking at the servicify-nova-api branch | 17:17 |
xtoddx | justinsb: and working my way though test-openstack-api-servers now | 17:18 |
justinsb | xtoddx: Ah ok... so servicify is to support the test-openstack-api-servers branch | 17:18 |
justinsb | xtoddx: So the test-openstack-api-XX branches all bring up services in-process - nova-api, nova-compute, nova-scheduler etc | 17:19 |
xtoddx | justinsb: so it looks like the test-api-servers is integration tests? | 17:19 |
justinsb | xtoddx: No, they're part of the unit test suit. They're "integrated" tests. If they were integration tests, I couldn't include them in the unit test suite. | 17:20 |
justinsb | xtoddx: ;-) | 17:20 |
ryker | Is the cloud.com cloudstack in any way related to openstack? I'm wondering why they announce openstack releases on their blog page? http://cloud.com/company/blog | 17:20 |
justinsb | xtoddx: So the changes to servicify nova-api just refactored the bin/nova-api code into a service | 17:20 |
justinsb | xtoddx: Just like the other services (the non-WSGI ones) | 17:20 |
xtoddx | justinsb: so the end result is you stand up a full service instead of just using __call__ on the wsgi app? | 17:21 |
justinsb | xtoddx: Yes. I construct an HTTP endpoint, and call it using httplib. | 17:21 |
*** dirakx has joined #openstack | 17:22 | |
justinsb | xtoddx: Aiming to catch the problems where I write passing unit tests but then things break trivially | 17:22 |
justinsb | xtoddx: I sort of need some help on how to shut down the WSGI app if you know about this stuff - can't figure that one out yet! | 17:23 |
*** maple_bed is now known as maplebed | 17:23 | |
xtoddx | justinsb: that is a good question | 17:23 |
xtoddx | justinsb: i'll see what I can dig up | 17:23 |
justinsb | xtoddx: Thanks. But anyway, what are you thinking about testing using the full services? Love it or hate it? (I can't imagine there's going to be much opinion in between) | 17:24 |
xtoddx | justinsb: I always love new tests! | 17:24 |
justinsb | xtoddx: :-) | 17:24 |
justinsb | xtoddx: I imagine it'll be pulled out into smoke_tests longer term, once we start running them regularly | 17:25 |
xtoddx | justinsb: I could see that, but at least you have the steps being written now. I like that they run with unit tests, which is what is holding the smoketests back. | 17:26 |
dprince | justinsb: See my comments on how to reproduce the metadata issue. In the ticket. | 17:26 |
dprince | justinsb: I'm also working on some integration/functional tests that will help us catch this stuff quicker. | 17:27 |
*** burris has joined #openstack | 17:27 | |
justinsb | dprince: Thanks for the confirmation that the hotfix solves the first problem, and the additional bug report | 17:27 |
*** sateesh has joined #openstack | 17:27 | |
justinsb | dprince: I'll add metadata test cases to my "integrated" tests | 17:27 |
justinsb | dprince: Feel free to branch and extend them also if you'd like :-) | 17:28 |
dprince | justinsb: Sure. Will do. | 17:29 |
*** gregp76 has joined #openstack | 17:30 | |
*** acmurthy has joined #openstack | 17:33 | |
*** lamar has joined #openstack | 17:38 | |
*** eikke has quit IRC | 17:39 | |
*** tr3buchet has joined #openstack | 17:46 | |
*** zul has quit IRC | 17:52 | |
tr3buchet | there we are | 17:57 |
*** mahadev has quit IRC | 18:00 | |
dubsquared1 | creiht: in the house? | 18:00 |
openstackhudson | Project nova build #570: SUCCESS in 1 min 51 sec: http://hudson.openstack.org/job/nova/570/ | 18:03 |
openstackhudson | Tarmac: Some first steps towards resolving some of the issues brought up on the mailing list related to documenting flags. | 18:03 |
openstackhudson | This patch helps expose some of the features of gflags that we were sort of skipping past, such as organizing flags by the file that defined them in help. | 18:03 |
openstackhudson | There are still some things to fix, for example all the flags defined in nova.flags should be moved to other files, and the ones that are there currently show up under nova.log, but previously they were all in one spot anyway so this is still fully a step forward. | 18:03 |
openstackhudson | Manager import was moved into Service's init so that the dynamic flags get loaded earlier so we can show them in the help. | 18:03 |
*** dprince has quit IRC | 18:04 | |
jaypipes | justinsb: nice ML post. I'll respond when I've got a free moment... bit swamped today. :( | 18:08 |
*** bcwaldon has quit IRC | 18:08 | |
justinsb | jaypipes: Thanks. | 18:09 |
justinsb | jaypipes: On the HP SAN merge request, can you set it back away from Approved back to Merged please | 18:09 |
*** j05h has quit IRC | 18:10 | |
*** lamar has quit IRC | 18:10 | |
justinsb | jaypipes: Background: I think it already merged clean. But I had accidentally pushed trunk to the pre-req branch (metadata3) | 18:10 |
justinsb | jaypipes: I'll check that it did merge clean, but I think if you Approve it again it could cause problems for the merge-bot | 18:10 |
justinsb | jaypipes: Actually, I was able to do it - never mind | 18:11 |
justinsb | jaypipes: Interesting permissions model launchpad has :-) | 18:11 |
*** Nacx has quit IRC | 18:13 | |
jaypipes | justinsb: k | 18:13 |
*** KenD has joined #openstack | 18:13 | |
*** doude_ has quit IRC | 18:17 | |
*** berendt has joined #openstack | 18:17 | |
berendt | i'm trying to run iscsi, but i got the following error: http://paste.openstack.org/show/763/... can anyone assist? | 18:18 |
*** mdomsch has joined #openstack | 18:20 | |
*** RobertLaptop has quit IRC | 18:21 | |
*** mgoldmann has quit IRC | 18:21 | |
*** RobertLaptop has joined #openstack | 18:21 | |
justinsb | berendt: Could you paste the output of an ls on your /dev/disk/by-path/ directory - so we can tell whether it's some sort of permissions issue, or whether the file genuinely isn't there | 18:23 |
*** doude has joined #openstack | 18:23 | |
*** mahadev has joined #openstack | 18:24 | |
berendt | justinsb: i don't know why.. but i tried it again and now it's working.. strange | 18:25 |
jaypipes | tr3buchet: https://code.launchpad.net/~citrix-openstack/nova/xenapi-netinject-prop/+merge/49798 | 18:25 |
justinsb | berendt: I think it's actually a timing issue | 18:25 |
justinsb | berendt: So discovery completes, but the volume isn't yet available | 18:25 |
justinsb | berendt: I think my patch for HP SANs just landed in trunk, which includes a retry loop | 18:26 |
berendt | justinsb: yes the patch is there.. i'll update.. ;) | 18:26 |
justinsb | berendt: Because I came across the same issue using SANs. I think the logic is common to all iSCSI targets | 18:26 |
tr3buchet | jaypipes: that's a doozie | 18:28 |
*** dendro-afk is now known as dendrobates | 18:28 | |
* tr3buchet digs in | 18:28 | |
jaypipes | tr3buchet: just letting you know since ewan specifically requested a review from ya.. :P | 18:29 |
tr3buchet | yeah i've gotten behind on emails a bit (agile training) | 18:30 |
*** KenD has quit IRC | 18:30 | |
tr3buchet | sorry to both of you | 18:30 |
*** RobertLaptop has quit IRC | 18:31 | |
jaypipes | tr3buchet: no worries mate, totally understand. :) | 18:31 |
*** RobertLaptop has joined #openstack | 18:31 | |
*** zul has joined #openstack | 18:32 | |
*** KenD has joined #openstack | 18:32 | |
*** fabiand_ has joined #openstack | 18:41 | |
*** MarcMorata has quit IRC | 18:44 | |
*** sebastianstadil has quit IRC | 18:45 | |
openstackhudson | Project nova build #571: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/571/ | 18:49 |
openstackhudson | Tarmac: Easy and effective fix for getting the DNS value from flag file, when working in FlatNetworking mode. | 18:49 |
openstackhudson | Project nova-bexar build #10: SUCCESS in 1 min 38 sec: http://hudson.openstack.org/job/nova-bexar/10/ | 18:50 |
openstackhudson | Tarmac: Globally exclude *.pyc files from generated tarballs. Fix backported from Cactus. | 18:50 |
*** berendt has quit IRC | 18:52 | |
kpepple | ryker: cloud.com is part of the openstack community http://openstack.org/community/companies/ | 18:52 |
kpepple | ryker: although last i checked their solution was mostly java-based ... | 18:54 |
*** sateesh has quit IRC | 18:54 | |
uvirtbot | New bug: #724493 in swift "Bad use of webob.Request.attr and webob.Response.attr" [Low,Triaged] https://launchpad.net/bugs/724493 | 18:56 |
*** dubsquared1 has left #openstack | 18:57 | |
*** citral has joined #openstack | 18:57 | |
*** jlmjlm has joined #openstack | 18:58 | |
*** dendrobates is now known as dendro-afk | 18:59 | |
*** mdomsch has quit IRC | 18:59 | |
*** Pentheus has joined #openstack | 19:01 | |
jk0 | vishy: serously <3'ing your test fixes | 19:02 |
vishy | kk0: glad my 8 hours of tearing my hair out was well spent | 19:03 |
vishy | :) | 19:03 |
jk0 | haha | 19:03 |
*** berendt has joined #openstack | 19:04 | |
*** KenD has quit IRC | 19:05 | |
*** mdomsch has joined #openstack | 19:06 | |
*** Ryan_Lane has joined #openstack | 19:06 | |
openstackhudson | Project nova build #572: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/572/ | 19:07 |
openstackhudson | Tarmac: Don't require metadata (hotfix for bug 724143) | 19:07 |
uvirtbot | Launchpad bug 724143 in nova "KeyError: 'metadata' error when creating server with OS API" [High,In progress] https://launchpad.net/bugs/724143 | 19:08 |
uvirtbot | New bug: #724503 in nova "network restart fails with postgresql 9" [Undecided,New] https://launchpad.net/bugs/724503 | 19:11 |
jaypipes | devcamcar: ping! | 19:16 |
uvirtbot | New bug: #724507 in swift "account_stats.py line_data encoding" [Low,Triaged] https://launchpad.net/bugs/724507 | 19:17 |
*** irahgel1 has left #openstack | 19:17 | |
*** KenD has joined #openstack | 19:18 | |
*** clauden has joined #openstack | 19:18 | |
ryker | kpepple: I didn't realize cloud.com was part of the openstack community. That seems odd to me. I thought openstack is basically a competitor/alternative to cloud.com's cloudstack. Seems kind of like Microsoft being part of the Ubuntu community. :) | 19:18 |
doude | quit | 19:19 |
*** doude has quit IRC | 19:19 | |
*** dendro-afk is now known as dendrobates | 19:20 | |
kpepple | ryker: funny you should bring up microsoft ... that's part of cloud.com's involvement AFAIK -- http://www.microsoft.com/presspass/press/2010/oct10/10-22openstackpr.mspx | 19:22 |
ttx | ryker: yes, cloud.com contributed Hyper-V support in openstack | 19:23 |
Glacee | hyper-v is not even supported in cloud.com yet | 19:24 |
*** berendt has quit IRC | 19:24 | |
ttx | ryker: see lightning talk at http://vimeo.com/19812628 | 19:24 |
*** alekibango_ has joined #openstack | 19:25 | |
*** maplebed has quit IRC | 19:26 | |
*** bcwaldon has joined #openstack | 19:27 | |
ryker | lol. yeah, i guess that makes sense as far as microsoft providing hyper-v support. | 19:27 |
*** maplebed has joined #openstack | 19:27 | |
ryker | but cloud.com is another cloud platform for existing virtualization technologies, like kvm, xen, etc. same as openstack, right? | 19:27 |
Glacee | ryker: yes | 19:28 |
ryker | any idea what their involvement in the openstack community means? | 19:28 |
ryker | *thier = cloud.com | 19:28 |
*** KenD has quit IRC | 19:28 | |
Glacee | same as onapp,enomaly and others | 19:28 |
*** czajkowski has quit IRC | 19:28 | |
*** alekibango has quit IRC | 19:28 | |
*** jimbaker has joined #openstack | 19:28 | |
ryker | i'm wondering, because i'm comparing cloudstack to openstack right now | 19:29 |
*** klumpie has quit IRC | 19:29 | |
*** czajkowski has joined #openstack | 19:29 | |
*** klumpie has joined #openstack | 19:30 | |
*** czajkowski has quit IRC | 19:30 | |
*** czajkowski has joined #openstack | 19:30 | |
*** KenD has joined #openstack | 19:30 | |
*** Ryan_Lane has quit IRC | 19:33 | |
vishy | any reviewers around? FlatDHCP is broken in trunk: https://code.launchpad.net/~vishvananda/nova/lp724159/+merge/51085 | 19:39 |
zul | couldnt the libvirt_conn IptablesFirewallDriver so that other virt technologies use it as well? | 19:40 |
*** Ryan_Lane has joined #openstack | 19:42 | |
kpepple | vishy: did we change the behavior of /run_tests.sh when running individual test files ? i'm trying to test a single test file with './run_tests.sh -N nova/tests/test_nova_manage.py' and it's bombing with 'ImportError: No module named test_nova_manage" ... it was running yesterday | 19:43 |
*** nijaba has quit IRC | 19:44 | |
*** nijaba has joined #openstack | 19:45 | |
*** nijaba has joined #openstack | 19:45 | |
ironcamel | kpepple: i usually run something like: run_tests.sh nova.tests.blah to run just 1 test | 19:46 |
openstackhudson | Project nova build #573: SUCCESS in 1 min 44 sec: http://hudson.openstack.org/job/nova/573/ | 19:47 |
openstackhudson | Tarmac: Add some methods to the ec2 admin api to work with VPNs. Also implements and properly documents the get_hosts method. | 19:47 |
kpepple | ironcamel: where blah == ClassName ... so my test class is "NovaManageTestCase" and my command line would be "run_tests.sh nova.tests. NovaManageTestCase" ? | 19:48 |
vishy | kpepple: the syntax is nova.tests.test_nova_manage | 19:49 |
vishy | and you can omit nova.tests | 19:49 |
vishy | you can also do classes well | 19:49 |
kpepple | vishy ironcamel : thx .. running now | 19:49 |
ironcamel | cool, didn't know you could omit nova.tests | 19:49 |
vishy | ./run_tests.sh -N test_nova_manage:NovaManageTestCase.some_test_name | 19:50 |
vishy | to run an individual test (note the colon between module and class name) | 19:50 |
vishy | ironcamel: that was a recent fix that went in to run_tests | 19:50 |
*** citral has quit IRC | 19:51 | |
vishy | kpepple: running individual tests is a little dangerous without this patch though: https://code.launchpad.net/~vishvananda/nova/tests-clean-db/+merge/50887 | 19:51 |
*** daveiw has joined #openstack | 19:53 | |
openstackhudson | Project nova build #574: SUCCESS in 1 min 42 sec: http://hudson.openstack.org/job/nova/574/ | 19:53 |
openstackhudson | Tarmac: Removes processName from debug output since we aren't using multiprocessing and it doesn't exist in python 2.6.1 | 19:53 |
kpepple | vishy: yeah, i actually implemented some stray record reaper code in my tests to get around it ... | 19:53 |
*** daveiw has quit IRC | 19:54 | |
*** daveiw has joined #openstack | 19:54 | |
*** daveiw has left #openstack | 19:55 | |
*** daveiw has joined #openstack | 19:55 | |
*** zul has quit IRC | 19:59 | |
*** abecc has quit IRC | 20:04 | |
vishy | ttx, soren, mtaylor: any packagers around? | 20:05 |
vishy | lvdisplay needs to be added to nova_sudoers | 20:06 |
*** joearnold has joined #openstack | 20:06 | |
*** fabiand_ has left #openstack | 20:08 | |
*** daveiw has quit IRC | 20:08 | |
*** h0cin has quit IRC | 20:08 | |
*** hadrian has quit IRC | 20:09 | |
*** abecc has joined #openstack | 20:10 | |
mtaylor | vishy: whazzup? | 20:10 |
*** abecc has quit IRC | 20:11 | |
justinsb | Anyone else having problems with the bazaar server at the moment? | 20:12 |
mtaylor | justinsb: lemme check | 20:12 |
mtaylor | justinsb: seems _REALLY_ slow | 20:16 |
justinsb | mtaylor: Yes.. that's what I'm seeing.... | 20:16 |
justinsb | mtaylor: OK, not just me then. Thanks! | 20:16 |
*** jbryce has joined #openstack | 20:18 | |
*** lamar has joined #openstack | 20:21 | |
vishy | mtaylor: lvdisplay needs to be added to nova_sudoers (not sure where to report bugs related to packaging) | 20:21 |
vishy | "/sbin/lvdisplay" | 20:22 |
eday | sandywalsh: from your queue service email, by "broadcast queues", do you mean something different than the multi-cast queues? http://wiki.openstack.org/QueueService#Multi-cast_Event_Notifications | 20:23 |
*** brd_from_italy has joined #openstack | 20:24 | |
*** Ryan_Lane has quit IRC | 20:25 | |
*** deepheat_ has quit IRC | 20:25 | |
devcamcar | creiht: got a sec for a swauth question? | 20:27 |
sandywalsh | eday, sort of. TTL is risky since I need to know that each worker got a copy of the message. | 20:29 |
*** hazmat has quit IRC | 20:30 | |
sandywalsh | eday, consider the zone problem. Each service needs to report status back to each scheduler instance. Ideally these messages don't get lost. | 20:30 |
sandywalsh | eday, arguably we could say "well, one will eventually get there" | 20:30 |
sandywalsh | eday, so, in that case, does having a longer TTL really help? I suppose TTL could be a large number. | 20:31 |
*** nijaba has quit IRC | 20:31 | |
*** lamar has quit IRC | 20:31 | |
sandywalsh | eday, (hours or more) | 20:32 |
*** _cerberus_ has quit IRC | 20:32 | |
*** hazmat has joined #openstack | 20:32 | |
*** cw has quit IRC | 20:33 | |
*** nijaba has joined #openstack | 20:33 | |
*** nijaba has joined #openstack | 20:33 | |
*** cw has joined #openstack | 20:33 | |
*** _cerberus_ has joined #openstack | 20:34 | |
*** miclorb has joined #openstack | 20:34 | |
eday | sandywalsh: Do the zone status messages really matter that they get there? If you send them out every minute or something, you just use the latest, no? | 20:35 |
eday | sandywalsh: If you need guaranteed delivery, then you have two options. Longer TTL like you mention, or setup a worker that can replication to other queues (get from one, put to X). This is a common behavior so as a phase two we can add a "router api" hat basically configures these workers to do this type of replication (kind of like exchanges in amqp) | 20:36 |
sandywalsh | eday, Most likely it's fine. I was just wondering: how do I know that it's getting through at all? | 20:36 |
sandywalsh | eday, i.e. could it be that Scheduler 2 never gets updates from Compute 8 | 20:37 |
eday | sandywalsh: broadcast has two distinct meanings in queues usually, anyone who can see it for a time period vs real replication | 20:37 |
*** dendrobates is now known as dendro-afk | 20:37 | |
sandywalsh | eday, right, we don't want to clog the queues with messages no one is going to consume | 20:38 |
eday | sandywalsh: well, this is something you would see from the scheduler monitoring, no? You could say "who are you active compute nodes", and if you don't see compute 8 on the list, it could be the queue (or compute 8 is down) | 20:38 |
*** rcc has quit IRC | 20:39 | |
sandywalsh | eday, yup, I see your point. Not as big a deal as I first thought. If broadcast messages aren't getting to worker consistently we have bigger issues. | 20:40 |
*** dendro-afk is now known as dendrobates | 20:40 | |
eday | sandywalsh: think of it more as an event notification queue than a broadcast. more like an rss feed with TTLs that a replicated queue | 20:41 |
eday | sandywalsh: but, if you suddenly have the ability to 'hide' messages and delete them, you get a traditional worker queue too | 20:42 |
sandywalsh | eday, right, it's not like a transaction where missing the message could mess up a back balance. Each event is an atomic snapshot of the state. | 20:42 |
sandywalsh | s/back/bank/ | 20:42 |
eday | sandywalsh: yup. and you can push deltas, and if a failure scenario means you're lost in the delta (have a way to detect), you can always request the full thing in a separate 1-1 queue | 20:43 |
*** KenD has quit IRC | 20:43 | |
*** KenD has joined #openstack | 20:45 | |
*** brd_from_italy1 has joined #openstack | 20:46 | |
sandywalsh | eday, k, I'm sold. :) thx | 20:46 |
eday | sandywalsh: cool, that was easy! :) | 20:48 |
*** brd_from_italy has quit IRC | 20:48 | |
*** mgoldmann has joined #openstack | 20:49 | |
*** lamar has joined #openstack | 20:55 | |
*** KenD has quit IRC | 20:57 | |
*** miclorb has quit IRC | 21:02 | |
*** KenD has joined #openstack | 21:03 | |
*** mahadev has quit IRC | 21:06 | |
*** aimon has quit IRC | 21:07 | |
*** mahadev has joined #openstack | 21:07 | |
eday | jaypipes: <3 | 21:07 |
*** dprince has joined #openstack | 21:07 | |
*** jesse__ has joined #openstack | 21:08 | |
*** te has joined #openstack | 21:09 | |
*** jesse__ is now known as anotherjesse | 21:09 | |
*** hadrian has joined #openstack | 21:11 | |
*** miclorb has joined #openstack | 21:14 | |
*** dubsquared has quit IRC | 21:14 | |
uvirtbot | New bug: #724558 in swift "Memcache clients not handling memcache restarts correctly" [Undecided,New] https://launchpad.net/bugs/724558 | 21:17 |
jarrod | IOError: [Errno 13] Permission denied: '/dev/xvdb' <-- ughh | 21:18 |
*** KenD has quit IRC | 21:19 | |
*** hvaldivia has joined #openstack | 21:19 | |
jarrod | it looks like the code i just trying to execute open() on that device name... since its running as user nova, how does it execute open as a superuser? | 21:19 |
*** KenD has joined #openstack | 21:20 | |
jarrod | because it's flags are wb for write access | 21:20 |
jarrod | nova is in sudoers with NOPASSWD | 21:21 |
*** markwash has joined #openstack | 21:21 | |
*** pothos has joined #openstack | 21:23 | |
*** RobertLaptop has quit IRC | 21:24 | |
jarrod | unless nova-compute needs to run as root | 21:24 |
*** pothos_ has quit IRC | 21:25 | |
vvuksan | jarrod: i don't think so | 21:25 |
vvuksan | i am not sure what the xvdb stuff is | 21:26 |
jarrod | i believe its the xen volume db | 21:26 |
jarrod | but its bombing trying to open the device with write privileges | 21:26 |
jarrod | the error is specifically Permission denied | 21:27 |
*** sandywalsh has quit IRC | 21:27 | |
*** husimon has quit IRC | 21:27 | |
jarrod | why it would request write privileges on a device as a non-user is beyond me | 21:29 |
jarrod | non-superuser | 21:29 |
jarrod | probably a bug | 21:31 |
openstackhudson | Project swift build #206: SUCCESS in 28 sec: http://hudson.openstack.org/job/swift/206/ | 21:31 |
openstackhudson | Tarmac: ratelimiting does not handle memcache restart | 21:31 |
antonym | jarrod: think you had to run it as root to get around it, jordanrinke ran into that prob | 21:31 |
*** husimon has joined #openstack | 21:32 | |
jarrod | ok let me try that | 21:32 |
*** perestrelka has quit IRC | 21:33 | |
*** perestrelka has joined #openstack | 21:33 | |
jaypipes | annegentle: one more branch to keep an eye on for docuemntation: https://code.launchpad.net/~tr3buchet/nova/xs_network_inject/+merge/51209 | 21:34 |
annegentle | jaypipes: ok, good-o | 21:34 |
annegentle | talking to tr3buchet now :) | 21:35 |
jarrod | ughh | 21:35 |
jarrod | nova.conf needs --run_user= | 21:35 |
jarrod | or i guess --nova_user to be consistent with rabbit_user | 21:36 |
*** jimbaker has quit IRC | 21:37 | |
*** Dumfries has joined #openstack | 21:37 | |
*** RobertLaptop has joined #openstack | 21:38 | |
Dumfries | having a issue with my scheduler in that it is unable to find a host. I get the error "raise driver.NoValidHost(_("No hosts found"))". I have manually attempted to run the scheduler in the foreground and specified the sql db to use but still get the same error. (all in one dev box). | 21:39 |
vishy | Dumfries: I noticed the same issue | 21:40 |
vishy | (ocassionally) | 21:40 |
Dumfries | vishy: well glad I am not going crazy. Did you manage to find a workaround? | 21:40 |
vishy | nova-manage service list | 21:40 |
vishy | check to see if it is enabled with a :) | 21:41 |
vishy | unfortunately the error is intermittent for me | 21:41 |
vishy | d | 21:41 |
vishy | does it happen every time for you | 21:41 |
vishy | ? | 21:41 |
vishy | battery is dying I'll try and look later | 21:41 |
*** sandywalsh has joined #openstack | 21:41 | |
Dumfries | At the moment yeah, well at least since updating. | 21:41 |
*** miclorb has quit IRC | 21:41 | |
Dumfries | nova-scheduler enabled | 21:41 |
Dumfries | yep | 21:42 |
jarrod | antonym: i ran as root and that fixed it | 21:43 |
*** miclorb has joined #openstack | 21:44 | |
*** te has quit IRC | 21:45 | |
*** te has joined #openstack | 21:46 | |
jarrod | nevermind, xen is getting No bootable device | 21:46 |
jarrod | UGHH | 21:46 |
jarrod | openstack is not made to work with xenserver yet | 21:47 |
Dumfries | kvm that mutha | 21:48 |
jarrod | yea | 21:49 |
jarrod | ive got a multinode kvm setup deployed and working GREAT | 21:49 |
jarrod | i just wanted VM snapshots | 21:49 |
jarrod | but screw this it aint worth it | 21:49 |
jarrod | atleast not with openstack at this point | 21:49 |
*** mgoldmann has quit IRC | 21:50 | |
*** hazmat has quit IRC | 21:51 | |
*** ctennis has quit IRC | 21:51 | |
*** brd_from_italy1 has quit IRC | 21:51 | |
*** miclorb has quit IRC | 21:53 | |
*** hadrian has quit IRC | 21:53 | |
*** anotherjesse has quit IRC | 21:54 | |
*** ctennis has joined #openstack | 22:02 | |
*** ctennis has joined #openstack | 22:02 | |
*** hadrian has joined #openstack | 22:03 | |
dprince | Two approvals on this: | 22:04 |
dprince | https://code.launchpad.net/~ironcamel/nova/openstack-api-hostid/+merge/50200 | 22:04 |
dprince | Can we get that merged? | 22:04 |
*** miclorb_ has joined #openstack | 22:04 | |
*** miclorb_ has quit IRC | 22:04 | |
Dumfries | vishy: got it working | 22:13 |
kpepple | jk0: i had to set lp:~ken-pepple/nova/dynamicinstancetypes back to "work in progress" as it no longer merged cleanly (migrate script numbering, testing issues,etc). will re-propose for merge later tonight. | 22:16 |
jk0 | cool, thanks for the heads up | 22:16 |
devcamcar | jaypipes: pong! | 22:17 |
jaypipes | devcamcar: hey, any change of making django-nova support the openstack API? | 22:18 |
devcamcar | jaypipes: no change yet | 22:18 |
devcamcar | still on the roadmap eventually | 22:19 |
devcamcar | i think there's still a bunch of stuff missing | 22:19 |
jaypipes | devcamcar: k, was just wondering. nothing more :) | 22:19 |
devcamcar | like being able to create projects/users | 22:19 |
jaypipes | devcamcar: missing from the OS API or ..? | 22:20 |
devcamcar | if you look at nova/adminclient.py you'll get an idea of what needs to be there | 22:20 |
devcamcar | jaypipes: yes missing from OS API | 22:20 |
jaypipes | devcamcar: OS API will never create projects b/c projects make no sense in the OS API, though. | 22:20 |
*** MarcMorata has joined #openstack | 22:20 | |
jaypipes | devcamcar: perhaps it is best to create a django-openstack-api instead? | 22:20 |
devcamcar | jaypipes: well it has to be exposed somewhere | 22:21 |
devcamcar | jaypipes: no, this stuff isn't really django specific | 22:21 |
*** vvuksan has quit IRC | 22:21 | |
jaypipes | devcamcar: on the Openstack API side, there will always be only one project, because the concept of a project simply doesn't fit into the OpenStack API. | 22:21 |
devcamcar | jaypipes: maybe the admin API is exposed using termie's API then | 22:22 |
devcamcar | jaypipes s/is/should be | 22:22 |
eday | jaypipes: for *rackspace* it may not make sense, but the openstack API should contain all functionality | 22:23 |
*** miclorb_ has joined #openstack | 22:23 | |
eday | jaypipes, devcamcar: plus I thought we were abstracting the idea of projects nd just making nested "accounts"? | 22:23 |
jaypipes | eday: openstack API has no concept at all of "projects" | 22:23 |
eday | jaypipes: understood, but it doesn't mean it can't :) | 22:24 |
jaypipes | eday: yes, there was a ginormous thread on the ML about nested accounts. | 22:24 |
eday | jaypipes: or some abstract construct that could be used in some deployments | 22:24 |
devcamcar | i didn't get the sense that any consensus was ever reached | 22:24 |
jaypipes | I think I'll just make a django control panel for the openstack API side of things. | 22:24 |
dragondm | jaypipes: projects will == account | 22:24 |
dragondm | thus there will be 1 project per customer account | 22:25 |
*** MarkAtwood has quit IRC | 22:25 | |
devcamcar | jaypipes: most of what is in openstack-dashboard will convert quite well to openstack api, but there are things that have to fall into place first. i'd rather see us be patient than to start a whole nother project | 22:26 |
jaypipes | dragondm: when is that happening? | 22:26 |
*** hvaldivia has quit IRC | 22:26 | |
jaypipes | devcamcar: what is openstack-dashboard? different from django-nova? | 22:26 |
dragondm | I am adding the create projects (accounts)/ users apis right now | 22:26 |
dragondm | jaypipes: right now | 22:26 |
jaypipes | dragondm: ah, ok, sorry. | 22:27 |
devcamcar | jaypipes: openstack-dashboard is a sample site built using django-nova. i'm actually going to combine them (django-nova will still be a separate module, but it makes more sense to have these two projects in the same repo) | 22:27 |
dragondm | it's part of the multitenant blueprint | 22:27 |
jaypipes | dragondm: yes, I see that now. thx. | 22:27 |
*** omidhdl has joined #openstack | 22:28 | |
devcamcar | jaypipes: so whether we call it projects or accounts or whatever, there still needs to be an api endpoint that exposes the ability to create/delete accounts(projects?), start VPNs, etc. and all that is currently exposed only in EC2 based admin api | 22:28 |
jaypipes | devcamcar: k, understood. | 22:28 |
*** MarcMorata has quit IRC | 22:29 | |
devcamcar | jaypipes: so if we get an OS or Direct api implementation of those methods, as well as support for things like sec groups and volumes in OS api, then we can switch over | 22:29 |
*** MarcMorata has joined #openstack | 22:29 | |
jaypipes | devcamcar: not looking to switch over, just to have *something* useful for the OS API side of things... | 22:30 |
devcamcar | jaypipes: i *am* looking to switch over though :) | 22:30 |
jaypipes | hehe | 22:30 |
justinsb | devcamcar: Basic volume support for OS is already in one of my merge proposals. But, guarded by a 'testing-only' flag until the spec includes volumes | 22:31 |
devcamcar | cool | 22:31 |
devcamcar | creiht: ping! :) | 22:34 |
*** RobertLaptop has quit IRC | 22:37 | |
notmyname | devcamcar: creiht is out of the office for the rest of the day | 22:38 |
devcamcar | notmyname: thanks. i'm trying to get a bit of help with swauth. when i do swauth-prep -K mykey it splodes | 22:39 |
kpepple | a question about smoke-tests: i need to test nova-manage for some of the changes on the dynamic-instance-types branch. should these go in admin_smoketests.py ? | 22:39 |
notmyname | what error do you see? | 22:39 |
devcamcar | notmyname: Auth subsystem prep failed: 500 Server Error | 22:40 |
devcamcar | and i'll pastie log bit to you in a sec | 22:40 |
notmyname | thanks | 22:40 |
*** tripson has joined #openstack | 22:40 | |
*** mdomsch has quit IRC | 22:41 | |
devcamcar | notmyname: http://paste.openstack.org/show/764/ | 22:42 |
devcamcar | few things in there that look strange to me | 22:42 |
devcamcar | POST http://127.0.0.1:8080/auth/v2/.prep | 22:42 |
devcamcar | i'm not sure where/why its getting 127.0.0.1:8080 (though that should still work) | 22:42 |
devcamcar | i have provided my own value for default_cluster_url | 22:43 |
notmyname | gholt: ^? | 22:44 |
notmyname | devcamcar: looking | 22:44 |
gholt | That's the default admin url. | 22:44 |
devcamcar | gholt: ahh ok | 22:45 |
gholt | Use -A to set what you actually want if you want something different. ( swauth-prep --help ) | 22:45 |
devcamcar | gholt: as far as i can tell that should be ok | 22:45 |
gholt | Oh, method not allowed | 22:46 |
devcamcar | notmyname, gholt: how do you guys smoketest a swift installation? | 22:46 |
gholt | You need allow_account_management turned on for the admin host. | 22:46 |
notmyname | I knew he'd know the answer :-) | 22:46 |
devcamcar | gholt: # If set to 'true' any authorized user may create and delete accounts; if | 22:47 |
devcamcar | # 'false' no one, even authorized, can. | 22:47 |
*** ppetraki has quit IRC | 22:47 | |
devcamcar | that doesn't sound like what i want | 22:47 |
devcamcar | i just want to be able to create accounts as the superuser | 22:47 |
gholt | For smoke testing, we usually just run the functional tests. | 22:47 |
devcamcar | gholt: the nose tests? | 22:48 |
gholt | Well, they run via nosetests, but not the unit tests. | 22:48 |
notmyname | devcamcar: ./.functests | 22:48 |
devcamcar | cool | 22:48 |
gholt | And that's what you want, allow_account_management = true. That let's .super_admin and any reseller admins (if you make any) create accounts. | 22:48 |
devcamcar | ok awesome | 22:49 |
gholt | We usually just run two (failover) machines with it turned on, with limited routing. | 22:50 |
uvirtbot | New bug: #724622 in nova "Openstack API Content Type negotiation " [Undecided,New] https://launchpad.net/bugs/724622 | 22:51 |
*** bludadept_work` has quit IRC | 22:52 | |
devcamcar | notmyname: where does .functests live? | 22:53 |
gholt | The root of the repo | 22:53 |
notmyname | hmm..it's in the root of..yeah, what he said | 22:53 |
gholt | You can configure those tests via the /etc/swift/func_test.conf | 22:54 |
*** omidhdl has quit IRC | 22:54 | |
gholt | But they are kinda tuned to how we setup SAIO dev environments. | 22:54 |
*** omidhdl has joined #openstack | 22:54 | |
gholt | You have to pay special attention to the different users and their different access levels, as the tests will test that. :) | 22:54 |
uvirtbot | New bug: #724623 in nova "Creating servers with metadata fails" [Undecided,In progress] https://launchpad.net/bugs/724623 | 22:56 |
*** omidhdl has quit IRC | 23:02 | |
devcamcar | notmyname: hah, found a big problem, account-server was listening on port 602 instead of 6002. oh, the little joys in life | 23:03 |
*** mahadev_ has joined #openstack | 23:06 | |
*** mahadev has quit IRC | 23:06 | |
devcamcar | notmyname, gholt: some progress. now i'm getting a different error: http://paste.openstack.org/show/766/ | 23:08 |
devcamcar | a 400 | 23:08 |
devcamcar | and some rsync unhappiness: Feb 24 22:55:27 (hostname) proxy-server: ERROR with Account server (internal ip):6000/10 re: Trying to PUT to /v1/AUTH_.auth: Connection refused (txn: tx8c9e7760-39d4-4e8d-abb9-9217396f3eeb) | 23:08 |
*** glenc_ has joined #openstack | 23:09 | |
*** jbryce has quit IRC | 23:09 | |
*** gondoi has quit IRC | 23:10 | |
gholt | 6000? Didn't you say your account servers were supposed to be running on 6002? | 23:10 |
devcamcar | gholt: account-server port is commented out, its using defaults | 23:12 |
*** glenc has quit IRC | 23:12 | |
devcamcar | gholt: same for all of the services, all are using default ports | 23:12 |
gholt | Well, that line above show it trying to connect to (internal ip):6000? Maybe the ring is whack? | 23:12 |
*** jc_smith has joined #openstack | 23:13 | |
devcamcar | gholt: could be, checking that now | 23:15 |
devcamcar | gholt: oh yea, that's it bigtime. my fancy script builder is using 6000 there instead of 6002 | 23:15 |
uvirtbot | New bug: #724633 in nova "Incorrect method naming scheme for Auth Token database interactions" [Undecided,New] https://launchpad.net/bugs/724633 | 23:16 |
gholt | devcamcar: I'm out for a bit, but I'll be on later, so feel free to post questions and I'll try to help when I get back. :) | 23:22 |
*** jc_smith has left #openstack | 23:26 | |
*** acmurthy has quit IRC | 23:32 | |
vishy | Dumfries: what was it? | 23:33 |
Dumfries | vishy looks like when the update was run compute was still running but had not been configured to use the new data store. | 23:34 |
*** mahadev_ has quit IRC | 23:36 | |
*** mahadev has joined #openstack | 23:37 | |
openstackhudson | Project nova build #575: SUCCESS in 1 min 43 sec: http://hudson.openstack.org/job/nova/575/ | 23:37 |
openstackhudson | Tarmac: adds live network injection/reconfiguration. Some refactoring. | 23:37 |
vishy | ah ok | 23:38 |
*** glenc_ has quit IRC | 23:39 | |
devcamcar | gholt, notmyname: however when I curl I am getting a 412 precondition failed: | 23:39 |
devcamcar | http://paste.openstack.org/show/768/ | 23:41 |
devcamcar | any ideas? | 23:41 |
*** glenc has joined #openstack | 23:41 | |
*** allsystemsarego has quit IRC | 23:44 | |
*** ovidwu_ has quit IRC | 23:48 | |
*** vvuksan has joined #openstack | 23:52 | |
*** dendrobates is now known as dendro-afk | 23:56 | |
*** bcwaldon has quit IRC | 23:57 | |
*** MarcMorata has quit IRC | 23:59 | |
*** bcwaldon has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!