*** halfss has joined #openstack | 00:00 | |
*** jcooley has quit IRC | 00:01 | |
*** tms has quit IRC | 00:02 | |
*** vitiho has quit IRC | 00:04 | |
datajerk | greetings, i am trying to find out what OSes openstack has been deployed on, and their relative popularity, any pointers, links, etc… thanks | 00:04 |
---|---|---|
jasonb | I had seen a doc page (somewhere) that mentioned Ubuntu was the most supported, but Fedora was also well tested. | 00:05 |
datajerk | thanks, i'll keep scanning the docs | 00:05 |
jasonb | You're welcome | 00:05 |
*** warik has joined #openstack | 00:06 | |
*** maplebed has quit IRC | 00:07 | |
*** jtanner has quit IRC | 00:09 | |
jasonb | What goes in the file /etc/nova/nova-compute.conf ? I'm not finding doc pages that show examples of what should be in it. | 00:09 |
*** Radium has quit IRC | 00:10 | |
*** clopez has joined #openstack | 00:10 | |
*** tkleinscea has joined #openstack | 00:11 | |
*** stewart has quit IRC | 00:12 | |
*** jj0hns0n has quit IRC | 00:15 | |
*** berendt has quit IRC | 00:16 | |
*** vricci has joined #openstack | 00:16 | |
*** asavu has quit IRC | 00:18 | |
*** samkottler has quit IRC | 00:18 | |
*** jim_cooley has quit IRC | 00:19 | |
*** jcooley has joined #openstack | 00:19 | |
*** jimyeh has quit IRC | 00:20 | |
*** e1mer has joined #openstack | 00:21 | |
*** e1mer has joined #openstack | 00:21 | |
*** armax has left #openstack | 00:21 | |
*** Neptu has quit IRC | 00:22 | |
*** vitiho has joined #openstack | 00:22 | |
*** stewart has joined #openstack | 00:24 | |
*** samkottler has joined #openstack | 00:24 | |
*** Apolonio has joined #openstack | 00:25 | |
*** NaZZaX has joined #openstack | 00:26 | |
*** roge has quit IRC | 00:29 | |
*** Glace has joined #openstack | 00:29 | |
Glace | Is path= is this a valid way to implement nested folder in swift? | 00:29 |
*** belliott has joined #openstack | 00:30 | |
notmyname | no. use prefix and delimiter | 00:30 |
*** straylyon has joined #openstack | 00:31 | |
*** erivera has joined #openstack | 00:31 | |
notmyname | Glace: path is a worse way to do the subdirectory listings | 00:32 |
* notmyname really needs to update his blog post on that | 00:32 | |
notmyname | Glace: prefix + delimiter is a more general way | 00:32 |
Glace | notmyname: ok thanks :) | 00:33 |
notmyname | Glace: did you find a reference to the path query in the docs somewhere? if so, we need to take it out | 00:33 |
Glace | On your blog and for the documentation.. I will ask my guy where he found this | 00:34 |
Glace | I think it was from a cactus doc | 00:34 |
*** NaZZaX has quit IRC | 00:34 | |
*** localhost has quit IRC | 00:35 | |
Glace | http://loose-bits.com/2010/12/rackspace-cloud-files-and-pseudo.html is that a good example? | 00:35 |
*** halfss has quit IRC | 00:36 | |
*** NaZZaX has joined #openstack | 00:36 | |
*** localhost has joined #openstack | 00:37 | |
*** mnewby has joined #openstack | 00:38 | |
jasonb | The docs for configuring the dashboard say to run this command to create a keystone token: "keystone-manage token add 999888777666 admin admin 2015-02-05T00:00" .. but that doesn't work because keystone-manage doesn't recognize the command. The "keystone" program doesn't either. | 00:39 |
jasonb | http://docs.openstack.org/trunk/openstack-compute/admin/content/build-and-configure-openstack-dashboard.html#d6e4187 | 00:40 |
dolphm | jasonb: what do you need a token for? and you're using essex, right? | 00:40 |
*** sandywalsh has quit IRC | 00:41 | |
jasonb | Yes, essex.. trying to use it. The dashboard is giving me a lot of trouble. | 00:41 |
dolphm | jasonb: those instructions are for diablo :/ | 00:41 |
jasonb | Okay, well, it says it's for "trunk". | 00:41 |
notmyname | Glace: ya, the "new way" in that link is the way to go | 00:42 |
dolphm | jasonb: guess they haven't been updated... let me read | 00:42 |
jasonb | Yeah, I don't see any more recent docs for that. | 00:43 |
dolphm | jasonb: the admin token being referred to is now hardcoded into your keystone.conf | 00:43 |
*** Glace has quit IRC | 00:43 | |
dolphm | jasonb: but honestly, i'm not sure why dashboard would need that... | 00:43 |
*** Glace has joined #openstack | 00:43 | |
dolphm | jasonb: ideally you only need it to create an admin role and an admin user, then you're done with it | 00:43 |
jasonb | If I do: "nova list" I get: ERROR: 'servers' | 00:44 |
jasonb | This is currently preventing the dashboard from working. | 00:44 |
dolphm | that's vague lol | 00:44 |
jasonb | I can give you the stack trace if you want. | 00:44 |
dolphm | jasonb: oh sure | 00:44 |
*** Neptu has joined #openstack | 00:44 | |
jasonb | v | 00:44 |
jasonb | https://bugs.launchpad.net/horizon/+bug/967391 | 00:44 |
jasonb | See my last comment on that bug. | 00:44 |
*** NaZZaX is now known as nicoatcisco | 00:45 | |
*** hermy|away is now known as hermy | 00:45 | |
*** straylyon has quit IRC | 00:45 | |
*** nicoatcisco is now known as NaZZaX | 00:45 | |
dolphm | jasonb: the stack trace leads to novaclient, not horizon | 00:47 |
*** po has quit IRC | 00:47 | |
jasonb | Yes. So, horizon calls novaclient to get the server list (to show it on a web page, probably), and novaclient makes a request to nova-api asking for the list of servers, nova-api responds, and novaclient doesn't understand the response. | 00:47 |
dolphm | jasonb: that sounds accurate | 00:48 |
dolphm | jasonb: do you know what nova's response looks like? | 00:48 |
jasonb | Either the response doesn't include a "servers" element that novaclient is looking for, or the response contains "servers" and novaclient doesn't know what that is. | 00:48 |
jasonb | I'm not sure which. | 00:48 |
jasonb | I don't know how to reproduce the request, so no, I haven't seen the response eyt. | 00:48 |
jasonb | I'm not finding any curl examples showing how to make those requests. | 00:49 |
dolphm | jasonb: it looks like novaclient is expecting 'tenant_usage' (or 'servers', after your patch), and nova is sending something else | 00:49 |
dolphm | jasonb: can you start nova in debug? | 00:49 |
dolphm | nova --debug maybe? | 00:49 |
*** osier has joined #openstack | 00:49 | |
dolphm | nova-all* | 00:49 |
jasonb | ooh | 00:49 |
*** farkyoo has quit IRC | 00:50 | |
*** farkyoo has joined #openstack | 00:50 | |
*** miclorb__ has joined #openstack | 00:50 | |
*** miclorb_ has quit IRC | 00:51 | |
*** jimyeh has joined #openstack | 00:51 | |
jasonb | http://pastebin.com/5BKiRUBY | 00:52 |
jasonb | The server is responding with HTP 300 Multiple Choices for some reason. | 00:53 |
dolphm | jasonb: what URL did you give to horizon for nova? | 00:54 |
*** sandywalsh has joined #openstack | 00:54 | |
dolphm | jasonb: horizon is probably expecting you to provide a version number in the URL, because it doesn't know how to handle 300's, yet.. | 00:54 |
*** hggdh has quit IRC | 00:55 | |
jasonb | I'm not sure where to look for that. | 00:55 |
*** dwcramer has quit IRC | 00:55 | |
jasonb | But, novaclient is making a request to "GET /v2.0/servers/detail" | 00:55 |
jasonb | Is that what you mean? | 00:55 |
*** jan_bangna has joined #openstack | 00:55 | |
dolphm | jasonb: .. yep! | 00:55 |
dolphm | jasonb: hmm | 00:55 |
jasonb | (the "v2.0" part?) | 00:55 |
*** troytoman-away is now known as troytoman | 00:56 | |
dolphm | yeah | 00:56 |
dolphm | jasonb: what do you have running on 10.254.99.99:5001? | 00:56 |
dolphm | that looks like a request to keystone | 00:56 |
*** Blackavar has quit IRC | 00:57 | |
jasonb | Yes, that's keystone. | 00:57 |
jasonb | It ended up on port 5001 in my installation. | 00:57 |
*** infernix has joined #openstack | 00:57 | |
*** hggdh has joined #openstack | 00:57 | |
dolphm | jasonb: ah, i was looking at two different requests... (side note, why 5001 over 35357?) | 00:57 |
jasonb | dolphm: The reason: They're both numbers, and I have yet to see any documentation about why I should use one over the other, in each individual spot in the endpoint configuration in keystone and in each conf file value. I honestly don't know what to use there. | 00:58 |
dolphm | jasonb: 35357 is registered with icann, that's all | 00:59 |
dolphm | 5001 was an arbitrary port before we were granted one | 00:59 |
jasonb | Also, 5001 is easier to type.. and appeared to work. | 00:59 |
dolphm | nothing wrong with choosing something else, i was just curious | 00:59 |
jasonb | Okay, now I know.. after it's all installed. :) | 00:59 |
*** mnewby has quit IRC | 01:00 | |
dolphm | jasonb: anyway, 8774 is nova then? | 01:01 |
jasonb | Yep. | 01:01 |
*** osier has quit IRC | 01:01 | |
*** straylyon has joined #openstack | 01:02 | |
dolphm | jasonb: 2 sec | 01:02 |
dolphm | jasonb: what does this do? ... | 01:03 |
*** mnewby has joined #openstack | 01:03 | |
dolphm | url -H 'X-Auth-Token: 6ca402d435c5463983107fcdcc21b53d' -H 'X-Auth-Project-Id: openstackDemo' http://10.254.99.99:8774/v2.0/servers/detail | 01:03 |
dolphm | curl -H 'X-Auth-Token: 6ca402d435c5463983107fcdcc21b53d' -H 'X-Auth-Project-Id: openstackDemo' http://10.254.99.99:8774/v2.0/servers/detail | 01:03 |
dolphm | missed the 'c' on curl | 01:03 |
jasonb | Yeah, I was just writing one of those commands over here.. let me try yours.. | 01:04 |
dolphm | jasonb: you can also add -v for verbose | 01:04 |
*** jcooley has quit IRC | 01:05 | |
jasonb | {"choices": [{"status": "CURRENT", "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://10.254.99.99:8774/v2/v2.0/servers/detail", "rel": "self"}]}]} | 01:05 |
jasonb | The HTTP status code was 300 Multiple Choices. | 01:05 |
jasonb | So, the response doesn't contain "servers". | 01:05 |
dolphm | jasonb: certainly not | 01:05 |
*** livemoon has joined #openstack | 01:05 | |
dolphm | what happens if you take /servers/detail off | 01:06 |
dolphm | or even /v2.0/ as well | 01:06 |
jasonb | Which either represents a bug, or shows that the RC1 novaclient's impl doesn't match up with the RC1 nova-api impl. | 01:06 |
dolphm | (i would expect a 200 version response, and a 300 multiple choice response, respectively) | 01:06 |
dolphm | jasonb: agree | 01:06 |
dolphm | /v2/servers/detail maybe? | 01:07 |
jasonb | 404. | 01:07 |
dolphm | jasonb: to which? | 01:07 |
*** dwcramer has joined #openstack | 01:08 | |
jasonb | /v2/servers/detail | 01:08 |
dolphm | curl http://10.254.99.99:8774/ ? | 01:09 |
*** lts has quit IRC | 01:09 | |
jasonb | Now, might this be caused by my not having any servers? Or, not having some data in there that it expects to be there? | 01:09 |
dolphm | jasonb: i'm thinking your service catalog in keystone has a bad endpoint | 01:09 |
*** straylyon has quit IRC | 01:09 | |
dolphm | jasonb: which is telling horizon to make a funky request to nova | 01:10 |
jasonb | {"versions": [{"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "id": "v2.0", "links": [{"href": "http://10.254.99.99:8774/v2/", "rel": "self"}]}]} | 01:10 |
jasonb | that href looks bad. | 01:10 |
dolphm | it's /v2/ there | 01:10 |
jasonb | Dunno where it's getting that. | 01:10 |
dolphm | umm | 01:10 |
dolphm | so | 01:10 |
dolphm | curl -H 'X-Auth-Token: 6ca402d435c5463983107fcdcc21b53d' -H 'X-Auth-Project-Id: openstackDemo' http://10.254.99.99:8774/v2.0/v2/servers/detail | 01:10 |
dolphm | that's wrong | 01:11 |
dolphm | how about `keystone catalog` | 01:12 |
*** leifmadsen has quit IRC | 01:12 | |
jasonb | I'll put that on the paste server.. one sec. | 01:12 |
dolphm | jasonb: or more specifically, | 01:13 |
dolphm | keystone --os_username=adminUser --os_password=uwish --os_tenant_name=openstackDemo catalog | 01:13 |
jasonb | pastebin.com/HmTsLBCB | 01:13 |
jasonb | Yeah, I have the env vars set, so I just type keystone catalog. | 01:14 |
dolphm | cool | 01:14 |
dolphm | jasonb: keystone service-list | 01:14 |
jasonb | It's awful how many times I've had to come back to that and change it. | 01:14 |
jasonb | http://pastebin.com/qHC8ErsY | 01:15 |
dolphm | jasonb: keystone endpoint-list | 01:16 |
*** alrs has quit IRC | 01:17 | |
jasonb | So far that command is hanging. | 01:18 |
dolphm | .. boo | 01:18 |
*** benthomasson has joined #openstack | 01:18 | |
dolphm | i've never seen it hang | 01:18 |
jasonb | First, it told me I wasn't authorized. | 01:19 |
dolphm | can you paste `env | grep OS_` | 01:19 |
dolphm | and `env | grep SERVICE_` | 01:19 |
jasonb | oh wait, that time it went through.. one sec. | 01:19 |
*** e1mer has quit IRC | 01:20 | |
*** erivera has quit IRC | 01:20 | |
*** paulstallworth has joined #openstack | 01:20 | |
*** benthomasson has quit IRC | 01:20 | |
*** dendrobates is now known as dendro-afk | 01:22 | |
jasonb | http://pastebin.com/EESuG3qr | 01:23 |
dolphm | jasonb: awesome ... looking through it | 01:24 |
jasonb | thanks! | 01:24 |
*** dpippenger has quit IRC | 01:25 | |
dolphm | jasonb: keystone endpoint-delete 65b9cfdee84541d4998aebe26cc9c234 | 01:25 |
dolphm | jasonb: keystone endpoint-delete 78932728659b4e54ab8770652cfa70ac | 01:25 |
*** tjikkun has quit IRC | 01:25 | |
jasonb | No handlers could be found for logger "keystoneclient.client" | 01:26 |
jasonb | Unable to delete endpoint. | 01:26 |
jasonb | Same on both. | 01:26 |
jasonb | Maybe there's a way to do that in mysql? | 01:27 |
*** spiffxp has quit IRC | 01:27 | |
dolphm | try with keystone --token=ADMIN --endpoint=http://10.254.99.99:5001/v2.0/ endpoint-delete 65b9cfdee84541d4998aebe26cc9c234 | 01:27 |
jasonb | Same answer. | 01:28 |
jasonb | The server gives back a 404 not found to the keystone client. | 01:28 |
dolphm | jasonb: it looks like you've created the same endpoints repeatedly (running a script, maybe?), sometimes with bad values | 01:29 |
jasonb | Hmm, I thought it was simply overwriting with new values each time. | 01:30 |
*** zhenhua has quit IRC | 01:30 | |
jasonb | I could nuke my keystone db and start over if that makes the most sense. | 01:30 |
dolphm | jasonb: endpoints aren't unique in any way, so it'll create them all day without complaint | 01:30 |
jasonb | Well, you specify which service you're making an endpoint for.. but okay. | 01:31 |
dolphm | jasonb: i don't understand why you can't delete, but that would work | 01:31 |
dolphm | jasonb: there's no restrictions on the number of endpoints you could create for a service | 01:31 |
jasonb | Is there an easy way to nuke the keystone db? | 01:31 |
jasonb | I forget if it has its own database in mysql. | 01:31 |
jasonb | yeah, that would explain it. | 01:32 |
dolphm | jasonb: in keystone.conf, did you specify mysql or sqlite? | 01:32 |
dolphm | sqlite would be the default | 01:32 |
jasonb | It's mysql. | 01:32 |
dolphm | jasonb: then you'd have to do it through the mysql client | 01:33 |
dolphm | truncate / drop the db | 01:33 |
jasonb | Yeah, doing that now. | 01:33 |
dolphm | jasonb: and then `keystone-manage db_sync` again if you're dropping | 01:33 |
*** DavidLevin has quit IRC | 01:35 | |
uvirtbot | New bug: #968771 in openstack-manuals "need clearer description on live migration part of manual" [Undecided,New] https://launchpad.net/bugs/968771 | 01:35 |
jasonb | Okay, now I need to create everything new again. | 01:36 |
*** jan_bangna has quit IRC | 01:38 | |
dolphm | jasonb: stepping away for a minute | 01:38 |
jasonb | ok | 01:38 |
*** tjikkun has joined #openstack | 01:38 | |
*** DavidLevin has joined #openstack | 01:39 | |
*** jan_bangna has joined #openstack | 01:40 | |
*** warik has quit IRC | 01:44 | |
*** DavidLevin has quit IRC | 01:47 | |
*** DavidLevin has joined #openstack | 01:49 | |
*** ahasenack has quit IRC | 01:53 | |
*** judd7 has joined #openstack | 01:55 | |
jasonb | Does the admin user need to be named 'admin'? | 01:55 |
jasonb | The example calls it admin in one part, then calls it adminUser in another part. | 01:55 |
uvirtbot | New bug: #968781 in openstack-ci "Offer staged content and link to built docs for reviews" [Undecided,New] https://launchpad.net/bugs/968781 | 01:55 |
jasonb | s/example/doc page/ | 01:55 |
dolphm | jasonb: no, the important part is the role | 01:57 |
dolphm | which is defined in your policy.json (and is 'admin' by default) | 01:58 |
jasonb | Okay. | 01:58 |
dolphm | jasonb: you can have lots of admin users | 01:58 |
*** cctrieloff has joined #openstack | 02:00 | |
*** Blackavar has joined #openstack | 02:05 | |
dolphm | jasonb: how goes it? | 02:06 |
jasonb | Almost done. | 02:06 |
dolphm | jasonb: i'd be curious to see your new endpoint-list when you're done | 02:06 |
jasonb | I sure hope the other databases don't record nor depend on the user and role and tenant IDs that are in the keystone db.. | 02:06 |
dolphm | jasonb: you could certainly have orphaned entities in nova | 02:07 |
dolphm | jasonb: or swift | 02:07 |
jasonb | I don't have swift yet. | 02:07 |
jasonb | Nova's db I suppose we can nuke and start over. | 02:07 |
dolphm | jasonb: i wouldn't worry about it | 02:07 |
*** cctrieloff has quit IRC | 02:07 | |
*** jimyeh has quit IRC | 02:07 | |
dolphm | jasonb: unless you want it to be clean | 02:07 |
*** roge has joined #openstack | 02:10 | |
*** jdg has joined #openstack | 02:11 | |
*** livemoon has left #openstack | 02:11 | |
*** tuf8 has joined #openstack | 02:11 | |
*** mikeyp has left #openstack | 02:14 | |
*** roge has quit IRC | 02:15 | |
jasonb | I looked again at keystone endpoints and I goofed the admin URL of the glance endpoint (the others look correct). And, I can't delete it again. But, it's just that admin endpoint url. | 02:15 |
jasonb | err, nova endpoints | 02:15 |
dolphm | what's the value? | 02:15 |
dolphm | that's the one causing the issue before :P | 02:16 |
jasonb | http://10.254.99.99:8773/v2.0 | 02:16 |
*** erkules has quit IRC | 02:16 | |
*** mnewby has quit IRC | 02:16 | |
*** erkules has joined #openstack | 02:17 | |
jasonb | The good news is: this time I saved all of my commands and I can redo them relatively easily if I need to. | 02:17 |
jasonb | It's just all the by-hand ID inserting all over that hurts. | 02:17 |
jasonb | No way to modify an endpoint URL after it was created? | 02:18 |
dolphm | jasonb: you should certainly be able to delete and create them | 02:18 |
dolphm | jasonb: there's no update for service or endpoints -- not sure why | 02:19 |
jasonb | I'll just modify the one column in mysql.. *sigh* | 02:19 |
*** roge has joined #openstack | 02:19 | |
dolphm | http://10.254.99.99:8774/v2 | 02:20 |
dolphm | jasonb: i'm trying to reproduce not being able to delete them | 02:20 |
jasonb | Okay, I fixed mine. | 02:23 |
jasonb | mysql to the rescue. | 02:23 |
*** wonk has joined #openstack | 02:24 | |
dolphm | alright, so what's your endpoint list now? | 02:24 |
jasonb | Putting it on a paste server.. | 02:24 |
*** bbcmicrocomputer has quit IRC | 02:25 | |
jasonb | http://pastebin.com/usKNvE3k | 02:26 |
*** osier has joined #openstack | 02:26 | |
dolphm | jasonb: A) nova endpoint is still wrong, B) no tenant ID parameters? | 02:30 |
jasonb | A) Wrong in which way? | 02:30 |
dolphm | drop the .0 | 02:30 |
dolphm | i'm pretty sure nova went from v1.0 -> v1.1 -> v2 | 02:31 |
jasonb | Well, hmm. | 02:31 |
*** rnorwood has joined #openstack | 02:31 | |
dolphm | jasonb: but i think all three nova endpoints should look like /v2/$(tenant_id)s | 02:32 |
jasonb | thinking back about why I had it configured that way, someone in here told me to make sure it said 'v2.0' instead of 'v2'. | 02:32 |
jasonb | I'll change it to be 'v2'.. but I think that also means I have to spend the next day changing every config file for everything to say v2 instead of v2.0. | 02:32 |
dolphm | if it's wrong, it's not wrong because it's configured that way -- those version routes are hardcoded into nova | 02:33 |
jasonb | Maybe querying nova with v2.0 was working, but other services weren't working that way? | 02:33 |
*** samkottler has quit IRC | 02:33 | |
jasonb | Yeah, I don't understand that either, since the URLs are in config files. | 02:34 |
jasonb | So, change it all to 'v2'? | 02:34 |
dolphm | jasonb: this is what devstack sets up https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates | 02:35 |
dolphm | :8774/v2/$(tenant_id)s | 02:35 |
jasonb | Well, these are inconsistent though. | 02:36 |
jakkudanieru | Hi all, I would like to have storage consistency on some mysql instance dedicated openstack servers and I was wondering if it would be possible to set nova-volume as storage on each local openstack server | 02:36 |
dolphm | jasonb: how so? | 02:36 |
jasonb | keystone urls in there say 'v2.0'. | 02:36 |
dolphm | jasonb: that's correct | 02:36 |
*** spiffxp has joined #openstack | 02:36 | |
jasonb | So it's only the nova ones and the ec2 ones that I have wrong I think. | 02:37 |
dolphm | the next version of keystone will be /v3/ | 02:37 |
dolphm | we're a bit behind the popular kids | 02:37 |
*** e-vad has left #openstack | 02:37 | |
*** judd7 has quit IRC | 02:37 | |
jasonb | I suppose instead of repeatedly guessing wrong, and redoing it, it would help if I could see what my nova endpoints output is supposed to look like. | 02:38 |
jasonb | That should be a page in the docs. | 02:38 |
dolphm | http://10.254.99.99:8774/v2/$(tenant_id)s | 02:38 |
dolphm | jasonb: yes i agree, i'll make a note | 02:38 |
jasonb | In fact, it should be a page shown before any of those endpoint-create commands are supposed to be run. | 02:39 |
dolphm | jasonb: or you can open a bug :) | 02:39 |
jasonb | The ones you're talking about are just the nova ones? | 02:39 |
jasonb | (and leave the others alone?) | 02:39 |
jasonb | I think my nova and ec2 URLs are wrong. | 02:39 |
dolphm | jasonb: you need to change both | 02:40 |
dolphm | jasonb: i'm more worried about your nova endpoint to get past the bug you're having | 02:40 |
jasonb | Okay, one sec. | 02:41 |
jasonb | So what should be on the end of the ec2 urls? /services or /services/[Cloud|Admin] ? | 02:45 |
dolphm | jasonb: publicURL = http://10.254.99.99:8773/services/Cloud | 02:46 |
dolphm | jasonb: admin = http://10.254.99.99:8773/services/Admin | 02:46 |
dolphm | jasonb: internal = http://10.254.99.99:8773/services/Cloud | 02:46 |
jasonb | ok. | 02:46 |
dolphm | the difference between public and internal is usually the network interface, nothing else | 02:46 |
dolphm | admin could be a separate network, port and/or path | 02:47 |
*** NaZZaX has quit IRC | 02:47 | |
jasonb | http://pastebin.com/bCX2pgpV | 02:50 |
dolphm | jasonb: nova endpoints are still missing tenant parameters? | 02:50 |
jasonb | Oh, interesting. So, these are not static strings, they're interpreted and can have tokens replaced? | 02:51 |
dolphm | not tokens, but yes | 02:51 |
dolphm | they're interpreted by keystone | 02:51 |
*** roge has quit IRC | 02:51 | |
dolphm | and given context based on the requesting user | 02:51 |
*** avoine has quit IRC | 02:51 | |
jasonb | ahh, not 'keystone tokens' right.. tokens in the token replacement sense of the word.. | 02:51 |
dolphm | requesting user's tenant* | 02:51 |
jasonb | Okay, hmm, so you wrote one up there like this: http://10.254.99.99:8774/v2/$(tenant_id)s | 02:52 |
dolphm | jasonb: that's it | 02:52 |
jasonb | Okay. I'll put that in exactly like that.. notice that this is the very first time I've seen that written anywhere. | 02:53 |
dolphm | jasonb: yeah, we need to turn https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates into a real doc | 02:53 |
dolphm | jasonb: docs are my project for next week :) | 02:53 |
dolphm | jasonb: so i'm taking lots of notes today | 02:53 |
*** chasmo has quit IRC | 02:55 | |
jasonb | http://pastebin.com/PQKYrGDn | 02:56 |
jasonb | It already performed the replacement of the ending thing on those URLs. | 02:57 |
dolphm | jasonb: yay! those are your tenant ID's | 02:57 |
jasonb | Oh man. | 02:57 |
jasonb | Okay, so now what should I do with nova? Should I redo the db? | 02:57 |
dolphm | jasonb: i'd leave it unless you have a problem with it, or you've allocated resources with it already | 02:58 |
jasonb | I guess I could redo it later if it's a problem. | 02:58 |
jasonb | (or modify the data) | 02:58 |
*** dtroyer is now known as dtroyer_zzz | 02:58 | |
jasonb | ooh, "nova list" now works! | 02:59 |
dolphm | jasonb: YAY | 02:59 |
*** natea has joined #openstack | 02:59 | |
jasonb | I'm trying the dashboard, and running into perms problems, fixing.. | 03:01 |
*** judd7 has joined #openstack | 03:02 | |
dolphm | anything specific? | 03:02 |
*** hugokuo has left #openstack | 03:02 | |
jasonb | /var/www/.novaclient (permission denied in there) | 03:03 |
*** kubicek has quit IRC | 03:04 | |
*** kubicek has joined #openstack | 03:04 | |
*** adjohn has joined #openstack | 03:05 | |
jasonb | and I had to back out my other change for that bug.. | 03:06 |
jasonb | Next, I can log into the dashboard and load the first page.. but then I clicked on a tab and got: Error: You are not authorized to access /syspanel/instances/ | 03:06 |
jasonb | (the "Instances" tab) | 03:06 |
jasonb | every tab does that. | 03:07 |
dolphm | are you logging in as a user with the admin role? | 03:08 |
*** samkottler has joined #openstack | 03:09 | |
*** pixelbeat has quit IRC | 03:09 | |
*** samkottler has quit IRC | 03:09 | |
dolphm | jasonb: ^ | 03:09 |
*** samkottler has joined #openstack | 03:09 | |
jasonb | Yes. | 03:09 |
jasonb | user: adminUser and that's the user I added the 'admin' role to. | 03:09 |
jasonb | I should probably restart lots of daemons though, right? | 03:10 |
dolphm | jasonb: shouldn't need to, other than keystone | 03:10 |
jasonb | I restarted apache2 multiple times already. Maybe also keystone.. (I'll restart that again) I think I only didn't restart all the nova daemons. | 03:10 |
dolphm | after it got a shiny new db | 03:10 |
*** dtroyer_zzz is now known as dtroyer | 03:12 | |
jasonb | ServiceCatalogException at /nova/instances_and_volumes/ | 03:14 |
jasonb | Invalid service catalog service: volume | 03:14 |
dolphm | jasonb: you didn't have a volume entry | 03:14 |
dolphm | type=volume | 03:15 |
dolphm | http://YOUR_IP:8776/v1/$(tenant_id)s | 03:15 |
dolphm | same for internal, admin and public | 03:15 |
jasonb | I'm not sure what you'd like me to change. | 03:16 |
dolphm | jasonb: add a new service (type=volume) and an endpoint for it | 03:16 |
jasonb | okay. | 03:16 |
jasonb | That's also missing from the installation docs. | 03:17 |
dolphm | service-create --name='Nova Volume... or whatever you prefer' --type=volume | 03:17 |
dolphm | yeah, volumes are new for essex | 03:17 |
*** Gordonz has joined #openstack | 03:17 | |
dolphm | sorta | 03:17 |
dolphm | i think something existed around diablo | 03:17 |
jasonb | --name=Volume ? | 03:18 |
dolphm | sure | 03:18 |
dolphm | the name is personal preference | 03:18 |
*** jdg has quit IRC | 03:19 | |
*** tkleinscea has left #openstack | 03:19 | |
*** mjfork has quit IRC | 03:21 | |
*** NaZZaX has joined #openstack | 03:21 | |
jasonb | http://pastebin.com/ZEUyn3TE | 03:22 |
*** Gordonz has quit IRC | 03:23 | |
*** jan_bangna has quit IRC | 03:23 | |
dolphm | jasonb: i think that's good | 03:24 |
jasonb | Now I'm getting: NotFound: Unable to communicate with identity service: 404 Not Found | 03:24 |
jasonb | andrewsben: Error: You are not authorized to access /syspanel/ | 03:25 |
*** rnorwood has quit IRC | 03:25 | |
dolphm | jasonb: anything more specific in the keystone log? | 03:25 |
dolphm | or horizon log | 03:25 |
jasonb | The keystone log looks happy.. gives a 200 OK on a GET /v2.0/tokens/855c3a1483bd4b9999e1d12caebb1180 | 03:28 |
*** NaZZaX has quit IRC | 03:28 | |
*** NaZZaX has joined #openstack | 03:28 | |
dolphm | no 404's? | 03:28 |
jasonb | The apache log just says this at the end: Thu Mar 29 20:23:32 2012] [error] DEBUG:openstack_dashboard.settings:Running in debug mode without debug_toolbar. | 03:29 |
jasonb | Looks like farther back in the keystone log there are 404s.. | 03:30 |
dolphm | paste? | 03:30 |
jasonb | Those are like 30 mins ago. | 03:30 |
dolphm | ah | 03:30 |
dolphm | maybe its not hitting keystone at all then | 03:30 |
dolphm | although something has to return a 404 | 03:30 |
jasonb | well, actually not 30 mins. | 03:30 |
jasonb | 2012-03-29 20:21:03 DEBUG [eventlet.wsgi.server] 10.254.99.99 - - [29/Mar/2012 20:21:03] "GET /v2.0/users HTTP/1.1" 404 176 0.003695 | 03:31 |
jasonb | It's like 10 mins ago now. | 03:32 |
dolphm | jasonb: the only way that could return a 404 is if it's trying to hit the admin api of keystone (5001) but it's using the public port (5000) | 03:33 |
jasonb | publicURL | http://10.254.99.99:5001/v2.0 | 03:34 |
jasonb | 5001.. not 5000 | 03:34 |
dolphm | jasonb: in your endpoint list, you have 5001 for all three ports, which is technically wrong (only admin should be 5001, public and internal should be 5000), but wouldn't cause this problem | 03:34 |
jasonb | That's also not in the docs. | 03:35 |
dolphm | what's your OPENSTACK_KEYSTONE_URL in horizon config? | 03:35 |
jasonb | OPENSTACK_KEYSTONE_URL = "http://localhost:5001/v2.0" | 03:36 |
dolphm | i would assume that should be 5000 | 03:36 |
dolphm | although, again, that shouldn't cause it to fail, that's just for increased security | 03:36 |
dolphm | what's the first section of your keystone.conf? | 03:36 |
dolphm | [DEFAULT] | 03:36 |
dolphm | bind_host, public_port, admin_port, compute_port | 03:37 |
jasonb | public_port = 5001 | 03:37 |
jasonb | admin_port = 35357 | 03:37 |
jasonb | admin_token = ADMIN | 03:37 |
jasonb | compute_port = 8774 | 03:37 |
dolphm | ooooooooh | 03:37 |
dolphm | now i understand! | 03:37 |
dolphm | lol | 03:38 |
* jasonb doesn't get it. | 03:38 | |
dolphm | i'm actually laughing and trying to figure out how to explain my way out of this one | 03:38 |
dolphm | i guess i'll start with a quick history lesson | 03:38 |
jasonb | ok | 03:38 |
dolphm | keystone use to use port 5000 for it's default public port, and 5001 as it's default admin port | 03:39 |
dolphm | we were then granted 35357 by icann | 03:39 |
dolphm | so we moved 5001 to 35357 | 03:39 |
dolphm | so, now the defaults are 5000 and 35357 | 03:39 |
*** oNeToWn has joined #openstack | 03:40 | |
dolphm | so, you changed your public port 5000 to our old admin port 5001, while i assumed you had changed our new admin oprt 35357 to our old admin port 5001 | 03:40 |
dolphm | if that makes sense to you, the only change you actually need to make is to your keystone admin url endpoint -- change the port to 35357, cause that's actually what you have keystone.conf configured to run on | 03:41 |
jasonb | Nope. I thought they were supposed to be on different IP addresses, or maybe people over there just liked to put lots of different ports on the same service for some reasno, so I simplified the configs for myself and made them all the same IP:port combo. | 03:41 |
uvirtbot | New bug: #968830 in nova ""nova volume-create help" should be "nova help volume-create"" [Undecided,New] https://launchpad.net/bugs/968830 | 03:41 |
jasonb | Your docs steered me into choosing 5001. | 03:41 |
jasonb | docs and/or default configs. | 03:41 |
*** adjohn has quit IRC | 03:42 | |
dolphm | i've made another note to hunt down all mentions of 5001 lol | 03:42 |
jasonb | hmm, well, I hope changing that doesn't mean I have to change lots of config files, but maybe not. | 03:42 |
* jasonb changing the service endpoint url .. again. | 03:43 | |
dolphm | you could deploy keystone across two different IP's if you wanted the admin interface to be extra secure | 03:43 |
dolphm | jasonb: if you consistently changed 5000 to 5001, the admin identity endpoint is the only 5001 you should have to change to 35357 | 03:43 |
*** adjohn has joined #openstack | 03:44 | |
*** blue999 has joined #openstack | 03:44 | |
*** judd7 has quit IRC | 03:46 | |
*** rnorwood has joined #openstack | 03:46 | |
*** oNeToWn has quit IRC | 03:47 | |
jasonb | Error: You are not authorized to access /syspanel/services/ | 03:47 |
*** Ryan_Lane has joined #openstack | 03:48 | |
dolphm | jasonb: did you restart keystone? | 03:48 |
jasonb | Yes. | 03:48 |
dolphm | and maybe horizon (session persistence?) | 03:48 |
jasonb | I restarted apache2. | 03:48 |
jasonb | I'm guessing that's what you mean by restarting horizon. | 03:48 |
*** Ryan_Lane has quit IRC | 03:49 | |
dolphm | yeah | 03:49 |
jasonb | AHH | 03:49 |
dolphm | ? | 03:49 |
jasonb | I explicitly clicked the Sign Out and tried again. | 03:49 |
jasonb | Now it appears to be working, for the first time. | 03:49 |
dolphm | new session? :D | 03:49 |
dolphm | \o/ | 03:49 |
*** Glace has quit IRC | 03:49 | |
jasonb | Error: You are not authorized to access /syspanel/images/images/ | 03:50 |
dolphm | jasonb: does other stuff work? | 03:50 |
*** Glace has joined #openstack | 03:50 | |
jasonb | Nope, it's sort of deciding not to work again. | 03:51 |
jasonb | Error: You are not authorized to access /syspanel/instances/ | 03:51 |
*** nelson1234 has joined #openstack | 03:51 | |
jasonb | Error: You are not authorized to access /syspanel/ | 03:52 |
dolphm | jasonb: keystone tenant-list, user-list? | 03:52 |
jasonb | http://fpaste.org/sFFp/ | 03:54 |
dolphm | user-list | 03:54 |
jasonb | oh | 03:55 |
dolphm | and role-list while you're at it :) | 03:55 |
*** oNeToWn has joined #openstack | 03:55 | |
jasonb | http://fpaste.org/BU9c/ | 03:55 |
jasonb | http://fpaste.org/OaUd/ | 03:56 |
dolphm | jasonb: keystone role-list --user e643c88aeb334b1ebc1831ef8e35e862 --tenant 5333ec52bd0a47cba1058cac0b632c1a | 03:56 |
dolphm | jasonb: keystone role-list --user e643c88aeb334b1ebc1831ef8e35e862 --tenant_id 5333ec52bd0a47cba1058cac0b632c1a | 03:56 |
*** jimyeh has joined #openstack | 03:57 | |
jasonb | http://fpaste.org/fw7j/ | 03:58 |
*** oNeToWn has quit IRC | 03:59 | |
dolphm | jasonb: did you change policy.json? | 03:59 |
jasonb | "admin_required": [["role:admin"], ["is_admin:1"]] | 04:00 |
jasonb | I don't think so. Doesn't look modified. | 04:00 |
dolphm | hmm | 04:00 |
dolphm | nope | 04:00 |
*** dwcramer has quit IRC | 04:01 | |
* jasonb restarting literally everything | 04:01 | |
jasonb | Nope. Still errors. | 04:02 |
*** negronjl has joined #openstack | 04:02 | |
*** mnewby has joined #openstack | 04:03 | |
*** natea has quit IRC | 04:03 | |
dolphm | jasonb: i think you might need someone with more horizon experience :/ | 04:03 |
*** miclorb__ has quit IRC | 04:03 | |
dolphm | jasonb: or i'd need some time to dig into why it would throw authz errors when you are clearly an admin | 04:03 |
jasonb | Maybe I need to delete cookies. | 04:04 |
dolphm | never hurts, i do web app testing in private browsing mode for that reason | 04:04 |
dolphm | / incognito | 04:05 |
jasonb | yeah. | 04:05 |
jasonb | ooh.. Forbidden (403) | 04:06 |
jasonb | CSRF verification failed. Request aborted. | 04:06 |
dolphm | from a fresh login? | 04:06 |
jasonb | Well, got the login page, went & cleared cookies, then tried to log into that page.. --> CSRF verification failure. | 04:07 |
jasonb | Probably shouldn't do that on the login page though. *shrug* | 04:07 |
jasonb | Maybe. | 04:07 |
dolphm | yeah, you'd need to refresh the login page after clearing cookies | 04:08 |
jasonb | But, clearing the cookies didn't work. | 04:08 |
dolphm | what browser are you using? | 04:08 |
jasonb | I log in fine, then click any tab. That shows me an error string on the login page again, saying to log in to continue. Then I log in, and I go to the page whose tab I had clicked (loads fine). | 04:08 |
jasonb | Firefox 11.0.. but I also tried this in Chrome and it's also broken there. | 04:09 |
dolphm | did you try starting a private session in firefox? | 04:09 |
jasonb | Well.. actually.. | 04:09 |
dolphm | tools -> start private browsing, i think? | 04:10 |
dolphm | it's been a while since i've used ff | 04:10 |
jasonb | I just logged in via chrome, clicked Sign Out. Then, logged back in, then I can click around .. in chrome. | 04:10 |
jasonb | (works) | 04:10 |
dolphm | cool | 04:10 |
jasonb | oh, woops.. then after typing that to you, I went back to chrome and clicked a tab, and got the error again. | 04:10 |
jasonb | Error: You are not authorized to access /syspanel/instances/ | 04:11 |
*** NaZZaX has quit IRC | 04:11 | |
*** NaZZaX has joined #openstack | 04:11 | |
dolphm | do you have a really short token expiration set? | 04:11 |
dolphm | keystone.conf [token] expiration (default is 86400 seconds) | 04:12 |
jasonb | Error: Please log in to continue. | 04:12 |
jasonb | expiration = 86400 | 04:13 |
jasonb | Seems to be intermittent. | 04:13 |
jasonb | On Firefox it happens basically every click. | 04:14 |
dolphm | i'd say file a bug with horizon :/ | 04:15 |
dolphm | i'm skimming through the authorization stuff in horizon, but this is all new to me | 04:15 |
jasonb | yeah. | 04:16 |
jasonb | On chrome, I can almost use it.. annoying that I have to keep logging in, but I might be able to make it do things. | 04:16 |
dolphm | i'll be online for an hour (maybe) in the morning, and then i'm traveling for the rest of the day basically | 04:17 |
dolphm | but i'll try to check back in | 04:17 |
jasonb | Okay. Well, THANKS for helping so much!! | 04:18 |
jasonb | I think I'll file a horizon bug. | 04:18 |
dolphm | np! | 04:19 |
jasonb | (and let them take it from there) | 04:19 |
jasonb | Hopefully my installation works now. | 04:19 |
jasonb | (otherwise) | 04:19 |
dolphm | i'll write you some docs next week, for future reference :) | 04:19 |
jasonb | heh. Cool! I'm sure others will find those useful. | 04:20 |
jasonb | (new installs) | 04:20 |
*** hermy is now known as hermy|away | 04:20 | |
*** NaZZaX has quit IRC | 04:20 | |
jasonb | Okay, I'm going to head out as well. Thanks again! | 04:20 |
*** NaZZaX has joined #openstack | 04:21 | |
uvirtbot | New bug: #968843 in nova "connection leak in rpc connection pool" [Undecided,New] https://launchpad.net/bugs/968843 | 04:21 |
dolphm | if you haven't read devstack, there's probably lots to learn in there :) http://devstack.org/stack.sh.html | 04:21 |
dolphm | jasonb: night! | 04:21 |
jasonb | Hmm, I hadn't seen that. | 04:21 |
jasonb | I always start with installing debs because I know how to deal with that. | 04:21 |
*** BalleS_ has joined #openstack | 04:21 | |
dolphm | jasonb: i don't blame you :) | 04:22 |
*** rnorwood has quit IRC | 04:22 | |
*** dolphm has quit IRC | 04:25 | |
*** erivera has joined #openstack | 04:25 | |
*** e1mer has joined #openstack | 04:25 | |
*** Susanne-Balle has quit IRC | 04:25 | |
*** hingo_ has quit IRC | 04:25 | |
*** cryptk|offline is now known as cryptk | 04:28 | |
*** philips has quit IRC | 04:31 | |
*** philips has joined #openstack | 04:32 | |
*** Blackavar has quit IRC | 04:33 | |
*** rodlabs_ has joined #openstack | 04:35 | |
*** rodlabs has quit IRC | 04:35 | |
*** rodlabs_ is now known as rodlabs | 04:35 | |
*** adjohn has quit IRC | 04:36 | |
*** rodlabs_ has joined #openstack | 04:37 | |
*** rodlabs has quit IRC | 04:37 | |
*** rodlabs_ is now known as rodlabs | 04:37 | |
*** rodlabs_ has joined #openstack | 04:38 | |
*** rodlabs has quit IRC | 04:38 | |
*** rodlabs_ is now known as rodlabs | 04:38 | |
*** paulstallworth has quit IRC | 04:38 | |
*** vricci has quit IRC | 04:38 | |
*** jasonb has quit IRC | 04:39 | |
*** rodlabs_ has joined #openstack | 04:39 | |
*** rodlabs has quit IRC | 04:39 | |
*** rodlabs_ is now known as rodlabs | 04:39 | |
uvirtbot | New bug: #968850 in horizon "intermittent errors and login page" [Undecided,New] https://launchpad.net/bugs/968850 | 04:41 |
*** cstachris has joined #openstack | 04:42 | |
*** egant has joined #openstack | 04:46 | |
*** ldlework has quit IRC | 04:53 | |
*** Billy_Way has joined #openstack | 04:54 | |
*** arBmind has joined #openstack | 04:55 | |
*** gyee has quit IRC | 04:57 | |
*** sdake has quit IRC | 04:58 | |
*** jimyeh has quit IRC | 05:00 | |
*** jimyeh has joined #openstack | 05:01 | |
*** samkottler has quit IRC | 05:02 | |
*** hattwick has quit IRC | 05:02 | |
*** blue999 has quit IRC | 05:04 | |
*** tmichael has quit IRC | 05:09 | |
*** tmichael has joined #openstack | 05:10 | |
*** mnewby_ has joined #openstack | 05:18 | |
*** mnewby has quit IRC | 05:21 | |
*** mnewby_ is now known as mnewby | 05:21 | |
*** Drakiz has quit IRC | 05:22 | |
*** jan_bangna has joined #openstack | 05:22 | |
*** cstachris has quit IRC | 05:27 | |
*** dubsquared has quit IRC | 05:32 | |
*** micadeyeye has joined #openstack | 05:37 | |
*** mnewby has quit IRC | 05:39 | |
*** Drakiz has joined #openstack | 05:39 | |
*** Blackavar has joined #openstack | 05:44 | |
*** oNeToWn has joined #openstack | 05:52 | |
*** jan_bangna has quit IRC | 05:52 | |
*** farkyoo has quit IRC | 05:54 | |
*** farkyoo has joined #openstack | 05:54 | |
uvirtbot | New bug: #968865 in nova "volume-create and volume-snapshot-create do not display the object that is created" [Undecided,New] https://launchpad.net/bugs/968865 | 05:56 |
uvirtbot | New bug: #968868 in nova "Volume snapshot deletion is slow and painful" [Undecided,New] https://launchpad.net/bugs/968868 | 05:56 |
*** jimyeh has quit IRC | 05:59 | |
*** po has joined #openstack | 05:59 | |
*** jan_bangna has joined #openstack | 06:00 | |
*** oNeToWn has quit IRC | 06:03 | |
*** po has quit IRC | 06:04 | |
*** jimyeh has joined #openstack | 06:09 | |
*** Ryan_Lane has joined #openstack | 06:10 | |
*** nijaba has quit IRC | 06:16 | |
*** melmoth has joined #openstack | 06:17 | |
*** mindpixel has joined #openstack | 06:21 | |
*** rgoodwin_ has joined #openstack | 06:22 | |
*** Glace has quit IRC | 06:23 | |
*** matiu has quit IRC | 06:23 | |
*** bilal has quit IRC | 06:23 | |
*** reed has quit IRC | 06:23 | |
*** bourke has quit IRC | 06:23 | |
*** kozze89 has quit IRC | 06:23 | |
*** TheSoupboy has quit IRC | 06:23 | |
*** btorch has quit IRC | 06:23 | |
*** taihen has quit IRC | 06:23 | |
*** fvollero has quit IRC | 06:23 | |
*** derrick has quit IRC | 06:23 | |
*** tobin has quit IRC | 06:23 | |
*** henderb has quit IRC | 06:23 | |
*** rocambole has quit IRC | 06:24 | |
*** rocambole has joined #openstack | 06:25 | |
*** rgoodwin has quit IRC | 06:25 | |
*** rgoodwin_ is now known as rgoodwin | 06:25 | |
*** Kyril has quit IRC | 06:26 | |
*** spiffxp_ has joined #openstack | 06:27 | |
*** spiffxp has quit IRC | 06:28 | |
*** spiffxp_ is now known as spiffxp | 06:28 | |
*** Ryan_Lane has quit IRC | 06:28 | |
*** adjohn has joined #openstack | 06:28 | |
*** arBmind has quit IRC | 06:32 | |
*** nijaba has joined #openstack | 06:36 | |
*** nijaba has joined #openstack | 06:36 | |
*** jeroenhn has joined #openstack | 06:37 | |
*** bepernoot has joined #openstack | 06:38 | |
*** tru_tru has quit IRC | 06:39 | |
*** clopez has quit IRC | 06:39 | |
*** bepernoot has quit IRC | 06:42 | |
*** hugokuo has joined #openstack | 06:42 | |
*** tru_tru has joined #openstack | 06:43 | |
hugokuo | An question about swift | 06:43 |
*** bepernoot has joined #openstack | 06:44 | |
hugokuo | while I try to object 3 zone 2 replicas , accounte 3 zone 3 replicas , container 3 zone 3 replica . Create Account and container work smoothly . But onece I try to upload an object . It just hangs .... | 06:45 |
hugokuo | Is that normal ? | 06:45 |
uvirtbot | New bug: #968905 in keystone "When use a nfs mount /opt/stack/nova/instances directory, the launched instance status error when performing spawing task." [Undecided,New] https://launchpad.net/bugs/968905 | 06:46 |
*** livemoon has joined #openstack | 06:46 | |
*** nehal has joined #openstack | 06:50 | |
*** nehal is now known as Guest68611 | 06:50 | |
*** oNeToWn has joined #openstack | 06:51 | |
*** bepernoot has quit IRC | 06:51 | |
*** glenc has quit IRC | 06:51 | |
*** glenc_ has joined #openstack | 06:52 | |
*** JerryKwan has joined #openstack | 06:53 | |
*** Razique has joined #openstack | 06:53 | |
*** e1mer has quit IRC | 06:56 | |
*** troytoman is now known as troytoman-away | 06:57 | |
*** paulmillar has quit IRC | 06:58 | |
*** bepernoot has joined #openstack | 06:59 | |
*** ccc has quit IRC | 07:00 | |
*** supriya has joined #openstack | 07:01 | |
*** farkyoo has quit IRC | 07:04 | |
*** dhellmann has quit IRC | 07:04 | |
*** Guest68611 has quit IRC | 07:04 | |
*** dhellmann has joined #openstack | 07:04 | |
*** farkyoo has joined #openstack | 07:05 | |
*** almaisan-away is now known as al-maisan | 07:06 | |
*** reidrac has joined #openstack | 07:07 | |
*** bepernoot has quit IRC | 07:11 | |
*** al-maisan is now known as almaisan-away | 07:11 | |
*** macb has joined #openstack | 07:13 | |
*** berendt has joined #openstack | 07:13 | |
*** macb has quit IRC | 07:16 | |
*** davepigott has joined #openstack | 07:17 | |
*** patadiyaviral has joined #openstack | 07:17 | |
*** shaon has joined #openstack | 07:18 | |
*** dhellmann_ has joined #openstack | 07:19 | |
*** dhellmann has quit IRC | 07:21 | |
*** dhellmann_ is now known as dhellmann | 07:21 | |
*** vricci has joined #openstack | 07:22 | |
*** sandywalsh has quit IRC | 07:22 | |
*** wilmoore has quit IRC | 07:24 | |
*** Triade has joined #openstack | 07:25 | |
*** Paul_ has joined #openstack | 07:26 | |
*** NaZZaX has quit IRC | 07:26 | |
*** heyho has joined #openstack | 07:26 | |
*** GeorgeH has quit IRC | 07:27 | |
*** GeorgeH has joined #openstack | 07:27 | |
*** shaon1 has joined #openstack | 07:29 | |
*** shaon has quit IRC | 07:29 | |
*** jimyeh has quit IRC | 07:29 | |
*** shaon1 is now known as shaon | 07:30 | |
*** withnale has quit IRC | 07:30 | |
*** Billy_Way has quit IRC | 07:30 | |
*** LarsErikP has joined #openstack | 07:34 | |
*** Billy_Way has joined #openstack | 07:35 | |
*** sandywalsh has joined #openstack | 07:35 | |
*** bepernoot has joined #openstack | 07:36 | |
*** livemoon has quit IRC | 07:38 | |
*** bepernoot has quit IRC | 07:39 | |
*** livemoon has joined #openstack | 07:39 | |
*** dtroyer is now known as dtroyer_zzz | 07:42 | |
*** supriya has quit IRC | 07:44 | |
*** oNeToWn has quit IRC | 07:44 | |
*** uksysadmin has joined #openstack | 07:44 | |
*** dtroyer_zzz is now known as dtroyer | 07:46 | |
*** Ard1t has quit IRC | 07:47 | |
*** Ard1t has joined #openstack | 07:50 | |
*** supriya has joined #openstack | 07:52 | |
*** eglynn_ has joined #openstack | 07:52 | |
*** dachary has joined #openstack | 07:57 | |
*** NaZZaX has joined #openstack | 07:57 | |
*** Glace has joined #openstack | 07:57 | |
*** bilal has joined #openstack | 07:57 | |
*** reed has joined #openstack | 07:57 | |
*** fvollero has joined #openstack | 07:57 | |
*** bourke has joined #openstack | 07:57 | |
*** kozze89 has joined #openstack | 07:57 | |
*** btorch has joined #openstack | 07:57 | |
*** taihen has joined #openstack | 07:57 | |
*** derrick has joined #openstack | 07:57 | |
*** tobin has joined #openstack | 07:57 | |
*** henderb has joined #openstack | 07:57 | |
*** cowmix has quit IRC | 07:57 | |
*** heyho has quit IRC | 07:57 | |
*** heyho has joined #openstack | 07:57 | |
*** Billy_Way has quit IRC | 07:57 | |
*** Billy_Way has joined #openstack | 07:57 | |
*** cowmix has joined #openstack | 07:58 | |
*** eglynn_ has quit IRC | 07:58 | |
*** hattwick has joined #openstack | 07:59 | |
*** supriya has quit IRC | 08:04 | |
*** darraghb has joined #openstack | 08:05 | |
uvirtbot | New bug: #968950 in devstack "Glance should store image in Swift if installed" [Undecided,In progress] https://launchpad.net/bugs/968950 | 08:05 |
*** willaerk has joined #openstack | 08:06 | |
*** shaon has quit IRC | 08:08 | |
*** littleidea has quit IRC | 08:08 | |
*** markmcclain has joined #openstack | 08:15 | |
*** derekh has joined #openstack | 08:16 | |
*** jeroenhn has quit IRC | 08:17 | |
*** po has joined #openstack | 08:19 | |
*** spiffxp has quit IRC | 08:21 | |
*** msavy has joined #openstack | 08:22 | |
*** heyho has quit IRC | 08:24 | |
*** eglynn_ has joined #openstack | 08:24 | |
*** derekh has quit IRC | 08:24 | |
*** robix has quit IRC | 08:25 | |
*** markmcclain has quit IRC | 08:25 | |
*** miclorb_ has joined #openstack | 08:26 | |
*** Free_maN has joined #openstack | 08:26 | |
*** Free_maN has joined #openstack | 08:26 | |
*** oneiroi has joined #openstack | 08:30 | |
*** littleidea has joined #openstack | 08:32 | |
*** derekh has joined #openstack | 08:33 | |
*** miclorb__ has joined #openstack | 08:34 | |
*** miclor___ has joined #openstack | 08:36 | |
*** miclorb_ has quit IRC | 08:37 | |
*** miclorb__ has quit IRC | 08:38 | |
*** Drakiz has quit IRC | 08:38 | |
*** pixelbeat has joined #openstack | 08:38 | |
*** jimyeh has joined #openstack | 08:41 | |
*** bepernoot has joined #openstack | 08:43 | |
*** corXi has joined #openstack | 08:43 | |
*** holden247 has joined #openstack | 08:43 | |
*** bepernoot has quit IRC | 08:43 | |
*** asavu has joined #openstack | 08:44 | |
berendt | trying to connect to novncproxy with chromium and firefox failed with: "WebSock error: Illegal basic compression received, ctl: 80".. any hints? | 08:44 |
*** dainius has quit IRC | 08:44 | |
*** dainius has joined #openstack | 08:46 | |
berendt | looks like this issue: https://github.com/kanaka/noVNC/issues/41.. i'll check my qemu build | 08:47 |
berendt | applying the suggested workaround in include/rfb.js is working | 08:49 |
*** holden247 has left #openstack | 08:50 | |
*** fc__ has quit IRC | 08:50 | |
*** jimyeh has quit IRC | 08:51 | |
Neptu | hej have a question | 08:56 |
Neptu | i just uploaded an ami image to my cloud | 08:56 |
Neptu | IMAGEaki-00000011os_images/centos-x86_64.img.manifest.xmlavailableprivatex86_64kernel instance-store | 08:57 |
Neptu | how i can create an ami | 08:57 |
Neptu | seems in needed in order to get started | 08:57 |
*** wariola has quit IRC | 09:02 | |
*** fc__ has joined #openstack | 09:06 | |
*** livemoon has quit IRC | 09:07 | |
dachary | is anyone using quantum already ? | 09:07 |
LarsErikP | Neptu: try to reformat your question into proper english.. | 09:07 |
*** Paul_ is now known as withnale | 09:07 | |
*** almaisan-away is now known as al-maisan | 09:09 | |
*** micadeyeye has quit IRC | 09:17 | |
*** vitiho has quit IRC | 09:18 | |
*** vitiho has joined #openstack | 09:18 | |
Razique | hello all! | 09:21 |
*** pretec has joined #openstack | 09:23 | |
*** matiu has joined #openstack | 09:23 | |
*** aspiers has joined #openstack | 09:24 | |
*** heyho has joined #openstack | 09:24 | |
*** miclor___ has quit IRC | 09:29 | |
*** Triade has quit IRC | 09:30 | |
*** Triade has joined #openstack | 09:31 | |
*** aspiers` has joined #openstack | 09:35 | |
*** vitiho_ has joined #openstack | 09:37 | |
*** vitiho has quit IRC | 09:37 | |
*** davepigott has quit IRC | 09:40 | |
*** aspiers has quit IRC | 09:40 | |
*** supriya has joined #openstack | 09:41 | |
*** vricci has quit IRC | 09:42 | |
uksysadmin | Neptu: looks like you've uploaded your image as a kernel image (aki) not a machine image (ami) - if you used glance it seems you've done: glance ... container_format=aki | 09:42 |
uksysadmin | morning all byw | 09:43 |
uksysadmin | btw even | 09:43 |
*** littleidea has quit IRC | 09:43 | |
*** adjohn has quit IRC | 09:47 | |
heyho | mornig | 09:48 |
heyho | *morning | 09:48 |
*** aspiers`` has joined #openstack | 09:50 | |
JerryKwan | morning | 09:51 |
kodapa | morning | 09:52 |
*** aspiers` has quit IRC | 09:55 | |
*** oNeToWn has joined #openstack | 09:55 | |
*** JerryKwan has quit IRC | 09:57 | |
Neptu | uksysadmin: what is the difference there? | 09:59 |
*** vitiho_ has quit IRC | 09:59 | |
*** vitiho has joined #openstack | 09:59 | |
Neptu | uksysadmin: glance add to add a public image?? | 10:00 |
uksysadmin | Neptu: not sure I understand... how did you upload that image? | 10:01 |
uksysadmin | in glance its 2 or 3 steps: add kernel, (add ramdisk optional in some circumstances), then add machine image. | 10:01 |
Neptu | uksysadmin: euca-upload-bundle -b os_images -m /tmp/centos-x86_64.img.manifest.xml | 10:01 |
uksysadmin | Neptu: what version of OpenStack? | 10:02 |
Neptu | no idea... | 10:02 |
uksysadmin | I've not used euca-upload-bundle in a while | 10:02 |
uksysadmin | what operating system? | 10:02 |
Neptu | im uploading a centos kvm image | 10:02 |
Neptu | need to go now get back in a couple of hoiurs | 10:03 |
*** tryggvil_ has joined #openstack | 10:03 | |
uksysadmin | as in what version of the operating system you're running OpenStack on? | 10:03 |
Neptu | thanks for helping and we keep taling in a while | 10:03 |
uksysadmin | np | 10:04 |
*** ik04ka has joined #openstack | 10:07 | |
*** aspiers has joined #openstack | 10:09 | |
*** aspiers`` has quit IRC | 10:09 | |
*** vitiho has quit IRC | 10:18 | |
*** vitiho_ has joined #openstack | 10:18 | |
*** aspiers` has joined #openstack | 10:20 | |
*** al-maisan is now known as almaisan-away | 10:22 | |
*** adam_s has joined #openstack | 10:24 | |
*** aspiers has quit IRC | 10:25 | |
*** vivek has joined #openstack | 10:28 | |
vivek | Hi all | 10:28 |
*** vivek is now known as Guest4167 | 10:28 | |
Guest4167 | I am having a working openstack setup IaaS | 10:28 |
*** vitiho_ has quit IRC | 10:28 | |
*** vitiho_ has joined #openstack | 10:28 | |
*** aspiers` has quit IRC | 10:29 | |
Guest4167 | now i want to install cloudfoundary in one instance and use my IaaS as PaaS | 10:29 |
Guest4167 | how i can do this | 10:29 |
*** Leander has joined #openstack | 10:29 | |
Leander | hello, can anyone help me with this problem i'm having: http://paste.openstack.org/show/12272/ - i'm running ubuntu 12.04 beta 2 with the openstack-rc1 packages | 10:31 |
*** dneary has quit IRC | 10:32 | |
*** jimyeh has joined #openstack | 10:34 | |
zynzel | Leander: show /etc/passwd | 10:36 |
melmoth | Leander looks like a problem with sudo.. Just guessing, do you have a "--root_helper=sudo nova-rootwrap" in your nova.conf file ? | 10:36 |
zynzel | Leander: /etc/sudoers * | 10:37 |
Leander | melmoth: i do not have that line | 10:38 |
Leander | zynzel: http://paste.openstack.org/show/12273/ | 10:38 |
*** rods has joined #openstack | 10:38 | |
*** chrisfer has quit IRC | 10:38 | |
*** chrisfer has joined #openstack | 10:39 | |
*** aspiers has joined #openstack | 10:40 | |
zynzel | Leander: and this you dont have 'Default requiretty'? | 10:40 |
zynzel | Leander: if not add '--root_helper=sudo nova-rootwrap' to nova.conf and 'nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap' to /etc/sudoers | 10:41 |
Leander | zynzel: nope, i don't have that line. However, adding the '--root_helper=sudo nova-rootwrap' seemed to have solved that issue | 10:42 |
*** LinuxJedi has quit IRC | 10:44 | |
*** LinuxJedi has joined #openstack | 10:45 | |
*** Qten has joined #openstack | 10:45 | |
*** hugokuo has quit IRC | 10:45 | |
Guest4167 | now i want to install cloudfoundary in one instance and use my IaaS as PaaS | 10:46 |
*** LinuxJedi has quit IRC | 10:48 | |
*** LinuxJedi has joined #openstack | 10:49 | |
*** yshh has quit IRC | 10:49 | |
*** Radium has joined #openstack | 10:52 | |
*** Guest4167 has quit IRC | 10:52 | |
Madkiss | I understand that OpenStack is ASL-licensed. I wonder whether this means that OpenStack is compatible with works licensed under GNU LGPL 2.1? | 10:54 |
*** aspiers has quit IRC | 10:56 | |
*** aspiers has joined #openstack | 11:00 | |
*** jan_bangna_ has joined #openstack | 11:00 | |
*** vitiho has joined #openstack | 11:02 | |
*** vitiho_ has quit IRC | 11:02 | |
*** jan_bangna has quit IRC | 11:03 | |
*** jan_bangna_ is now known as jan_bangna | 11:03 | |
*** adjohn has joined #openstack | 11:04 | |
*** adjohn has quit IRC | 11:04 | |
*** koolhead11 has joined #openstack | 11:04 | |
Madkiss | geez, licensing stuff is killing me. | 11:05 |
*** aspiers` has joined #openstack | 11:05 | |
*** jimyeh has left #openstack | 11:06 | |
*** jimyeh has joined #openstack | 11:06 | |
*** Ard1t has quit IRC | 11:07 | |
Razique | coffee + fixing bug time | 11:07 |
*** ghe_ has quit IRC | 11:07 | |
Madkiss | Razique: youre not a lawyer by accident or something? ;) | 11:09 |
*** aspiers has quit IRC | 11:10 | |
Razique | why is that ? :D | 11:11 |
Razique | ahah | 11:11 |
*** supriya has quit IRC | 11:13 | |
*** pretec has quit IRC | 11:14 | |
*** Leander has quit IRC | 11:14 | |
Madkiss | Razique: I'm looking for somebody to help me with a licensing question. OpenStack is completely APL-licensed, is that correct? | 11:16 |
*** Triade has quit IRC | 11:17 | |
koolhead11 | Madkiss: yes | 11:18 |
*** vitiho has quit IRC | 11:20 | |
*** vitiho has joined #openstack | 11:20 | |
*** aspiers`` has joined #openstack | 11:20 | |
*** aspiers` has quit IRC | 11:25 | |
*** stevegjacobs has joined #openstack | 11:31 | |
stevegjacobs | I have an instance stuck in reboot. I need to recover it | 11:32 |
*** pretec has joined #openstack | 11:37 | |
*** aspiers`` has quit IRC | 11:40 | |
Madkiss | koolhead11: ok. | 11:46 |
*** bsza has joined #openstack | 11:47 | |
epic | is there a release map for openstack? | 11:52 |
*** stevegjacobs has quit IRC | 11:52 | |
*** reed has quit IRC | 11:53 | |
*** dneary has joined #openstack | 11:54 | |
*** lctmz has joined #openstack | 12:00 | |
*** vitiho has quit IRC | 12:01 | |
*** nelson1234 has quit IRC | 12:01 | |
*** vitiho has joined #openstack | 12:01 | |
*** mjfork has joined #openstack | 12:01 | |
*** NaZZaX has quit IRC | 12:03 | |
*** clopez has joined #openstack | 12:03 | |
*** reed has joined #openstack | 12:06 | |
*** ahasenack has joined #openstack | 12:06 | |
*** chasmo has joined #openstack | 12:06 | |
Madkiss | On the command line, how can I actually test whether glance-registry works properly and how can I test whether glance-api works properly? | 12:08 |
*** JerryKwan has joined #openstack | 12:08 | |
*** markvoelker has joined #openstack | 12:09 | |
*** Leander has joined #openstack | 12:09 | |
*** Triade has joined #openstack | 12:10 | |
*** leifmadsen has joined #openstack | 12:10 | |
*** jtanner has joined #openstack | 12:10 | |
*** rocambol2 has joined #openstack | 12:11 | |
chopkorn | sĂĄva | 12:13 |
JerryKwan | how can i run the beanstalkd service in openstack environment? | 12:17 |
*** samba35 has joined #openstack | 12:17 | |
*** stevegjacobs has joined #openstack | 12:20 | |
JerryKwan | beanstalkd is a job queue service like rabbitmq | 12:20 |
*** souza has joined #openstack | 12:25 | |
souza | Morning everybody. | 12:25 |
*** DavidLevin has quit IRC | 12:26 | |
*** msavy has joined #openstack | 12:28 | |
*** DavidLevin has joined #openstack | 12:29 | |
*** markvoelker has quit IRC | 12:29 | |
lxu | hey guys. Im trying to add a new single floating ip using the command "sudo nova-manage floating create 192.168.100.151/32", but when I list the IPs it was not added, and nothing appears on logs. Is there something Im missing? | 12:30 |
*** Radium has quit IRC | 12:31 | |
*** ejat has joined #openstack | 12:33 | |
*** Radium has joined #openstack | 12:35 | |
*** oNeToWn has quit IRC | 12:36 | |
*** livemoon has joined #openstack | 12:39 | |
*** thinrhino has joined #openstack | 12:42 | |
*** stevegjacobs has quit IRC | 12:42 | |
thinrhino | I am looking to understand how in diablo, does nova understand to authenticate against keystone | 12:43 |
Razique | thinrhino: via the pipelines | 12:43 |
thinrhino | also how do the keystone users and nova users sync? | 12:43 |
Razique | in nova conf, you specify whether u want to use KS for auth | 12:43 |
*** Leander has quit IRC | 12:43 | |
Razique | thus relagating useers managerment to KS | 12:43 |
Razique | if u want nova to use it's own database | 12:44 |
kyriakos | I think that when you use keystone nova doesn't know anything about users. it just makes sure your token is valid (by checking with keystone) | 12:44 |
thinrhino | Razique: I have put --auth_strategy=keystone | 12:44 |
Razique | I made a schema | 12:44 |
Razique | let me dig | 12:44 |
*** oNeToWn has joined #openstack | 12:44 | |
*** aliguori has joined #openstack | 12:44 | |
Razique | there | 12:44 |
Razique | http://docs.openstack.org/trunk/openstack-identity/admin/content/figures/SCH_5002_V00_NUAC-Keystone.png | 12:44 |
*** Radium has quit IRC | 12:45 | |
Razique | context http://docs.openstack.org/trunk/openstack-identity/admin/content/Identity-Service-Concepts-e1362.html#comment-480609296 | 12:45 |
*** kbringard has joined #openstack | 12:46 | |
kyriakos | Razique: what did you use to create this diagram ? inkscape? | 12:46 |
*** marrusl has joined #openstack | 12:47 | |
thinrhino | Razique: My issue is that when an instance is launched on the compute node, it is not getting an IP | 12:47 |
Razique | thinrhino: this has nothing to do with KS :-) | 12:47 |
Razique | look the flow, you wouldn't even able to spawn one ;-) | 12:48 |
Razique | thinrhino: what the nova-compute logs give ? | 12:48 |
Razique | kyriakos: visio | 12:48 |
thinrhino | there are no logs indicating any issues | 12:48 |
thinrhino | all I see in the log is allocate_ip_v4 is None | 12:49 |
thinrhino | I believe the issue is that there are no users in my nova database | 12:49 |
thinrhino | and also no projects defined there | 12:49 |
thinrhino | the user and project is defined in keystone | 12:50 |
Razique | thinrhino: have you a project, a network and user(s) attached to it ? | 12:51 |
thinrhino | yes, defined via keystone-manage | 12:51 |
Razique | ok | 12:51 |
Razique | are u able to see the images ? | 12:51 |
thinrhino | yes | 12:51 |
Razique | ok | 12:51 |
thinrhino | I am able to launch instances | 12:51 |
Razique | ok | 12:52 |
Razique | are they spawned correctly | 12:52 |
Razique | ? | 12:52 |
thinrhino | but they don't get any IP address | 12:52 |
Razique | kvm ? | 12:52 |
*** NashTrash has joined #openstack | 12:52 | |
*** Razique has left #openstack | 12:52 | |
*** markvoelker has joined #openstack | 12:52 | |
*** ldleworker has joined #openstack | 12:53 | |
withnale | how do you create a tenant on essex rc? I've tried what's in the docs and it doesn't work... keystone --token 012345SECRET99TOKEN012345 --endpoint http://127.0.0.1:35357/v2.0 tenant-create --name openstackDemo --description "Default Tenant" --enabled true | 12:53 |
*** clopez has quit IRC | 12:55 | |
*** dendro-afk is now known as dendrobates | 12:55 | |
*** ayoung has quit IRC | 12:56 | |
uksysadmin | withnale: what's the error? looks ok to me. See this https://github.com/uksysadmin/OpenStackInstaller/blob/essex/keystone-services.sh#L125 | 12:58 |
*** roge has joined #openstack | 13:00 | |
*** Razique has joined #openstack | 13:02 | |
Razique | sorry I closed the window by mistake | 13:02 |
Razique | thinrhino: around , | 13:02 |
thinrhino | Razique: yes | 13:03 |
thinrhino | I am still here | 13:03 |
thinrhino | I using KVM | 13:03 |
Razique | so the last thing I asked was "kvm ?" | 13:03 |
thinrhino | Razique: yes, I am using KVM | 13:03 |
Razique | oh great, so virsh dumpxml $domain | 13:03 |
Razique | and paste the xml extract please :-) | 13:03 |
thinrhino | give me a moment, I just restarted all my nodes | 13:04 |
*** belliott has quit IRC | 13:04 | |
lctmz | hey guys, when I set up an instance at Dashboard it looks like Active, but in the log I see the notification -> " cloud-setup: failed 21/30: up 86.51. request failed wget: can't connect to remote host (169.254.169.254): No route to host " .. I think that's a trouble already known, someone can help? | 13:04 |
*** dneary has quit IRC | 13:04 | |
*** mrjazzcat has joined #openstack | 13:04 | |
*** ChrisAM1 is now known as ChrisAM | 13:04 | |
epic | how do i change quotas for a project? | 13:05 |
thinrhino | Razique: I am getting an error: failed to get domain 'nova' | 13:05 |
*** Ard1t has joined #openstack | 13:05 | |
*** souza has quit IRC | 13:05 | |
thinrhino | I am assuming $domain is the Zone | 13:05 |
*** lborda has joined #openstack | 13:06 | |
*** ik04ka has quit IRC | 13:06 | |
*** almaisan-away is now known as al-maisan | 13:07 | |
Razique | nope it's the name of the instance u just spawned | 13:07 |
Razique | virsh list --all | 13:07 |
Razique | you should see your instances | 13:07 |
*** dprince has joined #openstack | 13:09 | |
*** tcampbell has joined #openstack | 13:10 | |
*** littleidea has joined #openstack | 13:10 | |
thinrhino | Razique: http://pastebin.com/m8iJFpbB | 13:12 |
Razique | looks like it doesn't have an net card here :/ | 13:13 |
Razique | weird | 13:13 |
thinrhino | yep | 13:13 |
Razique | ok | 13:13 |
thinrhino | I had used ttyLinux and then even a ubuntu image | 13:13 |
Razique | what nova-manage network list shows ? | 13:13 |
*** Razique has left #openstack | 13:13 | |
*** Razique has joined #openstack | 13:14 | |
thinrhino | Razique: http://paste.openstack.org/show/12277/ | 13:14 |
Razique | which network mode are u using ? | 13:15 |
thinrhino | FlatDHCP | 13:15 |
*** Radium has joined #openstack | 13:15 | |
Razique | ok, would you show me your nova.conf please :) | 13:17 |
epic | can nova/openstack change virtualmachine specs after an instance has been created (but while its suspended) ? | 13:17 |
Razique | yes you can resize an instance | 13:18 |
Razique | but while it's suspended, no :) | 13:18 |
thinrhino | Razique: http://paste.openstack.org/show/12278/ | 13:19 |
livemoon | hi, glad to see you, Razique | 13:20 |
Razique | livemoon: hello my friend :) | 13:20 |
Razique | I'm back :D | 13:20 |
livemoon | yep, welcome to back openstack | 13:21 |
epic | Razique: can I do it via the dashboard? | 13:21 |
Razique | thinrhino: ok seems a solid configuration - what ps axl | grep dns on the nova-network server gives ? | 13:21 |
Razique | epic: I think yes, beware the resize only apply to xen nodes | 13:22 |
Razique | the resize to kvm has not been implemented (or I missed the last updates, possible :) ) | 13:22 |
livemoon | what's the problem with thinrhino | 13:22 |
thinrhino | livemoon: There is no problem with me :P the problem is with my openstack configuration :D | 13:23 |
thinrhino | I don't get any output on the nova-network node, but get an output on nova-compute node | 13:24 |
thinrhino | http://paste.openstack.org/show/12280/ | 13:24 |
thinrhino | livemoon: When I launch instances on KVM, the instances don't get any IP address | 13:24 |
livemoon | in the instances ,can you use "dhclient eht0" | 13:25 |
epic | Razique: ok thanks, do you think it is on the roadmap for KVM? | 13:25 |
livemoon | thinrhino: it cannot get any ip? | 13:25 |
*** sandywalsh has quit IRC | 13:26 | |
thinrhino | livemoon: no ip at all, even the VM's are not getting any network card :( | 13:26 |
livemoon | what os it is? | 13:26 |
thinrhino | tried ttylinux and ubuntu | 13:27 |
*** jcannava has joined #openstack | 13:29 | |
Neptu_ | hej | 13:29 |
*** vmachine has joined #openstack | 13:29 | |
Razique | looks like the network is unable to provide an ip to the instances | 13:29 |
Razique | is the brige up ? | 13:29 |
thinrhino | yes | 13:29 |
thinrhino | I can see br100 on the compute & nova-api/network node | 13:30 |
*** littleidea has quit IRC | 13:30 | |
withnale | does ppa:openstack-core/trunk still work? I'm getting an error | 13:31 |
vmachine | does anyone have a link on how to install openstack. im looking for a very easy way (if there is any) .. i have a ubuntu server(vm) i want to install a single node. | 13:31 |
Neptu_ | uksysadmin: im back, if u remember i was having a problem uploading an image ... IMAGEaki-00000011os_images/centos-x86_64.img.manifest.xmlavailableprivatex86_64kernel instance-store | 13:31 |
vmachine | or is there any openstack appliance out there? | 13:31 |
thinrhino | Razique: livemoon: I can now see 'qemudDispatchSignalEvent:424 : Shutting down on signal 15' in the libvrit log | 13:31 |
livemoon | it is no matter | 13:32 |
thinrhino | ok | 13:33 |
uksysadmin | Neptu: yes. and you're using euca-upload... and it appears that your bundle hasn't been created correctly... its reporting your ami as an aki | 13:33 |
livemoon | thinrhino: does ubuntu images created by yourself or download from internet? | 13:33 |
thinrhino | downloaded from uec.ubuntu.com | 13:33 |
*** ayoung has joined #openstack | 13:34 | |
Razique | connect to the instance via vnc | 13:34 |
Neptu_ | uksysadmin: i did the building like this: euca-bundle-image -i centos-x86_64_template/centos-x86_64.img --kernel true | 13:34 |
Razique | and see how the boot sequence goes | 13:34 |
livemoon | thinrhion: can you use "ifconfig eth0 up" in ubuntu instance | 13:34 |
melmoth | vmachine: try https://www.hastexo.com/resources/docs/installing-openstack-essex-4-ubuntu-1204-precise-pangolin | 13:35 |
thinrhino | how do I login into the machine? | 13:35 |
melmoth | vmachine: you may also be interested in http://devstack.org/ | 13:35 |
*** marrusl_ has joined #openstack | 13:36 | |
Razique | thinrhino: ps axl | grep kvm | 13:36 |
uksysadmin | Neptu: --kernel true means its a kernel, not the image. | 13:36 |
Razique | then look for the vnc port | 13:36 |
*** llang629 has joined #openstack | 13:36 | |
Razique | and use any client | 13:36 |
Razique | and connect to the port | 13:36 |
Razique | port 0 : 5900, port 10 : 5910, etc.. | 13:36 |
uksysadmin | you use --kernel true when you're uploading the kernel | 13:36 |
thinrhino | Razique: let me try | 13:37 |
*** marrusl_ has quit IRC | 13:37 | |
*** marrusl has quit IRC | 13:37 | |
Neptu_ | uksysadmin: maybe that is my missunderstand... the image is a kvm image with a kernel installed and so on... im not uploading nothing separated... | 13:38 |
uksysadmin | no you seperate the kernel and ramdisk from the image | 13:38 |
uksysadmin | if its in the image itself, then just strip off the --kernel true | 13:38 |
uksysadmin | you launch amis not akis | 13:38 |
*** sandywalsh has joined #openstack | 13:39 | |
uksysadmin | or mount the image, copy the kernel and ramdisk out and then upload the kernel, ramdisk and then the image | 13:39 |
Neptu_ | do not understand the last point but i will upload it now wihout --kernel option see if works now | 13:40 |
*** cryptk is now known as cryptk|offline | 13:40 | |
livemoon | thinrhino: there is no <interface> in your instance xml file | 13:40 |
thinrhino | yes | 13:41 |
Razique | that's what I figures | 13:41 |
Razique | looks like nova is not even able to create an interface for the instance | 13:41 |
thinrhino | Razique: Now I am not able to launch and instance!! No trace logs either :( | 13:42 |
livemoon | wait | 13:42 |
livemoon | nova-compute and nova-netowork in not in the same machine? | 13:42 |
Razique | thinrhino: what happened meanwhile ? :) | 13:42 |
thinrhino | no | 13:42 |
Neptu_ | uksysadmin: now it generated an ami... IMAGEami-00000012 | 13:43 |
livemoon | thinrhion: why you use "--multi_host=T" | 13:43 |
thinrhino | I don't know, I was trying to launch another instance and it stuck in 'build' state for a long time | 13:43 |
thinrhino | livemoon: I have openstack distributed on multiple nodes | 13:43 |
Razique | looks like the image itself is not even retrieved ? :/ | 13:44 |
Razique | thinrhino: you only have one server ? | 13:44 |
livemoon | and multiple nova-nnetwork nodes? | 13:44 |
livemoon | if you have only one nova-network, you should make "--mutil_host=False" | 13:44 |
thinrhino | livemoon: aahh... ok | 13:45 |
livemoon | --mutil_host means "mutil nova-network" | 13:45 |
thinrhino | livemoon: ok | 13:45 |
*** asim has joined #openstack | 13:45 | |
*** pretec has quit IRC | 13:45 | |
*** marrusl has joined #openstack | 13:45 | |
*** llang629 has left #openstack | 13:46 | |
thinrhino | let me comment that flag | 13:46 |
*** JerryKwan has quit IRC | 13:46 | |
livemoon | and restart nova service | 13:47 |
livemoon | try again | 13:47 |
Razique | cd /etc/init.d | 13:48 |
Razique | for i in $( ls nova-*); do service $i restart; done | 13:48 |
*** erivera has quit IRC | 13:48 | |
*** belliott has joined #openstack | 13:48 | |
thinrhino | Razique: Man... Now I need to first figure out why my instances are not coming up! | 13:49 |
thinrhino | on KVM | 13:50 |
Razique | ok | 13:51 |
Razique | first thgins first yes! | 13:51 |
thinrhino | Razique: livemoon: thanks man, I will look into this a little later and then catch you folks here. | 13:53 |
thinrhino | Time to go home! | 13:53 |
*** osier has quit IRC | 13:53 | |
*** thinrhino has quit IRC | 13:54 | |
*** Free_maN has quit IRC | 13:54 | |
*** natea has joined #openstack | 13:54 | |
*** asim has quit IRC | 13:55 | |
*** kbringard has quit IRC | 13:56 | |
Razique | sure | 13:56 |
*** kbringard has joined #openstack | 13:56 | |
*** markmcclain has joined #openstack | 13:56 | |
koolhead11 | uksysadmin: around | 13:59 |
*** tryggvil_ has quit IRC | 13:59 | |
Neptu_ | uksysadmin: im rollin in my head what u said about seprating the kernel and the ramdisk... u mean the partitions for the /boot with the kernel and the partition for the swap?? | 14:00 |
*** mariocar has quit IRC | 14:01 | |
uksysadmin | koolhead11: I am | 14:02 |
*** blamar has joined #openstack | 14:02 | |
uksysadmin | Neptu: yeah - just mount /centos-x86_64.img /mnt, cp /mnt/boot/vmlinuz-whatever /tmp, cp /mnt/boot/initrd-whatever /tmp, then euca-upload the ramdisk and kernel to produce your ari and aki for the ami | 14:03 |
kbringard | uksysadmin: do you need to do anything special to the base image to make sure it doesn't already have a /boot partition that will that precedence over the one nova tries to mount? | 14:04 |
Neptu_ | uksysadmin: yep the ami was created but ive got: Unexpected error: Cannot find requested image 18: Kernel not found for image 18. | 14:04 |
Neptu_ | uksysadmin: im gonna try your aproach mounting it | 14:05 |
*** NaZZaX has joined #openstack | 14:06 | |
*** vmachine has left #openstack | 14:06 | |
uksysadmin | kbringard: yes - there is a process | 14:06 |
kbringard | ah, OK, was just making sure | 14:07 |
kbringard | 's what I thought | 14:07 |
*** littleidea has joined #openstack | 14:07 | |
kbringard | I use boxgrinder, but it makes all in one images | 14:07 |
uksysadmin | essentially creating your own images: create a single partition / and install the OS in there (which includes boot). | 14:07 |
*** Glacee has joined #openstack | 14:07 | |
uksysadmin | the first few bytes are to do with booting, - you get this from fdisk -l image and multiplying the start sector by the number of bytes | 14:08 |
uksysadmin | you then mount the image from the offset and dd the contents to create your actual .img | 14:08 |
uksysadmin | in this case that .img exists, but also includes the /boot files | 14:08 |
uksysadmin | so in this case you should just be able to grab the vmlinuz and initrd and use that as youre aki and ari | 14:09 |
kbringard | got it | 14:09 |
uksysadmin | s/youre/your/ | 14:09 |
uksysadmin | its unfortunately complex when hand-cranking, but makes sense in the end. | 14:09 |
kbringard | yea | 14:10 |
*** zaid_h has joined #openstack | 14:10 | |
kbringard | do you find that, overall, it's a better process than having all in one images with iterative kernels? | 14:10 |
uksysadmin | oh yeah - its more "cloud friendly" | 14:10 |
kbringard | I know it gives you a lot more flexibility, but do you find it worth it? | 14:10 |
uksysadmin | which is the aim | 14:10 |
kbringard | yea, fair enough | 14:10 |
*** Free_maN has joined #openstack | 14:11 | |
uksysadmin | I can say that as going forward it will be a team of sysadmins (ignore my handle ;-)) that would be doing this as part of their day job | 14:11 |
kbringard | yea, were we to adopt that process I'd document it and have a team that dealt with it also | 14:12 |
*** mindpixel has quit IRC | 14:12 | |
*** avoine has joined #openstack | 14:12 | |
zynzel | kbringard: i cant agree, if you use 'flat' raw file with kernel he can do update, patch and anything what he want | 14:12 |
*** avoine has left #openstack | 14:12 | |
*** avoine has joined #openstack | 14:12 | |
uksysadmin | but realistically, our use case here is a small number of amis - so maintaining them this way isn't a hardship | 14:12 |
zynzel | when kernel is other 'image' cant ;) | 14:12 |
zynzel | uksysadmin: i mean. | 14:12 |
*** yshh has joined #openstack | 14:13 | |
kbringard | zynzel: this is true, but if you have a procedure for rolling your own kernels, it's as "simple" as creating the new vmlinuz and uploading it | 14:13 |
kbringard | then when you launch the AMI you just use that as your —kernel option and you've upgraded | 14:13 |
kbringard | I think there's benefit and cost to both | 14:14 |
kbringard | just have to analyze your use cases | 14:14 |
uksysadmin | I've also found it rather simple to modify scripts in an ami by simply mounting this, editing the script within the mount point and uploading it referencing the original kernel and ramdisk... easy process to manage something like this. | 14:14 |
*** gongys has joined #openstack | 14:14 | |
kbringard | brb, need to get on the VPN | 14:15 |
zynzel | kbringard: yeah, minus of flat file is resize | 14:15 |
*** kbringard has quit IRC | 14:15 | |
gongys | hello, who can help to tell me what is the right order for these import: | 14:15 |
gongys | import os | 14:15 |
gongys | import StringIO | 14:15 |
gongys | import sys as _sys | 14:15 |
gongys | import httplib2 | 14:15 |
*** kbringard has joined #openstack | 14:18 | |
kbringard | stupid VPN | 14:18 |
corXi | Hi guys, I've got a question related to keystone->glance->swift (running essex-rc1).. (I've patched glance to support v2.0 auth).... I've created a service tenant and added a swift and glance user. These account I've configured in glance and swift. All seems to work well, I can upload an image as my own user using glance.. which successfully ends up in swift. But when I try to launch it, I get an HTTP 500.... Checking the keystone log, at pressing "launch ins | 14:18 |
*** sdake has joined #openstack | 14:20 | |
uksysadmin | corXi: well done, think a lot of people attempting "glance+keystone+swift" gets to this HTTP 500 stage. | 14:20 |
uksysadmin | not seen a fix yet | 14:21 |
*** judd7 has joined #openstack | 14:21 | |
Razique | hey guys I'"ve been able to extract instances from openstack to autonomous images for kvm | 14:21 |
uksysadmin | chmouel is someone you want to ask over this... pending a change review to make this work (unless you've seen that already and still getting issues?) | 14:21 |
Razique | cumbersome, but worked | 14:21 |
uksysadmin | Razique: intrigued... | 14:21 |
kbringard | Razique: for what purpose? | 14:22 |
kbringard | not that I don't think it's cool, just not entirely sure I understand... | 14:22 |
*** al-maisan is now known as almaisan-away | 14:23 | |
corXi | I've a theory about what might be going wrong though.... looks like glance uploads the image to swift as its own user... and if you, as your own user list images in glance all works well since this is glance it's database.... and still works. But when you try to launch an instance, it looks like the user trying to launch the instance is used to retrieve the image from swift instead of glance ... and my own user doesn't seem to have access to this image direct | 14:24 |
*** robbiew has joined #openstack | 14:24 | |
corXi | If this is indeed the problem, would it be a bug in glance (it should place the image under my account in swift) or does swift need some ACLs to give users access to containers uploaded by users from a different tenant | 14:25 |
corXi | if I set delay-auth-decision=1 .. the instance is being preparred to start, networking steps are then, but at the time it needs the image it still fails, because my user doesnt' have permission within swift to access the image I guess... | 14:26 |
corXi | uksysadmin: any idea if other people are workign on debugging this | 14:26 |
corXi | uksysadmin: I could use someone to discuss the above things to at least point out the way it "should work" | 14:27 |
*** Ahmad_HP has joined #openstack | 14:28 | |
*** AlanClark has joined #openstack | 14:28 | |
*** thinrhino has joined #openstack | 14:29 | |
Ahmad_HP | Hi folks | 14:29 |
uksysadmin | corXi: are you referring to keystone+glance with swift+keystone? Or are you using tempauth with Swift? | 14:29 |
Ahmad_HP | Has anyone tried configuring nova_limits with nova? | 14:29 |
uksysadmin | corXi: I've got keystone+glance, and keystone+swift, but not all 3 working | 14:30 |
uksysadmin | it is actively being worked on | 14:30 |
*** judd7 has quit IRC | 14:30 | |
*** ejat has quit IRC | 14:31 | |
*** jimyeh has quit IRC | 14:31 | |
*** GheRivero has joined #openstack | 14:32 | |
Razique | kbringard: hello friend | 14:32 |
Razique | kbringard: uksysadmin we needed to reinstall some instances to kvm setup and make a migration | 14:33 |
*** natea has quit IRC | 14:33 | |
kbringard | Razique: hey buddy | 14:33 |
Razique | without havingt the whole opensatck cloud deployed | 14:33 |
kbringard | ah | 14:33 |
Razique | and I didn't wanted to recreate an image, etc... | 14:33 |
uksysadmin | Razique: that's just lazy :p | 14:33 |
kbringard | a nice argument for all in one images ;-) | 14:33 |
Razique | so I tried to extract the instance and reinstall it into an autonomous kvm install | 14:33 |
Razique | uksysadmin: the more lazy we are, the best ahah | 14:33 |
*** alex88 has joined #openstack | 14:34 | |
uksysadmin | Razique: reminds me of an interview for a sysadmin job a few years back: "What makes a good Sysadmin?" ... "A lazy one." | 14:34 |
corXi | uksysadmin: it's about all 3 ... | 14:35 |
uksysadmin | corXi: I believe its not quite there yet | 14:35 |
corXi | so glance+keystone and swift+keystone | 14:35 |
alex88 | hello guys...openstack is currently full redundant or if the cloud controller dies, everything breaks? | 14:35 |
uksysadmin | but the vibe I get is that its imminent that it will happen | 14:35 |
uksysadmin | alex88: the instances aren't dependent on the cloud controller, but if your nova-network is running on the cloud controller, your instances stop playing with the rest of the network | 14:37 |
alex88 | uksysadmin: about the image controllers, you can setup clustered storage? btw, i'm reading here http://docs.openstack.org/trunk/openstack-compute/admin/content/example-installation-architecture.html | 14:38 |
uksysadmin | alex88: see the compute nodes as independent of the other services... if glance fails... if keystone fails... instances still function. | 14:38 |
kbringard | uksysadmin: it's true… the job of a sysadmin is to work toward being as lazy as they can | 14:38 |
kbringard | or, as I tend to put it in interviews "To automate myself out of a job" | 14:38 |
kbringard | which is a more positive way of saying lazy ;-) | 14:38 |
corXi | uksysadmin: too bad.. I've another setup running on last months trunk (or maybe 2 months back) which has this working fine, but I used swift-keystone2 to get it to work but that git repo seems to have disappeared | 14:39 |
Razique | Our Life is nothing but an automation | 14:39 |
alex88 | uksysadmin: will openstack architecture work on internet only connected servers? or does it needs a private network? | 14:39 |
uksysadmin | kbringard: after a smile and an explanation I got that job ;-) | 14:39 |
kbringard | hehe, good man | 14:39 |
uksysadmin | corXi: yes, I had a set up working and then keystone changed | 14:39 |
uksysadmin | alex88: it can work on whatever network you want | 14:40 |
uksysadmin | you assign a "private" network that your openstack instances communicate over, and a public network which in a private sense is a network that is routeable so you can get to your instances | 14:40 |
*** livemoon has left #openstack | 14:40 | |
alex88 | uksysadmin: and from what i've read, if there are like 10 compute nodes, and 1 node dies, nothing changes? all vm are still running? | 14:41 |
uksysadmin | OpenStack has been designed to operate at large scale, so the terminology makes better sense when talking about OpenStack in a public ISP sense | 14:41 |
kbringard | Vms that were running on the dead compute node won't work anymore | 14:41 |
kbringard | but the rest will | 14:41 |
Razique | Friday : when focusing on job is trying to eat only half a slice of a cheesecake | 14:41 |
uksysadmin | +1 kbringard | 14:41 |
thinrhino | Razique: Hey, Do I need to have nova-network and nova-compute on the same node? | 14:41 |
corXi | uksysadmin: hmm oki... thanks.. I'll see if anyone in dev is working on it / see if there's an open bug report I might be able to help with... | 14:41 |
kbringard | as for network, think about the network controller as the router for Vms | 14:41 |
Razique | thinrhino: nope; you can separate | 14:41 |
kbringard | if you're not usingmultihost, then you more or less have one router | 14:42 |
thinrhino | ok thanks | 14:42 |
kbringard | and if it dies, then Vms will still be there and will be able to get to anything they can ARP | 14:42 |
kbringard | but won't be able to route | 14:42 |
uksysadmin | corXi: ping chmouel | 14:42 |
kbringard | if you're using multihost, then a VM's default gateway is set to the NC that is running on its compute node | 14:42 |
kbringard | but the same principle applies | 14:43 |
uksysadmin | and FlorienOtel when he's on - he's been banging his head against the wall more than i have on it. | 14:43 |
kbringard | if the VM's default gateway dies, then it can't route | 14:43 |
alex88 | kbringard: ok, they'll die, but they'll restart on other nodes? | 14:43 |
kbringard | not unless you've setup some kind of heartbeat or something to make it restart automatically | 14:43 |
kbringard | there is no automatic failover mechanism built into OpenStack | 14:44 |
*** jfluhmann has joined #openstack | 14:44 | |
alex88 | kbringard: thank you for explaining.. | 14:44 |
kbringard | np, hope it made sense :-) | 14:44 |
kbringard | I need to run an errand, I'll bbl | 14:44 |
alex88 | yup ;) | 14:45 |
alex88 | btw, if i put the network controller on a vps, so it will be 100% available, it doesn't route all the network flow, just "administrate" it? <- last question :) | 14:45 |
*** koolhead11 has quit IRC | 14:46 | |
*** lctmz has quit IRC | 14:48 | |
*** adam_s is now known as aspiers | 14:51 | |
*** jmguerrero has joined #openstack | 14:51 | |
*** sdake has quit IRC | 14:52 | |
*** zzed has joined #openstack | 14:52 | |
Ahmad_HP | Hi Guys, does any one has expereince with nova_limits please? | 14:53 |
*** robthoms has joined #openstack | 14:53 | |
robthoms | Hi - nova-volume uses LVM volumes on shared iscsi/other disks? Does it use Cluster LVM between physical hosts? Or does it actually expose these individual LVs via iSCSI? | 14:54 |
*** zzed is now known as _zzed | 14:54 | |
*** sdake has joined #openstack | 14:55 | |
*** roge has quit IRC | 14:56 | |
*** clopez has joined #openstack | 14:56 | |
robthoms | Since I assume half the reason for persistent volumes on a SAN is failover (ie. VM goes down, bring up VM with persistent storage on another hypervisor host), how many hosts can be in the failover domain/realm/cluster? 16? 32? Unlimited? | 14:56 |
sstent | madkiss: want to play with 100GiB next :)robthoms: as i understand it, nova-volume jsut expects LVM on nonshared storage and presents iscsi to compute nodes. if you wabnted shared storage behind your nova-volume you would need to use some mechnaism like CLVM, but nova-volume wouldn't care/know about it | 14:56 |
robthoms | sstent, Ok - that's very interesting then.. | 14:57 |
sstent | madkiss: ignore that :) old msg | 14:57 |
sstent | robthoms: ask madkiss what he thinks about CLVM :) | 14:57 |
uksysadmin | have a good weekend everyone | 14:58 |
*** roge has joined #openstack | 14:58 | |
*** uksysadmin has quit IRC | 14:59 | |
*** donaldngo_hp has joined #openstack | 14:59 | |
*** natea has joined #openstack | 15:00 | |
robthoms | sstent, I'm not a big fan of CLVM either... But I implemented my own storage lock manager. ;-) | 15:00 |
*** rnorwood has joined #openstack | 15:01 | |
*** EdwinGrubbs has joined #openstack | 15:02 | |
*** EdwinGrubbs has joined #openstack | 15:02 | |
*** flaviamissi has joined #openstack | 15:02 | |
*** reidrac has left #openstack | 15:02 | |
*** EdwinGrubbs has quit IRC | 15:03 | |
*** vmachine has joined #openstack | 15:05 | |
vmachine | does anyone know the defualt username password for openstack... when installed from devstack | 15:05 |
vmachine | ive completed the install but it didnt ask me to set up any password for the webinterface | 15:06 |
*** Blackavar has quit IRC | 15:08 | |
*** dtroyer is now known as dtroyer_zzz | 15:09 | |
*** DavidLevin has quit IRC | 15:10 | |
*** freeflyi1g has joined #openstack | 15:10 | |
*** Razique1 has joined #openstack | 15:13 | |
*** freeflying has quit IRC | 15:13 | |
*** dtroyer_zzz is now known as dtroyer | 15:16 | |
*** Razique has quit IRC | 15:16 | |
*** DavidLevin has joined #openstack | 15:17 | |
*** dtroyer is now known as dtroyer_zzz | 15:18 | |
*** rnirmal has joined #openstack | 15:18 | |
Neptu_ | hej a question when u deploy a kvm image for instance u need to remove the grub thingie from the image or just specify the kernel and ramdisk will be ok on the deplyment level?? | 15:19 |
*** RobertLaptop has joined #openstack | 15:19 | |
*** RobertLaptop has left #openstack | 15:20 | |
Razique1 | Neptu: up to you | 15:20 |
Razique1 | you can chose to separate the ramdisk and kernel | 15:20 |
Razique1 | or make a complete image | 15:20 |
*** jj0hns0n has joined #openstack | 15:23 | |
*** luc has joined #openstack | 15:23 | |
*** jj0hns0n has quit IRC | 15:24 | |
*** ik04ka has joined #openstack | 15:24 | |
*** jj0hns0n has joined #openstack | 15:24 | |
*** vitiho has quit IRC | 15:25 | |
*** thinrhino has quit IRC | 15:29 | |
*** derekh has quit IRC | 15:29 | |
*** melmoth has quit IRC | 15:29 | |
*** judd7 has joined #openstack | 15:29 | |
*** roge has quit IRC | 15:30 | |
*** vizsla has joined #openstack | 15:31 | |
*** corXi has quit IRC | 15:31 | |
*** po has quit IRC | 15:31 | |
*** roge has joined #openstack | 15:32 | |
*** dtroyer_zzz is now known as dtroyer | 15:32 | |
*** jeh has joined #openstack | 15:33 | |
*** jayfordddd has joined #openstack | 15:37 | |
*** jj0hns0n has quit IRC | 15:39 | |
*** shaon has joined #openstack | 15:39 | |
*** littleidea has quit IRC | 15:39 | |
*** jj0hns0n has joined #openstack | 15:39 | |
*** NashTrash has quit IRC | 15:41 | |
Neptu_ | Razique1: the complete image seems not to work | 15:41 |
*** vitiho has joined #openstack | 15:43 | |
Razique1 | Neptu: where does it not work ? | 15:43 |
Razique1 | the creation itself is good ? | 15:43 |
Razique1 | the image boots ? | 15:43 |
Razique1 | which procedure did u follow ? | 15:43 |
Neptu_ | does nto instanciate | 15:43 |
Neptu_ | Razique1: 1 sec and i will copy | 15:44 |
*** 65MAADRBZ is now known as clayg | 15:44 | |
Neptu_ | Razique1: euca-bundle-image -i centos-x86_64_template/centos-x86_64.img | 15:44 |
Razique1 | where does that image come from ? | 15:45 |
Neptu_ | kvm virtual machine | 15:45 |
Razique1 | ok | 15:45 |
Neptu_ | is booting and working fine | 15:45 |
Razique1 | have u removed the udev rules, set dhcp, and added the rc.load instructions ? | 15:45 |
Neptu_ | only dhcp | 15:45 |
*** ldleworker has quit IRC | 15:45 | |
*** llang629 has joined #openstack | 15:46 | |
Razique1 | hehe | 15:46 |
Razique1 | check udev rules and also rc.local for metadata retrieval | 15:46 |
Neptu_ | Razique1: Unexpected error: Cannot find requested image 18: Kernel not found for image 18. | 15:46 |
Neptu_ | this is what i get from the dashboard | 15:46 |
*** llang629 has left #openstack | 15:47 | |
Neptu_ | seems another thingie | 15:47 |
Razique1 | mmm did u attached a kernel and ramdisk ? no need | 15:47 |
Neptu_ | Razique1: no kernel attached is in the image itself | 15:47 |
Razique1 | ah | 15:47 |
Neptu_ | Razique1: I mean the image has everything to work with kvm | 15:47 |
Razique1 | mmm | 15:47 |
* Razique1 thinks | 15:47 | |
* Neptu_ wonders | 15:48 | |
Razique1 | ok I know | 15:48 |
*** vmachine has left #openstack | 15:48 | |
Razique1 | got it | 15:48 |
Razique1 | that's the nasty euca2ookls | 15:48 |
Razique1 | use nova-manage image instead | 15:49 |
Neptu_ | ok | 15:49 |
Neptu_ | need to find a manual | 15:50 |
Neptu_ | w8 | 15:50 |
Razique1 | for ? | 15:50 |
Razique1 | the image uploading ? | 15:50 |
*** byeager has quit IRC | 15:50 | |
*** wilmoore has joined #openstack | 15:52 | |
*** gongys has quit IRC | 15:53 | |
Neptu_ | Razique1: yep to upload the image | 15:54 |
*** farkyoo has quit IRC | 15:55 | |
Razique1 | http://nova.openstack.org/runnova/nova.manage.html | 15:55 |
Razique1 | CMD+F "register" :) | 15:55 |
*** robthoms has left #openstack | 15:55 | |
*** sdake_ has joined #openstack | 15:56 | |
*** Free_maN has quit IRC | 15:57 | |
*** sdake has quit IRC | 15:58 | |
*** heyho has quit IRC | 15:58 | |
*** jj0hns0n has quit IRC | 15:59 | |
*** eglynn_ has quit IRC | 16:01 | |
zykes- | anyone here using crowbar? | 16:02 |
*** littleidea has joined #openstack | 16:02 | |
kbringard | zykes-: I played with it a bit a few months back | 16:04 |
*** NashTrash has joined #openstack | 16:04 | |
*** willaerk has quit IRC | 16:04 | |
Neptu_ | Razique1: nova-manage image image_register ./centos-x86_64.img --public=T wrong number of argument provided? | 16:04 |
*** swill has joined #openstack | 16:05 | |
*** Blackavar has joined #openstack | 16:06 | |
*** dolphm has joined #openstack | 16:06 | |
swill | notmyname: if i move the slogging collector (the processor) onto its own box, i need to install swift on that new box as well right? cause i see calls to swift.common.(stuff) in the slogging code. is this the case? | 16:06 |
*** lctmz has joined #openstack | 16:07 | |
Neptu_ | seems is a bug in the nova-manager... | 16:09 |
lctmz | Hey guys | 16:10 |
*** maplebed has joined #openstack | 16:11 | |
lctmz | hey NaZZaX, how do you do? | 16:11 |
*** manb has joined #openstack | 16:11 | |
lctmz | NaZZaX, I didn't solved the VNC issue yet, did you? haha | 16:11 |
Neptu_ | Razique1: seems is not working... some kind of bug | 16:12 |
Neptu_ | nova-manage image image_register centos.img --public='T' --arch=amd64 | 16:13 |
*** derekh has joined #openstack | 16:13 | |
Neptu_ | i do not see what is wrong here but is telling me wrong number of arguments | 16:13 |
*** belliott has quit IRC | 16:14 | |
*** NaZZaX has quit IRC | 16:15 | |
*** rodlabs has quit IRC | 16:17 | |
notmyname | swill: yes, slogging has a dependency on swift utilities | 16:17 |
Neptu_ | nova image-list | 16:17 |
*** belliott has joined #openstack | 16:18 | |
swill | notmyname: ok perfect. thanks. i am about to build my python modules and i was going to use stdeb and i just noticed you use it as well. | 16:18 |
Neptu_ | Invalid OpenStack Nova credentials. | 16:18 |
Neptu_ | how i can solve this?? | 16:18 |
swill | notmyname: is there a reason you use 'python setup.py --command-packages=stdeb.command bdist_deb' and not the 'debianize' command? | 16:19 |
swill | and track a debian directory? | 16:19 |
*** belliott has quit IRC | 16:20 | |
zykes- | kbringard: do you know if it supports to run on redhat ? | 16:21 |
kbringard | zykes-: the version I tried didn't… it was Ubuntu 10.10 only, but I think they've modularized it more so it more easily supports more OS's | 16:22 |
kbringard | but I couldn't say for sure | 16:22 |
*** darraghb has quit IRC | 16:22 | |
*** marrusl has quit IRC | 16:25 | |
*** marrusl has joined #openstack | 16:25 | |
Neptu_ | kodapa: yo | 16:27 |
Razique1 | I'm heading home, I'll catch u there buys | 16:27 |
Neptu_ | time to get home | 16:27 |
Razique1 | guys* | 16:27 |
Neptu_ | Razique1: thanks for the help | 16:27 |
*** oneiroi is now known as Oneiroi^gone | 16:27 | |
*** manb has quit IRC | 16:28 | |
*** MarkAtwood has joined #openstack | 16:28 | |
*** Razique1 has quit IRC | 16:28 | |
withnale | I've got an all in one node running, but when I bring up a compute node, it doesn't pick up the bridge settings. Am I supposed to manually add them with brctl etc? | 16:31 |
*** eglynn_ has joined #openstack | 16:31 | |
*** spiffxp has joined #openstack | 16:32 | |
*** belliott has joined #openstack | 16:35 | |
*** eglynn_ has quit IRC | 16:35 | |
*** eglynn_ has joined #openstack | 16:35 | |
*** warik has joined #openstack | 16:37 | |
*** jasonb has joined #openstack | 16:39 | |
*** sniperd has joined #openstack | 16:40 | |
*** Triade has quit IRC | 16:44 | |
*** straylyon has joined #openstack | 16:45 | |
*** datajerk has quit IRC | 16:45 | |
*** rnorwood1 has joined #openstack | 16:46 | |
*** capricorn_one has joined #openstack | 16:47 | |
*** rnorwood has quit IRC | 16:47 | |
*** eglynn_ has quit IRC | 16:48 | |
*** straylyon has quit IRC | 16:50 | |
*** heckj has joined #openstack | 16:50 | |
*** CrazyThinker has joined #openstack | 16:50 | |
*** heckj has quit IRC | 16:50 | |
*** heckj has joined #openstack | 16:50 | |
*** AlanClark has quit IRC | 16:51 | |
*** swill has quit IRC | 16:51 | |
*** asavu has quit IRC | 16:52 | |
lctmz | Someone can take a look at this issue? https://answers.launchpad.net/nova/+question/192153 , any help apreciated | 16:52 |
*** dachary has quit IRC | 16:53 | |
*** dachary has joined #openstack | 16:54 | |
*** msavy has quit IRC | 16:54 | |
jmguerrero | quit | 16:55 |
*** dolphm has quit IRC | 16:55 | |
*** jmguerrero has quit IRC | 16:55 | |
*** jtanner has quit IRC | 16:56 | |
*** jtanner has joined #openstack | 16:56 | |
*** epim has quit IRC | 16:58 | |
*** dtroyer is now known as dtroyer_zzz | 16:58 | |
*** derekh has quit IRC | 16:59 | |
*** jdg has joined #openstack | 16:59 | |
*** natea_ has joined #openstack | 16:59 | |
*** msavy has joined #openstack | 16:59 | |
*** albert23 has joined #openstack | 17:00 | |
*** jj0hns0n has joined #openstack | 17:00 | |
*** natea has quit IRC | 17:02 | |
*** natea_ is now known as natea | 17:02 | |
*** dachary has quit IRC | 17:03 | |
*** hggdh has quit IRC | 17:03 | |
*** jj0hns0n has quit IRC | 17:03 | |
*** rosco has joined #openstack | 17:04 | |
*** epim has joined #openstack | 17:04 | |
*** GheRivero has quit IRC | 17:05 | |
daniele- | swift question about replicator | 17:06 |
*** tcampbell has quit IRC | 17:07 | |
*** hggdh has joined #openstack | 17:07 | |
daniele- | if I change an object on the filesystem the auditor will catch it and the replicator will overwrite with a valid copy | 17:07 |
daniele- | which is expected | 17:07 |
daniele- | but if I remove the file the auditor doesn't realize that | 17:08 |
daniele- | and I miss the file | 17:08 |
daniele- | I tested this with 1.4.8 | 17:08 |
daniele- | is this something wanted? | 17:09 |
*** derekh has joined #openstack | 17:11 | |
*** samba35 has quit IRC | 17:13 | |
*** gyee has joined #openstack | 17:13 | |
*** alekibango has quit IRC | 17:13 | |
*** alekibango has joined #openstack | 17:13 | |
*** chasing_Sol has joined #openstack | 17:14 | |
*** praefect has quit IRC | 17:14 | |
*** chasing_Sol has quit IRC | 17:16 | |
*** chasing_Sol has joined #openstack | 17:16 | |
*** chasing_Sol is now known as chasing`Sol | 17:17 | |
*** jaypipes has joined #openstack | 17:18 | |
*** epim has quit IRC | 17:19 | |
*** derekh has quit IRC | 17:19 | |
*** msavy has quit IRC | 17:19 | |
notmyname | daniele-: the auditor checks existing object. the replicators make sure that the objects exist | 17:20 |
notmyname | daniele-: actually, what the auditor does in your example is quarantine the object to a different location and then the replicator replaces it with a good copy | 17:22 |
*** fc__ has quit IRC | 17:22 | |
*** agoddard has quit IRC | 17:23 | |
*** agoddard has joined #openstack | 17:23 | |
*** sdake_ is now known as sdake | 17:24 | |
*** msavy has joined #openstack | 17:24 | |
*** epim has joined #openstack | 17:25 | |
*** dendrobates is now known as dendro-afk | 17:26 | |
*** Oneiroi^gone is now known as oneiroi | 17:29 | |
*** jj0hns0n has joined #openstack | 17:32 | |
*** mdrnstm has joined #openstack | 17:32 | |
*** dneary has joined #openstack | 17:34 | |
*** alrs has joined #openstack | 17:35 | |
*** jj0hns0n has quit IRC | 17:37 | |
*** dtroyer_zzz is now known as dtroyer | 17:38 | |
*** sdake has quit IRC | 17:38 | |
*** sdake has joined #openstack | 17:39 | |
*** Ryan_Lane has joined #openstack | 17:39 | |
*** jayfordddd has quit IRC | 17:40 | |
*** souza has joined #openstack | 17:42 | |
*** sdake has quit IRC | 17:43 | |
*** sdake has joined #openstack | 17:44 | |
*** rnorwood1 has quit IRC | 17:45 | |
*** markmcclain has quit IRC | 17:46 | |
*** rnorwood has joined #openstack | 17:47 | |
*** armaan has joined #openstack | 17:47 | |
*** thinrhino has joined #openstack | 17:48 | |
*** dpippenger has joined #openstack | 17:49 | |
souza | Hello Folks | 17:51 |
*** swill has joined #openstack | 17:54 | |
*** CrazyThinker has quit IRC | 17:58 | |
*** armaan has left #openstack | 17:58 | |
*** eglynn_ has joined #openstack | 17:59 | |
*** Birk_ has joined #openstack | 17:59 | |
Birk_ | anyone is able to use VNC with dashboard ? | 18:00 |
*** jcooley has joined #openstack | 18:01 | |
*** jeh has quit IRC | 18:02 | |
*** Ryan_Lane has quit IRC | 18:02 | |
*** thinrhino has quit IRC | 18:02 | |
*** flaviamissi has quit IRC | 18:03 | |
souza | Birk_: I'm having a similar problem in a essex installation, someone knows about that? | 18:05 |
*** zigo has joined #openstack | 18:05 | |
*** souza has quit IRC | 18:06 | |
*** rocambole has quit IRC | 18:07 | |
*** dneary has quit IRC | 18:09 | |
*** johnpostlethwait has joined #openstack | 18:10 | |
*** mutante has joined #openstack | 18:11 | |
*** Birk_ has quit IRC | 18:12 | |
mutante | how can a nova instance find out its own instance-name (as opposed to hostname) | 18:12 |
*** marrusl_ has joined #openstack | 18:14 | |
*** jj0hns0n has joined #openstack | 18:17 | |
*** jimyeh has joined #openstack | 18:17 | |
*** jtanner has quit IRC | 18:17 | |
*** jtanner has joined #openstack | 18:18 | |
*** flaviamissi has joined #openstack | 18:19 | |
*** flaviamissi has quit IRC | 18:19 | |
*** DavidLevin has quit IRC | 18:21 | |
*** pixelbeat has quit IRC | 18:22 | |
*** dtroyer is now known as dtroyer_zzz | 18:26 | |
*** belliott has quit IRC | 18:29 | |
*** DavidLevin has joined #openstack | 18:30 | |
*** pixelbeat has joined #openstack | 18:31 | |
*** johnpostlethwait has quit IRC | 18:31 | |
*** johnpostlethwait has joined #openstack | 18:32 | |
*** belliott has joined #openstack | 18:32 | |
*** Radium has quit IRC | 18:34 | |
*** jimyeh has quit IRC | 18:34 | |
*** jj0hns0n has quit IRC | 18:34 | |
*** mnewby has joined #openstack | 18:35 | |
*** jkyle has joined #openstack | 18:36 | |
*** lctmz has quit IRC | 18:40 | |
*** oneiroi is now known as Oneiroi^gone | 18:41 | |
*** jan_bangna has quit IRC | 18:47 | |
*** clopez has quit IRC | 18:47 | |
*** jan_bangna has joined #openstack | 18:50 | |
*** zigo has quit IRC | 18:53 | |
*** zigo has joined #openstack | 18:56 | |
*** davlaps has joined #openstack | 18:58 | |
*** rnorwood has quit IRC | 18:59 | |
*** johnpostlethwait has quit IRC | 19:00 | |
*** kordless_ has joined #openstack | 19:01 | |
*** kordless has quit IRC | 19:01 | |
*** johnpostlethwait has joined #openstack | 19:01 | |
*** rnorwood has joined #openstack | 19:01 | |
*** rnorwood has quit IRC | 19:02 | |
*** rkukura has joined #openstack | 19:02 | |
*** pixelbeat has quit IRC | 19:02 | |
*** jan_bangna has quit IRC | 19:03 | |
*** sannes has joined #openstack | 19:04 | |
*** pfigue has joined #openstack | 19:04 | |
*** melmoth has joined #openstack | 19:05 | |
*** rnorwood has joined #openstack | 19:06 | |
*** mdrnstm has quit IRC | 19:06 | |
*** jan_bangna has joined #openstack | 19:08 | |
*** Aaton has joined #openstack | 19:09 | |
*** jan_bangna has quit IRC | 19:10 | |
*** Razique has joined #openstack | 19:11 | |
*** jj0hns0n has joined #openstack | 19:13 | |
*** jan_bangna has joined #openstack | 19:16 | |
*** Oneiroi^gone is now known as oneiroi | 19:17 | |
*** oneiroi has left #openstack | 19:17 | |
*** alex88 has quit IRC | 19:20 | |
*** mdrnstm has joined #openstack | 19:30 | |
*** maplebed is now known as maplebedAFK | 19:30 | |
*** dachary has joined #openstack | 19:34 | |
*** belliott has quit IRC | 19:37 | |
*** jcannava has left #openstack | 19:38 | |
*** Radium has joined #openstack | 19:41 | |
*** ryanpetrello has joined #openstack | 19:46 | |
*** Ard1t has quit IRC | 19:47 | |
*** natea has quit IRC | 19:48 | |
*** stevegjacobs has joined #openstack | 19:49 | |
*** Ard1t has joined #openstack | 19:50 | |
*** datajerk has joined #openstack | 19:55 | |
*** msavy has quit IRC | 19:56 | |
*** pretec has joined #openstack | 19:59 | |
*** hingo has joined #openstack | 19:59 | |
*** ik04ka has quit IRC | 19:59 | |
*** davlaps has quit IRC | 20:00 | |
*** rnorwood1 has joined #openstack | 20:03 | |
*** dprince has quit IRC | 20:03 | |
*** rnorwood has quit IRC | 20:03 | |
*** jtanner has quit IRC | 20:06 | |
*** Ahmad_HP has quit IRC | 20:06 | |
*** yshh has quit IRC | 20:12 | |
*** yshh has joined #openstack | 20:12 | |
*** jaypipes has quit IRC | 20:13 | |
*** shaon1 has joined #openstack | 20:17 | |
*** shaon has quit IRC | 20:17 | |
*** shaon1 has quit IRC | 20:18 | |
*** jan_bangna has quit IRC | 20:19 | |
*** littleidea has quit IRC | 20:22 | |
*** Ard1t has quit IRC | 20:25 | |
*** derekh has joined #openstack | 20:25 | |
*** Aaton has quit IRC | 20:25 | |
*** littleidea has joined #openstack | 20:25 | |
*** lxu has quit IRC | 20:26 | |
*** Aaton has joined #openstack | 20:28 | |
*** Ard1t has joined #openstack | 20:29 | |
*** mattstep has quit IRC | 20:32 | |
*** mattstep has joined #openstack | 20:33 | |
*** belliott has joined #openstack | 20:36 | |
*** markvoelker has quit IRC | 20:36 | |
*** Radium has quit IRC | 20:37 | |
*** glenc has joined #openstack | 20:38 | |
*** judd7 has quit IRC | 20:39 | |
*** judd7 has joined #openstack | 20:40 | |
*** glenc_ has quit IRC | 20:40 | |
*** dendro-afk is now known as dendrobates | 20:41 | |
*** swill_ has joined #openstack | 20:44 | |
*** jfluhmann has quit IRC | 20:45 | |
*** maplebedAFK is now known as maplebed | 20:46 | |
*** swill has quit IRC | 20:46 | |
*** gyee has quit IRC | 20:49 | |
*** dendrobates is now known as dendro-afk | 20:50 | |
*** Ahmad_HP has joined #openstack | 20:52 | |
*** Domin has quit IRC | 20:52 | |
*** Domin has joined #openstack | 20:52 | |
*** arBmind has joined #openstack | 20:53 | |
*** bruges_ has joined #openstack | 20:53 | |
*** fvollero is now known as fvollero|gone | 20:55 | |
*** bruges has quit IRC | 20:55 | |
*** rnorwood1 has quit IRC | 20:57 | |
*** zigo has quit IRC | 20:57 | |
*** stevegjacobs has quit IRC | 20:57 | |
*** rnorwood has joined #openstack | 21:00 | |
*** milner has quit IRC | 21:01 | |
*** sandywalsh has quit IRC | 21:02 | |
*** clauden__ has quit IRC | 21:03 | |
*** datajerk has quit IRC | 21:04 | |
*** clauden_ has joined #openstack | 21:04 | |
*** bpg has quit IRC | 21:07 | |
*** leifmadsen has quit IRC | 21:10 | |
*** leifmadsen has joined #openstack | 21:11 | |
*** sandywalsh has joined #openstack | 21:17 | |
*** vizsla has quit IRC | 21:19 | |
*** arBmind has quit IRC | 21:19 | |
*** alrs has quit IRC | 21:20 | |
*** ryanpetrello has quit IRC | 21:21 | |
*** dtroyer_zzz is now known as dtroyer | 21:22 | |
*** joshuamckenty has joined #openstack | 21:23 | |
*** dtroyer is now known as dtroyer_zzz | 21:26 | |
*** rnorwood has quit IRC | 21:28 | |
*** rnorwood has joined #openstack | 21:29 | |
*** sniperd has quit IRC | 21:31 | |
*** dendro-afk is now known as dendrobates | 21:32 | |
*** jdg has quit IRC | 21:32 | |
*** mdomsch_ has quit IRC | 21:34 | |
*** mdomsch has quit IRC | 21:34 | |
*** robbiew has quit IRC | 21:35 | |
*** mdomsch_ has joined #openstack | 21:35 | |
*** arBmind has joined #openstack | 21:36 | |
*** mdomsch_ has quit IRC | 21:36 | |
*** Radium has joined #openstack | 21:37 | |
*** rnirmal has quit IRC | 21:38 | |
*** armax has joined #openstack | 21:39 | |
*** _zzed has quit IRC | 21:41 | |
*** heckj has quit IRC | 21:43 | |
*** EqUaTe has quit IRC | 21:43 | |
*** sniperd has joined #openstack | 21:45 | |
*** melmoth has quit IRC | 21:46 | |
*** rnorwood has quit IRC | 21:46 | |
*** jkyle_ has joined #openstack | 21:47 | |
*** rnorwood has joined #openstack | 21:47 | |
*** clopez has joined #openstack | 21:47 | |
*** jkyle has quit IRC | 21:48 | |
*** jkyle_ is now known as jkyle | 21:52 | |
*** monst has joined #openstack | 21:54 | |
monst | howdy #openstack | 21:54 |
monst | first question, is there a way to make fixed IPs routable? | 21:55 |
monst | id like to use fixed IPs for internal devs, and floating for public ips | 21:55 |
kbringard | routable to where? | 21:57 |
monst | to my internal network | 21:57 |
*** leifmadsen has quit IRC | 21:57 | |
monst | seems it is only routed to the localhost | 21:57 |
*** markmcclain has joined #openstack | 21:57 | |
kbringard | I don't entirely understand… the NC should act as a router for the entire fixed_ip network | 21:58 |
kbringard | one VM should route to another | 21:58 |
kbringard | even if they're not on the same compute node | 21:58 |
monst | oh that is excellent, I didnt relize that | 21:59 |
kbringard | so you should be able to do your forwarding on the NC | 21:59 |
monst | so I could cluster 2 vms via the fixed ip | 21:59 |
kbringard | absolutely | 21:59 |
monst | what does NC stand for? | 21:59 |
kbringard | network controller | 21:59 |
monst | <- newb | 21:59 |
*** hermy|away is now known as hermy | 21:59 | |
kbringard | naw, no worries | 21:59 |
kbringard | I get caught up in the vernacular :-) | 21:59 |
monst | kbringard: I currently have a labmanager environment | 22:00 |
monst | so what I was hoping was each Developer wouldnt have to assigned a floating ip to a vm to ssh in | 22:00 |
monst | that they could just hit the fixed ip from our network | 22:01 |
monst | does that make sense? | 22:01 |
kbringard | yea, I mean, in theory you can do that, or you can look at using cloud-pipes | 22:01 |
kbringard | which is a per project VPN | 22:01 |
monst | interesting | 22:01 |
kbringard | so they connect the VPN and then they're on the layer 2 network for their project | 22:01 |
kbringard | it only works in VLAN mode | 22:01 |
kbringard | but, it works pretty well | 22:02 |
kbringard | anyway, sorry, I need to go | 22:02 |
monst | np | 22:02 |
kbringard | don't mean to cut it short | 22:02 |
monst | thanks for the info | 22:02 |
kbringard | no worries, there are a lot of smart and knowledgeable people in here | 22:02 |
kbringard | we don't always answer right away, but if you have questions ask and someone will probably eventually respond :-D | 22:02 |
*** miclorb_ has joined #openstack | 22:02 | |
*** kbringard has quit IRC | 22:03 | |
*** Ruetobas has quit IRC | 22:03 | |
*** jcannava has joined #openstack | 22:03 | |
*** NashTrash has quit IRC | 22:04 | |
*** ke4qqq is now known as list | 22:04 | |
jasonb | Hmm, looks like my keystone tokens aren't being stored in the database. It's mysql, and when I do 'select * from token;' I get zero rows each time, even while I'm using curl to authenticate with keystone and print my token. | 22:07 |
*** bsza has quit IRC | 22:07 | |
*** Ruetobas has joined #openstack | 22:08 | |
jasonb | Each time I use curl, it gives me a new token.. never showing me the same one twice. | 22:09 |
*** list is now known as ke4qqq | 22:09 | |
*** dubsquared has joined #openstack | 22:10 | |
*** ahasenack has quit IRC | 22:11 | |
*** judd7 has quit IRC | 22:12 | |
mdrnstm | jasonb: is your [token] section using the SQL driver? | 22:13 |
mdrnstm | [token] | 22:13 |
mdrnstm | driver = keystone.token.backends.sql.Token | 22:13 |
mdrnstm | tokens are handled independently from the catalogue driver (in the config) | 22:14 |
jasonb | ahh.. nope, it was using the kvs one. | 22:16 |
jasonb | mdrnstm: Nice! Let me see what that fixes.. | 22:16 |
*** joshuamckenty has quit IRC | 22:19 | |
mdrnstm | jasonb: also each "tokens request" for authentication should (as I recall) create a new token, the idea is that subsequent requests you would provide the token. I.E. | 22:19 |
mdrnstm | curl -i http://127.0.0.1:5000/v2.0/tokens -X POST -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient" -d '{"auth": {"passwordCredentials": {"username": "admin", "password": "stack"}}}' && echo | 22:19 |
mdrnstm | which responds with: {"access": {"token": {"expires": "2012-03-31T22:18:15Z", "id": "677d3db06da345289fe7599df28feadb"}, "serviceCatalog": {}, "user": {"username": "admin", "roles_links": [], "id": "4c0ca4749f464be7a7b188261ffe3b0b", "roles": [], "name": "admin"}}} | 22:19 |
mdrnstm | you can then use that token to perform actions/get information/etc | 22:21 |
*** Radium has quit IRC | 22:22 | |
*** johnpostlethwait has quit IRC | 22:22 | |
*** johnpostlethwait has joined #openstack | 22:23 | |
jasonb | mdrnstm: Okay. I'm testing.. | 22:24 |
mdrnstm | jasonb: good luck! :) | 22:24 |
*** rnorwood has quit IRC | 22:24 | |
jasonb | mdrnstm: Thanks. This might actually solve yet another problem I've been having with the dashboard. | 22:24 |
mdrnstm | jasonb: yes, the kvs token store is super short (for various reasons). if it's anything like what i was seeingI ran into that problem (randomly getting logged out) like yesterday. looked at the config and noticed i forgot to set the driver. | 22:25 |
*** jkyle has quit IRC | 22:26 | |
jasonb | mdrnstm: You just solved a problem I've been plagued with for about the last two days! thanks!! | 22:27 |
mdrnstm | jasonb: of course! happy to help you out :) | 22:27 |
*** jkyle has joined #openstack | 22:28 | |
*** rnorwood has joined #openstack | 22:28 | |
*** natea has joined #openstack | 22:29 | |
*** belliott has quit IRC | 22:30 | |
*** lborda has quit IRC | 22:31 | |
*** egant has quit IRC | 22:34 | |
*** egant has joined #openstack | 22:34 | |
*** mrjazzcat has quit IRC | 22:35 | |
*** mrjazzcat has joined #openstack | 22:40 | |
*** sniperd_ has joined #openstack | 22:41 | |
*** mrjazzcat has quit IRC | 22:41 | |
*** mrjazzcat has joined #openstack | 22:41 | |
*** sniperd has quit IRC | 22:42 | |
*** dhellmann has quit IRC | 22:45 | |
*** natea has quit IRC | 22:47 | |
*** markmcclain has quit IRC | 22:50 | |
*** miclorb_ has quit IRC | 22:51 | |
*** jj0hns0n has quit IRC | 22:55 | |
*** rnorwood has quit IRC | 22:56 | |
*** marrusl_ has quit IRC | 22:59 | |
*** belliott has joined #openstack | 22:59 | |
*** roge has quit IRC | 23:02 | |
*** derekh has quit IRC | 23:03 | |
*** jcannava has quit IRC | 23:04 | |
*** monst has quit IRC | 23:06 | |
*** asavu has joined #openstack | 23:07 | |
*** _ozstacker_ has joined #openstack | 23:11 | |
*** dendrobates is now known as dendro-afk | 23:12 | |
*** jj0hns0n has joined #openstack | 23:12 | |
*** ozstacker has quit IRC | 23:15 | |
*** berendt has quit IRC | 23:17 | |
*** pretec has quit IRC | 23:19 | |
*** adalbas has quit IRC | 23:19 | |
*** fattarsi_ has joined #openstack | 23:22 | |
*** paulstallworth has joined #openstack | 23:25 | |
*** adalbas has joined #openstack | 23:31 | |
withnale | if I set essex to use vlan tagged private addresses, how can I add an ip address on that VLAN on the compute host? | 23:34 |
*** Lumiere is now known as Lumiere|DCUnited | 23:36 | |
*** philips has quit IRC | 23:36 | |
*** philips has joined #openstack | 23:37 | |
*** gyee has joined #openstack | 23:38 | |
*** fattarsi_ is now known as help | 23:41 | |
*** help is now known as Guest37704 | 23:42 | |
*** jcooley has quit IRC | 23:42 | |
*** jj0hns0n has quit IRC | 23:42 | |
*** Guest37704 is now known as chris_ | 23:44 | |
*** Aaton_ has joined #openstack | 23:44 | |
*** Aaton has quit IRC | 23:45 | |
*** vitiho has quit IRC | 23:45 | |
*** westmaas has quit IRC | 23:45 | |
*** ironcame12 has quit IRC | 23:45 | |
*** pknouff has quit IRC | 23:45 | |
*** nikhil_ has quit IRC | 23:45 | |
*** ameade has quit IRC | 23:45 | |
*** sniperd_ has quit IRC | 23:46 | |
*** ayoung has quit IRC | 23:49 | |
*** chris_ is now known as fattarsi | 23:50 | |
*** flaviamissi has joined #openstack | 23:50 | |
*** farkyoo has joined #openstack | 23:51 | |
*** johnpostlethwait has quit IRC | 23:52 | |
*** Aaton_ has quit IRC | 23:52 | |
*** arBmind has quit IRC | 23:53 | |
*** soren has quit IRC | 23:53 | |
*** flaviamissi has quit IRC | 23:55 | |
*** flaviamissi has joined #openstack | 23:56 | |
*** Blackavar has quit IRC | 23:57 | |
*** David has joined #openstack | 23:58 | |
*** David is now known as Guest32010 | 23:59 | |
*** that1dude has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!