*** Ryan_Lane has quit IRC | 00:01 | |
*** dragondm has quit IRC | 00:02 | |
*** nelson has joined #openstack | 00:05 | |
vishy | retr0h: no filter support | 00:08 |
---|---|---|
retr0h | vishy: thanks - I didn't see it in the code, but wanted to double check :) | 00:12 |
retr0h | vishy: would anyone be interested in Filter support on DescribeInstances? | 00:12 |
vishy | retr0h: what do filters do? I've never used them | 00:13 |
retr0h | vishy: you can request only subset of all instances such as (give me all m1.smalls) vs all | 00:14 |
jaypipes | dubsquared: sorry, dinner. | 00:17 |
jaypipes | dubsquared: I actually have not spent much time with Swift. creiht would be a good resource on those questions... | 00:17 |
*** zul has quit IRC | 00:17 | |
*** joearnold has joined #openstack | 00:20 | |
*** maplebed has quit IRC | 00:21 | |
*** clauden_ has joined #openstack | 00:22 | |
jaypipes | sirp-: around? | 00:25 |
justinsb | vishy: Instead of implementing a 'get-ebs-volume' command (which was missing initially, you had to get them all), they instead supported filters | 00:25 |
*** joearnold has quit IRC | 00:25 | |
vishy | gotcha | 00:25 |
justinsb | vishy: It's a more consistent model, and works towards the 'everything is metadata' approach | 00:25 |
vishy | the naieve version of filters would be pretty easy | 00:26 |
vishy | * naive | 00:26 |
justinsb | I agree, and probably if we just pushed it down to SQL Alchemy it could do a good job of making it efficient | 00:26 |
justinsb | I think it would actually make our code cleaner | 00:26 |
vishy | i.e. filter in python after retreviing them | 00:26 |
vishy | * retrieving | 00:26 |
justinsb | It's probably more work _not_ to push them down to SQL Alchemy :-) | 00:27 |
retr0h_ | vishy: yeah, I was already looking into adding a few things into the openstack api maybe I should add filters to ec2 - would be useful imo | 00:28 |
*** exlt has quit IRC | 00:29 | |
justinsb | vishy: Are we thinking of removing the EC2 API any time soon? | 00:29 |
vishy | justinsb: doubt that (you'll have to add them to compute.api etc. | 00:29 |
sirp- | jaypipes: hey, back for a moment | 00:29 |
vishy | instead of doing it all at the ec2_api layer | 00:29 |
vishy | ) | 00:29 |
vishy | but sqlalchemy would be better definitely | 00:30 |
*** joearnold has joined #openstack | 00:30 | |
vishy | justinsb: we aren't planning on removing it at any point | 00:30 |
vishy | but i think most of the dev will move away from it soon | 00:30 |
justinsb | vishy: OK! Good to know! | 00:30 |
retr0h_ | vishy: id use openstack api if it understood projects | 00:30 |
retr0h_ | vishy: thats something I was hoping to add in. when i list all instances I find it useful to know what projects they are in | 00:31 |
retr0h_ | ec2 does this already | 00:31 |
j05h | and conversely knowing what project an instance belongs to. | 00:32 |
jaypipes | sirp-: hey, wondering if you could branch lp:~jaypipes/glance/api-image-format and run_tests.sh? You'll note a sqlalchemy-migrate exception being thrown, and I was wondering if you might be able to shed some light on correcting the first stab at a migration file I did... | 00:33 |
sirp- | jaypipes: sure thing | 00:33 |
jaypipes | sirp-: thx man. | 00:33 |
jaypipes | sirp-: also, a review on the bug704854 branch would be appreciated :) | 00:34 |
sirp- | jaypipes: yup already started looking :D | 00:34 |
jaypipes | sirp-: thx mate. sorry about the delay on that bug... took a while to figure out a paths issue. turns out I had some glance-api/registry installed in /usr/local/bin that were masking the exception because those programs were from a branch where I'd actually fixed the bug.. anyway, long story :) | 00:36 |
*** msassak has quit IRC | 00:36 | |
RobertLaptop | Question were do you control access control. When attempting to access from outside the box. I get EC2ResponseError: 403 Forbidden from inside the box it works fine. using the Same novarc settings. | 00:38 |
*** exlt has joined #openstack | 00:40 | |
*** ChanServ sets mode: +v exlt | 00:40 | |
sirp- | jaypipes: it looks like the downgrade() method of the migration needs to be added | 00:45 |
sirp- | jaypipes: what's happening is: upgrade is dropping the `type` column, and downgrade isn't adding it back; since the test does an upgrade() downgrade() upgrade() that last upgrade() will fail | 00:45 |
*** adjohn has joined #openstack | 00:46 | |
sirp- | jaypipes: assuming you're getting OperationalError: (OperationalError) no such column: images.type | 00:47 |
retr0h_ | RobertLaptop: the EC2_URL is the same? | 00:47 |
jaypipes | sirp-: nope, I'm getting this: http://paste.openstack.org/show/744/ :( | 00:48 |
*** romain_lenglet_ has joined #openstack | 00:49 | |
RobertLaptop | Yes. | 00:50 |
RobertLaptop | retr0h, Yes | 00:50 |
retr0h | RobertLaptop: odd, was thinking a possible problem with signing the request if EC2_URL IP or port didn't match that of api endpoint | 00:52 |
*** greenisus has joined #openstack | 00:56 | |
RobertLaptop | Yea. I have also checked for a Firewall as well | 00:57 |
*** dubsquared has quit IRC | 01:03 | |
jarrod | does rackspace use the free opensourced xenserver? | 01:04 |
*** hadrian has quit IRC | 01:05 | |
*** zul has joined #openstack | 01:05 | |
*** retr0h has quit IRC | 01:09 | |
*** retr0h_ has quit IRC | 01:09 | |
*** clauden_ has quit IRC | 01:12 | |
*** miclorb_ has quit IRC | 01:12 | |
*** joearnold has quit IRC | 01:16 | |
*** joearnold has joined #openstack | 01:18 | |
*** greenisus has quit IRC | 01:22 | |
*** hazmat has quit IRC | 01:23 | |
*** j05h has quit IRC | 01:24 | |
*** romain_lenglet_ has quit IRC | 01:25 | |
*** hazmat has joined #openstack | 01:27 | |
*** Ge0RgeR^ has joined #openstack | 01:28 | |
*** kashyap has joined #openstack | 01:29 | |
uvirtbot | New bug: #723488 in nova "Using FlatManager, Cannot ping or ssh to the instance" [Undecided,New] https://launchpad.net/bugs/723488 | 01:31 |
*** arcane has quit IRC | 01:34 | |
*** arcane has joined #openstack | 01:35 | |
*** romain_lenglet_ has joined #openstack | 01:41 | |
*** omidhdl has joined #openstack | 01:42 | |
jarrod | well | 01:44 |
jarrod | ok | 01:44 |
*** jarrod has left #openstack | 01:44 | |
Ge0RgeR^ | im new ,need some help. I have a fresh server with ubuntu 10.04 as advised by someone here | 01:47 |
*** KenD has quit IRC | 01:51 | |
*** vvuksan has joined #openstack | 01:55 | |
*** Ryan_Lane has joined #openstack | 02:02 | |
*** reldan has quit IRC | 02:05 | |
uvirtbot | New bug: #723496 in swift "Ratelimiting does not handle memcache exceptions" [Undecided,New] https://launchpad.net/bugs/723496 | 02:06 |
eday | mtaylor: you around? | 02:09 |
*** jarrod has joined #openstack | 02:09 | |
uvirtbot | New bug: #723498 in nova "specifying a name in describe_security_groups causes an exception" [Low,In progress] https://launchpad.net/bugs/723498 | 02:11 |
mtaylor | eday: yup | 02:13 |
*** littleidea has quit IRC | 02:26 | |
*** mahadev has quit IRC | 02:26 | |
eday | mtaylor: how would one go about configuring tarmac to merge new things? I can add the jenkins job, but I'm assuming theres more :) | 02:27 |
Glacee | is nova working only with amazon like security groups? | 02:27 |
Glacee | is there an advances networking mode with dhcp/dns , ha proxy vms? | 02:27 |
Glacee | vlan isolation? | 02:27 |
RobertLaptop | Glacee, vlan isolation yes. | 02:28 |
RobertLaptop | Every project is it own group and IP space. It is part of NASA requirements. | 02:30 |
Glacee | oh coool | 02:31 |
Glacee | sorry about this.. didnt install it yet :0 | 02:31 |
RobertLaptop | I did my 1st test install 2 days ago :) | 02:31 |
Glacee | hehe | 02:32 |
RobertLaptop | I just watched several of the video's | 02:32 |
Glacee | hehe didnt even know there was video.. gonna watch them | 02:32 |
RobertLaptop | Your network must support VLans for the fully isolated version. | 02:33 |
*** dirakx has joined #openstack | 02:33 | |
*** KenD has joined #openstack | 02:34 | |
Glacee | sure | 02:34 |
*** ewanmellor has joined #openstack | 02:34 | |
*** KenD has quit IRC | 02:35 | |
ewanmellor | Does anyone know what the current plan is for CLI tools for the OpenStack API? | 02:35 |
ewanmellor | I see novatools on github, and I'm confused. | 02:35 |
*** miclorb has joined #openstack | 02:36 | |
uvirtbot | New bug: #723505 in nova "Error if no fixed_ip element present when fetching servers through OpenStack API" [Undecided,New] https://launchpad.net/bugs/723505 | 02:41 |
*** mahadev has joined #openstack | 02:45 | |
*** ewanmellor has quit IRC | 02:45 | |
*** littleidea has joined #openstack | 02:47 | |
*** mahadev has quit IRC | 02:51 | |
mtaylor | eday: there is - there's a ~/.config/tarmac/tarmac.conf file in ~jenkins | 02:54 |
eday | mtaylor: ahh, ok. could you add an entry for me? lp:burrow :) | 02:57 |
*** mahadev has joined #openstack | 02:58 | |
eday | mtaylor: http://hudson.openstack.org/job/burrow-tarmac/ is created and disabled | 02:59 |
Ge0RgeR^ | is anyone available to help a beginner? | 03:01 |
*** vvuksan has quit IRC | 03:06 | |
*** KenD has joined #openstack | 03:15 | |
*** miclorb has quit IRC | 03:18 | |
vishy | Ge0rgeR^: probably not the best time to ask for help, most people are home for the evening | 03:19 |
vishy | (or sleeping for those in europe) | 03:19 |
*** KenD has quit IRC | 03:26 | |
jarrod | vishy: you use xen? | 03:28 |
*** littleidea has quit IRC | 03:30 | |
*** littleidea has joined #openstack | 03:31 | |
*** abecc has quit IRC | 03:35 | |
*** kainam has joined #openstack | 03:39 | |
*** arcane has quit IRC | 03:39 | |
*** joearnold has quit IRC | 03:39 | |
*** acmurthy has quit IRC | 03:41 | |
*** aimon has quit IRC | 03:58 | |
*** aimon has joined #openstack | 03:58 | |
*** dubsquared has joined #openstack | 04:03 | |
dubsquared | creiht: around? | 04:04 |
dubsquared | jaypipes: thanks for the tip | 04:04 |
vishy | jarrod: nope | 04:04 |
dubsquared | yo vishy: you work with swift much? | 04:05 |
vishy | dubsquared: no, i've only done the aio | 04:05 |
dubsquared | cool…you know who would be good ppl to chat up for swift questions> | 04:06 |
*** miclorb has joined #openstack | 04:10 | |
*** guynaor has joined #openstack | 04:11 | |
*** aimon_ has joined #openstack | 04:11 | |
*** aimon_ has quit IRC | 04:14 | |
*** aimon_ has joined #openstack | 04:14 | |
*** aimon has quit IRC | 04:15 | |
*** aimon_ is now known as aimon | 04:15 | |
*** guynaor has left #openstack | 04:39 | |
*** burris has joined #openstack | 04:39 | |
creiht | dubsquared: what's up? | 04:41 |
dubsquared | hola, creiht: im trying to hook up my swift cluster as a new backend to my nova cluster…and I was reading about swift3 middleware... | 04:43 |
*** aimon has joined #openstack | 04:43 | |
dubsquared | i'm not terrible familiar with swift…but i can get around…looking to see if you had any insight on making this happen | 04:43 |
dubsquared | jaypipes referred you :P | 04:44 |
*** aimon has quit IRC | 04:44 | |
creiht | lol | 04:44 |
*** aimon has joined #openstack | 04:44 | |
creiht | dubsquared: ask away, and I will do the best that I can :) | 04:45 |
*** omidhdl has left #openstack | 04:45 | |
dubsquared | cool :D | 04:49 |
*** aimon has quit IRC | 04:49 | |
*** Adri2000 has quit IRC | 04:50 | |
creiht | ask soon though, as I may be going to sleep soon :) | 04:51 |
*** joearnold has joined #openstack | 04:51 | |
creiht | been a long day | 04:51 |
dubsquared | do you work at the rack? | 04:51 |
*** Adri2000 has joined #openstack | 04:51 | |
creiht | dubsquared: I do, currently on the Cloudfiles team | 04:51 |
dubsquared | Nice, I chatted with Jon Brown a bit today while I was getting the cluster set up | 04:52 |
creiht | cool | 04:52 |
dubsquared | alright, so the middleware piece..there is some documentation around it in the code | 04:53 |
dubsquared | To add this middleware to your configuration, add the swift3 middleware | 04:53 |
dubsquared | in front of the auth middleware, and before any other middleware that | 04:53 |
dubsquared | look at swift requests (like rate limiting). | 04:53 |
dubsquared | does swift3 have a config that im passing all my swift creds into? | 04:54 |
creiht | middleware in general, or a specific middleware? | 04:54 |
dubsquared | the swift3 middleware | 04:54 |
dubsquared | ./usr/share/pyshared/swift/common/middleware/swift3.py | 04:55 |
creiht | swift3 is just a translation middleware | 04:55 |
creiht | it translate an s3 style request into a swift request, and the same with the response | 04:55 |
*** joearnold has quit IRC | 04:55 | |
creiht | so you send your acct:username string as your s3 user, and your password as your secret key | 04:56 |
creiht | as you would with s3 | 04:56 |
creiht | and swift3 will convert that into a swift request | 04:56 |
dubsquared | ok, so it's 'there', and does that as requests come in | 04:56 |
dubsquared | if formatted in that particular way? | 04:56 |
creiht | it is standard python wsgi middleware | 04:57 |
dubsquared | hm ok, so on the nova side.. | 04:57 |
creiht | it changes the internal representation of the request into a representation that swift understands | 04:57 |
creiht | (like setting the right path, and the right headers) | 04:57 |
dubsquared | is it as simple as changing the s3_host in nova.conf? | 04:58 |
dubsquared | right now im using nova-objecetstore | 04:58 |
creiht | dubsquared: that part I will have to direct back to jaypipes, as I'm not entirely sure how the nova/glance stuff works | 04:59 |
creiht | though in theory you set some endpoint that points to swift and you are good to go | 04:59 |
creiht | and if you use glance, you don't need the swift3 middleware, as it knows how to talk to swift | 05:00 |
dubsquared | yeah, im using euca2ools | 05:00 |
*** Ryan_Lane has quit IRC | 05:00 | |
dubsquared | i have a environment that i have to have a GUI for marketing folks to ooooo and ahhhh at | 05:00 |
creiht | dubsquared: what os? | 05:01 |
dubsquared | and no dashboard supports OS API yet, obv | 05:01 |
dubsquared | ubuntu + kvm | 05:01 |
creiht | what client os that you would like to run the GUI from? | 05:01 |
dubsquared | oh, openstack dashboard | 05:02 |
dubsquared | that's all i meant | 05:02 |
creiht | ahh | 05:02 |
dubsquared | it uses all ec2 on the backend | 05:02 |
creiht | yeah that is an area that I don't know as much about | 05:03 |
dubsquared | it'd be nice to have things more feature complete, but when ppl want to see stuff….well they get to see stuff | 05:03 |
creiht | there are some GUI tools that work directly with swift (like cyberduck) | 05:03 |
dubsquared | yeah, i got that worked this afternoon | 05:03 |
dubsquared | working* | 05:03 |
creiht | cool | 05:03 |
dubsquared | i just need nova to use swift now :) | 05:04 |
dubsquared | and i have a pretty well wrapped up product to display | 05:04 |
* creiht redirects then to jaypipes :) | 05:04 | |
*** bird has joined #openstack | 05:05 | |
dubsquared | http://paste.openstack.org/show/745/ | 05:05 |
dubsquared | so that the legwork that is going down to make the translation happen? | 05:06 |
creiht | dubsquared: if swift3 is setup correctly, that is an example of how you would connect to swift using the boto library | 05:06 |
creiht | boto being an amazon specific client library | 05:07 |
dubsquared | ah yeah, thats right.. | 05:07 |
dubsquared | 1.9b | 05:07 |
dubsquared | so does that have to be somewhere on my nova side, as a client? | 05:08 |
creiht | I'm not sure what nova uses as a client | 05:08 |
creiht | or how any of that part works :) | 05:08 |
creiht | sorry I can't be more help there | 05:08 |
dubsquared | hrm alright…so is there anything I need to do to setup swift3 on the cluster? | 05:09 |
dubsquared | back to this: | 05:10 |
dubsquared | To add this middleware to your configuration, add the swift3 middleware | 05:10 |
dubsquared | in front of the auth middleware, and before any other middleware that | 05:10 |
dubsquared | look at swift requests (like rate limiting). | 05:10 |
creiht | dubsquared: right, so the pipline setup in your proxy config would look something like: | 05:11 |
creiht | catch_errors healthcheck cache swift3 ratelimit swauth proxy-server | 05:12 |
creiht | http://paste.openstack.org/show/746/ | 05:13 |
dubsquared | ah nice | 05:13 |
dubsquared | i don't have catch_errors | 05:13 |
dubsquared | what is that | 05:13 |
creiht | that will insert the swift3 middleware into the pipeline | 05:13 |
dubsquared | i have a decent guess.. | 05:14 |
dubsquared | but what's it doing rather | 05:14 |
dubsquared | ok so this will be a silly question | 05:14 |
dubsquared | but there is like 12 services | 05:14 |
creiht | It will catch any uncaught exceptions, log the exception, and return a 500 to the client, rather than the client seeing the stacktrace | 05:14 |
dubsquared | just bounce... | 05:14 |
dubsquared | oh nice | 05:14 |
dubsquared | http://swift.openstack.org/howto_installmultinode.html | 05:16 |
dubsquared | Start the storage services: | 05:16 |
dubsquared | is there a catch all that boucnes all those? | 05:16 |
creiht | swift-init all start | 05:17 |
dubsquared | or if i add a new storage node | 05:17 |
dubsquared | sweet | 05:17 |
*** Mani2 has joined #openstack | 05:17 | |
dubsquared | ok updated pipeline, restarted proxy | 05:18 |
Mani2 | while running this cmd #bzr lp-login mahendrancse i got (couldn't connect to host | 05:18 |
creiht | Mani2: are you behind a proxy or something like that? | 05:19 |
creiht | dubsquared: btw, most of the swift commands should give you help if you send a --help to it | 05:19 |
dubsquared | lol…what is that | 05:20 |
creiht | like | 05:20 |
creiht | swift-init --help | 05:20 |
dubsquared | ive gotten so used to not having those from nova | 05:20 |
Mani2 | weather to clear the proxy | 05:20 |
creiht | lol | 05:20 |
dubsquared | haha i know, i was trolling :) | 05:20 |
dubsquared | sad that i didn't even really think of it | 05:20 |
dubsquared | but nova-manage has come a long ways :) | 05:21 |
creiht | Mani2: if you are behind a proxy, I think there is something that you have to do to enable bzr to use the proxy? | 05:21 |
mtaylor | eday: pong | 05:21 |
mtaylor | eday: ping, I mean | 05:21 |
mtaylor | eday: do I need to do anything as a verification step other than python setup.py test for burrow? | 05:22 |
mtaylor | eday: also, I need you to change lp:burrow to be lp:~hudson-openstack/burrow/trunk | 05:24 |
creiht | dubsquared: and if you happen to be running trunk, swift-init was improved quite a bit | 05:24 |
creiht | so you can do things like | 05:24 |
creiht | swift-init proxy status | 05:24 |
mtaylor | eday: and I need you to add the ~hudson-openstack user to the reviewers team for burrow | 05:24 |
creiht | and it will show you the status of any proxy processes | 05:24 |
dubsquared | add-apt-repository ppa:swift-core/ppa | 05:25 |
creiht | ok then you don't have that yet :) | 05:25 |
dubsquared | if swift/trunk is anything like nova/trunk, i didn't want anything to do with it atm | 05:26 |
creiht | lol | 05:26 |
creiht | It is usually much more stable | 05:26 |
creiht | though the project is much more mature, and isn't changing as quickly | 05:26 |
dubsquared | one would figure, but after getting all these trunk battle wounds | 05:26 |
creiht | I understand :) | 05:26 |
dubsquared | coo, might give it a try then :) | 05:26 |
dubsquared | after i get this other stuff worked out | 05:27 |
dubsquared | *if* | 05:27 |
creiht | hehe | 05:27 |
dubsquared | ooo | 05:28 |
dubsquared | hmm | 05:28 |
dubsquared | poking aroiund in novarc... | 05:29 |
*** jmettraux has joined #openstack | 05:29 | |
dubsquared | i got my accesskey:username and secret key | 05:29 |
dubsquared | and a S3_URL | 05:29 |
dubsquared | wonder if i need to point that to swift | 05:30 |
Mani2 | how to enable bzr to use the proxy | 05:30 |
creiht | Mani2: http://wiki.bazaar.canonical.com/ConfiguringBzr | 05:30 |
creiht | Very bottom of the page | 05:30 |
*** forspeed has joined #openstack | 05:32 | |
Mani2 | i have given like this #export http_proxy=https://launchpad.net/ | 05:33 |
Mani2 | it is correct or not | 05:34 |
creiht | Mani2: the http_proxy variable should point to your http proxy | 05:36 |
creiht | (if that is the issue) | 05:36 |
dubsquared | argh.. | 05:36 |
* dubsquared shakes fist | 05:36 | |
creiht | Mani2: without logging in, are you able to do something like | 05:36 |
creiht | bzr branch lp:nova | 05:36 |
creiht | ? | 05:36 |
Mani2 | it also shows error errno 111 | 05:37 |
creiht | Mani2: what version of bzr are you using? | 05:39 |
creiht | bzr --version | 05:39 |
kpepple | is nova/trunk (#715) testing broken (http://paste.openstack.org/show/747/) ? | 05:39 |
Mani2 | ver is Bazaar (bzr) 2.1.2 | 05:40 |
creiht | ok then that should be a recent enough version | 05:40 |
creiht | Mani2: does the machine you are running bzr on have access to the internet? | 05:41 |
Mani2 | but it throw error when i run the cmd : #bzr lp-login mahendrancse | 05:41 |
*** jmettraux has left #openstack | 05:41 | |
Mani2 | how to check bzr has internet access | 05:41 |
*** f4m8_ is now known as f4m8 | 05:42 | |
creiht | Mani2: wget http://www.google.com | 05:42 |
creiht | does that get an index.html or does it time out? | 05:43 |
*** greenisus has joined #openstack | 05:43 | |
Mani2 | it got index.html saved(10010) | 05:44 |
creiht | hrm | 05:44 |
creiht | Mani2: I'm not sure then, sorry | 05:44 |
creiht | for some reason bzr can't reach launchpad | 05:44 |
*** adiantum has quit IRC | 05:44 | |
creiht | I think you might still have to set some proxy variable in a bzr config | 05:45 |
creiht | but I haven't had to mess with that before | 05:45 |
eday | mtaylor: adding hudson user now... | 05:48 |
eday | mtaylor: and no on the python test file, it's in erlang :) | 05:49 |
eday | mtaylor: ./rebar compile eunit is how to run the tests | 05:50 |
*** greenisus has quit IRC | 05:52 | |
dubsquared | where does swift log to? | 05:54 |
dubsquared | it appears that when i updated pipeline, proxy did not restart correctly | 05:55 |
*** zenmatt has quit IRC | 05:57 | |
mtaylor | eday: great | 06:00 |
mtaylor | eday: done | 06:01 |
*** omidhdl has joined #openstack | 06:01 | |
eday | mtaylor: awesome, should I give it a whirl? | 06:02 |
Mani2 | after adding the http_proxy, https_proxy in bashrc the error is solved | 06:03 |
eday | ahh, devcamcar beat me to it | 06:04 |
Mani2 | when i run the cmd "#bzr branch lp:nova" error is pasted in http://paste.openstack.org/show/748/ | 06:07 |
eday | mtaylor: ahh, apt-get install erlang-nox on the jenkins box :) (erlang without x) | 06:10 |
Mani2 | while running #bzr branch lp:nova i got the following error bzr: ERROR: exceptions.NotImplementedError: should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented | 06:22 |
*** dubsquared has quit IRC | 06:22 | |
*** mahadev has quit IRC | 06:23 | |
Mani2 | while running #bzr branch lp:nova i got the following error bzr: ERROR: exceptions.NotImplementedError: should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented | 06:30 |
*** soeren has quit IRC | 06:33 | |
*** soeren has joined #openstack | 06:34 | |
*** soeren is now known as Guest49757 | 06:34 | |
*** gregp76 has quit IRC | 06:37 | |
kpepple | Mani2: i've never seen that error before but it looks like a bug in bzr ... possibly this one https://bugs.launchpad.net/bzr/+bug/558343 | 06:38 |
uvirtbot | Launchpad bug 558343 in bzr "NotImplementedError: "should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented" during lp name lookup" [High,Fix released] | 06:38 |
kpepple | Mani2: fix was released in 2.2b3 ... looks like you need to upgrade bzr | 06:39 |
*** mahadev has joined #openstack | 06:46 | |
*** omidhdl has quit IRC | 06:54 | |
*** omidhdl has joined #openstack | 06:55 | |
*** gregp76 has joined #openstack | 06:55 | |
Mani2 | i have upgrade bze 2.2b3 now it show error http://paste.openstack.org/show/749/ | 07:03 |
kpepple | Mani2: how did you upgrade ? it is saying the bzr program version number doesn't match your bzrlib version number | 07:09 |
Mani2 | i download bzr 2.2b3 and installed it | 07:11 |
Mani2 | how to check bzrlib version | 07:11 |
*** littleidea has quit IRC | 07:13 | |
kpepple | Mani2: see here ... http://paste.openstack.org/show/750/ | 07:14 |
Mani2 | the version of bzrlib is '2.3b3' | 07:19 |
kpepple | Mani2: hmmm ... that's odd. my bzrlib and bzr version numbers match. try installing bzrlib 2.2b3 with something like "pip install bzrlib=2.2b3" | 07:21 |
kpepple | err ... pip install bzrlib==2.2b3 | 07:21 |
*** naehring has joined #openstack | 07:23 | |
Mani2 | no i am getting this error | 07:25 |
Mani2 | ssh: connect to host bazaar.launchpad.net port 22: Connection refused | 07:25 |
*** mahadev has quit IRC | 07:25 | |
kpepple | Mani2: does bzr lp-login work ? | 07:32 |
Mani2 | yes it works | 07:33 |
*** forspeed has quit IRC | 07:35 | |
kpepple | Mani2: what happens when you "ssh YOURLPLOGIN@bazaar.launchpad.net" ? you should see something like "No shells on this server" | 07:35 |
kpepple | Mani2: replace YOURLPLOGIN with your lp-login name | 07:35 |
Mani2 | ssh mahendrancse@bazaar.launchpad.net | 07:37 |
Mani2 | ssh: connect to host bazaar.launchpad.net port 22: Connection refused | 07:37 |
Mani2 | root@cdac[openstack]#bzr lp-login mahendrancse | 07:37 |
Mani2 | root@cdac[openstack]#bzr branch lp:nova | 07:37 |
Mani2 | ssh: connect to host bazaar.launchpad.net port 22: Connection refused | 07:37 |
Mani2 | bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. | 07:37 |
kpepple | Mani2: you are having a network issue here ... something is blocking port 22 somewhere along the way | 07:37 |
*** Guest49757 has quit IRC | 07:38 | |
*** soeren has joined #openstack | 07:39 | |
*** soeren is now known as Guest12579 | 07:39 | |
*** morfeas has quit IRC | 07:41 | |
*** piezo has quit IRC | 07:41 | |
*** morfeas has joined #openstack | 07:41 | |
*** piezo has joined #openstack | 07:42 | |
*** taihen has quit IRC | 07:42 | |
*** taihen has joined #openstack | 07:42 | |
*** ioso has quit IRC | 07:43 | |
*** ioso has joined #openstack | 07:43 | |
*** dendro-afk is now known as dendrobates | 07:44 | |
*** Jbain has quit IRC | 07:47 | |
*** magritte has quit IRC | 07:47 | |
*** Failbaitr has quit IRC | 07:47 | |
*** tmarble has quit IRC | 07:47 | |
*** greg-g has quit IRC | 07:47 | |
*** mark has quit IRC | 07:47 | |
*** seats has quit IRC | 07:47 | |
*** lionel has quit IRC | 07:47 | |
*** annegentle has quit IRC | 07:47 | |
*** uvirtbot has quit IRC | 07:47 | |
*** smoser has quit IRC | 07:47 | |
*** jaysun has quit IRC | 07:47 | |
*** letterj has quit IRC | 07:47 | |
*** naehring has quit IRC | 07:47 | |
mtaylor | eday: how's that working out for ya? | 07:48 |
*** naehring has joined #openstack | 07:48 | |
eday | mtaylor: did you see my note about installing erlang? | 07:51 |
mtaylor | eday: yup. done | 07:51 |
eday | mtaylor: awesome, thanks! let me try again | 07:51 |
*** ramkrsna has joined #openstack | 07:52 | |
*** Jbain has joined #openstack | 07:53 | |
*** annegentle has joined #openstack | 07:53 | |
*** magritte has joined #openstack | 07:53 | |
*** Failbaitr has joined #openstack | 07:53 | |
*** tmarble has joined #openstack | 07:53 | |
*** greg-g has joined #openstack | 07:53 | |
*** mark has joined #openstack | 07:53 | |
*** seats has joined #openstack | 07:53 | |
*** lionel has joined #openstack | 07:53 | |
*** jaysun has joined #openstack | 07:53 | |
*** uvirtbot has joined #openstack | 07:53 | |
*** smoser has joined #openstack | 07:53 | |
*** letterj has joined #openstack | 07:53 | |
*** hubbard.freenode.net sets mode: +v letterj | 07:53 | |
*** MarkAtwood has quit IRC | 07:56 | |
*** mahadev has joined #openstack | 07:56 | |
*** gregp76 has quit IRC | 07:59 | |
eday | mtaylor: do you see a 'erlang-eunit' pkg installed? | 08:00 |
*** mahadev has quit IRC | 08:01 | |
eday | mtaylor: actually, scratch that. it's erlang-dev we need (missing header file in dev pkg) | 08:02 |
*** rcc_ has joined #openstack | 08:03 | |
*** fabiand_ has joined #openstack | 08:04 | |
*** Daviey has quit IRC | 08:05 | |
mtaylor | eday: ok. installed | 08:06 |
*** _0x44 is now known as _0x44_flughafen | 08:07 | |
*** mahadev has joined #openstack | 08:07 | |
*** rcc has quit IRC | 08:07 | |
*** Daviey has joined #openstack | 08:10 | |
uvirtbot | New bug: #723562 in nova "terminating a running instance within the instance will not be detected by the nova services" [Undecided,New] https://launchpad.net/bugs/723562 | 08:11 |
eday | mtaylor: \o/ | 08:16 |
eday | mtaylor: should we use lp:~hudson-openstack/burrow/trunk as trunk? looks like it pushed to burrow-core/cactus | 08:16 |
*** calavera has joined #openstack | 08:17 | |
*** sirp- has quit IRC | 08:24 | |
*** aliguori has quit IRC | 08:24 | |
*** alekibango has quit IRC | 08:24 | |
*** jheiss has quit IRC | 08:24 | |
*** HugoKuo has quit IRC | 08:24 | |
*** fysa has quit IRC | 08:24 | |
*** syah has quit IRC | 08:24 | |
*** fitzdsl_ has quit IRC | 08:24 | |
*** holoway has quit IRC | 08:24 | |
*** klumpie has quit IRC | 08:24 | |
*** Jbain has quit IRC | 08:24 | |
*** magritte has quit IRC | 08:24 | |
*** Failbaitr has quit IRC | 08:24 | |
*** tmarble has quit IRC | 08:24 | |
*** greg-g has quit IRC | 08:24 | |
*** mark has quit IRC | 08:24 | |
*** seats has quit IRC | 08:24 | |
*** lionel has quit IRC | 08:24 | |
*** annegentle has quit IRC | 08:24 | |
*** uvirtbot has quit IRC | 08:24 | |
*** smoser has quit IRC | 08:24 | |
*** jaysun has quit IRC | 08:24 | |
*** letterj has quit IRC | 08:24 | |
*** skiold has joined #openstack | 08:24 | |
*** sirp- has joined #openstack | 08:30 | |
*** aliguori has joined #openstack | 08:30 | |
*** alekibango has joined #openstack | 08:30 | |
*** jheiss has joined #openstack | 08:30 | |
*** HugoKuo has joined #openstack | 08:30 | |
*** fysa has joined #openstack | 08:30 | |
*** syah has joined #openstack | 08:30 | |
*** fitzdsl_ has joined #openstack | 08:30 | |
*** holoway has joined #openstack | 08:30 | |
*** klumpie has joined #openstack | 08:30 | |
*** mgoldmann has joined #openstack | 08:31 | |
*** Jbain has joined #openstack | 08:36 | |
*** annegentle has joined #openstack | 08:36 | |
*** magritte has joined #openstack | 08:36 | |
*** Failbaitr has joined #openstack | 08:36 | |
*** tmarble has joined #openstack | 08:36 | |
*** greg-g has joined #openstack | 08:36 | |
*** mark has joined #openstack | 08:36 | |
*** seats has joined #openstack | 08:36 | |
*** lionel has joined #openstack | 08:36 | |
*** jaysun has joined #openstack | 08:36 | |
*** uvirtbot has joined #openstack | 08:36 | |
*** smoser has joined #openstack | 08:36 | |
*** letterj has joined #openstack | 08:36 | |
*** hubbard.freenode.net sets mode: +v letterj | 08:36 | |
*** joearnold has joined #openstack | 08:40 | |
*** Nacx has joined #openstack | 08:43 | |
Mani2 | while i run the cmd "#bzr branch lp:nova" | 08:46 |
Mani2 | igot | 08:46 |
Mani2 | ssh: connect to host bazaar.launchpad.net port 22: Connection refused | 08:46 |
Mani2 | bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. | 08:46 |
Mani2 | root@cdac[openstack]# | 08:46 |
*** Nacx has quit IRC | 08:47 | |
*** Nacx has joined #openstack | 08:48 | |
*** Nacx has joined #openstack | 08:48 | |
ttx | Mani2: looks like your bzr is broken. | 08:50 |
Mani2 | broken means | 08:50 |
*** drico has joined #openstack | 08:50 | |
ttx | Mani2: what OS are you using ? what version of bzr ? | 08:51 |
Mani2 | debian | 08:51 |
Mani2 | Bazaar (bzr) 2.3.0 | 08:51 |
ttx | Mani2: if your goal is to download recent sources, maybe you can download from http://nova.openstack.org/tarballs/ | 08:52 |
ttx | Mani2: i suspect you would get the same bzr error with any project (try "bzr branch lp:inkscape"), in which case you should ask your bzr question in #bzr | 08:54 |
ttx | or is it #bazaar... | 08:54 |
ttx | no, #bzr. | 08:55 |
Mani2 | its bzr | 08:59 |
*** winston-d has quit IRC | 09:01 | |
*** mahadev has quit IRC | 09:11 | |
uvirtbot | New bug: #723591 in nova "calling "nova-manage network create" creates a lot of 10.0.X.0/24 networks" [Undecided,New] https://launchpad.net/bugs/723591 | 09:12 |
*** Guest12579 is now known as soeren | 09:14 | |
*** joearnold has quit IRC | 09:16 | |
*** miclorb has quit IRC | 09:25 | |
*** allsystemsarego has joined #openstack | 09:33 | |
*** TheHutch has joined #openstack | 09:44 | |
*** omidhdl has left #openstack | 09:46 | |
vishy | it is the new hotness! | 09:55 |
vishy | https://code.launchpad.net/~vishvananda/nova/tests-clean-db/+merge/50887 | 09:55 |
* vishy goes to bed | 09:58 | |
alekibango | gn8 vishy | 09:58 |
bird | Hi, I have nova installed in multi server setup. I could launch instances comfortably. But when I try launch multiple instances at a go, I see that compute node is spawning only one after another. If I check the instance statuses using euca-describe-instances, I can see except one instance (showing as spawning) all are showing 'scheduling'. Is it not possible to parallelly launch multiple instances ? | 10:06 |
bird | BTW, I am using Bexar release nova. | 10:08 |
*** berendt has joined #openstack | 10:10 | |
ttx | bird: not sure, but it's very possible that the nova-compute node sequentially pulls from the queue. In a real setup you would probably get multiple compute nodes and scheduling would shuffle them around | 10:11 |
vishy | bird: that was fixed post bexar | 10:12 |
ttx | vishy: ah ? | 10:12 |
vishy | ttx: soren had various patches | 10:12 |
berendt | vishy: i don't think so | 10:12 |
vishy | it isn't totally stable yet though | 10:12 |
vishy | until iptables-concurrency goes in | 10:13 |
ttx | vishy: ok, so nova-compute (should) use eventlet to spawn in parallel | 10:13 |
vishy | https://bugs.launchpad.net/nova/+bug/718994 | 10:13 |
uvirtbot | Launchpad bug 718994 in nova "rpc layer should use a threadpool or some other magic to add concurrency" [Undecided,Fix committed] | 10:13 |
vishy | :) | 10:13 |
berendt | ttx: spawn in parallel on one compute node? | 10:14 |
*** miclorb has joined #openstack | 10:14 | |
vishy | aye | 10:14 |
ttx | berendt: yes, apparently :) | 10:14 |
berendt | I thought that's not possible because of i/o problems or something like that... I'll test it | 10:14 |
*** adjohn has quit IRC | 10:15 | |
vishy | but it needs this patch: https://bugs.launchpad.net/nova/+bug/722477 | 10:15 |
uvirtbot | Launchpad bug 722477 in nova "iptables-restore failed" [High,Triaged] | 10:15 |
vishy | we used to run concurrently with twisted + process pool set to 4 | 10:16 |
vishy | and it worked pretty well | 10:16 |
vishy | a | 10:16 |
vishy | above that you start getting too much io contention | 10:16 |
vishy | although with cow images i'm sure you could go way higher | 10:16 |
berendt | vishy: yes i applied this patch on my testing systems | 10:17 |
uvirtbot | New bug: #723621 in nova "test_spawn_raw_glance in XenAPIVMTestCase complains about missing pygrub" [Undecided,New] https://launchpad.net/bugs/723621 | 10:17 |
vishy | berendt: it may be that some part of the launch process it blocking, if so we should file a bug so that we can improve the concurrency. :) | 10:20 |
vishy | ok /me really goes to bed this time | 10:20 |
bird | vishy: shall I try with fix for https://bugs.launchpad.net/nova/+bug/718994 | 10:25 |
uvirtbot | bird: Error: Could not parse data returned by Launchpad: The read operation timed out | 10:25 |
ttx | bird: definitely. that fix will be included in soon-to-be-released Nova 2011.1.1 | 10:26 |
bird | ttx: ok | 10:26 |
*** DigitalFlux has joined #openstack | 10:26 | |
ttx | bird: I hope to have test packages later today. | 10:26 |
bird | ttx: ok | 10:27 |
bird | vishy: Do I need to set process pool? | 10:27 |
ttx | bird: no. We use eventlet now, not twisted | 10:27 |
bird | ttx: yeah.. | 10:28 |
*** CloudChris has joined #openstack | 10:29 | |
*** jaypipes has quit IRC | 10:33 | |
*** jaypipes has joined #openstack | 10:33 | |
*** bird has quit IRC | 10:34 | |
*** bird has joined #openstack | 10:34 | |
berendt | vishy: launching of a lot of instances is working fine with the iptables patch | 10:50 |
bird | berendt: how many compute nodes do you have in your setup? | 10:53 |
berendt | bird: only 2 at the moment.. i launched 8 instances without problems.. i'll try it with more now | 10:54 |
bird | berendt: which build are you using? | 10:55 |
berendt | bird: bzrrev 713 with applied patch for the bug 722477 | 10:55 |
uvirtbot | Launchpad bug 722477 in nova "iptables-restore failed" [High,In progress] https://launchpad.net/bugs/722477 | 10:55 |
bird | berendt: Thanks. I will also try with the same . | 10:56 |
uvirtbot | New bug: #723638 in nova "missing functionality in bin/nova-manage: quotas" [Undecided,New] https://launchpad.net/bugs/723638 | 11:01 |
berendt | tried it with 20 instances.. is working | 11:02 |
berendt | but how can i limit the launching instances at the same time now? is there a flag? | 11:03 |
berendt | hmm. there is a problem spawning more than 15 instances on one node per time.. because there are only 15 nbd devices are available | 11:06 |
alekibango | jaypipes: hi, any news about machines for automated testing? | 11:10 |
bird | berendt: ok | 11:28 |
*** Mani2 has left #openstack | 11:29 | |
*** miclorb has quit IRC | 11:39 | |
*** h0cin has joined #openstack | 11:40 | |
*** h0cin has joined #openstack | 11:40 | |
Ge0RgeR^ | i need some help- how to register an image of centos and run the instance? | 12:08 |
Ge0RgeR^ | i have created network | 12:08 |
*** fitzdsl_ has quit IRC | 12:10 | |
*** fitzdsl has joined #openstack | 12:10 | |
*** drico has quit IRC | 12:30 | |
*** romain_lenglet_ has joined #openstack | 12:33 | |
*** romain_lenglet_ has left #openstack | 12:35 | |
*** romain_lenglet_ has joined #openstack | 12:35 | |
*** romain_lenglet_ has quit IRC | 12:39 | |
*** rcc_ has quit IRC | 12:53 | |
*** vvuksan has joined #openstack | 13:00 | |
*** vvuksan has quit IRC | 13:03 | |
*** zenmatt has joined #openstack | 13:06 | |
Ge0RgeR^ | Question guys : i need an instance to have a public ip | 13:20 |
*** cdbs has quit IRC | 13:21 | |
uvirtbot | New bug: #723703 in nova "OpenStack Nova doesn't support HTTP proxy" [Undecided,New] https://launchpad.net/bugs/723703 | 13:22 |
*** littleidea has joined #openstack | 13:23 | |
*** cdbs has joined #openstack | 13:25 | |
*** cdbs has joined #openstack | 13:25 | |
*** omidhdl has joined #openstack | 13:26 | |
*** ctennis has quit IRC | 13:32 | |
*** cdbs has quit IRC | 13:35 | |
*** cdbs has joined #openstack | 13:35 | |
*** cdbs has joined #openstack | 13:35 | |
*** omidhdl has left #openstack | 13:40 | |
*** ctennis has joined #openstack | 13:44 | |
Ge0RgeR^ | anyone available | 13:50 |
Ge0RgeR^ | ? | 13:50 |
*** hazmat has quit IRC | 13:52 | |
*** hazmat has joined #openstack | 13:52 | |
*** hazmat has joined #openstack | 13:54 | |
*** ppetraki has joined #openstack | 13:55 | |
*** hazmat has quit IRC | 13:58 | |
*** hazmat has joined #openstack | 13:58 | |
ttx | jaypipes: ping | 14:00 |
*** eikke has joined #openstack | 14:01 | |
*** pvo has joined #openstack | 14:06 | |
*** guigui1 has joined #openstack | 14:07 | |
*** hadrian has joined #openstack | 14:09 | |
*** kashyap has quit IRC | 14:12 | |
*** pvo has quit IRC | 14:14 | |
*** zul has quit IRC | 14:16 | |
*** zul has joined #openstack | 14:18 | |
*** gondoi has joined #openstack | 14:26 | |
CloudChris | I'm looking for a list of all ports used by the nova components and a db-shema of the mysql tables - I saw both somewhere in openstack wiki, but can't find it now - and I am surge blocked :) | 14:27 |
CloudChris | anyone can point me to the right location? | 14:27 |
*** abecc has joined #openstack | 14:27 | |
*** littleidea has quit IRC | 14:31 | |
*** ibarrera has joined #openstack | 14:31 | |
berendt | CloudChris: the db scheme is defined in nova/db/sqlalchemy/migrate_repo/versions/ | 14:34 |
CloudChris | I meant the Graphical Image in the wiki ... | 14:39 |
berendt | CloudChris: http://wiki.openstack.org/NovaDatabaseSchema | 14:41 |
*** mdomsch has joined #openstack | 14:41 | |
berendt | CloudChris: to find the default ports you could do something like "grep -R -i flags.DEFINE_integer * | grep -i port" | 14:42 |
*** gaveen has joined #openstack | 14:43 | |
*** vvuksan has joined #openstack | 14:43 | |
*** comstud has joined #openstack | 14:43 | |
*** ChanServ sets mode: +v comstud | 14:43 | |
*** f4m8 is now known as f4m8_ | 14:44 | |
*** ryker has joined #openstack | 14:45 | |
*** bird has quit IRC | 14:47 | |
*** ramkrsna has quit IRC | 14:54 | |
ryker | can anyone point me in the direction of a feature list for openstack? I've searched the openstack site, and parsed the irc logs for a feature list, but I haven't had any success. | 14:55 |
vvuksan | ryker: what features are you looking for? | 14:55 |
ryker | We are in the process of evaluating private cloud software, so I'm trying to find a feature list to compare to other products, such as cloud.com, or eucalyptus. | 14:55 |
ryker | vvuksan: I have a huge list of features we would like based on priority. too many to list here :) | 14:56 |
*** zenmatt has quit IRC | 14:58 | |
ryker | vvuksan: here is our current list of requirements. http://paste.openstack.org/show/muh8MjtIzjCYkgOOKRqJ/ | 14:58 |
ryker | Is there no compiled feature list somewhere? | 14:59 |
ryker | Or even feature list by components, and I can compile a combined list? | 14:59 |
berendt | ryker: http://wiki.openstack.org/Nova/EucalyptusFeatureComparison ... don't know if the comparison is up to date... | 14:59 |
ryker | berendt: nice. thank you. I don't know how I missed that. | 15:00 |
vvuksan | berendt: wouldn't AMI's backed by EBS be nova-volume ? | 15:00 |
berendt | vvuksan: i don't know.. i only found this list a long time ago.. last modification was 2011-01-12 11:55:25.. i think the list is a little bit deprecated | 15:02 |
berendt | vvuksan: i didn't create the list... | 15:02 |
ryker | at least this list is a starting point. I just created a wiki account and I'll try to update it with the features I can find released in Bexar. | 15:04 |
*** DigitalFlux has quit IRC | 15:04 | |
berendt | ryker: you could also add other solutions, like cloud.com, to the list... :) | 15:06 |
ryker | berendt: sure thing. | 15:09 |
Glacee | hehe cloud.com >eucalyptus | 15:12 |
Glacee | if you want help for the comparaison chart with cloud.com I can help | 15:12 |
Glacee | i have been using the latest ga version for a while | 15:13 |
vvuksan | Glacee: what's are your thoughts on cloud.com ? | 15:14 |
vvuksan | now that you have tried to use openstack ? | 15:14 |
Glacee | only swift unfoprtunately | 15:14 |
vvuksan | i see | 15:14 |
Glacee | not nova.. | 15:14 |
Glacee | well cloud.com only have a compute part | 15:15 |
Glacee | but.. well it is way more advance than openstack in my opinion | 15:15 |
vvuksan | i suspect it is | 15:15 |
Glacee | I like the way you can scale it all the features they have | 15:15 |
ryker | Glacee: awesome. any chance you can add cloud.com to the feature comparison page? | 15:16 |
ryker | we should rename that page to just FeatureComparison | 15:16 |
vvuksan | glacee: are you using community version or commercial version? | 15:16 |
Glacee | ok ryker.. you want me to compare with opensource version or commercial? | 15:16 |
Glacee | vvuksan.. commercial.. my cloud is going to be in beta in a month | 15:16 |
Glacee | using their stack | 15:17 |
ryker | Glacee: I actually thought cloud.com's enterprise version is same as the OSS version, but with support, no? | 15:17 |
Glacee | you dont have HA and UI console | 15:18 |
Glacee | in community version | 15:18 |
ryker | ah, definitely want the enterprise version | 15:19 |
Glacee | I mean you have a Ui in community edition but not console access to vms | 15:20 |
Glacee | and also.. no billing usage database in community | 15:20 |
ryker | Glacee: i just spent all of 2 minutes on the cloud.com site and didn't find cost for the enterprise version. Can you tell me what the cost is? | 15:20 |
Glacee | hmmm im under NDA sorry | 15:21 |
Glacee | they have a new pricing model that i dont know.. im on the old one | 15:21 |
ryker | ah, ok. I didn't realize their prices were private. That sucks. I hate when companies do that. | 15:22 |
ryker | I usually just move on when I see that. | 15:22 |
vvuksan | price discrimination :-) | 15:22 |
Glacee | haha | 15:22 |
Glacee | well i guess they will put on their new pricing model online .. i dont know | 15:22 |
Glacee | they are under a lot of changes.. they hired a few new vps | 15:22 |
Glacee | but im glad you said enterprise version.. because its the one im using.. will be easier to do | 15:23 |
ryker | Glacee: so, i'm curious why you are in the openstack forum? did you test openstack for comparison and decide it wasn't feature complete enough for you use? | 15:23 |
vvuksan | ryker: I suspect based on your wish list that Openstack is not gonna cut it | 15:23 |
Glacee | well i just like to try everything | 15:24 |
alekibango | vvuksan: he can pay someone to fill missing features | 15:24 |
ryker | vvuksan: :( That sucks. Thanks for taking the time to read that huge list of requirements. Which features do you think are missing now? | 15:25 |
Glacee | but yeah for now.. its not complete enought.. but i think the paste is fast.. lot of improvement with bexar | 15:25 |
vvuksan | alekibango: I know you can :-) | 15:25 |
alekibango | you can get anything out of it when its open... if you have some know-how and time | 15:25 |
vvuksan | ryker: manage Netapp/EMC storage, live migration between data centers | 15:25 |
vvuksan | ryker: also I believe HA is missing | 15:26 |
Glacee | yes aleki.. I know some guys that are working on some modification of openstack to put in on prod | 15:26 |
ryker | vvuksan: isn't live migration a feature of kvm? | 15:26 |
vvuksan | ryker: it may be but you have to write glue that is capable of migrating instances | 15:27 |
vvuksan | ryker: also there are network considerations when migrating instances across data centers | 15:27 |
vvuksan | non trivial | 15:27 |
ryker | ah, so there is nothing in the openstack api to support live migration yet? | 15:27 |
Glacee | is vmware support in the plan? | 15:27 |
ryker | vvuksan: actually, that should say within data centers. thx for pointing that out. | 15:28 |
vvuksan | Glacee: I think that's the plan for Cactus release | 15:28 |
Glacee | thanks vvuskan | 15:28 |
vvuksan | Support for VMware ESX & ESXi hypervisors. | 15:30 |
vvuksan | http://openstack.org/projects/compute/ | 15:30 |
Glacee | cool! | 15:30 |
vvuksan | bottom of the page | 15:30 |
Glacee | even ESX? whos using esx anymore :0 | 15:30 |
vvuksan | i guess live migration is planned too :-) | 15:30 |
vvuksan | dunno who uses ESXi :-) | 15:30 |
Glacee | me lo | 15:30 |
Glacee | lol :) | 15:31 |
vvuksan | i meant ESX :-) | 15:31 |
vvuksan | Glacee: you are rolling out a public cloud then ? | 15:31 |
Glacee | yep | 15:31 |
vvuksan | which country ? | 15:31 |
Glacee | Canada | 15:31 |
vvuksan | cool | 15:32 |
Glacee | first one in Can | 15:32 |
vvuksan | nice | 15:32 |
Glacee | lot of people requesting one in can due to privacy thingy | 15:32 |
vvuksan | good | 15:33 |
ryker | that's cool that live migration is coming in the next release. unfortunately, who knows when it will actually be released and if that feature will actually end up making it in that release. Lots of cool stuff going on in openstack though. | 15:33 |
*** j05h has joined #openstack | 15:33 | |
Glacee | yeah live migration is a nice feature indeed | 15:34 |
*** comstud has quit IRC | 15:34 | |
*** xtoddx has quit IRC | 15:35 | |
ryker | a Q2 release for Cactus means some time between April 1st and July 31st, right? | 15:36 |
*** xtoddx has joined #openstack | 15:37 | |
*** troytoman-away is now known as troytoman | 15:37 | |
*** comstud has joined #openstack | 15:38 | |
*** ChanServ sets mode: +v comstud | 15:38 | |
ttx | ryker: April 14. | 15:38 |
ttx | http://wiki.openstack.org/CactusReleaseSchedule | 15:39 |
ryker | wow, that is right at the beginning of Q2. That would be awesome. Hope it doesn't get pushed. | 15:40 |
ryker | *pushed = delayed. | 15:40 |
Glacee | where is the comparaison chart? looking for it | 15:41 |
ryker | Glacee: http://wiki.openstack.org/Nova/EucalyptusFeatureComparison | 15:41 |
Glacee | thanks | 15:43 |
*** naehring has quit IRC | 15:43 | |
*** xtoddx has quit IRC | 15:45 | |
*** dragondm has joined #openstack | 15:46 | |
*** vishy has quit IRC | 15:47 | |
*** colinnich has quit IRC | 15:47 | |
*** ChrisAM has quit IRC | 15:47 | |
*** devcamcar has quit IRC | 15:47 | |
*** colinnich has joined #openstack | 15:47 | |
*** pvo has joined #openstack | 15:47 | |
*** vishy has joined #openstack | 15:48 | |
*** comstud has quit IRC | 15:48 | |
*** xtoddx has joined #openstack | 15:48 | |
*** devcamcar has joined #openstack | 15:49 | |
ttx | jaypipes: if you're around today, please fix up https://code.launchpad.net/~jaypipes/nova/bexar-translations/+merge/49712 | 15:51 |
*** ChrisAM has joined #openstack | 15:51 | |
ttx | jaypipes: blocking progress on 2011.1.1 | 15:51 |
*** mahadev has joined #openstack | 15:52 | |
*** dirakx has quit IRC | 15:54 | |
*** vishy has quit IRC | 15:57 | |
*** xtoddx has quit IRC | 15:57 | |
*** xtoddx has joined #openstack | 15:58 | |
*** vishy has joined #openstack | 15:59 | |
*** msassak has joined #openstack | 15:59 | |
*** pvo has quit IRC | 16:00 | |
*** pvo has joined #openstack | 16:00 | |
*** mahadev has quit IRC | 16:05 | |
*** ChrisAM has quit IRC | 16:06 | |
*** xtoddx has quit IRC | 16:06 | |
*** colinnich has quit IRC | 16:06 | |
*** sleepsonthefloor has quit IRC | 16:06 | |
*** devcamcar has quit IRC | 16:06 | |
*** devcamcar has joined #openstack | 16:07 | |
*** colinnich has joined #openstack | 16:07 | |
*** sleepsonthefloor has joined #openstack | 16:07 | |
*** xtoddx has joined #openstack | 16:08 | |
*** ChrisAM1 has joined #openstack | 16:09 | |
*** mahadev has joined #openstack | 16:11 | |
uvirtbot | New bug: #723791 in nova "error injecting ip into instance" [Undecided,New] https://launchpad.net/bugs/723791 | 16:12 |
jaypipes | ttx: gimme 15. thx. | 16:16 |
jaypipes | alekibango: no, sorry, nothing more than I've said on the mailing lists... | 16:18 |
jaypipes | JordanRinke: around? | 16:18 |
*** ChrisAM1 is now known as ChrisAM | 16:18 | |
*** dprince has joined #openstack | 16:19 | |
Ge0RgeR^ | Hello i need some help setuping up a public ip for an instance | 16:21 |
Ge0RgeR^ | *setting up | 16:21 |
jaypipes | Ge0RgeR^: soren can probably help you. | 16:27 |
ttx | if only he wasn't in vacation. | 16:27 |
jaypipes | ttx: ping | 16:27 |
ttx | jaypipes: pong | 16:28 |
jaypipes | ttx: ah, sorry, didn't know about soren's vacation... Ge0RgeR^, perhaps vishy could help you. | 16:28 |
jaypipes | ttx: OK, so do I have permission to port the fix from Cactus for the migrate.versioning ImportError into Bexar? | 16:28 |
ttx | hrm. | 16:29 |
ttx | jaypipes: do you have the bug number at hand ? | 16:29 |
jaypipes | ttx: one sec. | 16:29 |
jaypipes | ttx: https://bugs.launchpad.net/nova/+bug/717467 | 16:30 |
uvirtbot | Launchpad bug 717467 in nova "from migrate.versioning import exceptions fails with recent venv" [Medium,Fix committed] | 16:30 |
ttx | jaypipes: I think it's safe, my only problem with it is that it will delay the release. | 16:32 |
ttx | jaypipes: so if it's merged by my tomorrow morning, i'll take it. | 16:32 |
jaypipes | ttx: why? I was going to just make the fix and commit to the bexar-translations branch | 16:32 |
jaypipes | ttx: it's so run_tests.sh -V passes and I can verify the fix for the PEP8 errors... | 16:33 |
jaypipes | ttx: not a big deal though | 16:33 |
ttx | the bexar-translations branch doesn't really need more reviews, while that new fix will | 16:33 |
jaypipes | ttx: ah, ok... one sec then.. | 16:33 |
ttx | jaypipes: I *really* want to generate candidates tomorrow morning, so I don't want to delay due to another bug late-added to the list | 16:34 |
ttx | but I won't work on that tonight, that leaves you a few hours to get it in | 16:34 |
jaypipes | ttx: ok, pushing pep8 fix now. | 16:34 |
ttx | jaypipes: so I'd say the top priority is to get bexar-translations in, and then if you can get the fix for 717467 in lp:nova/bexar before eod, perfect | 16:36 |
jaypipes | ttx: it's committed and approved. | 16:36 |
ttx | cool. | 16:37 |
ttx | jaypipes: so I'll generate candidate tarballs and packages for testing tomorrow, with whatever will be in lp:nova/bexar by then :) | 16:37 |
berendt | does anyone know this error: http://paste.openstack.org/show/752/ | 16:37 |
ttx | jaypipes: sounds good ? | 16:37 |
berendt | 2011-02-23 17:28:00,561 ERROR nova.rpc [-] Returning exception Socket closed to caller | 16:37 |
annegentle | ttx: great start on the flag groupings wiki page | 16:38 |
ttx | annegentle: was about to ping you about it | 16:38 |
ttx | annegentle: once they are ordered sanely rather than alphabetically, it kinda makes sense | 16:38 |
jaypipes | ttx: should be, yep. | 16:39 |
jaypipes | ttx: oh, and glance's admin tool should be hitting Launchpad today. sorry for delay on that. been waiting to merge in other branches into it. long queue. | 16:39 |
berendt | and i have a lot of errors in the rabbitmq logfile: =WARNING REPORT==== 23-Feb-2011::17:28:01 === | 16:39 |
berendt | exception on TCP connection <0.1277.1> from 192.168.2.120:59672 | 16:39 |
berendt | connection_closed_abruptly | 16:39 |
ttx | annegentle: also using bold to distinguish between those-you-should-probably-modify and those-you-probably-shouldn't-touch helps | 16:39 |
ttx | berendt: that's because your torturing the little rabbit :) | 16:40 |
berendt | ttx: i'm only running harmless stress tests | 16:40 |
ttx | I can almost hear it crying from here. | 16:40 |
*** calavera has quit IRC | 16:41 | |
jarrod | How do you install openstack on XenServer since the components are not available? | 16:41 |
*** msassak has quit IRC | 16:42 | |
jarrod | do I need ubuntu in a domU controlling the XenServer? | 16:43 |
*** guigui1 has quit IRC | 16:43 | |
*** skiold has quit IRC | 16:45 | |
jaypipes | vishy: your proxy.sh foo is strong, sir. very neat. | 16:45 |
sirp- | jarrod: the short answer is yes that's the recommended setup (the long answer, is technically not, but you'd have to use the xs-unified-branch) | 16:46 |
*** msassak has joined #openstack | 16:46 | |
openstackhudson | Project nova-bexar build #8: SUCCESS in 1 min 37 sec: http://hudson.openstack.org/job/nova-bexar/8/ | 16:47 |
openstackhudson | Tarmac: This adds support for building the message catalogs on install of Nova. | 16:47 |
jarrod | hmm | 16:48 |
jarrod | sirp-: no way to install aptitude/tools on the standard XenServer 5.6, eh? ;) | 16:49 |
sirp- | jarrod: we're using ubuntu maverick in a domU with a work around for the sda/xvda debacle | 16:49 |
*** mahadev has quit IRC | 16:49 | |
jarrod | oh I did not even think about that | 16:50 |
*** guigui1 has joined #openstack | 16:50 | |
jaypipes | sirp-: ah, good morning sir. | 16:51 |
jarrod | because it will attempt to utilize the volumes in the domU for instances | 16:51 |
sirp- | jaypipes: howdy | 16:51 |
jaypipes | sirp-: any idea about the cannot drop INDEX error being produced by sqlalchemy migrate script? | 16:52 |
sirp- | jaypipes: that's really a weird one, it's failing in a different way on my machine | 16:52 |
jaypipes | sirp-: poop. | 16:53 |
sirp- | jaypipes: i was planning to look into that a bit more today... also i'm noticing that logging is broken on nova trunk (for my mac at least), was gonna look into that as well | 16:54 |
*** KenD has joined #openstack | 16:55 | |
*** paltman has joined #openstack | 16:55 | |
*** MarkAtwood has joined #openstack | 16:56 | |
jaypipes | justinsb: you've been a very busy boy. holy code review backlog, batman. | 16:57 |
jaypipes | sirp-: nova trunk or glance trunk? | 16:57 |
*** KenD has quit IRC | 16:57 | |
sirp- | jaypipes: nova trunk | 16:58 |
sirp- | jaypipes: i see termie has a syslog handler patch, but that doesn't seem to solve all of the issues (that i'm seeing at least) | 16:58 |
jaypipes | sirp-: k. well, if you have a chance to review the bug704854 branch, that would be nice too :) | 16:58 |
sirp- | jaypipes: oh shoot, i started reviewing that and never finished... ill hop on that right now | 16:59 |
*** zenmatt has joined #openstack | 16:59 | |
jaypipes | sirp-: thx man :) | 17:01 |
jaypipes | sirp-: not sure if you noticed, but I moved all non-completed bugs and blueprints from our last sprint milestone to the next. We missed one blueprint and 4 bugs. | 17:01 |
jaypipes | sirp-: I've pcked up the blueprint and 2 of the bugs. I think one of the bugs is still assigned to you: https://launchpad.net/glance/+milestone/cactus-2011-03-14 | 17:02 |
*** Ryan_Lane has joined #openstack | 17:03 | |
jaypipes | sirp-: and I'm now done with the admin client. just finishing some final work on the corresponding doc file. admin-tool depends on api-image-format, though, which is why I need to figure out what the heck is going on with that migrate thing. | 17:03 |
*** KenD has joined #openstack | 17:04 | |
*** omidhdl has joined #openstack | 17:07 | |
justinsb | jaypipes: Thanks (I guess!) I tried marking some of the dependent branches as such and marking the ones that were controversial as 'in progress' to try to reduce the number of 'active' reviews. | 17:07 |
justinsb | jaypipes: Most of them are small though; just fixes because I'm trying to use the OpenStack API in unit tests | 17:08 |
*** maplebed has joined #openstack | 17:09 | |
jaypipes | justinsb: coo. :) | 17:09 |
jaypipes | justinsb: and very much appreciated, btw :) | 17:09 |
justinsb | jaypipes: Pleasure :-) | 17:11 |
*** troytoman is now known as troytoman-away | 17:11 | |
*** dirakx has joined #openstack | 17:12 | |
jaypipes | xtoddx: around? wondering why you marked this Needs Fixing? I don't see any indication of what you wanted fixed? :) https://code.launchpad.net/~justin-fathomdb/nova/justinsb-metadata3/+merge/50667 | 17:13 |
jaypipes | annegentle: may want to work with justinsb once https://code.launchpad.net/~justin-fathomdb/nova/justinsb-metadata3/+merge/50667 goes through to document the new functionality. | 17:14 |
justinsb | jaypipes: I think it's the diff xtoddx posted that he wants changed. I'm trying to understand it now :-) | 17:15 |
xtoddx | jaypipes justinsb: right, i just wanted to remove the empty metadata from the ec2 api | 17:15 |
xtoddx | since metadata means something different to that api, and the osapi style metadata isn't supported there | 17:16 |
jaypipes | xtoddx: ah, sorry :) | 17:16 |
jaypipes | xtoddx: by saying at the top "I like this:" I was a bit confused :) | 17:16 |
xtoddx | since it was just there to support a test case, i changed the test case to call directly to compute.api.API instead of ec2.api.cloud | 17:16 |
jaypipes | gotcha | 17:16 |
justinsb | xtoddx: I understand now :-) | 17:16 |
xtoddx | jaypipes: no worries | 17:16 |
jaypipes | xtoddx: how's the beard, btw? doing well, I assume? | 17:16 |
xtoddx | jaypipes: oh yea! | 17:17 |
jaypipes | xtoddx: beard++ | 17:17 |
jk0 | haha | 17:17 |
jk0 | agreed | 17:17 |
xtoddx | jaypipes: i'm getting it on video tomorrow, you'll be able to see it soon | 17:17 |
xtoddx | jaypipes: btw, i got beard@openstack.org, just because | 17:17 |
jk0 | well, if anyone deserves that, it'd be you :) | 17:17 |
jaypipes | xtoddx: ha! nice :) | 17:18 |
jaypipes | jk0: indeed. | 17:18 |
* jaypipes reserves bald@openstack.org. | 17:18 | |
* jk0 should get fatty@openstack.org | 17:19 | |
jaypipes | jk0: you're not fat, though. | 17:19 |
jaypipes | jk0: no more than me. | 17:19 |
jk0 | 0.0, oh yes I am | 17:19 |
justinsb | xtoddx: I do like the change; it's also saying that quotas should be enforced at the module level, not the API front-end | 17:19 |
jaypipes | jk0: of course, I've been expanding horizontally for years now... | 17:19 |
*** mahadev has joined #openstack | 17:20 | |
xtoddx | oh man, this went to a weird place | 17:20 |
jk0 | :) | 17:20 |
jaypipes | xtoddx: lol | 17:20 |
xtoddx | justinsb: right | 17:20 |
jaypipes | yes, that prolly didn't come across well... | 17:20 |
xtoddx | justinsb: i was thinking we'd change more of the quota checks to use the compute api at some point | 17:20 |
*** enigma has joined #openstack | 17:20 | |
*** dysinger has quit IRC | 17:21 | |
justinsb | xtoddx: I agree, but I think I'll try to focus this patch just on the changes needed to support metadata. | 17:23 |
justinsb | xtoddx: I might add some TODOs though to mark where we need to change it | 17:23 |
xtoddx | justinsb: right, i was thinking of doing it after your patch lands | 17:23 |
*** acmurthy has joined #openstack | 17:24 | |
justinsb | xtoddx: Sounds good. Do you want me to put in TODOs? | 17:24 |
xtoddx | justinsb: nah, it isn't really related to what you're patching | 17:25 |
justinsb | xtoddx: OK! | 17:25 |
*** dprince has quit IRC | 17:25 | |
alekibango | jaypipes: i really cant find that email you are talking to... can you please give me more info? | 17:26 |
*** littleidea has joined #openstack | 17:26 | |
*** acmurthy has quit IRC | 17:27 | |
*** henrichrubin has joined #openstack | 17:27 | |
*** dprince has joined #openstack | 17:28 | |
*** acmurthy has joined #openstack | 17:28 | |
henrichrubin | anyone know why qemu cannot open disk image? this is the latest trunk.... http://www.pastie.org/1598754 . does nova require apparmor on ubuntu? | 17:28 |
jaypipes | alekibango: one sec. | 17:29 |
jaypipes | alekibango: https://lists.launchpad.net/openstack/msg00740.html | 17:31 |
jaypipes | alekibango: this was the original in that thread: https://lists.launchpad.net/openstack/msg00701.html | 17:31 |
alekibango | ty, reading | 17:32 |
vvuksan | henrichrubin: i'd turn off apparmor | 17:34 |
*** acmurthy has quit IRC | 17:35 | |
henrichrubin | vvuksan: thanks. i figured it out. have to turn off apparmor via.... security_driver = "none" in qemu.conf | 17:37 |
*** guigui1 has quit IRC | 17:37 | |
openstackhudson | Project nova build #554: SUCCESS in 1 min 37 sec: http://hudson.openstack.org/job/nova/554/ | 17:37 |
openstackhudson | Tarmac: Fixes lots of errors in the unit tests. | 17:37 |
openstackhudson | * Ajax Proxy test was not running properly (and was broken) | 17:37 |
openstackhudson | * Lots of tests were leaking non-deleted instances into the database | 17:37 |
openstackhudson | * Some tests weren't calling TearDown | 17:37 |
openstackhudson | * Removes extra test that wasn't doing anything useful | 17:37 |
Ge0RgeR^ | i have rebooted ,instances dont start and on describe i get EC2_ACCESS_KEY environment variable must be set. | 17:38 |
Ge0RgeR^ | Connection failed | 17:38 |
annegentle | jaypipes: thanks for the heads up about per-instance metadata | 17:38 |
Ge0RgeR^ | what is wrong with EC2_ACCESS_KEY? | 17:39 |
*** acmurthy has joined #openstack | 17:41 | |
vvuksan | Ge0RgeR^: did you source your novarc environment ? | 17:41 |
*** berendt has quit IRC | 17:42 | |
justinsb | annegentle: I think it's already documented in the API ... It's supported by CloudServers | 17:42 |
Ge0RgeR^ | what do you mean?it was working until reboot | 17:42 |
vvuksan | Ge0RgeR^: what did you reboot ? | 17:42 |
vvuksan | and if you type echo $EC2_ACCESS_KEY | 17:42 |
vvuksan | does it show up | 17:42 |
Ge0RgeR^ | the physical machine that has the clood | 17:42 |
Ge0RgeR^ | it echoes nothing | 17:43 |
vvuksan | than you need to source your novarc environment | 17:43 |
Ge0RgeR^ | also i found that services were down ,i installed chkconfig and enabled them | 17:43 |
Ge0RgeR^ | how to source novarc? | 17:43 |
vvuksan | source novarc | 17:43 |
*** KenD has quit IRC | 17:43 | |
vvuksan | how did you kick off an instance before ? | 17:43 |
Ge0RgeR^ | i entered source novarc ,describe works but no instances now | 17:44 |
vvuksan | ok | 17:44 |
vvuksan | run an instance | 17:44 |
jaypipes | ttx: what does Triaged status mean again? | 17:45 |
*** acmurthy1 has joined #openstack | 17:45 | |
Ge0RgeR^ | the old installations on instances got lost? | 17:45 |
annegentle | justinsb: ah, that makes sense. 'course the API dev guide isn't cleaned up for OpenStack quite yet but we're getting there, taking steps today even | 17:45 |
*** dprince has quit IRC | 17:46 | |
vvuksan | Ge0RgeR^: don't know | 17:46 |
vvuksan | Ge0RgeR^: describe-instances shows running instances not running installations | 17:47 |
*** acmurthy has quit IRC | 17:47 | |
justinsb | I have a suggestion about "stabilizing trunk" that I wanted to run past everyone... How about we accept that trunk is for developers, but instead use tests to flush from trunk to 'more stable' branches | 17:48 |
justinsb | So we could check in to trunk when it passes unit tests | 17:48 |
*** dprince has joined #openstack | 17:48 | |
*** KenD has joined #openstack | 17:48 | |
justinsb | Then a basic smoke test (say a 1 hour test) of the various platforms could run automatically. Iff that test passes, it auto-merges trunk into 'trunk-unstable' | 17:49 |
Ge0RgeR^ | i started an instance before rebooting | 17:49 |
justinsb | Then overnight we run some torture tests, and iff they pass it merges into 'trunk-semistable' | 17:49 |
Ge0RgeR^ | istalled some applications on that guest ubuntu | 17:49 |
*** acmurthy1 has quit IRC | 17:49 | |
annegentle | jaypipes: http://wiki.openstack.org/BugsLifecycle?highlight=%28triaged%29 | 17:50 |
Ge0RgeR^ | how to restore instance? | 17:50 |
vvuksan | you could go on the compute node | 17:50 |
vvuksan | then do virsh create | 17:50 |
justinsb | Obviously we'd need some better names for the various branches :-) | 17:50 |
alekibango | well, i can install whole nova from scratch under 6 minutes.. not 30 :) | 17:54 |
justinsb | jaypipes: You're big on testing :-) Do you think my suggestion with having trunks of differing stability makes sense? Shall I propose it to the mailing list? | 17:55 |
jaypipes | annegentle: thx | 17:56 |
annegentle | justinsb: just my limited perspective - people are kind of doing what you suggest but in a downstream way. | 17:57 |
annegentle | justinsb: what I mean is, people find the revision number that works, and test the heck outta that | 17:57 |
alekibango | jaypipes: should i write my proposal to the list? i mean the fai-project.org setup which will install nova on different platforms (debian/ubuntu for start) to do automated functional tests... | 17:57 |
jaypipes | justinsb: In Drizzle-land we used a staging branch and a trunk branch. We kept trunk very stable, with staging used to catch the kind of things that are currently destabilizing Nova's trunk... | 17:58 |
jaypipes | justinsb: so, in short, I prefer to keep trunk much more stable and wouldn't necessarily support having a less-restrictive trunk. | 17:58 |
jaypipes | alekibango: pls do! | 17:59 |
alekibango | k.. | 17:59 |
justinsb | jaypipes: I like staging & trunk. The idea is that we'll always make mistakes which break some obscure combination, and unit tests can't catch that. | 17:59 |
alekibango | justinsb: so hear my proposal | 17:59 |
justinsb | jaypipes: But as to whether we commit to a branch called "staging" or to one called "trunk", I think it's just nomenclature? | 17:59 |
alekibango | lets do automated functional tests of every merge request | 17:59 |
alekibango | which includes real install in real environment | 17:59 |
jaypipes | justinsb: correct. which is what a staging branch should be for... generally in drizzle, getting from staging into trunk takes at least 3 hours of automated regression testing... | 17:59 |
alekibango | + some smoking tests | 17:59 |
alekibango | this way we can make trunk stable :) | 18:00 |
justinsb | alekibango: I like it. If you can make it fast enough to not slow down the process too much, great | 18:00 |
alekibango | i can install whole cluster in 6 minutes | 18:00 |
alekibango | then we can test like hell... | 18:00 |
alekibango | and then another platform... | 18:00 |
Ge0RgeR^ | virsh? i have created with euca-run-instanses | 18:00 |
justinsb | alekibango: If you can't, or if we want torture tests, then I think we need to automatically promote branches based on test passes | 18:01 |
alekibango | so we can have more target platforms for tests | 18:01 |
jaypipes | justinsb: well yes, we would have people still *propose for merging into trunk*, but Launchpad/Tarmac would actually merge their code into a staging branch first, and run regression/integration tests on the commit, then, if all went swimmingly, auto-merge from staging into trunk. that's how we do it in Drizzle-land, and it works well. | 18:01 |
justinsb | alekibango: I think it's all complementary. I would love it if you could get it so that we can get rapid test results, but we'll always want torture test as well | 18:01 |
justinsb | jaypipes: That sounds great. Is that the plan for OpenStack? Do people on the list know that's the plan if so? :-) | 18:02 |
alekibango | i think such automated functional tests can also serve as reference configs... which will help many people who install nova | 18:02 |
jaypipes | justinsb: ok, metadata heading to Tarmac. | 18:03 |
justinsb | jaypipes: Nice, thanks! | 18:03 |
vishy | jaypipes, justinsb: we were thinking of autobuilding to run unittests and integration tests against every branch proposed for merge, and then have the autobuilder put the results as a comment into the merge prop. That way people reviewing the code know if it breaks tests | 18:03 |
jaypipes | justinsb: I have not proposed that setup for Nova, no. | 18:03 |
*** MarcMorata has quit IRC | 18:03 | |
justinsb | I like the proposal, particularly if alekibango believes they can be fast enough | 18:04 |
vishy | obviously this might be kind of slow, so it would just round robin through the proposed branches and get to them as it can | 18:04 |
jaypipes | justinsb: I think just adding smoketests into the set of tests that Tarmac runs would be a big step forward, which is why I've been eager to see vishy's smoketest work :) | 18:04 |
vishy | jaypipes: i noticed you commented on the merge prop. Did you get them to run? | 18:04 |
jaypipes | vishy: the smoketests? | 18:05 |
*** mgoldmann_ has joined #openstack | 18:05 | |
vishy | jaypipes: yeah | 18:05 |
jaypipes | vishy: no, I did not try them. wanted to install them into Hudson and have hudson run em... | 18:05 |
justinsb | I would think that we're always going to be making mistakes, and it sounds like drizzle has a way to accept this in the "developer branch", but still have more stable branches so we don't penalize people that want to run "trunk" | 18:06 |
jaypipes | vishy: my review was more of a comment on "good refactoring work" rather than "Oh, these now work for me" ;) | 18:06 |
vishy | jaaypipes: yes definitely | 18:06 |
vishy | ^^ jaypipes | 18:06 |
uvirtbot | vishy: Error: "^" is not a valid command. | 18:06 |
jaypipes | hehe | 18:06 |
*** mgoldmann has quit IRC | 18:07 | |
jaypipes | vishy: if you'd like, I can pull the branch and try running the smoketests in a short while. Currently trying to get a bunch of Glance fixes done... | 18:08 |
vishy | jaypipes: no rush, the smoketests are pretty easy to get running. Does hudson have another box it will install to? Or are you going to try doing it with vagrant? | 18:09 |
jaypipes | vishy: was going to use one of JordanRinke's machines in his 10-host test cluster... | 18:09 |
jaypipes | vishy: we badly need to add Hudson build boxes for (IMHO): a) running smoketests, b) packaging in RedHat/Fedora/CentOS/openSUSE, and c) XenServer-specific code paths (which we also need smoketests for) | 18:10 |
jaypipes | vishy: I've been half-tempted to throw my own Cloud Servers slices to OpenStack's Hudson box just to get some forward progress on this... been frustrated with the speed (or lack thereof)... | 18:11 |
*** gregp76 has joined #openstack | 18:12 | |
jaypipes | vishy: fix-describe-groups off to the Tarmac pit. | 18:13 |
*** fabiand_ has quit IRC | 18:13 | |
jaypipes | justinsb: metadata now in trunk. | 18:15 |
jaypipes | justinsb: pls do work with annegentle on some basic docs for that. | 18:15 |
justinsb | jaypipes, annegentle: Sure! I think it's the same as CloudServers... | 18:15 |
justinsb | annegentle: Can you send me a link to where the documentation is at the moment? And let me know what you'd like from me... | 18:16 |
Ge0RgeR^ | so i have to make guests with virsh and not euca-run-instance | 18:16 |
Ge0RgeR^ | ? | 18:16 |
jaypipes | justinsb: just make sure all examples include Ice Road Truckers. ;) | 18:17 |
*** acmurthy has joined #openstack | 18:17 | |
openstackhudson | Project nova build #555: SUCCESS in 1 min 44 sec: http://hudson.openstack.org/job/nova/555/ | 18:17 |
openstackhudson | Tarmac: Initial support for per-instance metadata, though the OpenStack API. Key/value pairs can be specified at instance creation time and are returned in the details view. Support limits based on quota system. | 18:17 |
justinsb | jaypipes: Just googled that. What on earth is that TV show and why are we trying to steal their Google traffic? :-) | 18:19 |
*** littleidea has quit IRC | 18:19 | |
termie | sirp-: what other issues are you seeing? | 18:25 |
termie | sirp-: with that patch i am able to run things as before | 18:25 |
termie | sirp-: (re syslog patch) | 18:25 |
sirp- | termie: i'm getting http://paste.openstack.org/show/753/ ; might be related to `multiprocessing` module though not sure; haven't had a chance yet to bisect it and figure out which commit broke for me | 18:28 |
*** CloudChris has left #openstack | 18:28 | |
vishy | jaypipes: merged trunk | 18:30 |
jaypipes | justinsb: it's annegentle's favourite show :) | 18:30 |
vishy | :) | 18:30 |
jaypipes | vishy: k, I'll set it to approved in a minute after LP catches the commit into the merge prop. | 18:31 |
Ge0RgeR^ | anyone can help? | 18:31 |
vvuksan | Ge0RgeR^: no use euca-run-instance | 18:32 |
Ge0RgeR^ | not use? or to use? | 18:32 |
vvuksan | if you need to create an instance in the cloud use euca-run-instance | 18:33 |
Ge0RgeR^ | this shouldnt happen if the server is reboot to lose instances | 18:33 |
vvuksan | the server will not lose the instance | 18:33 |
Ge0RgeR^ | why did it lose before? ,i lost i-00000007 | 18:33 |
vvuksan | Ge0RgeR^: I don't know why it lost it | 18:34 |
termie | sirp-: huh, weird | 18:34 |
Ge0RgeR^ | source novarc will be permanent? | 18:34 |
vishy | no | 18:34 |
termie | sirp-: i'll try rebasing on master and trying again | 18:34 |
vishy | you need to source every time you start a shell | 18:34 |
vvuksan | Ge0RgeR^: no unless you put it in .bashrc or similar | 18:34 |
vvuksan | vishy: you got experience with ebtables ? | 18:34 |
vishy | vvuksan: limited | 18:35 |
*** Dumfries has joined #openstack | 18:35 | |
vishy | vvuksan: lots of experience with iptables though :) | 18:35 |
sirp- | termie: yeah very strange, looks related to http://code.google.com/p/python-multiprocessing/issues/detail?id=18 ; but not sure why i'd be the only one to see this | 18:36 |
Ge0RgeR^ | i tried rebooting again | 18:36 |
termie | sirp-: the error looks related to which params are passed to an individual logging statement | 18:36 |
Ge0RgeR^ | the instances lost again | 18:36 |
termie | sirp-: different versions of os x / python have different behavior with that | 18:36 |
termie | sirp-: stock python vs fink python vs darwinports python | 18:36 |
vvuksan | vishy: if you remember I'm on a network where I don't control the underlying network infrastructure | 18:36 |
termie | sirp-: and different os x versions, are you on snow leopard? | 18:37 |
vvuksan | vishy: I can just get IPs assigned to use | 18:37 |
termie | sirp-: (10.6) | 18:37 |
sirp- | yeah snowleopard, In [2]: multiprocessing.__version__ | 18:37 |
sirp- | Out[2]: '0.70a1' | 18:37 |
vvuksan | vishy: what I'm trying to do is run DHCP server on each of my VM hosts | 18:37 |
vvuksan | vishy: that hands out appropriate IPs | 18:37 |
vishy | vvuksan: seems reasonable | 18:37 |
vvuksan | vishy: I just need to block any incoming/outgoing DHCP traffic going out on eth0 | 18:38 |
vvuksan | vishy: however have the instances boot using DHCP | 18:38 |
vvuksan | vishy: someone suggested using ebtables | 18:38 |
vvuksan | vishy: I'm trying to reconcile that | 18:38 |
vishy | vvuksan: the libvirt rules should block incomming for you | 18:38 |
*** te has joined #openstack | 18:39 | |
vishy | I'm not sure that outgoing is blocked but you could add one | 18:39 |
vishy | if it isn't | 18:39 |
vvuksan | vishy: say I bridge br100 to eth0 | 18:39 |
vvuksan | vishy: If i then run dnsmasq on br100 will the VMs be able to talk to DHCP /. | 18:39 |
vvuksan | ? | 18:39 |
vishy | yes | 18:40 |
vishy | but you'll need to give each of your compute hosts an ip on the bridge | 18:40 |
vishy | and you'll need to make sure they aren't dhcping for each other | 18:40 |
vvuksan | right | 18:41 |
vvuksan | so that's the idea behind dropping any traffic going out on eth0 | 18:41 |
vishy | vvuksan: are you using libvirt? | 18:41 |
vvuksan | vishy: yes | 18:41 |
vvuksan | but libvirt doesn't block DHCP | 18:42 |
termie | sirp-: huh, looks pretty ancient :/ | 18:42 |
vvuksan | outgoing | 18:42 |
termie | sirp-: (from teh bug you linked to) | 18:42 |
sirp- | termie: yep | 18:42 |
vishy | vvuksan: it blocks incomming traffic | 18:42 |
vvuksan | vishy: actually it doesn't | 18:42 |
Ge0RgeR^ | vvvuksan : after reboot i lost instances,even if i add on bash rc it will fix on the path | 18:42 |
openstackhudson | Project nova build #556: SUCCESS in 1 min 40 sec: http://hudson.openstack.org/job/nova/556/ | 18:42 |
vvuksan | i know cause on my laptop I run libvirt and I can normally DHCP | 18:42 |
openstackhudson | Tarmac: The kernel_id and the ramdisk_id are optional, yet the OpenStack API was requiring them. In addition, with the ObjectStore these properties are not under 'properties' (as they are with Glance) | 18:42 |
*** TheHutch has quit IRC | 18:43 | |
termie | sirp-: i have multiprocessing 0.70a1 also | 18:43 |
vvuksan | Ge0RgeR^: that doesn't make sense. I don't know why you would lose instances | 18:43 |
termie | sirp-: and this is a new exception for you? when did it show up? | 18:43 |
Ge0RgeR^ | anybody knows why after reboot i lose instanses? | 18:44 |
sirp- | termie: well, this is the first time i've run the test suite on a mac in a while (prob a couple of hundred patches have been appied since last mac run)... so know idea when this started happening... my next step was going to be check a *much* earlier version, see if this issue still arose, and then perform the equiv of a git-bisect until i reached the problem | 18:45 |
sirp- | s/know idea/no idea/ | 18:45 |
vishy | butvvuksan: wha? | 18:46 |
vvuksan | vishy: libvirt doesn't block incoming or outgoing DHCP on eth0 | 18:46 |
vishy | vvuksan: no we have filter rules to block all incoming traffic | 18:46 |
vishy | to vms | 18:46 |
vishy | except from the specific dhcp ip specified | 18:46 |
vishy | (blocked via iptables) | 18:47 |
termie | sirp-: yeah :/ not much help here, i definitely remember running into this error when i was doing app engine development a year or so ago | 18:47 |
vvuksan | vishy: I see | 18:47 |
vvuksan | vishy: I guess this ACCEPT udp -- 192.168.2.1 anywhere udp spt:bootps dpt:bootpc | 18:47 |
termie | sirp-: but i don't remember what the fix was, i think it was switching which version of python i was defaulting to or something like that | 18:47 |
termie | sirp-: but not sure from which to which | 18:47 |
termie | btw, could somebody else review and approve https://code.launchpad.net/~termie/nova/conditional_syslog | 18:48 |
vvuksan | vishy: next question then :-) | 18:48 |
termie | i have to keep pulling it in to my branches to test then rebasing it back out before pushing | 18:49 |
termie | direct link: https://code.launchpad.net/~termie/nova/conditional_syslog/+merge/50847 | 18:49 |
kpepple | termie: i was working on the same thing ... one question: i am pushing that logging to stderror if we don't get /dev/log. shouldn't we do something to catch these messages ? | 18:50 |
vvuksan | vishy: say i have two compute nodes compute1 and compute2. For those I got IPs 10.0.1.5-10.0.1.10 and 10.0.1.15-10.0.1.20 | 18:50 |
vvuksan | vishy: i want to use first group of IPs on compute1 and other group of IPs on compute2 | 18:51 |
termie | kpepple: catch what messages? | 18:51 |
vvuksan | vishy: I realize I would have to run nova-network on both nodes, call bridges by a different name ie. br01 and br02 | 18:51 |
termie | kpepple: it logs normally already, the error is that syslog gets set up when it doesn't have to | 18:51 |
vvuksan | vishy: networks would overlap since both would be 10.0.1.0/24 | 18:52 |
kpepple | termie: when running tests, there are a bunch of message that come through ... | 18:52 |
vvuksan | vishy: how would i tell fixed_ips to assign first group to compute1 and second group to compute2 ? | 18:52 |
vishy | kpepple: that is fixed in my branch here: | 18:52 |
openstackhudson | Project nova build #557: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/557/ | 18:52 |
openstackhudson | Tarmac: Adds some features to run_tests.sh: | 18:52 |
openstackhudson | - if it crashes right away with a short erorr log, print that directly | 18:52 |
openstackhudson | - allow specifying tests without the nova.tests part | 18:53 |
kpepple | termie: also doesn't this still bork if we try to --usesyslog on a machine that doesn't have /dev/log ? | 18:53 |
justinsb | jaypipes: Good catch on https://code.launchpad.net/~justin-fathomdb/nova/justinsb-api-fix-tolerate-no-ip/+merge/50858 - thanks. What do you think of the idea of having a helper function like this: http://www.pastie.org/1599080 (warning - untested code!) | 18:53 |
vishy | lp:~vishvananda/nova/log-colors | 18:53 |
*** hvaldivia has joined #openstack | 18:53 | |
vishy | kpepple: (great name i know) ^^ | 18:53 |
kpepple | termie: i'd rather wrap 'self.syslog = SysLogHandler(address='/dev/log')" to catch errors on opening it | 18:53 |
termie | kpepple: we already print errors on opening it, i get one right now :) | 18:54 |
kpepple | termie: hold let me pull it in and test :) | 18:54 |
termie | kpepple: http://pastie.org/1599090 | 18:54 |
hvaldivia | Hi kpepple. I have different version of my packages | 18:55 |
termie | kpepple: the main point of the patch is not to attempt to access it unless sylog has actually been asked for | 18:55 |
hvaldivia | kpepple how can I remove my ppa:xxx and start again.? | 18:56 |
termie | kpepple: oh, sorry i didn't see your line in the middle there | 18:56 |
kpepple | termie: i did this ... http://paste.openstack.org/show/754/ ... perhaps both ? | 18:57 |
termie | kpepple: i don't think that is necessary | 18:57 |
termie | kpepple: if they want to use syslog then they want to use syslog | 18:57 |
termie | kpepple: if they can't use it, then they can't, but don't fallback on something else | 18:57 |
openstackhudson | Project nova build #558: SUCCESS in 1 min 41 sec: http://hudson.openstack.org/job/nova/558/ | 18:58 |
openstackhudson | Tarmac: The proposed branch prevents FlatManager from executing network initialisation tasks contained in linux_net.init_host(), which are unnecessary when flat networking is used. | 18:58 |
openstackhudson | This is achieved as discussed in question #144979 (https://answers.launchpad.net/nova/+question/144979): | 18:58 |
openstackhudson | 1) init_host in FlatManager has been overriden, thus preventing it from calling init_host in NetworkManager. | 18:58 |
openstackhudson | 2) Also, methods related to floating IPs have been overriden in FlatManager in order to raised NotImplementedError. | 18:58 |
kpepple | termie: problem with that is that it b0rks your terminal ... and is almost impossible to troubleshoot. for three lines, we prevent a lot of grief | 18:58 |
termie | kpepple: what borks your terminal? it throws an error right away and exits | 18:59 |
creiht | jaypipes: fyi: https://answers.launchpad.net/glance/+question/146519 | 18:59 |
termie | kpepple: http://paste.openstack.org/show/755/ | 18:59 |
kpepple | termie: not mine ... hangs the terminal window and i have to kill window :( | 19:00 |
Ge0RgeR^ | To Anyone knows: Why do i lose instances after reboot? | 19:00 |
Ge0RgeR^ | How can they remain permanent? | 19:00 |
termie | kpepple: ?? | 19:00 |
kpepple | hvaldivia: remove repo here https://help.ubuntu.com/community/Repositories/Ubuntu#Removing%20&%20Disabling%20Repositories | 19:00 |
termie | kpepple: can we find out if anybody else has that happen? seems rather random to me, it is a straightforward exception | 19:01 |
termie | kpepple: are you on mac? | 19:01 |
hvaldivia | kpepple: Thanks man. | 19:01 |
kpepple | termie: yes, mac. | 19:01 |
*** eikke has quit IRC | 19:02 | |
kpepple | termie: testing you fix ... hold on | 19:02 |
kpepple | termie: do you get a bunch of KeyErrors when you run tests ? | 19:04 |
termie | kpepple: ... no | 19:04 |
termie | kpepple: testing again, but... so far no | 19:04 |
termie | kpepple: are you testing my branch or applying my patch manually? | 19:05 |
termie | keyerrors would happen if you forgot self.syslog = None in init | 19:05 |
kpepple | termie: testing your branch ... | 19:07 |
termie | kpepple: i think you may have something additional up with your system? maybe weird versions of libraries? maybe i do, i'll try blowing some stuff away | 19:07 |
kpepple | termie: okay. let me work this and i'll report back in 10mins. | 19:09 |
*** Nacx has quit IRC | 19:09 | |
kpepple | hvaldivia: np | 19:10 |
termie | there are two sandy walshes on launchpad | 19:14 |
termie | which one is ours? | 19:14 |
*** littleidea has joined #openstack | 19:15 | |
termie | there si no pic or photo for either | 19:15 |
termie | the first one seems to work, mentions novatools | 19:15 |
kpepple | termie: ok. with a new pull of your branch, i get tons of stderr message during tests. see http://paste.openstack.org/show/756/ . this isn't a deal breaker, just a concern that we are creating unintended consequences elsewhere | 19:16 |
termie | kpepple: "tons of stderr" you mean the traceback about processName? that is what sirp- was talking about above, the multiprocessing bug | 19:17 |
jaypipes | creiht: thx for the heads up. | 19:18 |
*** gaveen has quit IRC | 19:18 | |
kpepple | termie: yes. sorry, came in halfway during that discusssion. will review. | 19:18 |
creiht | jaypipes: I think that is the dubsquared dude | 19:18 |
termie | kpepple: that isn't actually stderr btw | 19:18 |
termie | kpepple: just an error | 19:18 |
termie | kpepple: run_tests.sh dumps stderr to run_tests.err.log | 19:19 |
jaypipes | justinsb: could be possible, yep. maybe propose that for a later patch? | 19:19 |
jaypipes | creiht: ya | 19:19 |
termie | kpepple: with a fresh checkout and a fresh venv i don't get any of the errors you ahve described, but i do think there is an issue around multiprocessing for some that we need to track down | 19:19 |
alekibango | kpepple: new idea... maybe machine types should be configurable by endusers... what do you think? | 19:20 |
justinsb | jaypipes: OK! | 19:20 |
jaypipes | sirp-: thx for review.. cleaning up those things now. | 19:20 |
kpepple | termie: okay. i'm fine with those errrors (i'll just pipe to /dev/null). i approve your patch in lp -- i'm sure this will make you sleep better tonight :) | 19:21 |
Ge0RgeR^ | anyone? | 19:21 |
*** greenisus has joined #openstack | 19:21 | |
termie | kpepple: what errors? if you are getting that error something is wrong | 19:21 |
Dumfries | I ran "nova-manage db sync" without issue, however nova-objectstore errors out with this http://pastie.org/1599170 . Thoughts? | 19:22 |
termie | kpepple: is there some other error you are getting? | 19:22 |
*** ccustine has joined #openstack | 19:22 | |
alekibango | Ge0RgeR^: which version of nova? how are they lost? | 19:22 |
termie | kpepple: if you could just clarify your language a bit, we ahve been discussing many different things | 19:22 |
kpepple | termie: sorry ... i meant the tracebacks | 19:22 |
alekibango | Ge0RgeR^: is that the single machine install using a script? | 19:23 |
termie | kpepple: i don't think you should be fine with the traceback, it doesn't appear from your paste that your tests are running | 19:23 |
*** retr0h has joined #openstack | 19:23 | |
*** zul has quit IRC | 19:23 | |
Ge0RgeR^ | alekibango : from the package repository | 19:23 |
alekibango | trunk? | 19:23 |
Ge0RgeR^ | ppa core trunk | 19:23 |
*** zul has joined #openstack | 19:23 | |
Ge0RgeR^ | after restarting the instances dissapeared therefore i lost everything i did... | 19:24 |
alekibango | also disks? | 19:24 |
Ge0RgeR^ | disks? | 19:24 |
alekibango | what kind of volume driver you are using? | 19:24 |
dprince | justinsb: there? | 19:24 |
Ge0RgeR^ | how to find out? | 19:24 |
termie | kpepple: and if you pipe the output of run_tests.sh -N to /dev/null you won't get anything at all | 19:25 |
*** dendrobates is now known as dendro-afk | 19:25 | |
kpepple | termie: sorry. this is a fuller paste of what i am seeing ... http://paste.openstack.org/show/757/ ... but this is a different bug -- i see these in run_tests.err all the time | 19:25 |
Ge0RgeR^ | first i tried to install from ./nova.sh | 19:25 |
Ge0RgeR^ | after i used : http://fnords.wordpress.com/2010/12/02/bleeding-edge-openstack-nova-on-maverick/ | 19:25 |
kpepple | termie: i'm piping just stderr to /dev/null | 19:25 |
alekibango | Ge0RgeR^: it should work when installed properly... running nova.sh will reinit the db | 19:26 |
termie | kpepple: run_tests.sh -N already pipes stderr to a fille | 19:26 |
kpepple | termie: apparently not in the trace that I posted :) | 19:27 |
termie | kpepple: oh, actually that seems to have changed, it is in one of my recent branches though | 19:27 |
jarrod | >>> x.list_instances() | 19:27 |
jarrod | ['xen-compute1'] | 19:27 |
jarrod | YES! | 19:27 |
termie | kpepple: https://code.launchpad.net/~termie/nova/more_run_tests/+merge/50430 just merged | 19:28 |
kpepple | termie: let me apply and test | 19:29 |
termie | kpepple: i wonder who changed that and why | 19:29 |
vishy | Ge0rgeR^: euca-reboot-instances will bring an instance back after reboot | 19:29 |
termie | kpepple: it is still an issuet aht you are getting those tracebacks though, it means your logging isn't working correctly | 19:29 |
jarrod | can i tell euca-run-instances to use a certain server? | 19:29 |
vishy | termie, kpepple: in my branch i use logfile instead of piping stderr to a file | 19:29 |
*** gaveen has joined #openstack | 19:30 | |
kpepple | termie: that merge fixed my traceback problem | 19:30 |
alekibango | ah, right.. Ge0RgeR^ you must restart them... | 19:30 |
vvuksan | jarrod: no | 19:30 |
alekibango | do you see them in euca-describe-instances? | 19:30 |
jaypipes | sirp-: fixed nits. ready for re-review... | 19:30 |
sirp- | jaypipes: cool, looking now | 19:31 |
termie | vishy: aha, you're the one who changed it, i just started looking back | 19:31 |
termie | vishy: why are you doing that? | 19:31 |
termie | vishy: and where are you? | 19:31 |
termie | kpepple: i assume that m,erge just puts yoru traceback into run_tests.err.log | 19:31 |
uvirtbot | New bug: #723897 in nova "'No user for access key admin' when using the Openstack API" [Undecided,New] https://launchpad.net/bugs/723897 | 19:31 |
vishy | termie: home, and it is so i can run tests with run_tests.py without redirecting output | 19:31 |
kpepple | termie: yes | 19:32 |
termie | vishy: running tests with run_tests.py is not the standard way tests are run | 19:32 |
vishy | termie: it is for me :) | 19:32 |
jaypipes | sirp-: thx! | 19:33 |
termie | vishy: then pass your own logfile in rather than affecting how the standard way does it | 19:33 |
vishy | termie: i don't like run_tests.sh doing magic like cleaning the db and redirecting output. I think it should limit itself to doing venv stuff | 19:33 |
termie | vishy: redirecting output isn't magic, it means the script is behaving normally | 19:34 |
termie | vishy: and outputting its output | 19:34 |
jaypipes | hmm, didn't we have the db removed in run_tests.py and not run_tests.sh? termie, I thought you'd put a patch in for that? maybe I'm mistaken... | 19:34 |
termie | jaypipes: vish has a patch related to that | 19:34 |
jaypipes | ah, sorry | 19:34 |
termie | jaypipes: or at least he talked about one | 19:34 |
vishy | termie: you seem to think that logging should go to a logfile by default, so i don't understand why you would ever want it to go to stderr? | 19:35 |
termie | vishy: i think the script should behavior normally, the redirecting of output is part of the wrapper that run_tests.sh uses | 19:36 |
termie | vishy: as for deleting the db i think that could go anywhere | 19:36 |
*** MarcMorata has joined #openstack | 19:36 | |
vishy | termie: why is "normally" throw a bunch of stuff into stderr? | 19:36 |
termie | vishy: because that's where scripts output things, it allows you to do things like redirect the output or make it go to /dev/null | 19:37 |
vishy | termie: I'm happy to move it I'm just trying to understand | 19:37 |
termie | vishy: it makes it behave nicely and interact with shell scripts | 19:37 |
Dumfries | anyone care to take pity on objectstore issue I am encountering? http://pastie.org/1599170 | 19:37 |
termie | vishy: whatever script you want to hack up to go around run_tests.py can do what it normally does | 19:38 |
*** littleidea has quit IRC | 19:38 | |
termie | vishy: it is just being a good linux citizen | 19:38 |
kpepple | Dumfries: you aren't pointed to the correct DB or you haven't 'nova-manage db sync' to migrate the db to the correct version | 19:38 |
vishy | termie: ok I'll change it back. Do you think that we should redirect in run_tests.sh using 2> or --logfile | 19:38 |
termie | vishy: 2>, my patch already does that | 19:39 |
termie | vishy: (and it's already merged) | 19:39 |
vishy | ok i will revert | 19:39 |
*** littleidea has joined #openstack | 19:39 | |
kpepple | Dumfries: look in your log and locate the --sql_connection line | 19:40 |
termie | vishy: i understand the usefulness of logfile for the daemons regarding working around log rotation | 19:40 |
Dumfries | kpepple: that is what I had thought to begin with, however I have confirmed that is using the correct DB and the migration was done. | 19:40 |
termie | vishy: though it would still be nice if they could act normally instead | 19:40 |
vishy | termie: btw i dislike the logfile name -> run_tests.err | 19:40 |
termie | vishy: i thought you made that up | 19:40 |
vishy | termie: no it was someone else and it annoys me | 19:40 |
vishy | can i call it tests.log? | 19:41 |
termie | vishy: run_test.log? | 19:41 |
vishy | sure | 19:41 |
*** acmurthy has quit IRC | 19:41 | |
vishy | run_tests? | 19:41 |
Dumfries | kpepple: the output I get is what was in the pastie | 19:41 |
kpepple | Dumfries: what version of nova are you using ? | 19:41 |
termie | vishy: erm yeah | 19:41 |
kpepple | Dumfries: there was a bug about this earlier this month | 19:41 |
termie | vishy: i thought you was coming to the office, btw | 19:42 |
Dumfries | kpepple: the most recent in the ppa, | 19:43 |
termie | vishy: if you want to move the db deletion to run_tests.py (or even the fixture in nova/tests/__init__) that would probably be good too | 19:43 |
kpepple | Dumfries: ppa/trunk or ppa/release ? | 19:43 |
termie | run_tests.py == running the tests, run_test.sh == being helpful and at current the db needs to be deleted to run the tests | 19:43 |
Dumfries | kpepple: trunk | 19:44 |
Ge0RgeR^ | vishy,alekibango : is there an update?through packages | 19:44 |
vishy | termie: darn it that messes up my test colors :( | 19:44 |
termie | vishy: hmm, why? | 19:45 |
jarrod | does Xen require using FlatManager? | 19:45 |
vishy | because i need a terminal | 19:45 |
vishy | stdout is already overridden | 19:45 |
vishy | if stderr is a pipe i need to get the terminal another way | 19:45 |
termie | vishy: you need a terminal to check for tty? | 19:45 |
termie | vishy: not to actually write the colors, right? | 19:46 |
vishy | right | 19:46 |
termie | vishy: i would ceheck os.environ for termcap? | 19:46 |
kpepple | Dumfries: i assume you are executing this with 'nova-objectstore --flagfile=/etc/nova/nova.conf' and that you have the a sql_connection and verbose flags set there. correct ? | 19:46 |
vishy | the curses setup needs a terminal | 19:46 |
termie | vishy: probably less good | 19:46 |
termie | vishy: i can look into it a bit if you want since i am the one asking you to break it | 19:47 |
Dumfries | kpepple: all with exception to the verbose flag | 19:47 |
kpepple | Dumfries: put verbose in there ... it dumps all your config flags ... then paste the log after relaunching | 19:48 |
Dumfries | kpepple: alright, one secon | 19:48 |
vishy | termie: let me fiddle a bit | 19:48 |
termie | vishy: you can get the original stdout | 19:48 |
vishy | termie: that is what i'm thinking just grab it before i import nose etc | 19:48 |
termie | vishy: nah, just use sys.__stdout__ | 19:48 |
vishy | oh cool | 19:49 |
hvaldivia | Could someone tell me which are the differences between | 19:50 |
hvaldivia | ppa:nova-core/release | 19:50 |
hvaldivia | ppa:nova-core/trunk | 19:50 |
hvaldivia | ppa:nova-core/ppa | 19:50 |
hvaldivia | ? | 19:50 |
kpepple | alekibango: sorry, was busy on bugfix. on your question, i think you should write a blueprint for that :) | 19:50 |
kpepple | hvaldivia: release is latest release (i.e. that is bexar until the bexar.1 release is out). trunk is latest trunk. not sure what ppa is -- soren could probably tell you. | 19:51 |
vishy | termie: that worked | 19:52 |
openstackhudson | Project nova build #559: SUCCESS in 1 min 43 sec: http://hudson.openstack.org/job/nova/559/ | 19:53 |
openstackhudson | Tarmac: Fixes and optimizes filtering for describe_security_groups. Also adds a unit test. | 19:53 |
kpepple | hvaldivia: trunk should be #720, release is probably something like #645 | 19:53 |
Dumfries | kpepple: getting the same output as before | 19:54 |
ttx | jaypipes: Triaged = solution described in the bug, just needs to be proposed in a branch | 19:55 |
ttx | "ready-to-fix bugs" | 19:55 |
*** omidhdl has left #openstack | 19:55 | |
ttx | jaypipes: reference: http://wiki.openstack.org/BugsLifecycle | 19:56 |
kpepple | Dumfries: ok. what is sql_connection in nova.conf ? | 19:56 |
jaypipes | ttx: yep, got it. ty! | 19:56 |
termie | bzr question: if i have a file that has been deleted or renamed, and i want to find out when that happened, how do i do it? | 19:57 |
Dumfries | kpepple: (edited for obvious reasons to no include proper password), mysql://root:letmein@localhost/nova | 19:57 |
termie | bzr log path_to_file tells me it doesn't exist at the end of the specifed revision range | 19:57 |
jaypipes | termie: was it bzr remove'd or bzr mv'd? or was the file just rm'd or mv'd? that is the main issue... | 19:57 |
termie | jaypipes: i don't know, but i'd like to find out | 19:57 |
termie | jaypipes: i have the name of a file that existed at one point | 19:58 |
termie | jaypipes: and want to find out when it went away | 19:58 |
kpepple | Dumfries: log into your db with 'mysql -u root -p nova' and execute 'select * from users;' | 19:58 |
hvaldivia | kpepple: Is there any problem if I use two different distribution, lucid and maverick? | 19:58 |
Dumfries | kpepple: works without issue | 19:58 |
jaypipes | termie: what does bzr annotate <FILENAME> look like? | 19:58 |
termie | jaypipes: says not versioned | 19:59 |
sirp- | heh, close but no cigar: http://paste.openstack.org/show/758/ | 19:59 |
termie | jaypipes: i found some of the info in git, i just haven't been able to figure out what bzr thinks was done to it | 19:59 |
kpepple | hvaldivia: (assuming that you mean having cc on lucid and compute on maverick) they use different ppa .. and have slightly different setup instructions ... but i don't think it is a problem | 19:59 |
*** metoikos has joined #openstack | 20:00 | |
jaypipes | termie: what's the filename? I'll see if I can come up with something. | 20:00 |
termie | jaypipes: the file is nova/api/openstack/_id_translator.py | 20:00 |
jaypipes | termie: k, gimme a few. | 20:00 |
termie | jaypipes: it was changed in a commit called "Mass renaming" on Oct 8 | 20:00 |
hvaldivia | kpeple: I will try it | 20:00 |
jaypipes | termie: by "changed", you mean what? removed? renamed? | 20:01 |
*** CloudChris has joined #openstack | 20:01 | |
*** CloudChris has quit IRC | 20:01 | |
jaypipes | termie: and is that what git is telling you, or something you culled from a bzr command? | 20:01 |
termie | jaypipes: well i assume renamed, based on that commitm essage | 20:01 |
termie | jaypipes: that is what i could find out with git, that its history has a commit named "Mass renaming" | 20:02 |
termie | but i want to find out what happened after | 20:02 |
jaypipes | termie: gotcha. ok, hang on while I see what I can find out. | 20:02 |
termie | and i can't figure out how to point at it with bzr | 20:02 |
jaypipes | termie: what git command got you that info, btw? so I can research a comparison command in bzr.. | 20:03 |
termie | git log -- nova/api/openstack/_id_translator.py | 20:03 |
termie | nova)termie@preciousroy:~/p/nova % git log -- nova/api/openstack/_id_translator.py [master] 11:58:33 | 20:03 |
termie | commit 90f38090ecd586a39257b3efd2c86c2c60b7fdb9 | 20:03 |
termie | Author: mdietz <mdietz@openstack> | 20:03 |
termie | Date: Fri Oct 8 20:39:00 2010 +0000 | 20:03 |
termie | Mass renaming | 20:04 |
jaypipes | termie: k, thx | 20:04 |
*** fabiand_ has joined #openstack | 20:05 | |
termie | jaypipes: hmm found the commit in bzr that corresponds, revno: 332.2.3 | 20:05 |
xtoddx | creiht: is there any way to tell if swift-stats-populate -d has already been run? i'm trying to tune some chef scripts | 20:06 |
jaypipes | termie: good to know... I'd still love to learn how to find that info in bzr, though.. | 20:06 |
sirp- | termie: kpepple: it's definitely revno 711 that introduces the logging issues, 710 works perfectly on my mac | 20:07 |
eday | mtaylor: thanks for getting the burrow merge stuff setup last night. one more q, should we be using https://code.launchpad.net/~hudson-openstack/burrow/trunk or some other hudson-openstack branch for trunk, or is the burrow-core fine? | 20:07 |
*** brd_from_italy has joined #openstack | 20:08 | |
*** h0cin has quit IRC | 20:08 | |
termie | jaypipes: how do i get to some sort of display of what happened in that commit | 20:09 |
jaypipes | termie: bzr diff -r332.2.3..332.2.2 | 20:11 |
*** littleidea has quit IRC | 20:11 | |
jaypipes | termie: I *think* :) | 20:11 |
Dumfries | kpepple: would there be anything else I am missing? | 20:12 |
jaypipes | termie: short-hand would be bzr diff -c322.2.3 | 20:12 |
termie | jaypipes: aye, close enough... so in there it says it was _added_ at that revision | 20:12 |
creiht | xtoddx: you can check the account that the stats-populate was run against to see if the stats containers are in there | 20:12 |
jaypipes | termie: ya, looking through there myself... | 20:12 |
termie | jaypipes: basically the issue i am having is the file still exists in my git repo | 20:12 |
termie | jaypipes: but not in a plain bzr repo | 20:12 |
jaypipes | termie: definittely seems to be the cmmit where lots of stuff was moved around.. | 20:12 |
openstackhudson | Project nova build #560: SUCCESS in 1 min 40 sec: http://hudson.openstack.org/job/nova/560/ | 20:12 |
creiht | xtoddx: or try running swift-stats-report | 20:12 |
openstackhudson | Tarmac: Fixes existing smoketests and splits out sysadmin tests from netadmin tests. | 20:12 |
openstackhudson | * sets use_ipv6 = False by default | 20:12 |
openstackhudson | * switches to ami-tty for tests | 20:12 |
openstackhudson | * generally improves error handling | 20:12 |
Dumfries | kpepple: I can see an account I created no problemo | 20:13 |
*** gregp76 has quit IRC | 20:13 | |
jaypipes | termie: aye. I'm not sure I have the knowledge to help with that, though :( | 20:13 |
termie | vishy: i am going to head over to fedex soonish (around 1pm) i can pick you up at home if you want a ride over here | 20:13 |
jaypipes | termie: FYI, I've asked on the #bzr channel your original question about how to find which rev a file was renamed or removed in... | 20:13 |
termie | jaypipes: well, if you have the knowledge to help me find out what bzr thinks happened to the file that'll be enough :) | 20:13 |
termie | jaypipes: ah, thanks :) | 20:14 |
vishy | termie: that would rock | 20:14 |
jaypipes | termie: jpipes@serialcoder:~/repos/nova/trunk$ bzr diff -c332.2.3 | grep id_trans | 20:14 |
jaypipes | - return (service, _id_translator.RackspaceAPIIdTranslator( | 20:14 |
jaypipes | - img_service, image_id_trans = _image_service() | 20:14 |
jaypipes | - opaque_image_id = image_id_trans.to_rs_id(image_id) | 20:14 |
jaypipes | === removed file 'nova/api/rackspace/_id_translator.py' | 20:14 |
jaypipes | --- nova/api/rackspace/_id_translator.py2010-09-28 17:56:01 +0000 | 20:14 |
jaypipes | +++ nova/api/rackspace/_id_translator.py1970-01-01 00:00:00 +0000 | 20:14 |
termie | added and removed in the same commit! | 20:14 |
xtoddx | termie: jaypipes: http://bazaar.launchpad.net/~hudson-openstack/nova/trunk/revision/332.2.3 ? | 20:14 |
jaypipes | termie: yeah, I think it's because the rackspace directory was renamed to the openstack directory in that commit... something's up. :) | 20:15 |
termie | jaypipes: oh, i think maybe the first incantation you gave me was reversed | 20:15 |
termie | jaypipes: when i use -c332.2.3 it gives it to me straight ;) | 20:16 |
mtaylor | eday: we need to get it in a branch owned by hudson-openstack - but I need to push a new one, because that one is going to be erroneously stacked on the current lp:burrow | 20:16 |
jaypipes | termie: yeah, could have be... the -c shortcut shows that exact rev... | 20:16 |
kpepple | Dumfries: that error (OperationalError) is really only saying that there is no table 'users' in the database that nova-objectstore is trying to access. this is _usually_ due to nova-* trying to access the wrong db (it defaults to sqlite but most people use mysql). are you on ubuntu 10.10 ? when i get home from the coffee shop (30min), i'll try and replicate. | 20:16 |
termie | jaypipes: it was just that it should have been 332.2.2..332.2.3 instead of reversed | 20:16 |
jaypipes | termie: k, so we know what the rev did, but don't yet know how to query bzr to find that rev in the first place. I'll let you know if/when I get an answer from #bzr on that... | 20:16 |
jaypipes | termie: yeah..sorry bout thta | 20:17 |
Dumfries | kpepple: yeah man, 10.10 | 20:17 |
jaypipes | s/thta/that | 20:17 |
termie | xtoddx: yup, that's the one, i guess the ball is in my court now to figure out why it didn't actually get removed | 20:17 |
termie | xtoddx: it doesn't appear that it was actually there before | 20:17 |
termie | jaypipes: i don't think the file ever existed | 20:17 |
termie | jaypipes: the 1970 date in there | 20:18 |
jaypipes | termie: the id_translator.py file? I do remember it existing at one point... | 20:18 |
jaypipes | termie: that is just diff -u's output for a file removed... | 20:18 |
jaypipes | termie: that confused me earlier as well. | 20:18 |
termie | oh i bet i know what happened | 20:19 |
termie | it was renamed, and then removed | 20:19 |
jaypipes | termie: when diff -u outputs === removed file, it is then follow by a --- line with the original file and timestamp, followed by a +++ line with a 1970 date :) | 20:19 |
termie | in the same commit | 20:19 |
jaypipes | ha! lovely :) | 20:19 |
termie | which is why there is no history anywhere for that file | 20:19 |
jaypipes | heh, intersting | 20:19 |
termie | it used to be nova/api/rackspace/_id_translator.py | 20:19 |
jaypipes | it always was that. | 20:20 |
eday | mtaylor: ok, just let me know what I should do, if anything :) | 20:20 |
*** Dumfries has quit IRC | 20:20 | |
termie | jaypipes: no record of it being renamed though | 20:20 |
jaypipes | termie: what are you saying it was renamed to, sorry, not following you there.. | 20:20 |
*** hvaldivia has quit IRC | 20:21 | |
termie | jaypipes: nova/api/rackspace/_id... was renamed to nova/api/openstack/_id... when the bzr renamed for rackspace -> openstack happened | 20:21 |
termie | but in the same commit the new one was removed | 20:21 |
*** Dumfries has joined #openstack | 20:22 | |
jaypipes | sirp-: I swear to God I'm ready to rip my hair out with this friggin bug 704854... | 20:22 |
uvirtbot | Launchpad bug 704854 in glance "Add an image to Glance with wrong type and underlying exception gets eaten" [Medium,In progress] https://launchpad.net/bugs/704854 | 20:22 |
jaypipes | termie: ah, I see. | 20:22 |
termie | so somewhere along the line the history of the rename for the file was suitably muddled | 20:22 |
termie | jaypipes: http://bazaar.launchpad.net/~hudson-openstack/nova/trunk/changes?filter_file_id=_id_translator.py-20100825204638-f3e638tnn4gozsiu-1c | 20:23 |
termie | if i click show revisions at http://bazaar.launchpad.net/~hudson-openstack/nova/trunk/changes?filter_file_id=_id_translator.py-20100825204638-f3e638tnn4gozsiu-1 | 20:24 |
termie | erm | 20:24 |
termie | http://bazaar.launchpad.net/~hudson-openstack/nova/trunk/view/332/nova/api/rackspace/_id_translator.py | 20:24 |
termie | too many different OSs to copy-paste | 20:24 |
termie | if i click show revision on that page, it dies | 20:24 |
jaypipes | termie: doesn't die for me.. | 20:25 |
jaypipes | termie: but it doesn't show the rename or removal. | 20:25 |
termie | i guess i meant the dying being the error message on top | 20:26 |
jarrod | Does running Xen has my hypervisor require me to use FlatManager? | 20:26 |
termie | but yeah, it doesn't show the 332.2.3 change either | 20:26 |
jaypipes | termie: sorry, I don't see any erro message. | 20:27 |
ryker | are there any screenshots or a feature list of the web interface for openstack? I'm looking at the django-nova site, but I don't see anything except the code. https://launchpad.net/django-nova | 20:27 |
jaypipes | termie: ah, now I do, was looking at a different page, sorry. | 20:28 |
termie | jaypipes: i wonder whether i can get bzr to let me delete it again in a merge | 20:29 |
termie | it has pep8 violations so i get warning about it a lot | 20:29 |
jaypipes | termie: no idea :( | 20:29 |
termie | i'll try | 20:29 |
termie | vishy: i'll head straight over from hq to your place at 1pm, i don't have a phone though so let's say 1:10-1:15? | 20:34 |
*** dfg has joined #openstack | 20:34 | |
ryker | can anyone tell me if elasticfox works with openstack? | 20:35 |
vishy | ok sounds good | 20:37 |
sirp- | jaypipes: i hit that issue when i didn't have a particular python installed; ended up pip installing argparse, cheetah and paste to fix it | 20:37 |
sirp- | jaypipes: the 78054 str(e) issue | 20:38 |
sirp- | *python package i should say | 20:38 |
xtoddx | ryker: someone filed a bug to fix an issue it had (using old authentication version). I assume it works, but i don't know firsthand | 20:39 |
dprince | What is the long term plan for 'local image service'? | 20:40 |
dprince | Glance and S3 are really what most people use right. Should we delete the local image service? | 20:40 |
jaypipes | sirp-: ah. I added some debug code and am pushing it to hudson now... | 20:41 |
jaypipes | dprince: eventually, yes. | 20:41 |
jarrod | Trying to create an instance with euca for XenServer is yielding: Exception: Found no network for bridge br100 | 20:41 |
jarrod | Any suggestions? | 20:41 |
xtoddx | ryker: as far as the web interface, i think someone made a blog post and video about it. maybe check http://planet.openstack.org/ ? | 20:41 |
ryker | xtoddx: thx. i'll take a look | 20:42 |
sirp- | dprince: does anybody use the local-image-service? it doesn't look particularly functional? (it creates a tmpdir on instantiation???) | 20:42 |
sirp- | *oops meant that too all* | 20:42 |
kpepple | ryker xtoddx : the video is at http://blog.rabbityard.com/post/2937203639/openstack-dashboard-video ... it's back a few revs | 20:43 |
ryker | thank you | 20:43 |
*** littleidea has joined #openstack | 20:47 | |
*** littleidea has quit IRC | 20:48 | |
*** fabiand_ has left #openstack | 20:50 | |
jaypipes | soren, mtaylor: hi, can one of you please install python-argparse on the hudson box. thx in advance! | 20:53 |
Dumfries | kpepple: I can connect the db using the python interpreter with the module mysqldb and see the proper results. | 20:53 |
*** maplebed has quit IRC | 20:53 | |
*** maplebed has joined #openstack | 20:53 | |
dprince | sirp-: Agreed. | 20:55 |
dprince | sirp-: Filing a ticket to delete it? | 20:55 |
dprince | sirp-: Or fix it? | 20:56 |
uvirtbot | New bug: #723938 in nova "describe_availability_zones fails for non-admin users" [Medium,In progress] https://launchpad.net/bugs/723938 | 20:56 |
sirp- | dprince: i'd vote we delete it if we're sure no one is using it right now (and from the looks of it they probably aren't) | 20:56 |
kpepple | Dumfries: try specifying the sql_connection string on the nova-objectstore command line like "/usr/bin/python /usr/bin/nova-objectstore --sql_connection=mysql://root:nova@localhost/nova --verbose --daemonize=0" and then paste the results | 20:56 |
jarrod | NotFound: No network for bridge xenbr0 <-- what the heck | 20:57 |
sirp- | dprince: we wouldn't really be losing functionality since Glance supports a `local` image file store; so we don't need S3 or Swift for testing | 20:57 |
jarrod | >>> xenapi.network.get_all_records_where('field "bridge" = "xenbr0"') <-- returns an OpaqueRef | 20:58 |
dprince | sirp-: Sure. Sounds good. | 20:58 |
Dumfries | kpepple: that works well, I don't have any issues when I query the the object store ... | 21:00 |
*** hvaldivia has joined #openstack | 21:01 | |
kpepple | Dumfries: okay. so either (a) you aren't passing the correct flagfile to nova-objectstore or (b) the nova.conf file is not correct. if you are starting it with "/usr/bin/python /usr/bin/nova-objectstore --flagfile=/etc/nova/nova.conf", it's probably your nova.conf file. make sure that the sql_connection matches the one from the command line above and that there is only one of them. | 21:03 |
*** mahadev_ has joined #openstack | 21:04 | |
*** mahadev has quit IRC | 21:04 | |
Dumfries | kpepple: yeah, I will check again. Appreciate the help. | 21:04 |
kpepple | Dumfries: np | 21:04 |
*** retr0h has quit IRC | 21:05 | |
*** sebastianstadil_ has joined #openstack | 21:06 | |
*** sebastianstadil has quit IRC | 21:06 | |
*** sebastianstadil_ is now known as sebastianstadil | 21:06 | |
*** dragondm has quit IRC | 21:09 | |
Dumfries | kpepple: Able to start the object store with --flagfile=/etc/nova/nova.conf | 21:09 |
kpepple | Dumfries: cool | 21:13 |
Dumfries | kpepple: Looks like it is working, thanks man. have a amazon wishlist ;) | 21:14 |
uvirtbot | New bug: #723947 in nova "Remove the local image service" [Undecided,New] https://launchpad.net/bugs/723947 | 21:16 |
*** 13WAA7UBA has joined #openstack | 21:16 | |
*** dragondm has joined #openstack | 21:19 | |
mtaylor | jaypipes: done | 21:20 |
dprince | ls | 21:21 |
jaypipes | mtaylor: thx | 21:21 |
*** lamar has joined #openstack | 21:22 | |
*** MarcMorata has quit IRC | 21:23 | |
justinsb | jaypipes: How about minixpath_select -> path_select ? | 21:24 |
jaypipes | justinsb: ++ | 21:25 |
jaypipes | justinsb: though I prefer get_from_path(). select is specific to XPath. | 21:25 |
justinsb | jaypipes: I'll suggest still keeping "XPath-like" in the docstring so that people (that have seen XPath) understand the syntax | 21:25 |
jaypipes | justinsb: :) cool. | 21:25 |
justinsb | jaypipes: I'm fine with get_from_path... I'll go with that! | 21:26 |
jaypipes | justinsb: mine is a minor nit, nothing more... | 21:26 |
justinsb | jaypipes: Although does 'get' imply that it's only going to return one item? | 21:26 |
justinsb | jaypipes: jQuery has selectors also :-) | 21:26 |
* jaypipes notes HOW FRIGGIN CRAP-BAGGERY the sqlalchemy-migrate documentation is. friggin WORTHLESS. | 21:26 | |
jaypipes | justinsb: yes, and neither of which is Python. | 21:26 |
justinsb | jaypipes: OK... just promoting 'select'. If 'get' doesn't imply 'one' in Python, I'll go with get_from_path..? | 21:27 |
jaypipes | justinsb: get() in Python means "get this attribute from this mapping". | 21:28 |
jaypipes | justinsb: so your function is kind of a "recursive get" | 21:29 |
jaypipes | justinsb: so, you might even call it get_r() ;) | 21:29 |
jaypipes | and then totally confuse the C folks out there ;) | 21:29 |
openstackhudson | Project nova build #561: SUCCESS in 1 min 43 sec: http://hudson.openstack.org/job/nova/561/ | 21:29 |
openstackhudson | Tarmac: Fixes the describe_availability_zones to use an elevated context when getting services and the db calls to pass parameters correctly so is_admin check works. | 21:29 |
justinsb | jaypipes: I quite like get_recursive | 21:29 |
justinsb | jaypipes: Oh, it doesn't really matter... I'll go with get_from_path and get on to critical bugs :-) | 21:30 |
jaypipes | justinsb: :) | 21:31 |
Dumfries | Previously I was using sqlite but recently moved over to mysql. the sqlite file as removed and I would love to know if there is a way to move the existing instance/setup information over to mysql? | 21:34 |
*** bcwaldon has joined #openstack | 21:35 | |
*** dirakx has quit IRC | 21:38 | |
*** burris has quit IRC | 21:39 | |
*** _cerberus_ has quit IRC | 21:39 | |
*** burris has joined #openstack | 21:39 | |
*** pothos has quit IRC | 21:45 | |
*** dragondm has quit IRC | 21:46 | |
*** dfg has quit IRC | 21:46 | |
*** zul has quit IRC | 21:46 | |
*** dprince has quit IRC | 21:46 | |
*** msassak has quit IRC | 21:46 | |
*** colinnich has quit IRC | 21:46 | |
*** gondoi has quit IRC | 21:46 | |
*** Jbain has quit IRC | 21:46 | |
*** magritte has quit IRC | 21:46 | |
*** Failbaitr has quit IRC | 21:46 | |
*** tmarble has quit IRC | 21:46 | |
*** greg-g has quit IRC | 21:46 | |
*** mark has quit IRC | 21:46 | |
*** seats has quit IRC | 21:46 | |
*** lionel has quit IRC | 21:46 | |
*** annegentle has quit IRC | 21:46 | |
*** uvirtbot has quit IRC | 21:46 | |
*** smoser has quit IRC | 21:46 | |
*** jaysun has quit IRC | 21:46 | |
*** letterj has quit IRC | 21:46 | |
*** bcwaldon has quit IRC | 21:46 | |
*** maplebed has quit IRC | 21:46 | |
*** sirp- has quit IRC | 21:46 | |
*** aliguori has quit IRC | 21:46 | |
*** alekibango has quit IRC | 21:46 | |
*** jheiss has quit IRC | 21:46 | |
*** HugoKuo has quit IRC | 21:46 | |
*** fysa has quit IRC | 21:46 | |
*** syah has quit IRC | 21:46 | |
*** holoway has quit IRC | 21:46 | |
*** klumpie has quit IRC | 21:46 | |
*** brd_from_italy has quit IRC | 21:46 | |
*** metoikos has quit IRC | 21:46 | |
*** henrichrubin has quit IRC | 21:46 | |
*** exlt has quit IRC | 21:46 | |
*** deepheat has quit IRC | 21:46 | |
*** olivier_ has quit IRC | 21:46 | |
*** sebastianstadil has quit IRC | 21:46 | |
*** devcamcar has quit IRC | 21:46 | |
*** cdbs has quit IRC | 21:46 | |
*** fitzdsl has quit IRC | 21:46 | |
*** Daviey has quit IRC | 21:46 | |
*** taihen has quit IRC | 21:46 | |
*** Adri2000 has quit IRC | 21:46 | |
*** soosfarm_ has quit IRC | 21:46 | |
*** dsockwell has quit IRC | 21:46 | |
*** zykes- has quit IRC | 21:46 | |
*** freeflyi1g has quit IRC | 21:46 | |
*** widodh has quit IRC | 21:46 | |
*** kpepple has quit IRC | 21:46 | |
*** yosh has quit IRC | 21:46 | |
*** lool has quit IRC | 21:46 | |
*** doude_ has quit IRC | 21:46 | |
*** ianweller has quit IRC | 21:46 | |
*** mfoemmel has quit IRC | 21:46 | |
*** odyi has quit IRC | 21:46 | |
*** patri0t has quit IRC | 21:46 | |
*** te has quit IRC | 21:46 | |
*** deshantm_xenorg has quit IRC | 21:46 | |
*** 13WAA7UBA has quit IRC | 21:46 | |
*** mahadev_ has quit IRC | 21:46 | |
*** hvaldivia has quit IRC | 21:46 | |
*** gaveen has quit IRC | 21:46 | |
*** pvo has quit IRC | 21:46 | |
*** mdomsch has quit IRC | 21:46 | |
*** hazmat has quit IRC | 21:46 | |
*** jaypipes has quit IRC | 21:46 | |
*** bludadept_work` has quit IRC | 21:46 | |
*** Vek has quit IRC | 21:46 | |
*** greyfinch has quit IRC | 21:46 | |
*** dabo has quit IRC | 21:46 | |
*** nijaba has quit IRC | 21:46 | |
*** Xenith has quit IRC | 21:46 | |
*** blamar has quit IRC | 21:46 | |
*** kim0 has quit IRC | 21:46 | |
*** mjmac has quit IRC | 21:46 | |
*** cw has quit IRC | 21:46 | |
*** dendro-afk has quit IRC | 21:46 | |
*** PiotrSikora has quit IRC | 21:46 | |
*** czajkowski has quit IRC | 21:46 | |
*** [ack] has quit IRC | 21:46 | |
*** lstoll has quit IRC | 21:46 | |
*** enigma has quit IRC | 21:46 | |
*** Ryan_Lane has quit IRC | 21:46 | |
*** MarkAtwood has quit IRC | 21:46 | |
*** ppetraki has quit IRC | 21:46 | |
*** ctennis has quit IRC | 21:46 | |
*** jbarratt has quit IRC | 21:46 | |
*** londo_ has quit IRC | 21:46 | |
*** eday has quit IRC | 21:46 | |
*** ironcamel2 has quit IRC | 21:46 | |
*** westmaas_away has quit IRC | 21:46 | |
*** tomo_bot has quit IRC | 21:46 | |
*** mtaylor has quit IRC | 21:46 | |
*** chmouel has quit IRC | 21:46 | |
*** jarrod has quit IRC | 21:46 | |
*** greenisus has quit IRC | 21:46 | |
*** mgoldmann_ has quit IRC | 21:46 | |
*** j05h has quit IRC | 21:46 | |
*** localhost has quit IRC | 21:46 | |
*** ksteward has quit IRC | 21:46 | |
*** m_3 has quit IRC | 21:46 | |
*** RichiH has quit IRC | 21:46 | |
*** konetzed has quit IRC | 21:46 | |
*** pandemicsyn has quit IRC | 21:46 | |
*** pquerna has quit IRC | 21:46 | |
*** paltman has quit IRC | 21:47 | |
*** justinsb has quit IRC | 21:47 | |
*** Glacee has quit IRC | 21:47 | |
*** lvaughn_ has quit IRC | 21:47 | |
*** stewart has quit IRC | 21:47 | |
*** RobertLaptop has quit IRC | 21:47 | |
*** timrc has quit IRC | 21:47 | |
*** f4m8_ has quit IRC | 21:47 | |
*** zedas has quit IRC | 21:47 | |
*** keekz has quit IRC | 21:47 | |
*** gholt has quit IRC | 21:47 | |
*** RJD22 has quit IRC | 21:47 | |
*** abecc has quit IRC | 21:47 | |
*** morfeas has quit IRC | 21:47 | |
*** Ge0RgeR^ has quit IRC | 21:47 | |
*** piken has quit IRC | 21:47 | |
*** herki has quit IRC | 21:47 | |
*** ovidwu has quit IRC | 21:47 | |
*** _0x44_flughafen has quit IRC | 21:47 | |
*** anticw has quit IRC | 21:47 | |
*** termie has quit IRC | 21:47 | |
*** btorch_ has quit IRC | 21:47 | |
*** ke4qqq has quit IRC | 21:47 | |
*** ttx has quit IRC | 21:47 | |
*** openstackhudson has quit IRC | 21:47 | |
*** cclien has quit IRC | 21:47 | |
*** xtoddx has quit IRC | 21:47 | |
*** vishy has quit IRC | 21:47 | |
*** ioso has quit IRC | 21:47 | |
*** piezo has quit IRC | 21:47 | |
*** soeren has quit IRC | 21:47 | |
*** nelson has quit IRC | 21:47 | |
*** yamahata_ has quit IRC | 21:47 | |
*** aryan_ has quit IRC | 21:47 | |
*** troytoman-away has quit IRC | 21:47 | |
*** husimon has quit IRC | 21:47 | |
*** asksol has quit IRC | 21:47 | |
*** sunech has quit IRC | 21:47 | |
*** jeremyb has quit IRC | 21:47 | |
*** h1nch has quit IRC | 21:47 | |
*** karmabot has quit IRC | 21:47 | |
*** Dumfries has quit IRC | 21:47 | |
*** elasticdog has quit IRC | 21:48 | |
*** filler has quit IRC | 21:48 | |
*** arun_ has quit IRC | 21:48 | |
*** jtimberman has quit IRC | 21:48 | |
*** magglass1 has quit IRC | 21:48 | |
*** deshantm has quit IRC | 21:48 | |
*** rackerhacker has quit IRC | 21:48 | |
*** soren has quit IRC | 21:48 | |
*** redbo has quit IRC | 21:48 | |
*** dubs has quit IRC | 21:48 | |
*** JordanRinke has quit IRC | 21:48 | |
*** gdusbabek has quit IRC | 21:48 | |
*** openfly has quit IRC | 21:48 | |
*** clayg has quit IRC | 21:48 | |
*** miclorb_ has joined #openstack | 21:49 | |
*** pothos_ has joined #openstack | 21:49 | |
*** elasticdog has joined #openstack | 21:49 | |
*** filler has joined #openstack | 21:49 | |
*** arun_ has joined #openstack | 21:49 | |
*** jtimberman has joined #openstack | 21:49 | |
*** openfly has joined #openstack | 21:49 | |
*** magglass1 has joined #openstack | 21:49 | |
*** deshantm has joined #openstack | 21:49 | |
*** rackerhacker has joined #openstack | 21:49 | |
*** soren has joined #openstack | 21:49 | |
*** redbo has joined #openstack | 21:49 | |
*** dubs has joined #openstack | 21:49 | |
*** JordanRinke has joined #openstack | 21:49 | |
*** gdusbabek has joined #openstack | 21:49 | |
*** hubbard.freenode.net sets mode: +v soren | 21:49 | |
*** jeevan_ullas has quit IRC | 21:49 | |
*** hggdh has quit IRC | 21:50 | |
*** clayg has joined #openstack | 21:50 | |
*** antonym has quit IRC | 21:50 | |
*** jeevan_ullas has joined #openstack | 21:51 | |
*** flashn has quit IRC | 21:51 | |
*** flashn_ has joined #openstack | 21:52 | |
*** gregp76 has joined #openstack | 21:56 | |
*** mgoldmann has joined #openstack | 22:12 | |
*** asksol has joined #openstack | 22:16 | |
*** KenD has quit IRC | 22:17 | |
*** tsharju has quit IRC | 22:17 | |
*** kainam- has joined #openstack | 22:20 | |
*** MarcMorata has joined #openstack | 22:21 | |
*** husimon has joined #openstack | 22:22 | |
*** asksol_ has joined #openstack | 22:23 | |
*** cc_freenode has joined #openstack | 22:23 | |
*** gcc_ has joined #openstack | 22:24 | |
*** gregp76_ has joined #openstack | 22:28 | |
*** asksol has quit IRC | 22:29 | |
*** mgoldmann has quit IRC | 22:29 | |
*** jeevan_ullas has quit IRC | 22:29 | |
*** ccustine has quit IRC | 22:29 | |
*** vvuksan has quit IRC | 22:29 | |
*** hadrian has quit IRC | 22:29 | |
*** glange has quit IRC | 22:29 | |
*** notmyname has quit IRC | 22:29 | |
*** gregp76 has quit IRC | 22:29 | |
*** zenmatt has quit IRC | 22:29 | |
*** kainam has quit IRC | 22:29 | |
*** gcc has quit IRC | 22:29 | |
*** jfluhmann has quit IRC | 22:29 | |
*** ryker has quit IRC | 22:29 | |
*** viirya has quit IRC | 22:29 | |
*** gregp76_ is now known as gregp76 | 22:29 | |
*** guynaor has joined #openstack | 22:29 | |
*** glange has joined #openstack | 22:34 | |
*** jeevan_ullas has joined #openstack | 22:34 | |
*** yamahata has joined #openstack | 22:36 | |
*** j05h has joined #openstack | 22:36 | |
*** KenD has joined #openstack | 22:36 | |
*** tsharju has joined #openstack | 22:36 | |
*** patri0t has joined #openstack | 22:38 | |
*** odyi has joined #openstack | 22:38 | |
*** mfoemmel has joined #openstack | 22:38 | |
*** ianweller has joined #openstack | 22:38 | |
*** doude_ has joined #openstack | 22:38 | |
*** lool has joined #openstack | 22:38 | |
*** yosh has joined #openstack | 22:38 | |
*** kpepple has joined #openstack | 22:38 | |
*** widodh has joined #openstack | 22:38 | |
*** freeflyi1g has joined #openstack | 22:38 | |
*** zykes- has joined #openstack | 22:38 | |
*** dsockwell has joined #openstack | 22:38 | |
*** soosfarm_ has joined #openstack | 22:38 | |
*** olivier_ has joined #openstack | 22:38 | |
*** deepheat has joined #openstack | 22:38 | |
*** exlt has joined #openstack | 22:38 | |
*** Adri2000 has joined #openstack | 22:38 | |
*** taihen has joined #openstack | 22:38 | |
*** Daviey has joined #openstack | 22:38 | |
*** fitzdsl has joined #openstack | 22:38 | |
*** cdbs has joined #openstack | 22:38 | |
*** devcamcar has joined #openstack | 22:38 | |
*** henrichrubin has joined #openstack | 22:38 | |
*** metoikos has joined #openstack | 22:38 | |
*** brd_from_italy has joined #openstack | 22:38 | |
*** antonym has joined #openstack | 22:38 | |
*** mahadev has joined #openstack | 22:38 | |
*** _cerberu` has joined #openstack | 22:38 | |
*** bcwaldon has joined #openstack | 22:38 | |
*** dragondm has joined #openstack | 22:38 | |
*** 13WAA7UBA has joined #openstack | 22:38 | |
*** hvaldivia has joined #openstack | 22:38 | |
*** maplebed has joined #openstack | 22:38 | |
*** dfg has joined #openstack | 22:38 | |
*** gaveen has joined #openstack | 22:38 | |
*** zul has joined #openstack | 22:38 | |
*** greenisus has joined #openstack | 22:38 | |
*** te has joined #openstack | 22:38 | |
*** mgoldmann_ has joined #openstack | 22:38 | |
*** dprince has joined #openstack | 22:38 | |
*** enigma has joined #openstack | 22:38 | |
*** Ryan_Lane has joined #openstack | 22:38 | |
*** MarkAtwood has joined #openstack | 22:38 | |
*** paltman has joined #openstack | 22:38 | |
*** msassak has joined #openstack | 22:38 | |
*** xtoddx has joined #openstack | 22:38 | |
*** hubbard.freenode.net sets mode: +v exlt | 22:38 | |
*** colinnich has joined #openstack | 22:38 | |
*** pvo has joined #openstack | 22:38 | |
*** vishy has joined #openstack | 22:38 | |
*** 16WAAI4C6 has joined #openstack | 22:38 | |
*** mdomsch has joined #openstack | 22:38 | |
*** abecc has joined #openstack | 22:38 | |
*** gondoi has joined #openstack | 22:38 | |
*** ppetraki has joined #openstack | 22:38 | |
*** hazmat has joined #openstack | 22:38 | |
*** ctennis has joined #openstack | 22:38 | |
*** jaypipes has joined #openstack | 22:38 | |
*** letterj has joined #openstack | 22:38 | |
*** smoser has joined #openstack | 22:38 | |
*** uvirtbot has joined #openstack | 22:38 | |
*** jaysun has joined #openstack | 22:38 | |
*** lionel has joined #openstack | 22:38 | |
*** seats has joined #openstack | 22:38 | |
*** mark has joined #openstack | 22:38 | |
*** greg-g has joined #openstack | 22:38 | |
*** tmarble has joined #openstack | 22:38 | |
*** Failbaitr has joined #openstack | 22:38 | |
*** magritte has joined #openstack | 22:38 | |
*** annegentle has joined #openstack | 22:38 | |
*** Jbain has joined #openstack | 22:38 | |
*** klumpie has joined #openstack | 22:38 | |
*** holoway has joined #openstack | 22:38 | |
*** syah has joined #openstack | 22:38 | |
*** fysa has joined #openstack | 22:38 | |
*** HugoKuo has joined #openstack | 22:38 | |
*** jheiss has joined #openstack | 22:38 | |
*** alekibango has joined #openstack | 22:38 | |
*** aliguori has joined #openstack | 22:38 | |
*** sirp- has joined #openstack | 22:38 | |
*** ioso has joined #openstack | 22:38 | |
*** piezo has joined #openstack | 22:38 | |
*** morfeas has joined #openstack | 22:38 | |
*** soeren has joined #openstack | 22:38 | |
*** jarrod has joined #openstack | 22:38 | |
*** Ge0RgeR^ has joined #openstack | 22:38 | |
*** nelson has joined #openstack | 22:38 | |
*** bludadept_work` has joined #openstack | 22:38 | |
*** deshantm_xenorg has joined #openstack | 22:38 | |
*** 5EXAB9GLH has joined #openstack | 22:38 | |
*** justinsb has joined #openstack | 22:38 | |
*** Glacee has joined #openstack | 22:38 | |
*** lvaughn_ has joined #openstack | 22:38 | |
*** hubbard.freenode.net sets mode: +v letterj | 22:38 | |
*** piken has joined #openstack | 22:38 | |
*** herki has joined #openstack | 22:38 | |
*** ovidwu has joined #openstack | 22:38 | |
*** stewart has joined #openstack | 22:38 | |
*** localhost has joined #openstack | 22:38 | |
*** RobertLaptop has joined #openstack | 22:38 | |
*** jbarratt has joined #openstack | 22:38 | |
*** ksteward has joined #openstack | 22:38 | |
*** londo_ has joined #openstack | 22:38 | |
*** Vek has joined #openstack | 22:38 | |
*** greyfinch has joined #openstack | 22:38 | |
*** eday has joined #openstack | 22:38 | |
*** aryan_ has joined #openstack | 22:38 | |
*** _0x44_flughafen has joined #openstack | 22:38 | |
*** ironcamel2 has joined #openstack | 22:38 | |
*** troytoman-away has joined #openstack | 22:38 | |
*** 5EXAB778R has joined #openstack | 22:38 | |
*** m_3 has joined #openstack | 22:38 | |
*** westmaas_away has joined #openstack | 22:38 | |
*** anticw has joined #openstack | 22:38 | |
*** dabo has joined #openstack | 22:38 | |
*** nijaba has joined #openstack | 22:38 | |
*** Xenith has joined #openstack | 22:38 | |
*** asksol has joined #openstack | 22:38 | |
*** blamar has joined #openstack | 22:38 | |
*** termie has joined #openstack | 22:38 | |
*** RichiH has joined #openstack | 22:38 | |
*** btorch_ has joined #openstack | 22:38 | |
*** tomo_bot has joined #openstack | 22:38 | |
*** timrc has joined #openstack | 22:38 | |
*** sunech has joined #openstack | 22:38 | |
*** f4m8_ has joined #openstack | 22:38 | |
*** zedas has joined #openstack | 22:38 | |
*** ke4qqq has joined #openstack | 22:38 | |
*** [ack] has joined #openstack | 22:38 | |
*** czajkowski has joined #openstack | 22:38 | |
*** PiotrSikora has joined #openstack | 22:38 | |
*** cw has joined #openstack | 22:38 | |
*** mjmac has joined #openstack | 22:38 | |
*** lstoll has joined #openstack | 22:38 | |
*** dendro-afk has joined #openstack | 22:38 | |
*** kim0 has joined #openstack | 22:38 | |
*** jeremyb has joined #openstack | 22:38 | |
*** keekz has joined #openstack | 22:38 | |
*** konetzed has joined #openstack | 22:38 | |
*** ttx has joined #openstack | 22:38 | |
*** hubbard.freenode.net sets mode: +vvv eday _0x44_flughafen dendro-afk | 22:38 | |
*** pquerna has joined #openstack | 22:38 | |
*** openstackhudson has joined #openstack | 22:38 | |
*** h1nch has joined #openstack | 22:38 | |
*** cclien has joined #openstack | 22:38 | |
*** mtaylor has joined #openstack | 22:38 | |
*** pandemicsyn has joined #openstack | 22:38 | |
*** RJD22 has joined #openstack | 22:38 | |
*** chmouel has joined #openstack | 22:38 | |
*** gholt has joined #openstack | 22:38 | |
*** karmabot has joined #openstack | 22:38 | |
*** hubbard.freenode.net sets mode: +vv mtaylor pandemicsyn | 22:38 | |
*** antonym has quit IRC | 22:38 | |
*** antonym has joined #openstack | 22:38 | |
*** ChanServ sets mode: +v antonym | 22:38 | |
*** 16WAAI4C6 has quit IRC | 22:38 | |
*** mgoldmann_ has quit IRC | 22:38 | |
*** ctennis has quit IRC | 22:38 | |
jaypipes | jarrod: sorry, I don't understand your question. | 22:38 |
*** h1nchtastic has joined #openstack | 22:38 | |
*** piezo has quit IRC | 22:38 | |
*** sunech has quit IRC | 22:38 | |
*** h1nch has quit IRC | 22:38 | |
*** henrichrubin has quit IRC | 22:38 | |
*** aryan__ has joined #openstack | 22:38 | |
*** jeremyb_ has joined #openstack | 22:38 | |
*** asksol is now known as 5EXAB7U1C | 22:38 | |
jarrod | jaypipes: is glance like objectstore where i run it on just one server and it handles multiple compute servers | 22:38 |
*** vish1 has joined #openstack | 22:38 | |
jaypipes | jarrod: it can be, yes. though you can run multiple glance API servers. | 22:38 |
jarrod | ok ill look for the nova.conf glance api server specification | 22:38 |
jarrod | --glance_host | 22:38 |
jarrod | got it | 22:38 |
jarrod | u de man | 22:38 |
*** xtoddx- has joined #openstack | 22:38 | |
*** notmyname_ has joined #openstack | 22:38 | |
jarrod | bah it needs to install as a service | 22:38 |
*** viirya_ has joined #openstack | 22:38 | |
*** deepheat_ has joined #openstack | 22:38 | |
*** karmabot` has joined #openstack | 22:38 | |
*** antonym_ has joined #openstack | 22:38 | |
*** olivier__ has joined #openstack | 22:38 | |
jarrod | and xen should not require glance | 22:38 |
*** brd_from_italy1 has joined #openstack | 22:38 | |
*** metoikos_ has joined #openstack | 22:38 | |
*** hadrian_ has joined #openstack | 22:38 | |
*** exlt_ has joined #openstack | 22:38 | |
*** metoikos_ has quit IRC | 22:38 | |
*** antonym has quit IRC | 22:38 | |
*** brd_from_italy has quit IRC | 22:38 | |
*** metoikos has quit IRC | 22:38 | |
*** exlt has quit IRC | 22:38 | |
*** deepheat has quit IRC | 22:38 | |
*** olivier_ has quit IRC | 22:38 | |
*** notmyname_ is now known as notmyname | 22:38 | |
*** hadrian_ is now known as hadrian | 22:38 | |
*** fysa_ has joined #openstack | 22:38 | |
*** zenmatt has joined #openstack | 22:38 | |
jarrod | "NameError: global name 'exc' is not defined" <-- glance error on api call to unknown image | 22:38 |
*** xtoddx has quit IRC | 22:39 | |
*** vishy has quit IRC | 22:39 | |
*** ioso has quit IRC | 22:39 | |
*** soeren has quit IRC | 22:39 | |
*** nelson has quit IRC | 22:39 | |
*** 5EXAB9GLH has quit IRC | 22:39 | |
*** aryan_ has quit IRC | 22:39 | |
*** troytoman-away has quit IRC | 22:39 | |
*** 5EXAB778R has quit IRC | 22:39 | |
*** 5EXAB7U1C has quit IRC | 22:39 | |
*** jeremyb has quit IRC | 22:39 | |
*** karmabot has quit IRC | 22:39 | |
*** fysa has quit IRC | 22:39 | |
*** fysa_ is now known as fysa | 22:39 | |
*** ppetraki has quit IRC | 22:39 | |
*** jc_smith has joined #openstack | 22:39 | |
*** metoikos_ has joined #openstack | 22:39 | |
*** joearnold has joined #openstack | 22:39 | |
*** metoikos_ has joined #openstack | 22:39 | |
*** jfluhmann has joined #openstack | 22:39 | |
*** ChanServ sets mode: +v notmyname | 22:39 | |
*** glange has quit IRC | 22:39 | |
*** ryker has joined #openstack | 22:39 | |
*** jeevan_ullas has quit IRC | 22:39 | |
*** 13WAA7UBA is now known as clauden | 22:39 | |
*** jeevan_ullas has joined #openstack | 22:41 | |
*** sunech has joined #openstack | 22:41 | |
*** comstud has joined #openstack | 22:42 | |
*** ChanServ sets mode: +v comstud | 22:42 | |
*** ioso has joined #openstack | 22:42 | |
*** littleidea has joined #openstack | 22:44 | |
*** piezo has joined #openstack | 22:45 | |
*** nelson has joined #openstack | 22:45 | |
*** lamar has quit IRC | 22:47 | |
*** antonym_ has quit IRC | 22:47 | |
*** antonym_ has joined #openstack | 22:47 | |
*** ChanServ sets mode: +v antonym_ | 22:47 | |
*** soeren has joined #openstack | 22:48 | |
*** antonym_ is now known as antonym | 22:48 | |
*** soeren is now known as Guest79035 | 22:49 | |
*** Dumfries has joined #openstack | 22:52 | |
openstackhudson | Project nova build #562: SUCCESS in 1 min 42 sec: http://hudson.openstack.org/job/nova/562/ | 22:52 |
openstackhudson | Tarmac: Helper function that supports XPath style selectors to traverse an object tree e.g. | 22:52 |
openstackhudson | inst = {'fixed_ip': {'floating_ips': [{'address': '1.2.3.4'}], 'address': '192.168.0.3'}, 'hostname': ''} | 22:52 |
openstackhudson | private_ips = get_from_path(inst, 'fixed_ip/address') | 22:52 |
openstackhudson | public_ips = get_from_path(inst, 'fixed_ip/floating_ips/address') | 22:52 |
openstackhudson | Avoids messy [.get() / if / for]* nested code | 22:53 |
*** MUILTFN has joined #openstack | 22:54 | |
*** mdomsch has quit IRC | 22:56 | |
uvirtbot | New bug: #723996 in glance "No size restrictions in place for Images and Kernels" [Undecided,New] https://launchpad.net/bugs/723996 | 22:57 |
*** ctennis has joined #openstack | 23:04 | |
*** ctennis has joined #openstack | 23:04 | |
jarrod | Why are not CLOUD_SERVERS_[API_KEY|USERNAME] the same as NOVA_USERNAME and NOVA_API_KEY | 23:05 |
jarrod | i dont understand what credentials novatools is looking for | 23:06 |
justinsb | jarrod: We're having a massive debate about this right now, but I broke this in a patch recently | 23:06 |
justinsb | jarrod: If you're running trunk, the credentials are basically the same as your EC2 credentials at the moment (though you have to remove the project from your EC2 username) | 23:07 |
justinsb | jarrod: But we're thinking about reverting my patch... | 23:07 |
justinsb | jarrod: https://bugs.launchpad.net/nova/+bug/723897 | 23:07 |
uvirtbot | Launchpad bug 723897 in nova "'No user for access key admin' when using the Openstack API" [Undecided,In progress] | 23:07 |
justinsb | Good timing, uvirtbot ! | 23:08 |
*** ovidwu has quit IRC | 23:08 | |
jarrod | im running release (bexar) | 23:09 |
jarrod | but ok | 23:09 |
justinsb | jarrod: Oh. Never mind then! | 23:09 |
jarrod | what should it be, then? ;) | 23:09 |
*** MUILTFN has quit IRC | 23:10 | |
*** hggdh has joined #openstack | 23:10 | |
justinsb | jarrod: The correct values should in your novarc file | 23:10 |
jarrod | novarc doesnt set NOVA_USERNAME or NOVA_API_KEY | 23:10 |
termie | jaypipes: nobody has tried it, no | 23:10 |
justinsb | jarrod: Oh. I don't know how functional the OpenStack API is at the bexar release | 23:11 |
*** brd_from_italy1 has quit IRC | 23:11 | |
jarrod | bah | 23:11 |
jarrod | no way i can launch a freaking instance on xen then | 23:11 |
justinsb | jarrod: You can use the EC2 API and euca_tools | 23:11 |
termie | is there a way on launchpad to sort my merge proposals by recent activity | 23:11 |
jarrod | xen requires glance | 23:11 |
jarrod | and euca_tools objectstore ami id's do not compute | 23:12 |
antonym | jarrod: novatools was modified to make it more generic and remove CLOUD_SERVERS, you simply just have to modify the novarc | 23:12 |
antonym | going forward it should be NOVA_USERNAME, etc | 23:12 |
*** hvaldivia has quit IRC | 23:12 | |
jarrod | ok | 23:12 |
jarrod | i wish those credentials worked | 23:12 |
*** MarcMorata has quit IRC | 23:13 | |
antonym | jarrod: i've been using trunk without issues in regards to that | 23:13 |
Dumfries | ugh, any idea on how to move running instances that were running with sqlite as the data backend to mysql? | 23:13 |
Ge0RgeR^ | Question: Is it error or normal behavor when reboot all distances to disappear and not being able to restore them | 23:13 |
jarrod | i dont use trunk | 23:13 |
jarrod | bexar | 23:13 |
*** greenisus has quit IRC | 23:14 | |
dragondm | jarrod: the NOVA_USERNAME is the same as CLOUD_SERVERS_USERNAME | 23:16 |
jarrod | k | 23:16 |
jarrod | thanks | 23:16 |
*** abecc has quit IRC | 23:18 | |
*** enigma has quit IRC | 23:19 | |
*** jeremyb_ has quit IRC | 23:20 | |
*** jeremyb_ has joined #openstack | 23:20 | |
jarrod | now euca-describe-instances show glance as IMAGE 1, IMAGE 2, IMAGE 3 | 23:23 |
jarrod | what do i specify on run instances with that? everything else is None or private | 23:23 |
jarrod | man | 23:23 |
*** jeremyb_ is now known as jeremyb | 23:24 | |
*** gondoi has quit IRC | 23:24 | |
devcamcar | creiht: are you around? | 23:26 |
creiht | devcamcar: howdy | 23:26 |
jarrod | IOError: [Errno 13] Permission denied: '/dev/xvdb' | 23:26 |
jarrod | yay!! | 23:26 |
devcamcar | creiht: hey hey! was wondering if you could point me to any docs on swauth | 23:27 |
devcamcar | i've only used devauth before and i'm not sure how to create an account for instance | 23:27 |
*** mahadev has quit IRC | 23:27 | |
creiht | devcamcar: http://swift.openstack.org/overview_auth.html | 23:28 |
creiht | and | 23:28 |
creiht | http://swift.openstack.org/development_auth.html | 23:28 |
creiht | devcamcar: oh and the saio docs are updated for swauth, so they have some examples how to create users,etc | 23:29 |
devcamcar | creiht: perfect, thanks | 23:29 |
creiht | np | 23:30 |
jarrod | wtf | 23:32 |
jarrod | its trying to create /dev/xvdb | 23:32 |
jarrod | maybe its not executing sudo | 23:34 |
jarrod | that must be it | 23:37 |
openstackhudson | Project nova build #563: SUCCESS in 1 min 42 sec: http://hudson.openstack.org/job/nova/563/ | 23:37 |
openstackhudson | Tarmac: Prevent logging.setup() from generating a syslog handler if we didn't request one (breaks on mac) | 23:37 |
*** joearnold has quit IRC | 23:42 | |
*** allsystemsarego has quit IRC | 23:45 | |
*** _cerberu` is now known as _cerberus_ | 23:45 | |
*** MUILTFN has joined #openstack | 23:46 | |
*** MUILTFN has quit IRC | 23:50 | |
*** MUILTFN has joined #openstack | 23:51 | |
*** bcwaldon has quit IRC | 23:54 | |
*** dprince has quit IRC | 23:57 | |
*** lamar has joined #openstack | 23:58 | |
*** msassak has quit IRC | 23:58 | |
*** clauden has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!