Saturday, 2011-10-22

nerdsteinsweet00:00
nerdsteinit works!00:00
nerdsteinthats whats up00:00
viddKiall, no...for the dashboard you sent to ppa00:00
nerdsteini did an upgrade of services and got this: PasteAppNotFound: Could not load paste app 'osapi' from /etc/nova/api-paste.ini00:01
nerdsteinanyoseen that?00:01
*** bengrue has quit IRC00:01
Kiallvidd: sending the raw .deb's to dropbox ..00:01
viddzykes-, " euca-describe-availability-zones verbose" returns "invalid literal for int() with base 10: '192.168.15.200'" .... anyone know where i should look to fix this?00:03
viddany ideas?00:03
KiallWarning: These probably will cause your server to go on fire. Dont blame me... AND They are barly tested..00:03
KiallFair warning? ;)00:03
nerdstein:)00:03
Kiall http://dl.dropbox.com/u/1400487/openstack-debs.tar.gz00:03
*** HowardRoark has quit IRC00:04
Kialland you'll need this aswell .. https://launchpad.net/~managedit/+archive/openstack/+files/python-passlib_1.5.2-1%7Eopenstack0%7Eoneiric1_all.deb00:04
*** ejat has quit IRC00:04
viddKiall, if my server catches fire, i can take it into the bosses and they can get me something decent00:04
KiallAnd .. If you have OS half installed, or python setup.py style installed etc.. I would put money on them not working.00:04
KiallLet me know if they work for you tho ;)00:05
*** doorlock has joined #openstack00:05
*** mgius has quit IRC00:05
KiallOnce they are all installed, I basically just followed the devstack.org script and picked out all the setup parts+sample config's etc ..00:06
*** ziyadb_ has joined #openstack00:06
*** reed has quit IRC00:07
viddKiall, you have any idea why euca-describe-availability-zones would return that error?00:07
Kiallit sounds like it getting an octal IP, but expecting a decial format IP .. but no idea why it do that00:08
Kiallare you running from git at the mo?00:08
viddno...ubuntu install00:08
Kiallmaster branch might have some bugs since they have started work on essex00:08
Kialloh..00:08
Kiallweird.. that should work ..00:08
Kiallat least - nova and euca tools works (in oneiric at least)00:08
*** ziyadb has quit IRC00:09
viddi figure i have a setting messed up in my nova-config00:09
*** ejat has joined #openstack00:09
viddbecause i nuked the database and recreated it twice00:09
KiallI just spent 2 hours debugging my dashboard packages ..00:09
Kiallturns out my nova DB was screwed somehow00:09
*** magg has quit IRC00:10
vidddont feal bad...i spent 36 hours in a row beating on the keystone database00:10
Kialllol .. keystone was actually the easiest part to re-package ;)00:10
Kiall(and get working, once installed from that package)00:10
viddi went through it peiece by piece because if igure that is where i want the billing API interface00:11
Kiallbrb00:11
*** vernhart has quit IRC00:12
KiallI havent looked at the internals too much yet, but, I would imagine billing would just eavesdrop on the message queue, and get exposed via dashboard or w/e00:12
Kiallbrb00:12
*** ameade has quit IRC00:13
*** ironcame12 has quit IRC00:13
*** westmaas has quit IRC00:13
*** ttx has quit IRC00:13
*** pfibiger has quit IRC00:13
*** westmaas has joined #openstack00:14
*** ttx has joined #openstack00:14
*** ttx has quit IRC00:14
*** ttx has joined #openstack00:14
*** glenc has quit IRC00:14
*** ameade has joined #openstack00:14
*** pfibiger has joined #openstack00:14
*** ironcamel2 has joined #openstack00:14
*** nerens has joined #openstack00:14
*** glenc has joined #openstack00:14
*** jwhonce has quit IRC00:17
*** ziyadb_ has quit IRC00:22
*** ziyadb has joined #openstack00:22
*** ziyadb has quit IRC00:23
*** egant has quit IRC00:23
nerdsteinanyone seen this: 2011-10-21 19:34:15,908 ERROR nova.wsgi [-] URI scheme not known: 'call' (from egg, config)00:25
nerdsteinand then this: CRITICAL nova [-] Could not load paste app 'osapi' from /etc/nova/api-paste.ini00:25
nerdsteinif so, please help00:25
viddnerdstein, can you pastebin your /etc/nova/api-paste.ini? [replace keystone key with x's if you are not using default]00:26
nerdsteinyes00:28
nerdsteinone sec00:28
viddKiall, my billing API will go into the keystone database and change "is active" for 1[yes] to 0[no] for suspending accounts when ppl dont pay thier bill for 6 months00:29
nerdsteinvidd: http://pastebin.com/7PvWNsr900:30
Kiallvidd: why not use the API like dash does, rather than editing DB direcly?00:32
viddKiall, there is an API to integrate with my billing software?00:33
nerdsteinvidd: i didn't have keystone installed00:33
*** adjohn has quit IRC00:33
viddnerdstein, i see that00:33
nerdsteinvidd: cool, please let me know if you see anything00:35
viddKiall, the billing software wont have access to the message queue00:35
Kiallvidd: dash talks to keystone via an API to create users etc .. so .. yea .. I there is00:35
KiallI think there is*00:35
viddKiall, but end users need to have access to dashboard00:36
KiallI dont follow ...00:36
viddKiall, i cant let them have access to something and turn thier accounts back on =]00:36
KiallAh .. lol00:37
Kiallyou need admin access to get to that part of the dashboard ;)00:37
KiallOkay .. who knows where the source to this is? http://nova.openstack.org/2011.1/api/nova.adminclient.html00:37
KiallCant seem to find it anywhere -_-00:37
*** jakedahn has quit IRC00:40
nerdsteinvidd: please let me know if you find anything00:40
viddnerdstein,  did you modify this document besides changing the # from authdepr to noauth?00:41
nerdsteinvidd: no i have not intentionally modified this file00:42
viddits not in the factory-delivered format...the auth-type is different.....00:43
viddbut other than taht it loocs the same as mine =\00:43
*** wilmoore has joined #openstack00:43
nerdstein:(00:44
nerdsteinvidd: what line is different?00:44
viddi have keystone auth lines inserted00:45
nerdsteinoh, ok00:45
viddfor example, you have pipeline = logrequest ec2noauth cloudrequest authorizer ec2executor enabled, i had to add a line to enable keystone00:46
nerdsteincool00:46
nerdsteinill keep digging on it00:47
*** nerdstein has quit IRC00:48
viddany idea why nova-volume would keep auto-stoping?00:58
*** obino has quit IRC00:59
*** robix has quit IRC01:01
*** miclorb_ has joined #openstack01:12
*** hezekiah_ has quit IRC01:12
*** obino has joined #openstack01:12
*** robbiew has joined #openstack01:13
*** osier has joined #openstack01:14
*** robbiew has quit IRC01:17
*** hadrian has quit IRC01:17
*** jdurgin has quit IRC01:20
*** miclorb_ has quit IRC01:21
*** obino has quit IRC01:22
*** Telamon has joined #openstack01:30
TelamonAnyone know why I would be getting this error when attempting to create a new network? ValueError: invalid literal for int() with base 10: '192.168.2.0/24'01:32
viddTelamon, check your novarc for invalid urls01:32
viddfix and resource01:32
viddfix and re source01:32
*** livemoon has joined #openstack01:33
livemoonhi,all01:34
viddTelamon, if you get ahead of yourself and add urls in your nova.conf file before you create your credentials, it messes ya up01:35
viddhello livemoon01:35
livemoonhi,vidd01:36
viddTelamon, you might have to comment out those lines in your nova.conf file, delete your credentials in the database and rebuild your credentials01:36
TelamonRe-source as in re-run db sync?  I don't think I have any invalid urls, but I do have some stuff like ec2/osapi_host that aren't setup yet.  I'll try removing them.  Thanks!01:36
viddand then umcomment them again in the nova.config01:36
viddno, re source as in source novarc01:36
viddTelamon, read your novarc01:37
viddif your novarc file is screwed up, your credentials are screwed up01:37
TelamonHmm, I don't have a novarc yet that I know of...  I'm doing the manual install (from debian packages) described at http://docs.openstack.org/diablo/openstack-compute/   It seems to have some missing steps...01:37
viddTelamon, you running on ubuntu?01:38
TelamonYep01:38
viddTelamon, this might help ya out: openstackbookv2-0_csscorp.pdf (application/pdf Object)01:39
viddhttp://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf01:39
viddthe url would be better than the site name =]01:39
TelamonSweet, thanks!01:39
*** livemoon has quit IRC01:40
*** doorlock has quit IRC01:43
*** paltman has quit IRC01:44
*** paltman has joined #openstack01:44
*** livemoon has joined #openstack01:44
*** vladimir3p has joined #openstack01:46
livemoonhi01:46
*** alice has joined #openstack01:47
livemoonvidd, what are you doing today?01:47
*** lvaughn has quit IRC01:47
viddwell rested =]01:47
viddim working on actually getting nova to work properly01:47
livemooncool01:48
viddbefore i intigrate it into keystone01:48
livemoonyesterday, I have finished it01:48
livemoonit is so hard process01:48
viddit would apear i cannot just build half of it, and ecpect keystone to fill in all the creds01:48
livemoongood luck01:49
viddit would appear that you need properly hashed credentials, you cant just tell nova this is what your going to use01:49
vidd=]01:49
viddhow network-security-ish of that!01:50
vidd=]01:50
livemoonwhat?01:52
livemoonvidd: Are you talking to me?01:53
*** eqx311 has quit IRC01:53
livemoonI will go out to have a good weekend.01:53
viddlivemoon, yes....when you create credential in nova, the name and project get hashed into two keys01:54
*** magg has joined #openstack01:54
viddyou cant just make stuff up and drop it into the database01:54
livemoonvidd: I don't create credential , I just create token and tenant and password01:55
livemoonmy credential table in database seems empty01:55
viddyour thinking keystone01:56
livemoonyes, I use keystone01:56
viddim talking about the novarc file and the .pem files01:56
livemoonoh :)01:56
viddyou have to already have them...keystone wont make them for you01:57
viddat least...not that i have seen01:57
viddand without them, i never will see =]01:57
livemoonoh my god, my poor englisth01:57
livemoonmy poor english01:58
maggvidd, any update on the dashboard? heh01:59
viddnope01:59
viddive given up on it (for now)02:00
maggok02:00
*** eqx311 has joined #openstack02:00
livemoonI have given up it too02:00
viddmagg, Kiall made some debs i will try later...maybe he can tell you about them02:00
rmkDoes anyone have the EC2 api working with keystone?02:00
Kiallvidd: I've discovered some issues with them02:01
maggoh02:01
maggwhere can i get them?02:01
Kiall(I'm installing on a fresh server now, and it looks like I've missed bits!)02:01
*** miclorb_ has joined #openstack02:01
maggi see02:01
viddKiall, keep up the good work02:01
*** clauden has quit IRC02:01
Kiallmagg: Eventually, https://launchpad.net/~managedit/+archive/openstack ..02:02
Kiallkeep and eye out for the "NOT Ready for prime time just yet!" message to disappear ;)02:02
Kiall(hopefully next few hours I'll have everything sorted :))02:02
livemoonvidd: do you want to use EC2 with keystone?02:02
Kiallif not, next day or so at worst02:02
maggok thanks02:03
viddKiall, hopefully your packages will trip, fall, and land in ubuntu official repo's02:03
Kialllol .. unlikely ;)02:03
KiallLots of dirty hacks to get shit working without making too many changes ..02:03
viddlivemoon, before the weekend is out it will02:03
viddKiall, still 90x better than what repo's have now!02:04
*** nerens has quit IRC02:04
viddKiall, and go easy on the language...this stuff gets logged02:05
magglol02:05
Kiallvidd: ah now - you cant tell an irishman to watch his language ;) (j/k .. was an accident ;))02:06
viddi didnt say watch your language....just go easy on it =]02:06
viddwe're all friends here =]02:07
Kiallvidd: I was kidding .. ;)02:07
*** magg has quit IRC02:07
*** clauden_ has joined #openstack02:07
*** halfss has joined #openstack02:08
halfsshi02:08
halfssvidd: here?02:09
viddhalfss,  yep02:09
halfss:>02:09
*** miclorb_ has quit IRC02:10
viddhalfss, what can i do ya out of?02:10
halfssvidd:can you help me about keystone with swift?02:10
halfss:D02:10
viddnot ATM02:11
*** livemoon has left #openstack02:11
viddi have to get nova working without keystone to test my assumptions about the way keystone interacts02:11
*** vladimir3p has quit IRC02:11
halfsssorry,what's the mean of "ATM"?my english is very bad02:11
viddATM = At The Moment02:12
halfssoh i konw :D02:12
halfssvidd:ok,when you have time, message me02:12
viddperhaps others can help ya02:13
halfssoh, thank you,did you have any doc of how to use keystone manage swift?02:13
viddno....i wont be documenting swift with keystone02:14
viddi dont currently have a need for swift02:15
*** mmetheny has quit IRC02:15
halfssoh,thank you ;)02:15
*** mmetheny has joined #openstack02:15
viddwhere does euca log errors?02:16
halfsseuca? you still use euca? after nova is in diablo, i don't know how make euca work well02:17
viddhalfss, euca creds have to work in order for keystone to talk to nova02:18
halfssyou euca work well?02:19
viddno...im getting some error message about a syntax error02:19
*** livemoon has joined #openstack02:19
halfssoh,i still don't no how make euca work well02:20
viddwow....i need to trim these logs......02:21
halfss:)02:22
*** pixelbeat has quit IRC02:28
*** Brutalys has joined #openstack02:30
*** lvaughn has joined #openstack02:33
Telamonvidd: Hmm, restarted the config with that PDF and I'm getting the same error.  The only thing missing is I don't have a volume group setup (no free space to create another partition at the moment)  But I still get "ValueError: invalid literal for int() with base 10: '10.0.2.0/24'" when I run "nova-manage network create private 10.0.2.0/24 1 256"02:34
*** Brutalys has quit IRC02:35
viddTelamon, pastebin your novarc (take out ec keys)02:36
TelamonI don't think I have one.  Where would it be?02:37
viddit would be in your home directory02:37
viddif you followed thei nstuction...in the creds folder02:37
TelamonNope, no creds folder and nothing like that in my homedir...  I ran the install as root, which must have caused problems.  I'll redo it as a regular user...02:39
viddthen it would be in roots home folder02:40
Kiall"ValueError: invalid literal for int() with base 10: '10.0.2.0/24'" honestly doesnt sound like an novarc issue ..02:41
Kiall(I dont know for sure, just sayign!)02:41
Kiallsaying*02:41
halfssis there anybody know how to use libvirt or virsh get instance info?02:41
viddTelamon, nevermind....02:42
viddthat step is befor you make the novatc02:42
TelamonAh, that explains much....  It seems to be that there is a missing argument in the docs.  IE there should be something before the 10.0.2.0 that is an integer...02:43
*** reed has joined #openstack02:43
viddTelamon, pastebin me your novarc02:46
*** chomping has joined #openstack02:46
viddremove your database password if you are using one02:47
Telamonhttp://pastebin.ca/2092396  I think the DB password is okay as the db sync ran without errors and created the DB to begin with.02:49
viddTelamon, yeah....but we dont want your password data strewn accross the internet02:50
Telamondoesn't matter, I can change it later and the box isn't internet accessible.02:50
viddTelamon, your ipranges dont match02:52
TelamonI just did an update to the ppa repo and there are a few newer package related to nova, maybe that will help...02:52
viddmaybe02:52
TelamonThe 192. ones are for my public Internet connection (actually just the lan at the moment) and the 10.0 are my eth1 private Nova network stuff.02:53
TelamonIs that what you meant?02:53
KiallTelamon: careful you're not installing 2012.1 ..02:54
KiallIts under heavy development ..02:54
TelamonNo, the ppa is for 2011.3  I'll hold off on the beta code until at least next week. ;-)02:54
* vidd will hold off on the beta code until its main!02:55
viddexcept for dashboard02:56
Kialland keystone and .. ;)02:56
viddi NEED that to sell to the bosses!02:56
Kiallvidd, I'm going through a full install at the moment with my packages (scripting it all out ..)02:56
vidddoes euca-describe-availability-zones work for anyone?02:56
Kiallso far .. keystone and glance working ;)02:57
*** martine has quit IRC02:58
*** ewindisch has quit IRC02:59
*** redbo has quit IRC03:03
*** ejat has quit IRC03:07
TelamonIs the syntax for nova-manage network create different if you are not using vlans?03:07
*** nyeates has joined #openstack03:08
*** nyeates has quit IRC03:09
*** redbo has joined #openstack03:10
*** ChanServ sets mode: +v redbo03:10
*** ejat has joined #openstack03:11
*** ejat has joined #openstack03:11
*** Ryan_Lane has quit IRC03:14
*** medberry is now known as med_out03:20
viddhow do i get OS_AUTH into my environment? nova_to_os_env.sh is not on my system and i dont know where to get ir03:22
viddit is apparently need in order gor glance to work03:22
*** Telamon has quit IRC03:28
*** Ryan_Lane has joined #openstack03:31
*** hezekiah_ has joined #openstack03:33
viddok....in glance get error Failed to add image. Got error: Unexpected response: 40003:38
*** halfss has quit IRC03:43
*** doorlock has joined #openstack03:55
*** livemoon has left #openstack03:57
Kiallvidd: so far, all the latest packages work .. just doing some "final" fixes to the dashboard packages now ;)03:58
viddnew keystone breaks glance03:58
KiallNot that I've noticed...03:59
Kiall(I'm using the stable, rather than master brances)03:59
Kiallbranches*03:59
viddnew keystone breaks old glance03:59
Kiallyea - thats kinda a given ;)04:00
*** kernelfreak has quit IRC04:00
viddthey changed the data structure of the database04:00
viddif we could just get our "friends" at ubunutu to accept your .debs...all this wouldnt matter!04:01
Kiall;)04:01
viddnow...can i make user one a member of tenant 1 and tenant2?04:03
Kiallyea04:03
*** msivanes has quit IRC04:04
KiallI just cant convince dashboard to load config from /etc rather than /usr -_-04:04
viddKiall, so add a ln -s to the /etc04:05
viddwait...ln -s in /usr to /etc04:06
Kiallah .. humm .. thats not the issue actually ..not working in /usr either04:06
viddare you making a .blackhole directory like devstack does?04:07
*** HowardRoark has joined #openstack04:07
Kiallkinda .. just leaving it as /var/www04:07
viddi suppose that works too....04:07
vidd=]04:08
viddhave you looked at my example user/password/tenant example?04:08
Kiallno04:08
viddkeystone-manage user add Some_body H48sm3cUzI Drew_A_Blank04:08
vidd=]04:09
*** romain_lenglet has joined #openstack04:09
KiallI'm not sure how thats relavant ;)04:09
viddits not relevant....its funny04:10
Kialloh .. lol04:10
vidddo ya see it?04:10
Kiallyah ..04:11
*** livemoon has joined #openstack04:11
Kialldooh - somehow misplaced a patch against dashboard -_- cant syncdb04:11
viddKiall, isnt it db_sync?04:12
*** scottsanchez has quit IRC04:12
Kiallnah .. they all seem to have slightly different ways of doing it ;)04:12
viddidk i think they all do db_sync04:13
Kiallquilt new fix-manage-settings-paths.patch04:13
Kialldooh .. wrong window -__04:13
Kiall"nova-manage db sync"04:13
Kialldashboard/manage.py syncdb04:13
viddevil04:13
viddare these ppl in redmond?04:14
Kialllol04:14
livemoonhi,all04:14
Kialldrum roll .. a near final dashboard package is ready ;)04:16
*** maplebed has quit IRC04:19
*** livemoon has quit IRC04:19
*** romain_lenglet has quit IRC04:19
viddok...a user can only have one tenant04:20
Kiallthey can have more than one ..04:20
Kiallthey just have a default04:20
viddno, you cannot add one user to multiple tenants04:21
Kiall"many-to-many relationship between identity and tenant for Nova."04:21
Kiallfrom keystone README04:21
viddyou can have multiple roles for one user04:21
vidduser can have only one password and only one tenant04:22
viddtenat can have many users04:22
Kiallno04:22
Kialla user can belong to multiple tenants04:22
viddERROR: (IntegrityError) (1062, "Duplicate entry 'vidd' for key 'name'") 'INSERT INTO users (name, password, email, enabled, tenant_id) VALUES (%s, %s, %s, %s, %s)' ('vidd', 'temp', None, True, 2L)04:23
Kiallyes, you are trying to duplicate the user04:24
Kialltenant_id in that table is the users primary tenant04:24
*** osier has quit IRC04:24
viddtenant does not track what users are in it04:24
vidduser tacks what tenant they are in04:25
viddone tenant per user04:25
viddwhich of course makes sence04:25
Kiallhttp://dl.dropbox.com/u/1400487/Screenshot%20at%202011-10-22%2005%3A25%3A21.png04:26
Kiallnotice the 2 windows?04:26
Kiallwith admin and demo with both tenant 2 and tenant 3?04:26
viddthose are not keystone tenats04:27
Kiallyes they are04:28
viddthose are nova tenants04:28
Kiall(at least, I'm pretty sure they are)04:28
viddi can tell ya right now04:28
viddmy databases are in mysql04:28
viddso i can see them all04:29
Kiallhttps://github.com/cloudbuilders/devstack/blob/master/files/keystone_data.sh#L1804:29
KiallL18 and L19 ..04:29
Kiallkeystone-manage adds  the demo user to both tenants04:29
*** doorlock has quit IRC04:29
viddhrm04:30
Kialltenant_id in the users table is just a "use this tenant by default" flag04:31
Kiallchanging it causes, for example, a different tenant to be selected when you login to the dash ..04:31
Kiallbut, you can still pick one from the list after you login...04:31
* Kiall has broken the dashboard package again -_-04:32
Kiallbrb04:32
viddKiall, thats crazy...it still works...but its crazy04:34
*** alice has quit IRC04:34
*** koolhead17|zzZZZ has quit IRC04:35
*** scottsanchez has joined #openstack04:35
viddKiall, does dashboard need an endpoint04:36
KiallNope - This is basically everything needed for all the services ... https://github.com/cloudbuilders/devstack/blob/master/files/keystone_data.sh (other than swift)04:37
*** livemoon has joined #openstack04:38
*** livemoon has quit IRC04:40
Kiallweird .. one of my patches isnt getting applied during the build anymore -_-04:42
*** halfss has joined #openstack04:42
*** romain_lenglet has joined #openstack04:42
*** romain_lenglet has quit IRC04:43
Kiallit must be getting applied, then replaced somehow -_-04:44
*** halfss has quit IRC04:55
*** reed has quit IRC05:02
Kiallhumm .. everything kinda works -_-05:12
Kialljust cant launch images via the dashboard (the button is missing ..)05:12
viddwow....keystone has changed since LAST NIGHT!05:12
Kiallyea .. its under active development05:13
viddyou dont understand....i didnt change it05:13
viddit must have happened when i downloaded the git for dashboard05:13
Kialloh .. like, on your server rather than in the git repos? ;)05:13
*** snowboarder04 has quit IRC05:13
viddyeah....on my server05:14
viddi dont understand it05:14
KiallOkay .. everything, literally, everything works bar launching images from the dash -__05:14
KiallOkay .. everything, literally, everything works bar launching images from the dash -_-*05:14
viddi dont understand!05:17
Kiallthe "launch" button is missing ..05:17
viddi set up keystone properly05:18
viddi created credentials properly05:18
viddwait...i only set up credentials for nova05:18
*** vladimir3p has joined #openstack05:20
*** maplebed has joined #openstack05:29
*** obino has joined #openstack05:30
*** koolhead17 has joined #openstack05:31
Kiallw00t05:31
Kiallall working :)05:31
*** HowardRoark has quit IRC05:31
*** misheska has joined #openstack05:33
*** misheska has quit IRC05:34
*** vladimir3p has quit IRC05:39
viddKiall, does your glance work?05:41
Kiallyup05:41
KiallI've just kicked off fresh binary builds of all the packages, These *do* work .. I've got them all running together now :)05:47
*** beekhof has joined #openstack05:52
viddKiall, are you able to upload images with dashboard06:00
viddlike save images06:01
Kiallno06:01
Kiall(that might be in the latest versions, i dunno .. I'm using the stable diablo branch)06:01
viddi cant get glance to store an image06:01
vidd$> curl -d '{"passwordCredentials":{"username": "MyAdmin", "password": "P@ssw0rd"}}' -H "Content-type: application/json" http://localhost:5001/v2.0/tokens returns "command not found06:02
Kiallhttp://paste.ubuntu.com/715720/ and http://paste.ubuntu.com/715721/06:03
Kiallwatch out for the kernel_id in the first one!06:03
Kiallif the highest current ID is 5, set that number to 6 before running it06:03
Kiallcurl -d '{"passwordC is wrong ..06:04
Kiallits {\"auth\": {\"passwordCrede06:04
Kiall(have you read the keystone readme.md file? ;))06:04
viddno....im reading the "this is how to install glance" file =\06:05
Kiallah .. big mistake ;')06:05
viddyou know...the one that say oh...and if your using keystone, click this link....06:05
viddKiall, can you give me the whole command?06:06
*** chomping has quit IRC06:06
Kiallits in those 2x pastebins06:06
*** wilmoore has quit IRC06:07
vidd.... these are scripts06:07
Kialland they have the commands needed in it ;)06:07
Kiallanyway - gotta run .. if you feel like waiting .. oh .. 15 hours .. all those PPA packages will be built..06:08
Kiall( https://launchpad.net/~managedit/+archive/openstack )06:08
Kiall(cant believe the PPA queue is up to 15 hours -_-)06:09
viddKiall, before you go....06:09
Kiallif its quick!06:09
viddwhat do i saye these as and how to run them06:09
Kiallhttp://paste.ubuntu.com/715720/ is glance-upload-oneiric.sh06:10
Kiallhttp://paste.ubuntu.com/715721/ is obtain-token.sh06:10
viddty06:10
Kiallin glance-upload-oneiric.sh, find the kernel_id param..06:10
Kiallit needs changing06:10
Kiallif the highest current image ID is 5, set the kernel_id to 6 before running it06:11
Kialllike .. image id in the glance database)06:11
Kiallcya!06:11
*** wilmoore has joined #openstack06:11
*** jantje has quit IRC06:12
*** jantje has joined #openstack06:12
*** koolhead17 has quit IRC06:16
*** dnjaramba has joined #openstack06:16
*** worstadmin_ has quit IRC06:22
*** vidd is now known as vidd-away06:44
vidd-awaygood night all06:44
*** andy-hk has quit IRC07:14
*** MarkAtwood has joined #openstack07:16
*** andy-hk has joined #openstack07:16
*** pixelbeat has joined #openstack07:17
*** hezekiah_ has quit IRC07:19
*** Horroreyes has joined #openstack07:21
*** dnjaramba has quit IRC07:25
*** dnjaramba has joined #openstack07:32
*** andy-hk has quit IRC07:33
*** vladimir3p has joined #openstack07:36
*** vladimir3p has quit IRC07:41
*** mmetheny has quit IRC07:41
*** katkee has joined #openstack07:44
*** hugokuo has joined #openstack07:45
*** stewart has quit IRC07:46
*** MarkAtwood has quit IRC07:46
hugokuotest07:49
*** jakedahn has joined #openstack08:02
*** jakedahn has quit IRC08:03
*** nerens has joined #openstack08:07
*** AntoniHP has quit IRC08:11
*** Horroreyes has quit IRC08:40
*** jedi4ever has quit IRC08:50
zykes-hmm, how can i check why instnaces are not booting ?08:57
*** mark- has quit IRC08:57
*** tillmo has joined #openstack09:09
*** livemoon has joined #openstack09:10
*** jks has joined #openstack09:11
*** jedi4ever has joined #openstack09:28
*** TheOsprey has joined #openstack09:29
*** livemoon has quit IRC09:33
*** koolhead17 has joined #openstack09:42
*** dnjaramba has quit IRC09:45
*** katkee has quit IRC09:58
*** nerens has quit IRC10:03
*** mies_ has joined #openstack10:09
*** mies has quit IRC10:09
*** dnjaramba has joined #openstack10:09
*** koolhead17 has quit IRC10:13
*** koolhead17 has joined #openstack10:15
*** ejat has quit IRC10:27
*** ewindisch has joined #openstack10:41
*** mmetheny has joined #openstack10:50
*** dnjaramba has quit IRC10:54
*** ewindisch has quit IRC10:58
*** rsampaio has quit IRC11:00
*** vernhart has joined #openstack11:01
*** ziyadb has joined #openstack11:03
*** koolhead17 has quit IRC11:03
*** mcclurmc has joined #openstack11:04
*** ohadlevy has quit IRC11:07
*** katkee has joined #openstack11:08
*** ohadlevy has joined #openstack11:11
*** vernhart has quit IRC11:12
*** snowboarder04 has joined #openstack11:25
*** vernhart has joined #openstack11:25
*** vernhart has quit IRC11:48
*** katkee has quit IRC11:49
*** ziyadb has quit IRC11:50
*** vernhart has joined #openstack12:00
*** perestrelka has joined #openstack12:08
*** ziyadb has joined #openstack12:12
*** Oneiroi has joined #openstack12:16
*** koolhead17 has joined #openstack12:17
*** koolhead17 has left #openstack12:17
*** ziyadb has quit IRC12:37
Oneiroiafternoon all12:56
*** mies_ has quit IRC13:09
*** mies has joined #openstack13:10
*** po has joined #openstack13:27
*** jblesage has joined #openstack13:53
*** jblesage has quit IRC14:02
*** shaon has joined #openstack14:04
*** jblesage has joined #openstack14:09
*** Eyk^off is now known as Eyk14:18
*** snowboarder04 has quit IRC14:21
*** nerdstein has joined #openstack14:21
*** snowboarder04 has joined #openstack14:26
*** livemoon has joined #openstack14:30
*** shaon has quit IRC14:31
*** Oneiroi has quit IRC14:35
*** nerdstein has quit IRC14:38
*** Oneiroi has joined #openstack14:40
*** jblesage has quit IRC14:41
*** Oneiroi has quit IRC14:41
*** vidd-away is now known as vidd14:42
*** livemoon has left #openstack14:42
*** nerens has joined #openstack14:42
*** robix has joined #openstack14:49
robixReceived a token: {'token': u'c281cf91-524e-4fc5-a6c1-05e895c24d8c', 'host': u'ip-10-172-254-154', 'port': None}14:50
robix 13: 98.185.232.177: Plain non-SSL (ws://) WebSocket connection14:50
robix 13: 98.185.232.177: Version hybi-08, base64: 'True'14:50
robix 13: handler exception: int() argument must be a string or a number, not 'NoneType'14:50
robixany thoughts?  I'm trying to launch a vnc session from the dash.14:50
vidd"argument must be a string or a number, not 'NoneType'" segests that your call for a token needs a port specified14:52
robixThat's what I was thinking but I'm unsure how to alter that.  I assumed that novnc worked by getting a ip & port from the api and then passing that to the browser to initiate a websocket connection....14:57
*** jblesage has joined #openstack14:59
*** newbie|2 has joined #openstack15:03
viddglance index -A [auth token] -H 192.168.15.200 failes with "Not authorized to make this request. Check your credentials (OS_AUTH_USER, OS_AUTH_KEY, ...)"15:03
viddwhen i source my novarc with the os_auth info added, it fails with Failed to show index. Got error:15:06
viddUnexpected response: 40415:06
*** HowardRoark has joined #openstack15:07
*** newbie|2 has quit IRC15:08
*** freeflyi1g has joined #openstack15:10
*** freeflying has quit IRC15:13
*** flamboz has joined #openstack15:18
*** shaon has joined #openstack15:23
zykes-vidd: what glance version ?15:30
vidddiablo15:30
viddwhat is the command to verify?15:31
*** shaon has quit IRC15:31
viddi think i have to add myself to group glance15:36
*** pixelbeat has quit IRC15:49
zykes-vidd: no vidd, the error you're getting is either glance or keystone related15:52
zykes-i would turn on debug on debug on both and check15:53
viddhttp://paste.openstack.org/show/2827/15:56
zykes-hmm15:56
viddits failing in v1 auth...but should it not be detecting v2 auth?15:56
zykes-keystone version then ?15:56
zykes-no, it's getting a 40415:56
zykes-which means some URL i off most likely15:57
viddwhat is the command to check that?15:57
zykes-not sure, gotta go ;), family pizza time :)15:57
viddkeystone-auth <function version at 0x9c2fd14>15:58
viddkeystone-manage 0.915:58
viddkeystone-admin <function version at 0x89289cc>15:59
*** TheOsprey has quit IRC16:02
EykI could not find any documentation about managing ACLs in swift. for example give an user write access to a container. It would be nice if someone could give me a link or so16:10
notmynameEyk: http://programmerthoughts.com/openstack/swift-permissions/16:10
Eykthank you, I will try that16:12
viddanyone got glance CLI working with keystone?16:12
*** chomping has joined #openstack16:26
*** HowardRoark has quit IRC16:33
*** ewindisch has joined #openstack16:36
*** shaon has joined #openstack16:37
*** nerdstein has joined #openstack16:43
*** hallyn has joined #openstack16:49
zykes-hmm16:50
zykes-wonder how i can get instances running, they are like frozen in "pending"16:51
viddzykes-, restart your nova-network seems to be doing the trick for others16:51
viddif i cant add an image in glance is there another way to load images?16:53
nerdsteinhi folks, i was wondering if anyone has seen this error in nova-api.log16:53
nerdstein011-10-22 10:31:57,615 ERROR nova.wsgi [-] URI scheme not known: 'call' (from egg, config)16:53
nerdstein2011-10-22 10:31:57,615 CRITICAL nova [-] Could not load paste app 'osapi' from /etc/nova/api-paste.ini16:53
viddzykes-, now that family pizza time is appearently over...thing you might help me with my glance issue?16:54
vidd=]16:54
viddKiall, you here?17:03
*** tillmo has quit IRC17:06
*** flamboz has quit IRC17:10
robixreboot17:12
robixnm, wrong window.17:12
*** martine has joined #openstack17:12
viddhttp://docs.openstack.org/diablo/openstack-identity/admin/content/curl-examples.html does not work....can anyone help?17:15
viddcurl http://0.0.0.0:5001 works17:16
zykes-what's doesn't work with it vidd ?17:16
viddcurl -d '{"passwordCredentials":{"username": "MyAdmin", "password": "P@ssw0rd"}}' -H "Content-type: application/json" http://localhost:5001/v2.0/tokens does not17:16
viddreturns {"badRequest": {"message": "Expecting auth", "code": "400"}}17:17
*** ewindisch has quit IRC17:18
*** Tribaal is now known as Tribaal|cooking17:18
viddi replaced the username feild and password field with the proper data i added to keystone17:18
robixyes, the documentation isn't correct.  I believe the auth parameters have changed a bit.  let me look.17:18
robixlook at the bottom under "curl commands" and you will the change:17:19
robixhttps://github.com/openstack/keystone17:19
zykes-yeah17:19
viddif keystone's auth parameters have changed, wont that mess up apps that are trying to authenticate against it?17:19
robixcurl -d '{"auth": {"passwordCredentials": {"username": "joeuser", "password": "secrete"}}}' -H "Content-type: application/json" http://localhost:5000/v2.0/tokens17:20
zykes-correct robix17:20
zykes-vidd: no cause apps use the keystone middlewares from the keystone project...17:20
viddexcelent.....now i get the curl to work....17:21
viddnow how do i get glance to work with keystone?17:21
*** sdake has quit IRC17:22
robixI'm not the expert on this but I think it starts with registering a keystone service & endpointTemplate for glance.17:22
vidddone17:23
robixyou may want to look over this script that configures keystone for a basic environment, it's part of the devstack.org script: https://github.com/cloudbuilders/devstack/blob/master/files/keystone_data.sh17:24
robixyou can see how glance is registered with keystone17:24
viddthat script says "its not"17:26
viddthere is an enpoint but no credentials17:27
zykes-what endpoint do you have vidd for glance ?17:28
viddzykes-, my endpoint matches devstacks17:28
Kiall"<vidd> there is an enpoint but no credentials"17:29
Kiallthere is, L37 is the shared cred for all services17:29
*** martine has quit IRC17:30
viddKiall, right....devstack never builds credeintials for glance17:30
KiallCreds for end users, or creds for glance to talk to keystone?17:30
KiallBecause, it uses a single shared cred for nova/glance/etc to to to keystone ..17:30
Kiallyou could register 1 for each if you wanted17:30
KiallBTW - I have definitely working nova+keystone+glance+dash+etc packages built :) About to do a DC run to install them .. http://dl.dropbox.com/u/1400487/openstack.tar.gz17:33
Kiall(for oneiric)17:33
KiallSome extra stuff, like VNC and ajax console proxy are untested in those .. but I'll get them going eventually ;)17:34
viddKiall, are these .debs ?17:35
Kiallyea17:35
viddjust checking17:35
Kiallhttp://paste.ubuntu.com/716196/17:36
*** worstadmin_ has joined #openstack17:36
viddwill they kill data already input...or should i wipe my system and start fresh?17:36
KiallI would, if its only test data, start fresh since its less likely to have issues17:36
KiallI've only tested those packages on clean oneiric installs ..17:37
viddi just need to be able to show ppl it works =]17:37
KiallAlso .. since there not in an apt repo, you have to be careful about installing them..17:37
KiallIf you install keystone.deb on its own, it will end up with parts of keystone from the ubuntu repos etc17:37
viddwhen you install debs...if they fail because of dep issues, apt-get install -f fixes it17:38
Kiallyea fixes it with packages from the repos ;)17:38
KiallI used "dpkg -I bla.deb" to identify all the non openstack dependencies, and installed those first .. then did the services one at a time, starting with keystone, then glance then nova17:39
*** jblesage has quit IRC17:39
viddKiall, does it work with 32 bit?17:40
*** jblesage has joined #openstack17:40
Kiallthere are a few openstack packages in the ubuntu repos that are used, if its an OS package thats needed, and its not in that tar, then install it from the repos ..17:40
*** flamboz has joined #openstack17:40
Kiallyea - OS is written in python it works on either17:40
viddjust want to make sure your stuff doesnt *require* 64 bit =]17:41
Kiallnah, it works..17:41
viddthey wont buy me machines if i cant show them it works =\17:41
Kiallif you're in no rush, it'll be easier to install from the PPA once launchpad finally builds them ..17:42
Kiall(another 8 hours left it looks like ..)17:42
viddonce the ppa is is open, will it fix the grab wrong parts issue?17:43
Kiallyea ..17:44
*** hggdh has quit IRC17:44
viddoh...and does your stuff work with mysql database backends?17:44
Kiallyea .. it mostly sets up sqlite DBs during install, but you just need to switch the configs to mysql17:45
Kialland run the syncdb's17:45
viddwhatever the syncdbs are for each app =]17:45
viddif i can demo this stuff on mondya maybe i can have new machines by friday =]17:46
Kiallnice ;)17:46
viddi want machines from this century!17:47
KiallJust added some instructions @ https://launchpad.net/%7Emanagedit/+archive/openstack17:49
Kiall(Most likely not complete instructions)17:49
viddi hate -y apt-gets =\17:50
Kialllol17:50
Kiallthen dont copy and paste the instructions!17:50
viddya do that and next thing you know, you've installed porn_watchers_streamer =]17:51
Kialllol17:52
viddits the same reason i dont like pip installs17:52
Kiallthe PPA is good to go once this queue is empty: https://launchpad.net/~managedit/+archive/openstack/+builds?build_state=pending17:54
Kiallanyway - gotta run17:54
viddKiall, thanks for your work!17:54
KiallNo hassle17:54
*** timr has joined #openstack17:57
zykes-.rei'mk still trying to get my nova instnaces to run :(17:57
*** Eyk is now known as Eyk^off17:57
jkshopefully someone can help a newbie trying to understand openstack... how does the volume controller work its magic in openstack? are virtual machine filesystems stored on local disks on each compute node?17:58
viddzykes-, did you restart nova-networs?17:59
zykes-vidd: yeah17:59
zykes-what should i be able to see after that ?18:00
viddzykes-, you doing it thru dashboard or something else?18:00
*** nerdstein has quit IRC18:00
zykes-vidd: euca stuff18:00
viddis rabbitQM up?18:02
zykes-correct18:04
zykes-they're stuck in "pending"18:04
viddthen IDK18:04
zykes-INSTANCE        i-00000001      ami-00000001                    pending test (None, nova-01)    0               m1.tiny 2011-10-22T03:09:09Z    nova    ami-00000000    ami-0000000018:04
zykes-vishy: around ?18:04
zykes-http://paste.openstack.org/show/2828/18:05
zykes-this is in nova-scheduler.log18:05
*** robix has quit IRC18:06
*** koolhead17 has joined #openstack18:07
*** edolnx has joined #openstack18:08
koolhead17hi all18:08
*** HowardRoark has joined #openstack18:20
*** lazzurs has joined #openstack18:20
zykes-vidd: hints to where to check ? :|18:21
viddi gave you my two best guesses18:21
zykes-hehe18:21
zykes-hmm18:21
viddmy third quess is you have been doing this longer than me =]18:22
zykes-heh, not really, if you coun't in "practical" experience and not theoretical experience ;p18:22
viddzykes-, you got instaces in "pending"18:23
viddi cant even get images to get into instances to get stuck in panding =]18:24
*** sdake has joined #openstack18:32
*** lvaughn has quit IRC18:43
*** shaon has quit IRC18:47
*** hggdh has joined #openstack18:48
*** Razique has joined #openstack18:49
*** Razique_ has joined #openstack18:51
*** katkee has joined #openstack18:52
*** nerdstein has joined #openstack18:52
viddRazique,  zykes- has an issue with instances pending...can you help him out?18:53
*** Razique has quit IRC18:55
*** ziyadb has joined #openstack18:57
*** tomize has joined #openstack18:58
*** nerdstein has quit IRC19:12
viddis anyone running openstack on vanilla debian?19:12
*** nerdstein has joined #openstack19:27
*** vladimir3p has joined #openstack19:28
*** obino has quit IRC19:28
*** vidd-away has joined #openstack19:34
*** vidd-away has joined #openstack19:34
*** vidd has quit IRC19:36
*** vidd-away is now known as vidd19:36
*** jakedahn has joined #openstack19:47
nerdsteinhas anyone seen this error:19:47
nerdsteinnova.exception.ClassNotFound: Class Client could not be found: cannot import name deploy19:47
nerdsteinran this command: nova-manage service list19:48
viddyou do anything different?19:49
viddrun any updates?19:49
nerdsteinyes, i did19:50
nerdsteini was trying to install nova-volume19:50
nerdsteinlast night19:50
nerdsteinand, all hell has broken loose19:50
nerdstein:)19:50
nerdsteinit was working before i did that19:50
nerdstein(quite well as a matter of fact)19:50
vidddid you apt-get update && aptget dist-upgrade?19:50
nerdsteinvidd: do you have any suggestions?19:50
nerdsteinno19:50
nerdsteinill do that now19:50
vidddid you install nova via apt-get?19:51
nerdsteinyes19:51
nerdsteinim running the commands now19:51
viddrun this:19:51
viddsudo apt-get remove --purge nova-volume19:51
nerdsteinthat will remove nova-volume?19:52
viddand see if your stuff works again19:52
nerdsteinok...19:52
viddyes19:52
nerdsteinthen, reinstall it?19:52
viddyou installed nova-volume, things blew up19:52
nerdsteinim running the update command now19:52
nerdsteinits still flying19:53
viddthis will test if its nova-volume or nova-volume+other stuff19:53
nerdsteinill see what happens shortly here19:53
nerdsteincool ok...19:53
nerdsteingive me one second19:53
viddi cant believe i acidentally deleted my /etc dir19:54
nerdstein:(19:54
nerdsteindoh!19:55
viddi think i need a keyboard with bigger keys or get my fingers surgigly reduced =\19:55
viddand its not like you can just put it pack =\19:56
nerdsteinvidd: things are backup!!19:56
nerdsteinyea, thats a killer19:56
*** katkee has quit IRC19:57
viddi think i need to tell somebody upstairs that "commodity hardware" != "the stuff rotting away in storage"19:58
nerdsteinvidd: are you also in higher ed ;)19:58
viddnope...just a standard ed19:59
nerdsteinhehe19:59
viddeverything i know about computers i taught myself19:59
nerdsteinnice19:59
nerdsteinvidd: nova-api wont seem to load now20:00
nerdsteinthe log is not writing anything20:00
vidddid you install nova from apt-get?20:00
nerdsteinyes20:01
viddrun "sudo apt-get install --reinstall [the nova packages you installed before except nova-volume]20:02
koolhead17annegentle: around20:02
viddnerdstein, this should fix the packages nova-volume broke20:03
viddin theory20:03
nerdsteinany order?20:03
viddorder does not matter20:03
nerdsteinok20:04
nerdsteincool20:04
nerdsteintrying now20:04
nerdsteinvidd: still didnt work, it seems20:05
viddnow you have to restart them20:06
nerdsteinok20:06
viddnow...do you have a "spare" partition that is set up for LVM?20:07
nerdsteini thought i set all of that up last night20:07
nerdsteinwith nova-volumes and all20:07
viddbecause nova-volume cant run without it20:07
nerdsteinbut i checked the nova-volume log20:07
nerdsteinit said 'nova-volumes' not found20:07
nerdsteinwhich, i swore i set up20:07
nerdsteinnova-api still not loading20:08
viddnerdstein, we removed it...remember?20:08
*** sdake has quit IRC20:08
nerdsteinyes, i tried installing it fresh though20:08
nerdsteini can remove it again20:08
viddnerdstein, did you follow these instructions: http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf20:09
nerdsteinno, did not20:09
nerdsteinfollowed these...20:09
nerdsteincomment 620:09
nerdsteinhttps://answers.launchpad.net/nova/+question/13402020:09
nerdsteinand this20:10
nerdsteinhttp://docs.openstack.org/trunk/openstack-compute/admin/content/managing-volumes.html20:10
viddwhat version of ubuntu?20:10
nerdsteinnot 100% certain...20:11
vidd?20:11
nerdstein(it was set up for me)20:11
nerdsteinill find out20:11
viddlsb_release -a20:11
nerdstein11.0420:12
nerdstein"natty"20:12
*** ziyadb has quit IRC20:12
*** HowardRoark has quit IRC20:12
nerdsteinthat was what i was seeing in the apt-get messages, but i wanted to be sure20:12
viddso you are installing from the PPA's20:12
nerdsteinyes, i set up those repos20:12
*** nouse has joined #openstack20:12
viddthe link i sent you was for 11.10 so i dont know how useful it will be20:13
nerdsteinok...20:13
*** HowardRoark has joined #openstack20:13
nerdsteinvidd: it's odd that nova-api wont load though20:14
nerdsteini was working through the volume stuff, so i half expect it to be a work in progress20:14
nerdsteinbut nova-api was money20:14
nerdsteini can remove it and try again, if you recommend20:15
viddwhat does the error log say?20:15
nerdsteinnova-api doesn't show any recent errors20:15
nerdsteinshows one from three hours ago, but i don't think its relevant anymore20:15
nerdsteinafter we upgraded20:15
viddwait...this is a production machine?!?20:16
nerdsteinno, its a proof of concept i am building20:17
nerdsteinone that happened to be working before i tried to get volumes set up20:17
viddok...you said "nova-api was money"20:17
nerdsteinyea, it was working20:17
viddok...20:18
nerdsteinvidd: im open to suggestions, im a little out of my league here20:19
viddthrowing the computer out the 4th story window may make you feel better =]20:19
nerdsteinits part of an entire rack of machines, so i think that would likely piss off some folks ;)20:20
viddlook at your your nova.conf file20:20
nerdsteinok...20:20
nerdsteinim in there..20:21
viddis there any mention about volumes on it?20:21
nerdsteinnope20:22
nerdsteini dont see anything20:22
nerdsteinam i missing some configuration?20:22
*** xmltok has joined #openstack20:23
viddcan you paste it for me? take out passwords for the database of course20:24
Kiallvidd: nova+dash+glance+dash installed and running on 3 servers since I left ;)20:24
Kiall2.5 hours once its packaged correctly!20:24
viddKiall, i nuked my machine....i accidentally deleted the /etc directory20:25
nerdsteinvidd: http://pastebin.com/grHCE89120:26
*** xmltok has quit IRC20:28
*** hezekiah_ has joined #openstack20:28
viddnerdstein, looks good there20:29
nerdsteinvidd: i reviewed my volumes20:30
nerdsteincheck it out:20:30
nerdsteinhttps://skitch.com/aub17/gn2hx/skitched-20111022-16300220:30
*** obino has joined #openstack20:30
nerdsteinvidd: after doing that, nova-volume works20:31
nerdstein:)20:31
nerdsteinyay20:31
nerdsteinnova-api still not cooperative20:31
*** nerens has quit IRC20:32
viddnerdstein, that page doent work for me =\20:32
nerdsteinhang tight..20:32
nerdsteinhttps://skitch.com/aub17/gn2hu/skitched-20111022-16324720:33
nerdsteinwell, it may be irrelevant now, since nova-volume seems to work20:33
viddstill nothing =\ what the heck is this skitch anyway?20:33
nerdsteinscreenshot tool20:34
nerdsteinbarf20:34
nerdsteinsorry20:34
nerdsteinim totally stuck on this nova-api thing20:35
viddis this an all-in-one, node, or controller?20:35
nerdsteinall in one20:36
*** nerens has joined #openstack20:36
nerdsteinvidd: btw, your help much appreciated20:36
viddi dont seem to be much help20:37
nerdsteinvidd: no way, we've made progress!20:37
nerdsteini wish there was some error message generating20:38
nerdsteinit's not even doing anything20:38
viddsudo restart libvirt-bin; sudo restart nova-network; sudo restart nova-compute; sudo restart nova-api; sudo restart nova-objectstore; sudo restart nova-scheduler20:39
*** obino has quit IRC20:39
viddif any say unknown  then sudo start [app]20:40
nerdsteincool...20:41
nerdsteinyea, api still didnt load20:41
viddstupid question....did you source your novarc?20:42
nerdsteinill double check!20:42
nerdsteinyea, no dice20:42
nerdsteinvidd: thanks again20:43
nerdsteinill pick it up some later20:43
*** cmagina has quit IRC20:45
Kiallhas anyone managed to get the VNC proxy going with nova?20:47
KiallIt loads, but just see "Server Disconnected"20:47
*** nerdstein has quit IRC20:47
koolhead17has anyone managed to see VM logs via dashboard?20:48
*** Chammmmm has joined #openstack20:48
viddKiall, you have your iptables rulls set up to allow traffic through?20:48
koolhead17hey Kiall:)20:48
Kiallvidd: iptables on the node is open, and I doubt sec group rules are needed20:48
viddthats all the suggestions i have at the moment20:49
Kialllol20:49
viddim going to try a "nothing but nova" setup20:50
viddsince glance doesnt want to play nice20:51
Kiallvidd: i have the whole thing scripted bascially (based on those packages)20:51
Kiallwant em?20:51
viddon your packages?20:51
ChammmmmIn Swift the zones are separated by services right?.. If I have 4 zones for objects.. the 4 zones for containers can be totally different right?20:51
Kiallvidd: yea .. i have scripts that setup after that packages are installed20:52
notmynameChammmmm: correct. the zones are defined by the rings, and there are 3 separate rings: account, container, object20:52
viddyour ppa is still 5+ hours away20:52
Kiallbut you have the packages20:53
viddi did20:53
Chammmmmthanks! and what would be the minimum amount of zone for containers and accounts.. does it keep 3 copies of the databases... like the object service keeps 3 copies of the file?20:53
viddi told ya...i nuked my machine20:53
*** tillmo has joined #openstack20:54
Kiallah .. lol ah well20:54
viddfor some reason ubuntu has a hard time recovering from a deleted /etc directory20:55
*** clauden_ has quit IRC20:55
*** clauden has joined #openstack20:55
KiallI'd say so ;)20:55
KiallNo OOB console access?20:55
viddoob?20:56
*** clauden has quit IRC20:56
*** clauden___ has joined #openstack20:56
Kiallout of band ..20:57
Kiallmanagement card, kvm, serial console etc20:57
notmynameChammmmm: there are 3 replicas (by default, again set by the rings) for each entity. we recommend you use 4 zones minimum and probably 5 for an initial prod cluster20:58
notmynameChammmmm: ie, you want to have at least one or two handoff nodes in case of failures20:58
Chammmmmgot it.. thanks!20:59
* Kiall <3's the dashboard .. once working ;)21:00
*** jblesage has quit IRC21:00
viddKiall, i had access...just not apps...and no way to re add them21:02
*** mies has quit IRC21:04
viddand rather than spend 6 days fixing it, i reinstalled from scratch21:04
Kiallwell, if its a clean install with no existing openstack stuff .. wait for 5 hours for my PPA packages to build .. they work without a doubt21:05
Kiall(But .. its still up to you to configure the feckers)21:06
*** lvaughn has joined #openstack21:16
*** tillmo has quit IRC21:16
*** Ryan_Lane has quit IRC21:21
*** nerens has quit IRC21:26
*** Ryan_Lane has joined #openstack21:26
zykes-vidd: ?21:27
viddyes zykes-21:27
*** Chammmmm has quit IRC21:38
Kiallvidd: 4 hours left till there built!21:38
Kiall(I'm waiting on those to install another few servers .. getting annoyed)21:39
viddwhat is libasound2 and do i really HAVE to have it on a server with no sound card?21:39
Kialllol21:39
viddKiall, didnt you build a LOCAL ppa?21:40
KiallNo ..21:40
zykes-hmmm, i can't get nova to run :(21:40
viddperhaps you should =]21:40
Kiallvidd: prefer to wait, the LP build queue is normally *much* less ..21:40
viddhow long can it possibly take to build a local ppa?21:41
Kiallits less about that, and more about consistency .. want to make sure the "final" repo is good ..21:41
viddso we can wait 62 hours for the patch of a patch of a patch to finally get accepted? =]21:42
Kialllauncypad have removed over 50% of the build servers for the last few days .. so PPA's are just backing up21:42
Kialllaunchpad*21:42
*** jakedahn has quit IRC21:42
KiallProbably something to do with the mailing list archives being like a week behind at the mo aswell ..21:43
zykes-vishy: ?21:43
zykes-or any nova dev?21:43
Kiall+ when the do a release, they steal build servers for cdimage.ubuntu.com ;')21:43
Kiallanyway .. im off21:44
Kiallcyas21:44
*** MrNfector has quit IRC21:47
*** MrNfector has joined #openstack21:48
*** wilmoore has quit IRC21:55
*** ewindisch has joined #openstack21:59
*** vladimir3p has quit IRC22:05
*** Chammmmm has joined #openstack22:14
ChammmmmWhat would be usual ratio of space needed for containers/accounts servers compared to objects?22:14
*** pixelbeat has joined #openstack22:15
zykes-vidd: ?22:16
*** Ryan_Lane has quit IRC22:16
viddzykes-, im not a nova dev22:17
viddhave you tried rebooting your server?22:17
viddhave you installed anything new?22:18
viddhave you run updates?22:18
viddare your servers in sync time-wise?22:18
viddif you say "yes, no, no, yes" then I have no other suggestions zykes- ^^^^^^22:19
*** vladimir3p has joined #openstack22:20
*** fjay has joined #openstack22:22
zykes-yes to all ;p22:31
zykes-or ehm, yes no no yes22:31
viddonly other thing i found is "have you run out of resources/quota"22:33
viddsorry zykes- thats all i got22:33
viddto run euca commands as user, my user needs to be part of the nova group?22:39
*** Chammmmm has quit IRC22:45
*** xxiao has quit IRC22:49
*** mmetheny has quit IRC22:50
*** mmetheny_ has joined #openstack22:50
*** CAP4219 has joined #openstack22:55
CAP4219hola22:55
*** edolnx has quit IRC22:56
CAP4219holaaaaaaaaaaaaaaaaa22:56
CAP4219:D22:56
CAP4219o.O22:56
CAP4219?22:56
*** CAP4219 has left #openstack22:57
viddzykes-, can you run euca-describe-availability-zones verbose22:58
flambozCAP4219 Hola 123:00
zykes-sure23:02
vidddo you run them as sudo or as user?23:02
zykes-AVAILABILITYZONE        nova    available23:02
zykes-root23:02
*** kim0 has quit IRC23:04
*** wilmoore has joined #openstack23:18
*** dysinger has joined #openstack23:32
*** worstadmin_ has quit IRC23:35
*** hggdh has quit IRC23:35
*** hggdh has joined #openstack23:38
*** HowardRoark has quit IRC23:41
*** lvaughn has quit IRC23:46
*** vladimir3p has quit IRC23:48
viddYES! I have an image!23:50

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!