*** victor_lowther has quit IRC | 00:00 | |
*** Seventoes has quit IRC | 00:00 | |
*** markpeek has joined #openstack | 00:01 | |
*** pixelb has joined #openstack | 00:01 | |
*** sgoldin has joined #openstack | 00:03 | |
*** lmh has quit IRC | 00:05 | |
*** ewnd9 has joined #openstack | 00:05 | |
*** Seventoes has joined #openstack | 00:06 | |
*** madorn has joined #openstack | 00:07 | |
*** dlstacy has quit IRC | 00:08 | |
*** madorn has quit IRC | 00:10 | |
occupant | so the blog entry at http://blog.fsquat.net/?p=40 explains how to use ACLs in swift to give container permission to other users, allowing them to use the swift client to stat and list the containers. while the ACLs work for curl operations, I can't see those containers using the swift client | 00:11 |
---|---|---|
*** adjohn has quit IRC | 00:11 | |
*** markpeek has quit IRC | 00:11 | |
*** arahal has quit IRC | 00:11 | |
occupant | the docs seem to suggest that a user CAN'T see containers from another user, but this docs seems to suggest it can | 00:11 |
*** madorn has joined #openstack | 00:11 | |
*** markpeek has joined #openstack | 00:12 | |
torgomatic | occupant: by what do you mean "see containers"? do you mean perform an account listing to obtain a list of available containers? | 00:12 |
*** madorn has quit IRC | 00:12 | |
*** Seventoes has quit IRC | 00:12 | |
Kupo24z | anyone have experiance with the puppet openstack module? | 00:12 |
*** halfss has quit IRC | 00:12 | |
annegentle | occupant: torgomatic: I think the docs have a doc bug to update account ACLs which are a new feature, read https://bugs.launchpad.net/openstack-manuals/+bug/1192448 and see if that sounds right to you | 00:12 |
occupant | torgomatic: that's right. | 00:12 |
*** madorn has joined #openstack | 00:13 | |
torgomatic | occupant: container ACLs will not grant you the right to perform an account listing. However, if you know the name of the container, you should be able to list the objects within as well as operate on them | 00:13 |
*** dlstacy has joined #openstack | 00:13 | |
torgomatic | e.g. GET, or POST/PUT, depending on which ACL is set | 00:13 |
*** desai has joined #openstack | 00:13 | |
*** Egyptian[Laptop] has joined #openstack | 00:14 | |
*** cjellick1 has quit IRC | 00:14 | |
*** desai has joined #openstack | 00:14 | |
*** desai has joined #openstack | 00:15 | |
occupant | Kupo24z: Yeah, I'm using it. | 00:15 |
*** dschultz has quit IRC | 00:15 | |
*** ahasenack has quit IRC | 00:15 | |
*** madorn has quit IRC | 00:15 | |
*** madorn has joined #openstack | 00:16 | |
torgomatic | annegentle: I don't think that change actually landed in Swift, FWIW | 00:17 |
*** madorn has quit IRC | 00:17 | |
*** madorn has joined #openstack | 00:18 | |
occupant | torgomatic: So in that blog post, a container is created under demouser, demouser2 is added to the read ACL, and then demouser2 can use the swift client to list/stat the container. So.. that's not really possible? | 00:19 |
*** julianwa has joined #openstack | 00:19 | |
torgomatic | occupant: that is possible | 00:19 |
torgomatic | more specifically, demouser2 can GET or HEAD /v1/AUTH_demouser/container, and can also GET or HEAD /v1/AUTH_demouser/container/any-object | 00:20 |
*** dlstacy has quit IRC | 00:20 | |
torgomatic | (assuming the auth system supports it; I haven't read that post) | 00:20 |
Kupo24z | occupant: does this seem like it will work with multi-host? http://pastebin.mozilla.org/3148227 have 2 physical interfaces per server | 00:20 |
torgomatic | however, demouser2 cannot GET /v1/AUTH_demouser to discover the existence of container | 00:20 |
*** vuil has quit IRC | 00:20 | |
*** madorn has quit IRC | 00:21 | |
*** MarkAtwood has quit IRC | 00:21 | |
*** cjellick has joined #openstack | 00:21 | |
*** madorn has joined #openstack | 00:21 | |
kurt_ | Anyone have any ideas on why an instance may launch with an m1.tiny instance and no storage, but if I try with a small and 20G, the status errors out? I cannot find any logging on the instance and cinder does not show any useful logging. | 00:22 |
*** rnirmal has quit IRC | 00:22 | |
*** matsuhashi has joined #openstack | 00:22 | |
kurt_ | I'm running out of ideas on how to diagnose the problem too. No useful logging anywhere in nova-compute or cinder node. | 00:22 |
madorn | do you ahve verbose logging turnd on | 00:22 |
kurt_ | for which node? | 00:23 |
*** dlstacy has joined #openstack | 00:23 | |
madorn | nova.conf | 00:23 |
*** jaimef has quit IRC | 00:23 | |
madorn | your nova.conf has a verbose flag | 00:23 |
kurt_ | madorn: I saw that - but should I be focusing on the nova-compute node at this point? | 00:23 |
madorn | i would turn verbose logging on - i know this sounds stupid but when you are checking logs are you checking only nova-compute.log? | 00:24 |
*** jaimef has joined #openstack | 00:24 | |
Kupo24z | occupant: any idea? | 00:25 |
kurt_ | checking both the libvirt and nova-compute log | 00:25 |
madorn | what happens if you do tiny with like 1gb cinder storage. | 00:25 |
madorn | is the cinder connection good? | 00:26 |
kurt_ | cinder appears to be good - I can create volumes without problems | 00:26 |
kurt_ | I have not tried creating a 1Gb cinder yet | 00:26 |
madorn | if you do small with 20GB what | 00:26 |
kurt_ | I'll need to do a custom flavor to do that | 00:26 |
kurt_ | then it fails | 00:27 |
kurt_ | with 20G | 00:27 |
*** mikeyp has quit IRC | 00:27 | |
*** djbkd has quit IRC | 00:27 | |
kurt_ | and I definitely have that storage | 00:27 |
madorn | 20GB what | 00:27 |
madorn | i mean | 00:27 |
madorn | like | 00:27 |
madorn | 20GB cinder? | 00:27 |
madorn | or 20GB root/emphemeral | 00:27 |
madorn | etc | 00:27 |
kurt_ | if I try to use the m1.small - root. haven't tried ephemeral | 00:28 |
madorn | one sec | 00:28 |
madorn | checking something | 00:28 |
occupant | Kupo24z: um, you might want to use facter facts like $::ipaddress_eth0 instead of hardcoding IP addresses. | 00:28 |
*** bdpayne has quit IRC | 00:28 | |
occupant | but other than that, I guess it looks good | 00:29 |
annegentle | torgomatic: oh thanks! usually if it's Confirmed it's cuz it landed so I'll mark | 00:29 |
*** dlstacy has quit IRC | 00:29 | |
madorn | kurt: what's your setup like? | 00:30 |
*** dlstacy has joined #openstack | 00:30 | |
madorn | how many nodes | 00:30 |
*** KyleMacDonald has joined #openstack | 00:30 | |
*** KyleMacDonald has quit IRC | 00:30 | |
occupant | torgomatic: So when the swift client is able to do a 'list' and discover the container (which I'm not able to do, but works in the example), what HTTP operation is going on there? | 00:31 |
kurt_ | madorn: I have 6 nodes | 00:31 |
madorn | how many compute? | 00:31 |
torgomatic | That is a GET of /v1/AUTH_demouser | 00:31 |
kurt_ | madorn: 1 compute node | 00:32 |
madorn | no errors at all? | 00:32 |
madorn | in nova-compute | 00:32 |
kurt_ | I just added debugging to compute node, was going to try again | 00:32 |
*** morazi has quit IRC | 00:32 | |
madorn | what option is that kurt | 00:32 |
Kupo24z | occupant: im using puppet-dashboard, will probably use facter after this install | 00:32 |
madorn | debugging or verbose.. | 00:32 |
kurt_ | debug=true | 00:33 |
Kupo24z | occupant: ip's are setup in dashboard by node | 00:33 |
Kupo24z | occupant: do you notice any other pitfalls before i apply? :) | 00:33 |
kurt_ | looking at this: http://docs.openstack.org/folsom/openstack-ops/content/logging_monitoring.html | 00:33 |
*** Martz has quit IRC | 00:34 | |
occupant | Kupo24z: I've honestly not set up multihost yet, but other stuff looks okay. | 00:35 |
Kupo24z | occupant: primarly concerned with the addressing, that was pretty confusing | 00:36 |
*** tecepe has quit IRC | 00:37 | |
*** ssd7 has quit IRC | 00:37 | |
*** acathrow has quit IRC | 00:37 | |
kurt_ | madorn: there is absolutely no logging from an instance with 20G when trying to launch - even with debug | 00:38 |
madorn | hm | 00:39 |
madorn | kurt, does the instance fail? | 00:39 |
madorn | fails upon launch | 00:39 |
madorn | ? | 00:39 |
*** vfiduccia has quit IRC | 00:39 | |
occupant | torgomatic: I guess what's confusing me about the example is that demouser2 is able to stat the container owned by demouser by just using "stat container" in the swift client, without actually specifying demouser's auth URL. | 00:39 |
*** routerpro has quit IRC | 00:40 | |
kurt_ | madorn: yes, that's correct | 00:40 |
kurt_ | it never actually launches | 00:40 |
madorn | and you looked in your controller logs as well? | 00:40 |
*** johnsterdotcom has quit IRC | 00:41 | |
kurt_ | controller logs? | 00:41 |
*** scotm has quit IRC | 00:41 | |
madorn | do you do a tail -f on all logs in /etc/nova | 00:41 |
madorn | then launch the m.small instance | 00:41 |
*** adjohn has joined #openstack | 00:41 | |
torgomatic | occupant: oh, it looks like they're doing some v2 auth stuff, where the tenant is always "demo", so the swift account is the same for both users | 00:42 |
kurt_ | I only have a nova-manage.log which is 0 in size | 00:42 |
kurt_ | and the nova-compute.log | 00:42 |
torgomatic | so both users probably have rights to list the account | 00:42 |
*** dtyarnell has joined #openstack | 00:42 | |
kurt_ | and yes, that's where I saw there was no useful logging | 00:43 |
madorn | do any logs appear at all | 00:43 |
kurt_ | was in nova-compute - and you can see it has debug on | 00:43 |
madorn | when you launch | 00:43 |
kurt_ | no | 00:43 |
kurt_ | not when instance has storage | 00:43 |
torgomatic | occupant: I do sort of wonder if demouser2 would have had access to the container even without the ACL, given that they're both gaining access to the same Swift account | 00:43 |
madorn | you reset all nova services? | 00:43 |
kurt_ | when it has no storage, the logs fly | 00:43 |
madorn | i see | 00:43 |
*** kebray has joined #openstack | 00:44 | |
*** soosfarm has quit IRC | 00:44 | |
kurt_ | some prerequisite is not being met I think | 00:44 |
madorn | what kind of image | 00:44 |
madorn | are you trying to boot | 00:44 |
kurt_ | same behavior from both uec and ubuntu 12.04 cloud image | 00:45 |
occupant | torgomatic: ah yeah, the accounts I'm using are under different tenants. I saw some older documentation that referred to "accounts and users" where I would have expected "tenants and users" so I guess that explains that. | 00:45 |
*** wbx_ has joined #openstack | 00:45 | |
kurt_ | and both boot successfully without storage | 00:45 |
*** dlstacy has quit IRC | 00:47 | |
kurt_ | can cinder function fine with only a single admin interface? | 00:47 |
kurt_ | I am under the assumption the answer is yes | 00:47 |
madorn | its not using cinder | 00:47 |
madorn | when you have a 20GB root | 00:47 |
*** dlstacy has joined #openstack | 00:48 | |
madorn | it uses the storage on the compute host | 00:48 |
kurt_ | ah, what is it using? | 00:48 |
*** soosfarm has joined #openstack | 00:49 | |
madorn | i think there is something up with your nova.conf | 00:49 |
madorn | can you paste your nova.conf | 00:49 |
madorn | in ehre | 00:49 |
kurt_ | yeah, I will paste bin it | 00:49 |
*** mikedawson has quit IRC | 00:51 | |
kurt_ | madorn: http://pastebin.ubuntu.com/6156852/ | 00:51 |
madorn | thx | 00:51 |
*** Dharmit has joined #openstack | 00:51 | |
kurt_ | not that it matters - this is MAAS/JUJU with ubuntu | 00:52 |
*** dlstacy has quit IRC | 00:52 | |
occupant | torgomatic: you're correct, users under the same tenant see it regardless of ACL. | 00:54 |
kurt_ | madorn: see anything interesting? | 00:55 |
madorn | lookin | 00:55 |
kurt_ | k | 00:55 |
*** Egyptian[Laptop] has quit IRC | 00:55 | |
*** dlstacy has joined #openstack | 00:56 | |
kurt_ | Did you say when you create an instance it uses storage on the compute node? | 00:56 |
*** Martz has joined #openstack | 00:57 | |
kurt_ | I can tell you I do NOT have 20G of storage available for allocation on my compute node | 00:57 |
madorn | that may be the problem. | 00:57 |
kurt_ | so if that is the case, that would explain why I can't launch an instance | 00:58 |
madorn | because nova scheduler | 00:58 |
madorn | basically nova scheduler - looks for avail resources on your compute | 00:58 |
madorn | it detects procs, storage, whatever. | 00:58 |
kurt_ | but where is that storage eventually created? | 00:58 |
madorn | i have to check but i think its lib/nova/ | 00:58 |
madorn | somethin | 00:58 |
madorn | let me check | 00:58 |
kurt_ | I can test this by creating a 5G flavor | 00:58 |
kurt_ | brb | 00:59 |
*** IlyaE has joined #openstack | 00:59 | |
madorn | /var/lib/nova | 00:59 |
*** Egyptian[Laptop] has joined #openstack | 00:59 | |
*** ctracey has quit IRC | 01:00 | |
kurt_ | interesting - so do you then need the aggregated sum of all your instances storage size on the compute node? | 01:00 |
*** carif has joined #openstack | 01:01 | |
*** ctracey has joined #openstack | 01:01 | |
*** fikst has joined #openstack | 01:01 | |
*** sgoldin_ has joined #openstack | 01:02 | |
madorn | well | 01:02 |
madorn | it really depends on which way you want to approach deploying your instances.. | 01:02 |
*** jasonoz has quit IRC | 01:02 | |
*** blamar has quit IRC | 01:02 | |
kurt_ | it errored out with a 5G size | 01:02 |
*** blamar has joined #openstack | 01:02 | |
*** ctracey has quit IRC | 01:02 | |
*** dlstacy has quit IRC | 01:03 | |
*** ctracey has joined #openstack | 01:03 | |
madorn | kurt: are you familiar wit the nova-scheduler? | 01:03 |
kurt_ | no, not yet | 01:03 |
kurt_ | I have 15G available, FYI | 01:03 |
*** andi- has quit IRC | 01:03 | |
*** andi- has joined #openstack | 01:03 | |
*** majeff has joined #openstack | 01:04 | |
*** esker has quit IRC | 01:04 | |
*** sgoldin has quit IRC | 01:04 | |
*** sgoldin_ is now known as sgoldin | 01:04 | |
*** ron-slc has quit IRC | 01:04 | |
*** BLZbubba has quit IRC | 01:04 | |
*** thingee has quit IRC | 01:04 | |
*** gdubreui has joined #openstack | 01:04 | |
*** thingee has joined #openstack | 01:04 | |
*** scuttlemonkey_ has quit IRC | 01:04 | |
*** anteaya has quit IRC | 01:04 | |
*** BLZbubba has joined #openstack | 01:04 | |
*** ron-slc has joined #openstack | 01:05 | |
*** scuttlemonkey_ has joined #openstack | 01:05 | |
*** zerick has quit IRC | 01:05 | |
madorn | kurt: check your nova-scheduler.log | 01:05 |
madorn | on the controller node. | 01:05 |
kurt_ | on the cloud-controller? | 01:05 |
kurt_ | Ok - I will be back in about 30 mins | 01:06 |
madorn | are you positive when you do a tail -f on ALL logs in /var/log/nova - then attempt to boot | 01:06 |
madorn | you see nothing? | 01:06 |
madorn | you should see something.. | 01:06 |
*** dlstacy has joined #openstack | 01:06 | |
*** julweber_ has joined #openstack | 01:06 | |
*** ewnd9 has quit IRC | 01:06 | |
madorn | do that on your controller node. | 01:06 |
*** sae has joined #openstack | 01:08 | |
*** julweber has quit IRC | 01:08 | |
*** wkharold has joined #openstack | 01:09 | |
*** KyleMacDonald has joined #openstack | 01:09 | |
*** fikst has quit IRC | 01:10 | |
*** vfiduccia has joined #openstack | 01:10 | |
*** jbresnah has joined #openstack | 01:12 | |
*** freedomhui has joined #openstack | 01:12 | |
*** bill_az_ has quit IRC | 01:12 | |
*** halfss has joined #openstack | 01:13 | |
*** soosfarm has quit IRC | 01:13 | |
*** vfiduccia has quit IRC | 01:14 | |
*** sandywalsh_ has quit IRC | 01:14 | |
*** ctracey has quit IRC | 01:16 | |
*** soosfarm has joined #openstack | 01:17 | |
*** comay has quit IRC | 01:18 | |
*** tvb|afk has joined #openstack | 01:18 | |
*** tvb|afk has quit IRC | 01:18 | |
*** tvb|afk has joined #openstack | 01:18 | |
*** evanz_ has quit IRC | 01:18 | |
*** KyleMacDonald has quit IRC | 01:18 | |
*** venkatesh has joined #openstack | 01:20 | |
*** KyleMacDonald has joined #openstack | 01:20 | |
*** sae has quit IRC | 01:21 | |
*** jfcastro has joined #openstack | 01:21 | |
jfcastro | where I must deploy cinder-scheduler: at controller or with cinder-volume? | 01:21 |
*** ssd7 has joined #openstack | 01:22 | |
*** victor_lowther has joined #openstack | 01:22 | |
*** Semor has joined #openstack | 01:22 | |
*** KyleMacDonald has quit IRC | 01:22 | |
*** tvb|afk has quit IRC | 01:23 | |
*** adjohn has quit IRC | 01:23 | |
*** sae has joined #openstack | 01:24 | |
*** nsavin has quit IRC | 01:26 | |
*** dlstacy has quit IRC | 01:27 | |
*** fifieldt has joined #openstack | 01:27 | |
*** nsavin has joined #openstack | 01:27 | |
*** andi- has quit IRC | 01:28 | |
*** KyleMacDonald has joined #openstack | 01:28 | |
*** ctracey has joined #openstack | 01:29 | |
*** b1tbkt has quit IRC | 01:29 | |
*** scristian_ has joined #openstack | 01:30 | |
*** changbl has joined #openstack | 01:30 | |
*** scristian has quit IRC | 01:30 | |
*** KyleMacDonald has quit IRC | 01:30 | |
*** tsnider has joined #openstack | 01:31 | |
*** liqw has quit IRC | 01:32 | |
*** KyleMacDonald has joined #openstack | 01:32 | |
*** RicardoSSP has joined #openstack | 01:32 | |
*** RicardoSSP has joined #openstack | 01:32 | |
*** dlstacy has joined #openstack | 01:33 | |
*** andi- has joined #openstack | 01:34 | |
*** b1tbkt has joined #openstack | 01:34 | |
*** KyleMacDonald has quit IRC | 01:34 | |
*** angdraug has quit IRC | 01:34 | |
*** KyleMacDonald has joined #openstack | 01:34 | |
*** tsnider1 has joined #openstack | 01:35 | |
*** tsnider has quit IRC | 01:36 | |
*** KyleMacDonald has quit IRC | 01:36 | |
*** erkules has quit IRC | 01:36 | |
*** vfiduccia has joined #openstack | 01:40 | |
*** nphase has quit IRC | 01:40 | |
*** nphase has joined #openstack | 01:41 | |
*** majeff has quit IRC | 01:42 | |
*** warik has quit IRC | 01:43 | |
*** RicardoSSP has quit IRC | 01:44 | |
*** larmbr has joined #openstack | 01:44 | |
*** mohli has quit IRC | 01:46 | |
*** nphase has quit IRC | 01:46 | |
*** majeff has joined #openstack | 01:46 | |
*** vfiduccia has quit IRC | 01:46 | |
*** mohli has joined #openstack | 01:46 | |
*** matiu has quit IRC | 01:46 | |
*** desai has quit IRC | 01:47 | |
*** venkatesh has quit IRC | 01:48 | |
*** sandywalsh has joined #openstack | 01:48 | |
*** spzala has joined #openstack | 01:50 | |
*** scuttlemonkey_ is now known as scuttlemonkey | 01:51 | |
*** scotm has joined #openstack | 01:51 | |
*** erkules has joined #openstack | 01:53 | |
*** sgviking has quit IRC | 01:55 | |
*** scotm has quit IRC | 01:56 | |
*** Diddi has quit IRC | 01:56 | |
*** Diddi has joined #openstack | 01:56 | |
*** shwang has joined #openstack | 01:56 | |
*** tserong_ has joined #openstack | 01:56 | |
kurt_ | madorn: I'm back | 01:58 |
madorn | hi | 01:58 |
kurt_ | looking at the cloud-controller node... | 01:58 |
*** michaelneale has joined #openstack | 01:58 | |
madorn | run a tail -f ./*.log - keep that window open. then go try to boot a m.small | 01:58 |
*** dianefleming has joined #openstack | 01:59 | |
*** tserong has quit IRC | 01:59 | |
*** tserong_ is now known as tserong | 01:59 | |
*** Blackavar has quit IRC | 01:59 | |
*** sgoldin_ has joined #openstack | 02:00 | |
kurt_ | on the controller node you mean? | 02:00 |
madorn | yes | 02:00 |
*** sgoldin_ has quit IRC | 02:01 | |
kurt_ | k | 02:01 |
*** majeff has quit IRC | 02:01 | |
madorn | brb | 02:01 |
*** michaelneale has quit IRC | 02:02 | |
kurt_ | madorn: here is the logging http://pastebin.ubuntu.com/6156996/ | 02:03 |
*** johnnymoo_logsta has joined #openstack | 02:04 | |
*** lmh has joined #openstack | 02:05 | |
*** jfcastro has left #openstack | 02:06 | |
*** galafreysky7777 has quit IRC | 02:06 | |
madorn | can you paste results of nova service-list | 02:06 |
madorn | run a nova service-list | 02:06 |
bigmstone | Man. I love/hate openstack sometimes. | 02:07 |
*** evanz_ has joined #openstack | 02:07 | |
*** julim has joined #openstack | 02:07 | |
kurt_ | madorn: http://pastebin.ubuntu.com/6157006/ | 02:08 |
kurt_ | these instances are all running as admin | 02:08 |
madorn | have to go but i will be back shortly | 02:09 |
kurt_ | ok, I'll hang out | 02:10 |
*** lmh has quit IRC | 02:10 | |
*** KaZeR has quit IRC | 02:10 | |
*** julim has quit IRC | 02:12 | |
*** madorn has quit IRC | 02:13 | |
*** majeff has joined #openstack | 02:13 | |
*** dubsquared has joined #openstack | 02:13 | |
*** johnnymoo_logsta has quit IRC | 02:14 | |
*** vfiduccia has joined #openstack | 02:14 | |
*** dubsquar_ has joined #openstack | 02:15 | |
*** dubsquared has quit IRC | 02:17 | |
*** johnnymoo_logsta has joined #openstack | 02:19 | |
*** cjellick has quit IRC | 02:19 | |
*** grizzled has quit IRC | 02:20 | |
*** vfiduccia has quit IRC | 02:20 | |
*** larmbr has quit IRC | 02:22 | |
*** larmbr has joined #openstack | 02:22 | |
*** sld has quit IRC | 02:26 | |
*** sld has joined #openstack | 02:27 | |
*** dubsquar_ has quit IRC | 02:28 | |
*** scuttlemonkey has quit IRC | 02:29 | |
*** Egyptian[Laptop1 has joined #openstack | 02:30 | |
*** tom314 has joined #openstack | 02:30 | |
*** gyee has quit IRC | 02:32 | |
*** Egyptian[Laptop] has quit IRC | 02:32 | |
*** dims has quit IRC | 02:33 | |
*** nphase has joined #openstack | 02:33 | |
*** desai has joined #openstack | 02:35 | |
*** routerpro has joined #openstack | 02:35 | |
*** amcrn has quit IRC | 02:37 | |
*** jerryz has quit IRC | 02:37 | |
*** esker has joined #openstack | 02:37 | |
*** majeff has quit IRC | 02:38 | |
*** twoputt_ has joined #openstack | 02:38 | |
*** desai has quit IRC | 02:38 | |
*** vipul has quit IRC | 02:38 | |
*** scuttlemonkey has joined #openstack | 02:39 | |
*** vipul has joined #openstack | 02:39 | |
*** osier_ has joined #openstack | 02:40 | |
*** osier has quit IRC | 02:41 | |
*** jeremy has quit IRC | 02:42 | |
*** sdague has quit IRC | 02:42 | |
*** sdague has joined #openstack | 02:42 | |
*** jeremy has joined #openstack | 02:43 | |
*** giulivo has quit IRC | 02:43 | |
*** freedomhui has quit IRC | 02:44 | |
Kupo24z | having a weird issue iwht keystone;... request() got an unexpected keyword argument 'verify' | 02:45 |
*** dtyarnell has quit IRC | 02:45 | |
*** wkharold has quit IRC | 02:46 | |
*** tsnider has joined #openstack | 02:47 | |
*** routerpro has quit IRC | 02:47 | |
*** jbresnah has quit IRC | 02:48 | |
*** vfiduccia has joined #openstack | 02:49 | |
*** sandywalsh has quit IRC | 02:50 | |
*** tsnider1 has quit IRC | 02:50 | |
*** had00p3r has joined #openstack | 02:50 | |
*** markpeek has quit IRC | 02:52 | |
*** dtyarnell has joined #openstack | 02:52 | |
*** carif has quit IRC | 02:53 | |
*** markpeek has joined #openstack | 02:53 | |
*** anniec has quit IRC | 02:53 | |
*** johnpur has quit IRC | 02:54 | |
*** scuttlemonkey has quit IRC | 02:56 | |
*** cereal_bars has joined #openstack | 02:56 | |
*** vfiduccia has quit IRC | 02:56 | |
*** freedomhui has joined #openstack | 03:01 | |
*** burnyd has joined #openstack | 03:01 | |
Kupo24z | Anyone know how to fix this problem with python/nova? http://pastebin.mozilla.org/3148935 | 03:02 |
*** dianefle_ has joined #openstack | 03:04 | |
*** tsnider has quit IRC | 03:04 | |
*** cereal_bars has quit IRC | 03:04 | |
*** paragan has joined #openstack | 03:05 | |
*** dianefleming has quit IRC | 03:06 | |
*** martine has joined #openstack | 03:07 | |
*** martine is now known as Guest60418 | 03:07 | |
*** galstrom_zzz is now known as galstrom | 03:09 | |
tom314 | i've got ubuntu 12.04 grizzly working except the bridge device (br100) seems to interfere with the normal functioning of eth0 for any outbound traffic. IF i disassociate br100+eth0, put br100 down and remove it, eth0 again works. this is repeatable. any ideas? | 03:10 |
tom314 | along the same lines, if i JUST disassociate br100+eth0, eth0 works again but only for a minute or so, then stops functioning again. i'm at a loss. | 03:11 |
tom314 | this is just a prototype setup with both the controller and compute services on the same physical. | 03:12 |
*** anniec has joined #openstack | 03:15 | |
*** jecarey has joined #openstack | 03:18 | |
*** freedomhui has quit IRC | 03:18 | |
*** anniec_ has joined #openstack | 03:18 | |
*** dlstacy has quit IRC | 03:19 | |
*** nphase has quit IRC | 03:19 | |
*** freedomhui has joined #openstack | 03:19 | |
*** anniec has quit IRC | 03:19 | |
*** anniec_ is now known as anniec | 03:19 | |
*** tsykoduk is now known as zz_tsykoduk | 03:20 | |
*** tom314 has quit IRC | 03:23 | |
*** vfiduccia has joined #openstack | 03:23 | |
*** galafrey1ky7777 has joined #openstack | 03:25 | |
*** Blackavar has joined #openstack | 03:26 | |
*** wbx_ has quit IRC | 03:26 | |
*** julianwa has quit IRC | 03:26 | |
*** galstrom is now known as galstrom_zzz | 03:29 | |
*** jecarey has quit IRC | 03:30 | |
*** vfiduccia has quit IRC | 03:32 | |
*** pixelb has quit IRC | 03:33 | |
*** badiane_ka has joined #openstack | 03:34 | |
*** Guest7879342 has joined #openstack | 03:34 | |
*** pmoosh has joined #openstack | 03:35 | |
*** amotoki has quit IRC | 03:36 | |
*** scuttlemonkey has joined #openstack | 03:38 | |
*** zz_tsykoduk is now known as tsykoduk | 03:38 | |
*** carif has joined #openstack | 03:39 | |
*** spzala has quit IRC | 03:39 | |
*** dlstacy has joined #openstack | 03:39 | |
*** tsykoduk is now known as zz_tsykoduk | 03:40 | |
*** dcramer_ has joined #openstack | 03:41 | |
*** zz_tsykoduk is now known as tsykoduk | 03:41 | |
*** ayoung has quit IRC | 03:41 | |
*** sushils has joined #openstack | 03:45 | |
*** wkharold has joined #openstack | 03:46 | |
*** dlstacy has quit IRC | 03:46 | |
*** galstrom_zzz is now known as galstrom | 03:46 | |
*** joshbetz has joined #openstack | 03:47 | |
*** twoputt has quit IRC | 03:48 | |
*** twoputt_ is now known as twoputt | 03:48 | |
*** adjohn has joined #openstack | 03:49 | |
*** sushils has quit IRC | 03:49 | |
*** starmer has joined #openstack | 03:50 | |
*** wkharold has quit IRC | 03:50 | |
*** adjohn has quit IRC | 03:50 | |
*** joshbetz has quit IRC | 03:50 | |
*** joshbetz has joined #openstack | 03:51 | |
*** sushils has joined #openstack | 03:52 | |
*** terriyu has quit IRC | 03:52 | |
*** majeff has joined #openstack | 03:52 | |
*** dlstacy has joined #openstack | 03:53 | |
*** Semor has quit IRC | 03:54 | |
*** dcramer_ has quit IRC | 03:56 | |
*** vfiduccia has joined #openstack | 03:59 | |
*** matsuhashi has quit IRC | 03:59 | |
*** sgviking has joined #openstack | 03:59 | |
*** fnaval_ has joined #openstack | 04:00 | |
*** sayan has joined #openstack | 04:01 | |
*** matsuhashi has joined #openstack | 04:02 | |
*** Semor has joined #openstack | 04:02 | |
*** evanz_ has quit IRC | 04:02 | |
*** dlstacy has quit IRC | 04:02 | |
*** sgoldin has quit IRC | 04:03 | |
*** pmoosh has quit IRC | 04:03 | |
*** halfss has quit IRC | 04:03 | |
*** djbkd has joined #openstack | 04:03 | |
*** pmoosh has joined #openstack | 04:03 | |
*** lmh has joined #openstack | 04:06 | |
*** pmoosh has quit IRC | 04:07 | |
*** dianefle_ has quit IRC | 04:08 | |
*** vfiduccia has quit IRC | 04:09 | |
*** dlstacy has joined #openstack | 04:09 | |
*** dcramer_ has joined #openstack | 04:10 | |
*** lmh has quit IRC | 04:10 | |
*** galstrom is now known as galstrom_zzz | 04:11 | |
*** vipul is now known as vipul-away | 04:14 | |
*** cereal_bars has joined #openstack | 04:14 | |
*** pmoosh has joined #openstack | 04:15 | |
*** julianwa has joined #openstack | 04:16 | |
*** wkharold has joined #openstack | 04:16 | |
*** ecarlin has joined #openstack | 04:16 | |
*** ecarlin has quit IRC | 04:16 | |
*** victor_lowther has quit IRC | 04:17 | |
*** anniec has quit IRC | 04:17 | |
*** dlstacy has quit IRC | 04:18 | |
*** cereal_bars has quit IRC | 04:19 | |
*** wkharold has quit IRC | 04:20 | |
*** pmathews has joined #openstack | 04:22 | |
*** starmer has quit IRC | 04:22 | |
*** kaushikc has joined #openstack | 04:24 | |
*** djbkd has quit IRC | 04:25 | |
*** kaushikc1 has joined #openstack | 04:27 | |
*** kaushikc has quit IRC | 04:29 | |
*** FallenPegasus has quit IRC | 04:30 | |
*** MarkAtwood has joined #openstack | 04:30 | |
*** sae has quit IRC | 04:30 | |
*** rbansal1 has quit IRC | 04:30 | |
*** nphase has joined #openstack | 04:30 | |
*** nphase has joined #openstack | 04:31 | |
*** kaushikc has joined #openstack | 04:31 | |
*** dlstacy has joined #openstack | 04:31 | |
*** kaushikc has joined #openstack | 04:31 | |
*** sae has joined #openstack | 04:33 | |
*** adjohn has joined #openstack | 04:33 | |
*** kaushikc has quit IRC | 04:34 | |
*** kaushikc has joined #openstack | 04:34 | |
*** kaushikc1 has quit IRC | 04:34 | |
*** kaushikc1 has joined #openstack | 04:35 | |
*** Guest60418 has quit IRC | 04:35 | |
*** vfiduccia has joined #openstack | 04:36 | |
*** nphase has quit IRC | 04:37 | |
*** freedomhui has quit IRC | 04:37 | |
*** jhesketh has quit IRC | 04:38 | |
*** dlstacy has quit IRC | 04:38 | |
*** jhesketh__ has quit IRC | 04:38 | |
*** kaushikc has quit IRC | 04:38 | |
*** wbx_ has joined #openstack | 04:39 | |
*** joshbetz has quit IRC | 04:42 | |
*** rbansal1 has joined #openstack | 04:43 | |
*** dcramer_ has quit IRC | 04:43 | |
*** had00p3r has quit IRC | 04:46 | |
*** vfiduccia has quit IRC | 04:46 | |
*** neha has joined #openstack | 04:46 | |
*** wkharold has joined #openstack | 04:47 | |
*** racker_KevinS has quit IRC | 04:48 | |
*** nanjj has joined #openstack | 04:48 | |
*** kaushikc1 has quit IRC | 04:48 | |
*** melwitt has quit IRC | 04:51 | |
*** jhesketh has joined #openstack | 04:51 | |
*** jhesketh__ has joined #openstack | 04:51 | |
*** sigurding has joined #openstack | 04:53 | |
*** reed has quit IRC | 04:54 | |
*** dlstacy has joined #openstack | 04:56 | |
*** sayan has quit IRC | 04:59 | |
*** dlstacy has quit IRC | 05:03 | |
*** markpeek has quit IRC | 05:03 | |
*** evanz has quit IRC | 05:04 | |
*** otherwiseguy has quit IRC | 05:05 | |
*** racker_KevinS has joined #openstack | 05:06 | |
*** Crichton is now known as Crichton|Offline | 05:06 | |
*** lmh has joined #openstack | 05:06 | |
*** halfss has joined #openstack | 05:07 | |
*** Crichton|Offline is now known as Crichton | 05:08 | |
*** jbresnah has joined #openstack | 05:09 | |
*** zwergnjkl has joined #openstack | 05:10 | |
*** lmh has quit IRC | 05:10 | |
*** sae has quit IRC | 05:11 | |
*** Guest7879342 has quit IRC | 05:12 | |
*** vfiduccia has joined #openstack | 05:13 | |
*** melmoth has joined #openstack | 05:14 | |
*** sae has joined #openstack | 05:14 | |
*** nshaikh has joined #openstack | 05:17 | |
*** dmz has quit IRC | 05:17 | |
*** fifieldt has quit IRC | 05:21 | |
*** dlstacy has joined #openstack | 05:22 | |
*** tvb|afk has joined #openstack | 05:22 | |
*** tsykoduk is now known as zz_tsykoduk | 05:23 | |
*** vfiduccia has quit IRC | 05:24 | |
*** dmz has joined #openstack | 05:26 | |
*** zwergnjkl has quit IRC | 05:26 | |
*** freedomhui has joined #openstack | 05:27 | |
*** tvb|afk has quit IRC | 05:27 | |
*** psharma has joined #openstack | 05:28 | |
*** dlstacy has quit IRC | 05:29 | |
*** SkyRocknRoll has joined #openstack | 05:29 | |
*** SkyRocknRoll has joined #openstack | 05:29 | |
*** rdas has joined #openstack | 05:29 | |
*** rwsu has quit IRC | 05:34 | |
*** jbresnah has quit IRC | 05:36 | |
*** jbresnah has joined #openstack | 05:36 | |
*** SkyRocknRoll_ has joined #openstack | 05:38 | |
*** SkyRocknRoll_ is now known as SkyRocknRol | 05:38 | |
*** SkyRocknRol has quit IRC | 05:38 | |
*** SkyRocknRoll has quit IRC | 05:39 | |
*** mattux has quit IRC | 05:39 | |
*** SkyRocknRoll has joined #openstack | 05:39 | |
*** SkyRocknRoll has joined #openstack | 05:39 | |
*** sayan has joined #openstack | 05:40 | |
*** mattux has joined #openstack | 05:40 | |
*** sigurding has quit IRC | 05:40 | |
*** mattux has quit IRC | 05:41 | |
*** mattux has joined #openstack | 05:41 | |
*** aruntomar has joined #openstack | 05:41 | |
*** xav1 has quit IRC | 05:41 | |
*** twoputt has quit IRC | 05:41 | |
*** twoputt has joined #openstack | 05:42 | |
*** halfss has quit IRC | 05:45 | |
*** rwsu has joined #openstack | 05:45 | |
*** MarkAtwood has left #openstack | 05:46 | |
*** dlstacy has joined #openstack | 05:46 | |
*** afazekas_zz is now known as afazekas | 05:47 | |
*** julianwa_ has joined #openstack | 05:47 | |
*** eglynn has joined #openstack | 05:49 | |
*** pmathews has quit IRC | 05:51 | |
*** julianwa has quit IRC | 05:51 | |
*** wbx_ has quit IRC | 05:52 | |
*** dlstacy has quit IRC | 05:53 | |
*** sae has quit IRC | 05:56 | |
*** jaimef has quit IRC | 05:59 | |
*** yaguang has joined #openstack | 05:59 | |
*** adjohn has quit IRC | 06:00 | |
*** yaguang has quit IRC | 06:00 | |
*** yaguang_ has joined #openstack | 06:00 | |
*** racker_KevinS has quit IRC | 06:01 | |
*** wkharold has quit IRC | 06:01 | |
*** halfss has joined #openstack | 06:02 | |
*** jaimef has joined #openstack | 06:03 | |
*** sae has joined #openstack | 06:04 | |
*** lmh has joined #openstack | 06:06 | |
*** dianefleming has joined #openstack | 06:08 | |
*** yaguang_ has quit IRC | 06:10 | |
*** lmh has quit IRC | 06:11 | |
*** dlstacy has joined #openstack | 06:11 | |
*** yaguang has joined #openstack | 06:12 | |
*** rahmu has quit IRC | 06:12 | |
*** dianefleming has quit IRC | 06:12 | |
*** _anant has joined #openstack | 06:13 | |
*** defnix has quit IRC | 06:13 | |
*** gaelL has quit IRC | 06:13 | |
*** gaelL has joined #openstack | 06:14 | |
*** afazekas is now known as __afazekas | 06:14 | |
*** rahmu has joined #openstack | 06:14 | |
*** ctyler has quit IRC | 06:14 | |
*** judd7 has quit IRC | 06:14 | |
*** krypto has joined #openstack | 06:14 | |
*** defnix has joined #openstack | 06:15 | |
*** judd7 has joined #openstack | 06:15 | |
*** ctyler has joined #openstack | 06:16 | |
*** frots has joined #openstack | 06:16 | |
*** yaguang has quit IRC | 06:17 | |
*** yaguang has joined #openstack | 06:17 | |
*** satheesh1 has joined #openstack | 06:19 | |
*** konrad-k has joined #openstack | 06:20 | |
*** dlstacy has quit IRC | 06:20 | |
*** cocoadaemon has joined #openstack | 06:20 | |
*** SergeyLukjanov has joined #openstack | 06:21 | |
*** belmoreira has joined #openstack | 06:22 | |
*** Dr{Who} has quit IRC | 06:22 | |
*** KaZeR has joined #openstack | 06:22 | |
*** MaxV has joined #openstack | 06:23 | |
*** mosulica has joined #openstack | 06:23 | |
*** victor_lowther has joined #openstack | 06:23 | |
*** tvb|afk has joined #openstack | 06:23 | |
*** Dr{Who} has joined #openstack | 06:24 | |
*** tryggvil has quit IRC | 06:25 | |
*** cfriesen has quit IRC | 06:25 | |
*** yaguang has quit IRC | 06:26 | |
*** KaZeR has quit IRC | 06:27 | |
*** yaguang has joined #openstack | 06:27 | |
*** nancy_yeah has joined #openstack | 06:27 | |
*** victor_lowther has quit IRC | 06:28 | |
*** sigurding has joined #openstack | 06:29 | |
*** kebray has quit IRC | 06:30 | |
*** KyleMacDonald has joined #openstack | 06:30 | |
*** mosulica_ has joined #openstack | 06:30 | |
*** mosulica has quit IRC | 06:30 | |
*** jcoufal has joined #openstack | 06:32 | |
*** KyleMacDonald has quit IRC | 06:32 | |
*** zz_tsykoduk is now known as tsykoduk | 06:33 | |
*** yaguang has quit IRC | 06:34 | |
*** dlstacy has joined #openstack | 06:35 | |
*** MaxV has quit IRC | 06:36 | |
*** halfss has quit IRC | 06:36 | |
*** rdas has quit IRC | 06:38 | |
*** satheesh has joined #openstack | 06:40 | |
*** satheesh1 has quit IRC | 06:40 | |
*** ccs has quit IRC | 06:41 | |
*** halfss has joined #openstack | 06:42 | |
*** nancy_yeah has quit IRC | 06:42 | |
*** tsykoduk is now known as zz_tsykoduk | 06:42 | |
*** rdas has joined #openstack | 06:43 | |
*** afazekas has joined #openstack | 06:43 | |
*** mosulica has joined #openstack | 06:44 | |
*** yogeshmehra has joined #openstack | 06:44 | |
*** vartom10 has joined #openstack | 06:45 | |
*** mosulica_ has quit IRC | 06:45 | |
*** nancy_yeah has joined #openstack | 06:46 | |
*** tvb|afk has quit IRC | 06:47 | |
*** matsuhashi has quit IRC | 06:47 | |
*** cocoadaemon has quit IRC | 06:48 | |
*** viasanctus has quit IRC | 06:51 | |
*** crank1988 has joined #openstack | 06:53 | |
*** corXi has joined #openstack | 06:55 | |
*** reidrac has joined #openstack | 06:56 | |
*** sae has quit IRC | 06:58 | |
*** nicolae_ has joined #openstack | 06:59 | |
*** ndipanov has joined #openstack | 06:59 | |
*** IlyaE has quit IRC | 07:00 | |
*** mrunge has joined #openstack | 07:00 | |
*** adjohn has joined #openstack | 07:02 | |
*** berendt has joined #openstack | 07:02 | |
*** wramthun has quit IRC | 07:05 | |
*** sae has joined #openstack | 07:05 | |
*** odyssey4me has joined #openstack | 07:06 | |
*** matsuhashi has joined #openstack | 07:06 | |
*** three_mahn037 has joined #openstack | 07:06 | |
*** wramthun has joined #openstack | 07:07 | |
*** sae has quit IRC | 07:07 | |
*** dizquierdo has joined #openstack | 07:07 | |
*** pantea has joined #openstack | 07:08 | |
*** sae has joined #openstack | 07:08 | |
*** DeeJay1 has joined #openstack | 07:10 | |
*** adjohn has quit IRC | 07:10 | |
*** ema has joined #openstack | 07:10 | |
*** ema has quit IRC | 07:10 | |
*** ema has joined #openstack | 07:10 | |
*** nicolae_ has quit IRC | 07:10 | |
*** zergutzu has joined #openstack | 07:12 | |
*** qba73 has joined #openstack | 07:12 | |
*** jprovazn has joined #openstack | 07:14 | |
*** mattymo has quit IRC | 07:15 | |
*** corXi has quit IRC | 07:15 | |
*** tzn has joined #openstack | 07:15 | |
*** fbo_away is now known as fbo | 07:15 | |
*** corXi has joined #openstack | 07:17 | |
*** jbresnah has quit IRC | 07:17 | |
*** halfss has quit IRC | 07:19 | |
*** texarcana has quit IRC | 07:20 | |
*** mindpixel has joined #openstack | 07:20 | |
*** KyleMacDonald has joined #openstack | 07:20 | |
*** vartom11 has joined #openstack | 07:21 | |
*** texarcana has joined #openstack | 07:22 | |
*** itarchitectkev has joined #openstack | 07:22 | |
*** vartom10 has quit IRC | 07:22 | |
*** o_petit has joined #openstack | 07:22 | |
*** pmoosh has quit IRC | 07:22 | |
*** KyleMacDonald has quit IRC | 07:22 | |
*** KaZeR has joined #openstack | 07:23 | |
*** fikst has joined #openstack | 07:23 | |
*** pmoosh has joined #openstack | 07:23 | |
*** SergeyLukjanov has quit IRC | 07:24 | |
*** pmoosh has joined #openstack | 07:24 | |
*** eglynn has quit IRC | 07:24 | |
*** jlibosva has joined #openstack | 07:25 | |
*** KaZeR has quit IRC | 07:27 | |
*** itarchitectkev has quit IRC | 07:28 | |
*** pmoosh has quit IRC | 07:29 | |
*** nicolae_ has joined #openstack | 07:29 | |
*** mattymo has joined #openstack | 07:29 | |
*** SergeyLukjanov has joined #openstack | 07:30 | |
*** henrynash has joined #openstack | 07:30 | |
*** halfss has joined #openstack | 07:32 | |
Mava | hmm.. where should I search for this issue: planning a system, which would require an openstack to run a script after launching new machine from a specific image | 07:35 |
Mava | is it possible and in case it is: is there any reference on howto do it | 07:35 |
*** dizquierdo has quit IRC | 07:36 | |
*** pnavarro has joined #openstack | 07:37 | |
*** msgodf has joined #openstack | 07:37 | |
*** KyleMacDonald has joined #openstack | 07:37 | |
*** gdubreui has quit IRC | 07:37 | |
*** siso has joined #openstack | 07:39 | |
*** wramthun has quit IRC | 07:40 | |
*** johnthetubaguy has joined #openstack | 07:41 | |
*** ewnd9 has joined #openstack | 07:42 | |
*** tvb|afk has joined #openstack | 07:43 | |
*** Breaking_Pitt has joined #openstack | 07:44 | |
*** johnthetubaguy has quit IRC | 07:45 | |
*** pnavarro has quit IRC | 07:45 | |
*** SergeyLukjanov has quit IRC | 07:45 | |
*** SergeyLukjanov has joined #openstack | 07:46 | |
*** ade_b has joined #openstack | 07:46 | |
*** arif-ali has joined #openstack | 07:53 | |
*** fikst has quit IRC | 07:54 | |
*** Oneiroi has quit IRC | 07:55 | |
*** shang has quit IRC | 07:56 | |
*** _anant has quit IRC | 07:56 | |
*** arif-ali has quit IRC | 07:56 | |
*** _anant has joined #openstack | 07:56 | |
*** sae has quit IRC | 07:56 | |
*** majeff has left #openstack | 07:56 | |
*** ade_b has quit IRC | 07:57 | |
*** tzn has quit IRC | 07:57 | |
*** MaxV has joined #openstack | 07:58 | |
*** cocoadaemon has joined #openstack | 07:58 | |
*** maxdml has joined #openstack | 07:59 | |
*** ifarkas has joined #openstack | 08:00 | |
*** _anant has quit IRC | 08:00 | |
*** _anant has joined #openstack | 08:01 | |
*** itarchitectkev has joined #openstack | 08:01 | |
*** qba73 has quit IRC | 08:01 | |
*** jeflui has quit IRC | 08:02 | |
*** SergeyLu_ has joined #openstack | 08:02 | |
*** thorwin has quit IRC | 08:03 | |
*** networkstatic has quit IRC | 08:03 | |
*** SergeyLukjanov has quit IRC | 08:04 | |
*** boden has joined #openstack | 08:04 | |
*** _anant has quit IRC | 08:04 | |
*** _anant has joined #openstack | 08:06 | |
*** thorwin has joined #openstack | 08:06 | |
*** lmh has joined #openstack | 08:07 | |
*** dianefleming has joined #openstack | 08:08 | |
*** o_petit has quit IRC | 08:09 | |
*** o_petit has joined #openstack | 08:09 | |
*** _sulo has joined #openstack | 08:09 | |
*** devnull1 has joined #openstack | 08:09 | |
*** _anant has quit IRC | 08:09 | |
*** _anant has joined #openstack | 08:10 | |
*** briancline has quit IRC | 08:10 | |
*** eglynn has joined #openstack | 08:10 | |
*** tzn has joined #openstack | 08:11 | |
*** sae has joined #openstack | 08:11 | |
*** lmh has quit IRC | 08:11 | |
*** KyleMacDonald has quit IRC | 08:11 | |
*** derekh has joined #openstack | 08:12 | |
*** dianefleming has quit IRC | 08:13 | |
*** _anant has quit IRC | 08:14 | |
*** _anant has joined #openstack | 08:14 | |
*** mattstep has quit IRC | 08:15 | |
*** ioggstream has joined #openstack | 08:15 | |
*** galafrey1ky7777 has quit IRC | 08:16 | |
*** briancline has joined #openstack | 08:17 | |
*** _anant has quit IRC | 08:19 | |
*** _anant has joined #openstack | 08:20 | |
*** DeeJay1 has quit IRC | 08:20 | |
*** tryggvil has joined #openstack | 08:21 | |
*** DeeJay1 has joined #openstack | 08:22 | |
*** KaZeR has joined #openstack | 08:23 | |
*** _anant has quit IRC | 08:24 | |
*** twoputt_ has joined #openstack | 08:25 | |
*** Iamtougs has joined #openstack | 08:25 | |
*** _anant has joined #openstack | 08:25 | |
*** yuwang has quit IRC | 08:27 | |
*** martinsbalodis has joined #openstack | 08:27 | |
*** martinsbalodis has quit IRC | 08:28 | |
*** KaZeR has quit IRC | 08:28 | |
*** yuwang has joined #openstack | 08:28 | |
*** itarchitectkev_ has joined #openstack | 08:28 | |
*** _anant has quit IRC | 08:29 | |
*** exed has joined #openstack | 08:29 | |
*** _anant has joined #openstack | 08:29 | |
*** yogeshmehra has quit IRC | 08:29 | |
*** KyleMacDonald has joined #openstack | 08:30 | |
*** erwan_ta- is now known as erwan_taf | 08:30 | |
*** fifieldt has joined #openstack | 08:31 | |
*** osphy has joined #openstack | 08:31 | |
*** itarchitectkev has quit IRC | 08:31 | |
*** tryggvil has quit IRC | 08:32 | |
*** o_petit has quit IRC | 08:32 | |
*** perror has joined #openstack | 08:32 | |
*** fifieldt has quit IRC | 08:33 | |
*** satheesh has quit IRC | 08:33 | |
*** o_petit has joined #openstack | 08:34 | |
*** _anant has quit IRC | 08:34 | |
*** Breakin__ has joined #openstack | 08:34 | |
*** _anant has joined #openstack | 08:34 | |
*** itarchitectkev_ is now known as itarchitectkev | 08:35 | |
*** satheesh has joined #openstack | 08:35 | |
*** Breaking_Pitt has quit IRC | 08:37 | |
*** shang has joined #openstack | 08:37 | |
*** mmagr has joined #openstack | 08:38 | |
*** KyleMacDonald has quit IRC | 08:39 | |
*** tzn has quit IRC | 08:42 | |
*** bbcmicrocomputer has joined #openstack | 08:42 | |
*** tzn has joined #openstack | 08:43 | |
*** aspiers has quit IRC | 08:43 | |
*** twoputt_ has quit IRC | 08:44 | |
*** o_petit has quit IRC | 08:44 | |
*** f13o has joined #openstack | 08:44 | |
*** aspiers has joined #openstack | 08:44 | |
*** twoputt has quit IRC | 08:45 | |
osphy | while running ./stack.sh I get the error related to python-keystoneclient. http://paste.openstack.org/show/47533/ . Does one know how to fix this ? | 08:45 |
*** jtomasek has joined #openstack | 08:46 | |
*** _anant has quit IRC | 08:46 | |
*** _anant has joined #openstack | 08:46 | |
*** mohits has joined #openstack | 08:47 | |
*** mestery has quit IRC | 08:47 | |
*** jistr has joined #openstack | 08:47 | |
*** yaguang has joined #openstack | 08:47 | |
osphy | It is basically fails with the conflicting pbr versions. Final error is " VersionConflict: (pbr 0.5.10.2.g115370f (/opt/stack/pbr), Requirement.parse('pbr>=0.5.21,<1.0'))" | 08:48 |
*** MarcMorata has joined #openstack | 08:48 | |
*** GusM has joined #openstack | 08:48 | |
*** julianwa_ has quit IRC | 08:49 | |
*** pnavarro has joined #openstack | 08:50 | |
*** svparijs_afk is now known as svparijs | 08:50 | |
*** _anant has quit IRC | 08:51 | |
*** _anant has joined #openstack | 08:51 | |
*** tzn has quit IRC | 08:54 | |
*** zergutzu has quit IRC | 08:55 | |
*** giulivo has joined #openstack | 08:55 | |
*** AnilV4 has joined #openstack | 08:58 | |
*** henrynash has quit IRC | 08:58 | |
*** zergutzu has joined #openstack | 08:59 | |
*** sgoldin has joined #openstack | 08:59 | |
*** tzn has joined #openstack | 08:59 | |
*** tryggvil has joined #openstack | 08:59 | |
*** sgoldin has quit IRC | 09:01 | |
*** rdas has quit IRC | 09:01 | |
*** rdas has joined #openstack | 09:02 | |
*** davidf-41678-h has quit IRC | 09:03 | |
*** _anant has quit IRC | 09:04 | |
*** fnaval_ has quit IRC | 09:04 | |
*** _anant has joined #openstack | 09:04 | |
*** AnilV4 has quit IRC | 09:05 | |
*** flaper87|afk is now known as flaper87 | 09:07 | |
*** lmh has joined #openstack | 09:07 | |
*** tryggvil has quit IRC | 09:08 | |
*** nancy_yeah has quit IRC | 09:08 | |
*** dtx00ff_ has joined #openstack | 09:08 | |
koolhead17 | ttx: around | 09:08 |
*** _neoXsys_ has joined #openstack | 09:08 | |
ttx | koolhead17: yes | 09:09 |
*** exed has quit IRC | 09:11 | |
*** AnilV4 has joined #openstack | 09:11 | |
*** sushils has quit IRC | 09:11 | |
*** zergutzu has quit IRC | 09:11 | |
*** lmh has quit IRC | 09:12 | |
*** nbrosnahan has joined #openstack | 09:12 | |
*** neoXsys has quit IRC | 09:12 | |
*** mkollaro has joined #openstack | 09:12 | |
*** schlitzer|work has joined #openstack | 09:12 | |
*** gmurphy has quit IRC | 09:12 | |
*** DeeJay1 has quit IRC | 09:13 | |
*** DeeJay1 has joined #openstack | 09:13 | |
*** zasimov has joined #openstack | 09:15 | |
*** nbrosnahan has quit IRC | 09:15 | |
*** nbrosnahan has joined #openstack | 09:16 | |
*** bfirsh has quit IRC | 09:16 | |
*** halfss_ has joined #openstack | 09:16 | |
*** davidf-41678-h has joined #openstack | 09:16 | |
*** _anant has quit IRC | 09:16 | |
*** halfss has quit IRC | 09:17 | |
*** _anant has joined #openstack | 09:17 | |
*** belmoreira1 has joined #openstack | 09:17 | |
*** devnull1 has quit IRC | 09:18 | |
*** exed has joined #openstack | 09:18 | |
*** jcoufal has quit IRC | 09:18 | |
*** belmoreira has quit IRC | 09:19 | |
*** tzn has quit IRC | 09:19 | |
*** vartom11 has quit IRC | 09:20 | |
*** _anant has quit IRC | 09:21 | |
*** _anant has joined #openstack | 09:21 | |
*** fivestar has joined #openstack | 09:24 | |
*** KaZeR has joined #openstack | 09:24 | |
*** ewnd9 has quit IRC | 09:25 | |
*** dneary has joined #openstack | 09:27 | |
*** devnull1 has joined #openstack | 09:27 | |
*** syed_armani has joined #openstack | 09:29 | |
syed_armani | Anyone from rackspace here ??? | 09:29 |
*** KaZeR has quit IRC | 09:29 | |
*** dlstacy has quit IRC | 09:29 | |
*** nbrosnahan has quit IRC | 09:29 | |
*** yogeshmehra has joined #openstack | 09:30 | |
*** skrusty has left #openstack | 09:30 | |
*** mrunge has quit IRC | 09:31 | |
*** Crichton is now known as Crichton|Offline | 09:32 | |
*** ndipanov has quit IRC | 09:32 | |
*** o_petit has joined #openstack | 09:33 | |
*** dlstacy has joined #openstack | 09:33 | |
*** yankcrime has quit IRC | 09:33 | |
*** mohits has quit IRC | 09:34 | |
kwadronaut | syed_armani: i recognize some nick(s) here that work for rackspace. But in general, it's best to just ask your question. | 09:34 |
*** _anant has quit IRC | 09:34 | |
kwadronaut | if you think it's confidential, irc might not be the best place to discuss whatever you want to say. | 09:34 |
*** yogeshmehra has quit IRC | 09:35 | |
*** dizquierdo has joined #openstack | 09:35 | |
*** _anant has joined #openstack | 09:35 | |
*** Crichton|Offline is now known as Crichton | 09:35 | |
syed_armani | kwadronaut: I know, i don't want to ask a question. I just want them let "rackers" know that http://training.rackspace.com/ is down | 09:35 |
*** mrunge has joined #openstack | 09:35 | |
*** rdas has quit IRC | 09:37 | |
*** SergeyLu_ has quit IRC | 09:39 | |
*** eglynn is now known as eglynn-fuse-summ | 09:40 | |
*** dlstacy has quit IRC | 09:40 | |
*** eglynn-fuse-summ is now known as eglynn-fuse-f2f | 09:40 | |
*** _anant has quit IRC | 09:40 | |
*** yogeshmehra has joined #openstack | 09:40 | |
*** mestery has joined #openstack | 09:40 | |
*** rdas has joined #openstack | 09:41 | |
*** _anant has joined #openstack | 09:41 | |
*** Isenn has joined #openstack | 09:41 | |
*** ndipanov has joined #openstack | 09:41 | |
*** tryggvil has joined #openstack | 09:41 | |
*** wramthun has joined #openstack | 09:41 | |
*** syed_armani has quit IRC | 09:42 | |
*** Semor has quit IRC | 09:43 | |
*** Semor has joined #openstack | 09:43 | |
*** vartom11 has joined #openstack | 09:43 | |
*** exed has quit IRC | 09:43 | |
*** o_petit has quit IRC | 09:44 | |
*** yogeshmehra has quit IRC | 09:45 | |
*** tzn has joined #openstack | 09:45 | |
*** _anant has quit IRC | 09:46 | |
*** _anant has joined #openstack | 09:46 | |
*** Semor has quit IRC | 09:48 | |
*** o_petit has joined #openstack | 09:48 | |
*** _anant has quit IRC | 09:50 | |
*** ph7point7 has joined #openstack | 09:51 | |
*** _anant has joined #openstack | 09:51 | |
*** ph7point7 has left #openstack | 09:51 | |
*** sergmelikyan has quit IRC | 09:54 | |
*** tvb|afk has quit IRC | 09:54 | |
*** larmbr has quit IRC | 09:57 | |
*** ifarkas has quit IRC | 09:58 | |
*** _anant has quit IRC | 09:59 | |
*** _anant has joined #openstack | 09:59 | |
*** tvb|afk has joined #openstack | 10:00 | |
*** tryggvil has quit IRC | 10:00 | |
*** ifarkas has joined #openstack | 10:00 | |
*** jskinner has joined #openstack | 10:01 | |
*** dlstacy has joined #openstack | 10:02 | |
*** mattymo has quit IRC | 10:02 | |
*** mattymo has joined #openstack | 10:02 | |
*** thorwin has quit IRC | 10:03 | |
*** jskinner has quit IRC | 10:03 | |
*** sayan has quit IRC | 10:03 | |
*** _anant has quit IRC | 10:04 | |
*** _anant has joined #openstack | 10:05 | |
*** liquid-silence has joined #openstack | 10:05 | |
*** svparijs is now known as svparijs_afk | 10:06 | |
*** liquid-silence has quit IRC | 10:06 | |
*** liquid-silence has joined #openstack | 10:06 | |
*** ewnd9 has joined #openstack | 10:07 | |
*** lmh has joined #openstack | 10:08 | |
*** tryggvil has joined #openstack | 10:10 | |
*** mohli has quit IRC | 10:11 | |
*** lmh has quit IRC | 10:12 | |
*** tvb|afk has quit IRC | 10:13 | |
*** o_petit has quit IRC | 10:14 | |
*** nancy_yeah has joined #openstack | 10:16 | |
*** sayan has joined #openstack | 10:17 | |
*** frots has quit IRC | 10:19 | |
*** Shmouel`away has quit IRC | 10:19 | |
*** frots has joined #openstack | 10:20 | |
*** itarchitectkev has quit IRC | 10:21 | |
*** tzn has quit IRC | 10:21 | |
*** pesky has joined #openstack | 10:21 | |
*** tzn has joined #openstack | 10:22 | |
*** maxdml has quit IRC | 10:24 | |
*** Dharmit has quit IRC | 10:24 | |
*** itarchitectkev has joined #openstack | 10:25 | |
*** KaZeR has joined #openstack | 10:25 | |
*** osier_ has quit IRC | 10:25 | |
*** MaxV has quit IRC | 10:26 | |
*** SanjeevJoshi has joined #openstack | 10:27 | |
*** osier has joined #openstack | 10:27 | |
*** SanjeevJoshi has quit IRC | 10:27 | |
*** tvb|afk has joined #openstack | 10:29 | |
*** ismlages has joined #openstack | 10:30 | |
*** KaZeR has quit IRC | 10:30 | |
*** neha has quit IRC | 10:33 | |
*** Shmouel`away has joined #openstack | 10:35 | |
*** Semor has joined #openstack | 10:36 | |
*** deep13 has joined #openstack | 10:36 | |
*** dneary has quit IRC | 10:36 | |
*** AnilV4 has quit IRC | 10:37 | |
*** halfss_ has quit IRC | 10:37 | |
*** paragan has quit IRC | 10:39 | |
*** ppenjoy has joined #openstack | 10:40 | |
*** berendt has quit IRC | 10:40 | |
*** mohits has joined #openstack | 10:41 | |
*** rkukura has quit IRC | 10:42 | |
*** nancy_yeah has quit IRC | 10:43 | |
*** freedomhui has quit IRC | 10:43 | |
*** sigurding has quit IRC | 10:43 | |
*** sigurding_ has joined #openstack | 10:43 | |
*** o_petit has joined #openstack | 10:45 | |
*** galafrey2ky7777 has joined #openstack | 10:46 | |
*** nanjj has quit IRC | 10:46 | |
*** neha has joined #openstack | 10:46 | |
*** bvandenh has joined #openstack | 10:47 | |
*** three_mahn037 has quit IRC | 10:47 | |
*** yaguang has quit IRC | 10:50 | |
*** sae has quit IRC | 10:51 | |
*** resker has joined #openstack | 10:51 | |
*** o_petit has quit IRC | 10:53 | |
*** esker has quit IRC | 10:54 | |
*** chasmo has quit IRC | 10:55 | |
*** pesky has quit IRC | 10:56 | |
*** ioggstream has quit IRC | 10:58 | |
*** ioggstream has joined #openstack | 10:58 | |
*** dhanasekaran has quit IRC | 10:59 | |
*** weshay has joined #openstack | 11:00 | |
*** dhanasekaran has joined #openstack | 11:00 | |
*** jtomasek_ has joined #openstack | 11:00 | |
*** dtx00ff_ has quit IRC | 11:01 | |
*** jtomasek has quit IRC | 11:04 | |
*** shwang has quit IRC | 11:05 | |
*** devnull1 has quit IRC | 11:05 | |
*** lmh has joined #openstack | 11:08 | |
*** Guest60592 has joined #openstack | 11:08 | |
*** ssd7 has quit IRC | 11:08 | |
*** pixelb has joined #openstack | 11:10 | |
*** o_petit has joined #openstack | 11:10 | |
*** freedomhui has joined #openstack | 11:11 | |
*** vartom11 has quit IRC | 11:12 | |
*** lmh has quit IRC | 11:13 | |
*** bfirsh has joined #openstack | 11:15 | |
*** pnavarro has quit IRC | 11:17 | |
*** tzn has quit IRC | 11:18 | |
*** tryggvil has quit IRC | 11:19 | |
*** tzn has joined #openstack | 11:19 | |
*** julim has joined #openstack | 11:20 | |
*** mohits has quit IRC | 11:20 | |
*** dims has joined #openstack | 11:20 | |
*** nshaikh has quit IRC | 11:21 | |
*** ioggstream has quit IRC | 11:22 | |
*** tzn has quit IRC | 11:24 | |
*** KaZeR has joined #openstack | 11:25 | |
*** AlexP789 has joined #openstack | 11:26 | |
*** stronghere has joined #openstack | 11:26 | |
*** o_petit has quit IRC | 11:26 | |
*** imsurit has joined #openstack | 11:27 | |
*** imsurit is now known as Guest7965 | 11:28 | |
*** AlexP789 has quit IRC | 11:29 | |
*** satheesh has quit IRC | 11:29 | |
*** o_petit has joined #openstack | 11:30 | |
*** KaZeR has quit IRC | 11:30 | |
*** satheesh has joined #openstack | 11:31 | |
*** julim has quit IRC | 11:32 | |
*** tzn has joined #openstack | 11:34 | |
*** victor_lowther has joined #openstack | 11:35 | |
*** gdubreui has joined #openstack | 11:38 | |
*** cocoadaemon has quit IRC | 11:38 | |
*** user1 has joined #openstack | 11:38 | |
*** tryggvil has joined #openstack | 11:40 | |
*** yogeshmehra has joined #openstack | 11:42 | |
*** chasmo has joined #openstack | 11:42 | |
*** dlstacy has quit IRC | 11:43 | |
*** user1 has quit IRC | 11:43 | |
*** nshaikh has joined #openstack | 11:44 | |
*** aruntomar has quit IRC | 11:45 | |
*** eglynn-fuse-f2f has quit IRC | 11:45 | |
*** pesky has joined #openstack | 11:46 | |
*** yogeshmehra has quit IRC | 11:46 | |
*** aruntomar has joined #openstack | 11:47 | |
*** Deoan has joined #openstack | 11:48 | |
*** bashok_ has joined #openstack | 11:49 | |
*** egallen has joined #openstack | 11:49 | |
*** cocoadaemon has joined #openstack | 11:50 | |
*** jmh_ has joined #openstack | 11:51 | |
*** kiall_ is now known as Kiall | 11:52 | |
*** pnavarro has joined #openstack | 11:52 | |
*** SergeyLukjanov has joined #openstack | 11:55 | |
*** venkatesh has joined #openstack | 11:57 | |
*** devnull1 has joined #openstack | 11:57 | |
*** victor_lowther has quit IRC | 11:57 | |
*** beav has quit IRC | 11:59 | |
*** ahasenack has joined #openstack | 11:59 | |
*** ewnd9 has quit IRC | 11:59 | |
*** ioggstream has joined #openstack | 12:00 | |
*** belmoreira1 has quit IRC | 12:01 | |
*** mohits has joined #openstack | 12:01 | |
*** eglynn-fuse-f2f has joined #openstack | 12:01 | |
*** mohits has quit IRC | 12:02 | |
*** retreved has joined #openstack | 12:02 | |
*** MaxV has joined #openstack | 12:02 | |
*** bcrochet is now known as bcrochet|ex210 | 12:03 | |
*** bcrochet|ex210 is now known as bcrochet | 12:03 | |
*** mohits has joined #openstack | 12:03 | |
*** belmoreira has joined #openstack | 12:04 | |
*** vartom11 has joined #openstack | 12:05 | |
*** bcrochet has quit IRC | 12:06 | |
*** dims has quit IRC | 12:07 | |
*** bashok_ has quit IRC | 12:07 | |
*** cereal_bars has joined #openstack | 12:07 | |
*** arahal has joined #openstack | 12:08 | |
*** bcrochet has joined #openstack | 12:08 | |
*** Shmouel`away has quit IRC | 12:08 | |
*** lmh has joined #openstack | 12:08 | |
*** rbansal1 has quit IRC | 12:11 | |
*** aweiteka has joined #openstack | 12:11 | |
*** _anant has quit IRC | 12:12 | |
*** arahal has quit IRC | 12:12 | |
*** lmh has quit IRC | 12:13 | |
*** FunnyLookinHat has joined #openstack | 12:15 | |
*** Trixboxer has joined #openstack | 12:15 | |
*** carnaler has joined #openstack | 12:15 | |
*** tryggvil has quit IRC | 12:16 | |
*** RicardoSSP has joined #openstack | 12:17 | |
carnaler | heya | 12:17 |
*** davidf-41678-h has quit IRC | 12:19 | |
*** Diegonat has joined #openstack | 12:19 | |
*** Guest7965 has quit IRC | 12:19 | |
Diegonat | hi, there is a repository where I can download images ?? I need ubuntu one | 12:20 |
*** Shmouel`away has joined #openstack | 12:20 | |
*** dims has joined #openstack | 12:20 | |
*** desai has joined #openstack | 12:20 | |
*** ekarlso has quit IRC | 12:20 | |
*** chrismaul has joined #openstack | 12:21 | |
*** tsnider has joined #openstack | 12:21 | |
*** joshbetz has joined #openstack | 12:22 | |
*** joshbetz has quit IRC | 12:22 | |
Ile | Diegonat, http://cloud-images.ubuntu.com/ | 12:23 |
*** jdob has joined #openstack | 12:23 | |
*** neha has quit IRC | 12:23 | |
*** ifarkas has quit IRC | 12:23 | |
Diegonat | ailed to reserve image. Got error: Data supplied was not valid. Details: 400 Bad Request The server could not comply with the request since it is either malformed or otherwise incorrect. Failed to add image metadata. Got error: Data supplied was not valid. Details: Invalid disk format 'img2' for image. | 12:23 |
Diegonat | Note: Your image metadata may still be in the registry, but the image's status will likely be 'killed'. | 12:23 |
Diegonat | i have this error | 12:23 |
Diegonat | is it not already ready ? | 12:23 |
*** neha has joined #openstack | 12:24 | |
Ile | it says img2 isn't right disk format | 12:24 |
Ile | http://docs.openstack.org/trunk/openstack-image-service/admin/content/disk-format.html | 12:24 |
Ile | it needs to be one of those. i think ubuntu images are qcow2 | 12:25 |
Diegonat | Ile, could you pass me the link of one them? | 12:25 |
Diegonat | because to be honest i downloaded the file .img | 12:26 |
Diegonat | from the same repository you told me to use | 12:26 |
*** KaZeR has joined #openstack | 12:26 | |
*** ifarkas has joined #openstack | 12:26 | |
Ile | yes, but you define the disk format in command line | 12:26 |
Ile | it's not the same as the file extension | 12:26 |
*** dtyarnell has quit IRC | 12:27 | |
*** bzhtux has joined #openstack | 12:27 | |
Diegonat | Ile, can you tell me a howto ? | 12:27 |
Diegonat | qemu-img create -f qcow2 something like this? | 12:28 |
Ile | $ wget http://uec-images.ubuntu.com/releases/12.04.2/release/ubuntu-12.04.2-server-cloudimg-amd64-disk1.img | 12:28 |
Ile | $ glance image-create --is-public true --disk-format qcow2 --container-format bare --name "Ubuntu" < ubuntu-12.04.2-server-cloudimg-amd64-disk1.img | 12:28 |
Diegonat | ok | 12:28 |
*** svparijs_afk is now known as svparijs | 12:29 | |
*** rbansal1 has joined #openstack | 12:29 | |
bvandenh | Hi. I would like to know what the current limits are for the number of tenants networks for both VLAN and GRE. Are there differences between Grizzly and Havana? | 12:29 |
*** arahal has joined #openstack | 12:30 | |
*** amritanshu_RnD has joined #openstack | 12:31 | |
*** KaZeR has quit IRC | 12:32 | |
*** julim has joined #openstack | 12:32 | |
*** matsuhashi has quit IRC | 12:34 | |
*** hootjr has joined #openstack | 12:35 | |
Diegonat | Ile, thanks | 12:36 |
Ile | you are welcome | 12:37 |
*** lborda has joined #openstack | 12:40 | |
*** ArxCruz has joined #openstack | 12:41 | |
*** h0cin has joined #openstack | 12:41 | |
*** ctorger has joined #openstack | 12:42 | |
*** blackboxsw has joined #openstack | 12:43 | |
*** codercotton has joined #openstack | 12:43 | |
*** desai has quit IRC | 12:44 | |
*** rdas has quit IRC | 12:47 | |
*** _________ has joined #openstack | 12:47 | |
*** karlsone has joined #openstack | 12:47 | |
*** Nitro has joined #openstack | 12:47 | |
*** aruntomar has quit IRC | 12:47 | |
*** iliyas has joined #openstack | 12:49 | |
*** aruntomar has joined #openstack | 12:50 | |
*** RicardoSSP has quit IRC | 12:51 | |
*** tryggvil has joined #openstack | 12:51 | |
*** sgordon has joined #openstack | 12:52 | |
*** routerpro has joined #openstack | 12:53 | |
*** o_petit has quit IRC | 12:54 | |
*** giulivo has quit IRC | 12:56 | |
*** belmoreira has quit IRC | 12:56 | |
Diegonat | nova list | 12:56 |
Diegonat | ERROR: You must provide a tenant name via either --os_tenant_name or env[OS_TENANT_NAME] | 12:56 |
Diegonat | why? | 12:56 |
*** rcheleguini has joined #openstack | 12:56 | |
*** majeff has joined #openstack | 12:57 | |
sigurding_ | guys I am trying to install from an Ubuntu iso in Openstack, the instance is provisioned with 20GB, but when it comes to the disk section of the installation process, I get: No disk drive was detected... | 12:57 |
sigurding_ | any idea what I am doing wrong? | 12:57 |
*** corrigac has joined #openstack | 12:57 | |
*** belmoreira has joined #openstack | 12:58 | |
*** ccorrigan has quit IRC | 12:59 | |
amritanshu_RnD | my quantum service is not able to provide ip through dhcp.can anyone suggest some solutions? | 12:59 |
perror | Diegonat: You need to set up the environnement variables accordingly to your installation and the required credential. | 12:59 |
*** Ruetobas has quit IRC | 12:59 | |
*** rmartinelli has joined #openstack | 12:59 | |
perror | Diegonat: Look at: https://wiki.openstack.org/wiki/OpenStackClient/Authentication | 13:00 |
*** maurosr1 has joined #openstack | 13:00 | |
*** eglynn-fuse-f2f has quit IRC | 13:00 | |
*** maurosr1 has quit IRC | 13:02 | |
*** venkatesh has quit IRC | 13:02 | |
*** SkyRocknRoll has quit IRC | 13:02 | |
*** maurosr1 has joined #openstack | 13:02 | |
*** bzhtux has quit IRC | 13:03 | |
*** bzhtux has joined #openstack | 13:03 | |
*** morazi has joined #openstack | 13:03 | |
*** DrBacchus has joined #openstack | 13:06 | |
*** martine has joined #openstack | 13:06 | |
*** yaguang has joined #openstack | 13:07 | |
*** martine is now known as Guest49371 | 13:07 | |
*** KLevenstein has joined #openstack | 13:07 | |
*** levine has joined #openstack | 13:08 | |
*** lmh has joined #openstack | 13:09 | |
*** iliyas has quit IRC | 13:09 | |
*** jdob has quit IRC | 13:11 | |
*** pamacii has joined #openstack | 13:11 | |
*** jdob has joined #openstack | 13:11 | |
*** o_petit has joined #openstack | 13:11 | |
*** yocum has joined #openstack | 13:12 | |
*** arahal has quit IRC | 13:13 | |
*** acathrow1 has joined #openstack | 13:13 | |
*** bashok has joined #openstack | 13:13 | |
*** lmh has quit IRC | 13:13 | |
*** iliyas has joined #openstack | 13:14 | |
*** eglynn-fuse-f2f has joined #openstack | 13:14 | |
*** rnunes has joined #openstack | 13:14 | |
*** ProT-0-TypE has joined #openstack | 13:16 | |
*** portante|afk is now known as portante | 13:18 | |
*** Ruetobas has joined #openstack | 13:20 | |
*** cthulhup has joined #openstack | 13:20 | |
*** rdas has joined #openstack | 13:20 | |
*** martine_ has joined #openstack | 13:21 | |
*** badams has joined #openstack | 13:22 | |
*** mikedawson has joined #openstack | 13:23 | |
*** alunduil has quit IRC | 13:24 | |
*** Guest49371 has quit IRC | 13:24 | |
Diegonat | perror, I believe i did it | 13:24 |
*** browndwarf has joined #openstack | 13:24 | |
*** julim has quit IRC | 13:24 | |
*** bdperkin has quit IRC | 13:25 | |
Diegonat | no i did not | 13:25 |
Diegonat | thanks | 13:25 |
*** yadan has quit IRC | 13:25 | |
*** jaypipes has joined #openstack | 13:25 | |
*** bzhtux is now known as bzhtux|away | 13:26 | |
*** yadan has joined #openstack | 13:26 | |
Diegonat | but i want to have the list of all the images | 13:26 |
Diegonat | running | 13:26 |
Diegonat | instances running | 13:26 |
*** chrissgo has joined #openstack | 13:26 | |
*** KaZeR has joined #openstack | 13:26 | |
*** shang has quit IRC | 13:27 | |
*** KyleMacDonald has joined #openstack | 13:27 | |
*** jab416171 has quit IRC | 13:27 | |
*** julim has joined #openstack | 13:27 | |
*** akscram has quit IRC | 13:28 | |
*** svparijs is now known as svparijs_afk | 13:28 | |
perror | Diegonat: I guess that `nova list` should work. | 13:29 |
*** jasondotstar has joined #openstack | 13:29 | |
pesky | Diegonat: openstack relies on tenants, so you'll have to select a tenant first before you can display the running instances | 13:29 |
Diegonat | now it is asking me ERROR: You must provide an auth url via either --os_auth_url or env[OS_AUTH_URL] | 13:30 |
Diegonat | perror, no its not | 13:30 |
Diegonat | and i believe it is weird | 13:30 |
*** bdperkin has joined #openstack | 13:30 | |
Diegonat | because it used to | 13:30 |
*** ayoung has joined #openstack | 13:30 | |
*** aweiteka has quit IRC | 13:31 | |
*** dmsimard has joined #openstack | 13:31 | |
*** KaZeR has quit IRC | 13:31 | |
*** bashok has quit IRC | 13:32 | |
*** shang has joined #openstack | 13:32 | |
*** akscram has joined #openstack | 13:32 | |
*** dtyarnell has joined #openstack | 13:32 | |
*** jdob has quit IRC | 13:32 | |
*** jdob has joined #openstack | 13:32 | |
*** karlsone has quit IRC | 13:33 | |
pesky | Diegonat: could you try something like the following? nova-manage project zipfile project1 user1 (change project, project1, user1 accordingly) | 13:34 |
*** mjfs has joined #openstack | 13:34 | |
*** sayan has quit IRC | 13:34 | |
pesky | it should give you a zipfile which has a file which you'll source (type source filename), after which nova list should work without using the arguments | 13:35 |
*** martine_ has quit IRC | 13:35 | |
*** j05h has joined #openstack | 13:35 | |
*** gdubreui has quit IRC | 13:35 | |
*** cereal_bars has quit IRC | 13:35 | |
*** KyleMacDonald has quit IRC | 13:36 | |
Diegonat | pesky, i have an error | 13:36 |
*** MaxV has quit IRC | 13:36 | |
*** neha has quit IRC | 13:36 | |
*** mindpixel has quit IRC | 13:38 | |
*** ron-slc has quit IRC | 13:38 | |
Diegonat | it canno find the user | 13:38 |
Diegonat | but the user admin exists | 13:38 |
*** jecarey has joined #openstack | 13:38 | |
*** jhesketh has quit IRC | 13:39 | |
*** dianefleming has joined #openstack | 13:39 | |
*** j05h has left #openstack | 13:39 | |
*** ozstacker has quit IRC | 13:39 | |
*** cereal_bars has joined #openstack | 13:39 | |
*** ozstacker has joined #openstack | 13:40 | |
*** rkukura has joined #openstack | 13:40 | |
*** nphase has joined #openstack | 13:40 | |
*** rdas has quit IRC | 13:41 | |
pesky | Diegonat: if there's just the admin user, you should use it | 13:41 |
Diegonat | pesky, i did | 13:41 |
Diegonat | doesnt work | 13:42 |
*** robbiew has joined #openstack | 13:42 | |
*** dmsimard1 has joined #openstack | 13:42 | |
*** dianefleming has quit IRC | 13:42 | |
Diegonat | http://pastebin.com/8WDUxqbv | 13:42 |
Diegonat | please check this out | 13:42 |
*** bluenemo has joined #openstack | 13:42 | |
*** bluenemo has joined #openstack | 13:42 | |
*** dianefleming has joined #openstack | 13:43 | |
*** yogeshmehra has joined #openstack | 13:43 | |
pesky | Diegonat: what does keystone user-list say? | 13:43 |
*** matsuhashi has joined #openstack | 13:43 | |
*** pn has quit IRC | 13:44 | |
*** ron-slc has joined #openstack | 13:44 | |
Diegonat | keystone user-list | 13:44 |
Diegonat | Expecting authentication method via | 13:44 |
Diegonat | either a service token, --token or env[SERVICE_TOKEN], | 13:44 |
Diegonat | or credentials, --os_username or env[OS_USERNAME]. | 13:44 |
bigmstone | Are there XenServer 6.2 plugins for Grizzly? | 13:44 |
*** dmsimard has quit IRC | 13:45 | |
*** kbringard has joined #openstack | 13:46 | |
pesky | Diegonat: well, you'll need to use the secret token you have defined in your keystone configuration (etc/keystone/keystone.conf, look for admin_token) | 13:46 |
Diegonat | pesky, I actually downloaded a script that worked | 13:46 |
*** prad_ has joined #openstack | 13:46 | |
*** pamacii has left #openstack | 13:46 | |
*** cthulhup has quit IRC | 13:46 | |
Diegonat | but i had forgotten about ut | 13:46 |
Diegonat | it | 13:46 |
Diegonat | now it works | 13:46 |
*** furee has joined #openstack | 13:47 | |
*** desai has joined #openstack | 13:47 | |
*** zz_Madasi is now known as Madasi | 13:47 | |
pesky | Diegonat: good to hear that | 13:47 |
*** AnilV4 has joined #openstack | 13:47 | |
*** deep13 has quit IRC | 13:47 | |
Diegonat | i found this script on the internet | 13:47 |
Diegonat | it was quite good | 13:48 |
*** litong has joined #openstack | 13:48 | |
*** cjellick has joined #openstack | 13:48 | |
*** deep13 has joined #openstack | 13:48 | |
*** paragan has joined #openstack | 13:48 | |
*** yogeshmehra has quit IRC | 13:48 | |
*** aweiteka has joined #openstack | 13:49 | |
Diegonat | I have an instance hanging on deleting | 13:49 |
Diegonat | i dont know what to do | 13:49 |
*** bzhtux|away is now known as bzhtux | 13:49 | |
*** Max_ has joined #openstack | 13:49 | |
*** markpeek has joined #openstack | 13:50 | |
*** majeff has quit IRC | 13:51 | |
*** mrunge has quit IRC | 13:52 | |
*** Barker has joined #openstack | 13:52 | |
*** davidhadas_ has quit IRC | 13:52 | |
*** mjfs has quit IRC | 13:53 | |
*** FunnyLookinHat has quit IRC | 13:53 | |
*** neha has joined #openstack | 13:53 | |
*** tvb|afk has quit IRC | 13:53 | |
*** martine_ has joined #openstack | 13:54 | |
*** yaguang has quit IRC | 13:54 | |
*** eharney has joined #openstack | 13:54 | |
badams | does anyone know anything about openvswitch? | 13:54 |
*** cjellick has quit IRC | 13:54 | |
*** cjellick has joined #openstack | 13:54 | |
*** venkatesh has joined #openstack | 13:54 | |
*** ssd7 has joined #openstack | 13:54 | |
*** deep13 has quit IRC | 13:56 | |
*** deep13 has joined #openstack | 13:57 | |
*** desai has quit IRC | 13:57 | |
*** konrad-k has quit IRC | 13:58 | |
BobBall | bigmstone: just grab the plugins out from the nova tree (plugins/xenserver/xenapi/etc/xapi.d/plugins/) and copy them to /etc/xapi.d on the host | 13:58 |
*** cfriesen has joined #openstack | 13:58 | |
bigmstone | BobBall: I did that. It throws up an error when attempting to start an Instance with a VHD | 13:59 |
bigmstone | All the googleing I've done said it's a mismatch with the plugins in DomU and Dom0 | 13:59 |
BobBall | pastebin the error? | 14:00 |
*** o_petit has quit IRC | 14:00 | |
*** nbrosnahan has joined #openstack | 14:00 | |
*** zasimov has quit IRC | 14:01 | |
bigmstone | I'm in the process of rebuilding my Xen environment, so all I have is this portion of it: ['XENAPI_PLUGIN_FAILURE', 'download_vhd', 'KeyError', '''image_id'''] | 14:01 |
bvandenh | Hi. I would like to know what the current limits are for the number of tenants networks for both VLAN and GRE. Are there differences between Grizzly and Havana? | 14:01 |
*** mfoster has joined #openstack | 14:02 | |
BobBall | Indeed that does sound like a probable mismatch... but clearly you're certain that it's not mismatched because you copied from the grizzly code | 14:02 |
BobBall | I'd have to dig in a little more | 14:02 |
*** julim has quit IRC | 14:02 | |
BobBall | e.g. refresh myself with the code and figure out what it's doing on both ends | 14:02 |
BobBall | It's _possible_ that a backported fix for something like libvirt might have broken the XenAPI driver | 14:02 |
bigmstone | Just FYI I'm using the current Ubuntu packages to install OpenStack. I'm not compiling from the source. | 14:03 |
*** johnthetubaguy has joined #openstack | 14:03 | |
bigmstone | Ubuntu 12.04, that is. | 14:03 |
*** belmoreira has left #openstack | 14:03 | |
*** alunduil has joined #openstack | 14:04 | |
BobBall | I meant a fix backported and included in the latest Ubuntu packages might have changed nova and if we didn't have a corresponding backport for a XAPI fix then a "new" mismatch might have been added | 14:04 |
*** badiane_ka has quit IRC | 14:05 | |
bigmstone | Okay. Once I get everything back up I can give you some more information on what I'm seeing including the trace. | 14:05 |
BobBall | great, thanks. | 14:05 |
*** acathrow1 has quit IRC | 14:05 | |
*** desai has joined #openstack | 14:06 | |
*** jtomasek_ is now known as jtomasek | 14:06 | |
*** berendt has joined #openstack | 14:06 | |
*** nshaikh has left #openstack | 14:08 | |
Diegonat | can i add ram to an instance while is running?? | 14:08 |
*** vartom11 has quit IRC | 14:08 | |
*** pberis has quit IRC | 14:09 | |
*** scott_w has joined #openstack | 14:09 | |
*** lmh has joined #openstack | 14:09 | |
*** changbl has quit IRC | 14:09 | |
*** pberis has joined #openstack | 14:09 | |
*** chrissgo has quit IRC | 14:09 | |
*** aloga has quit IRC | 14:10 | |
*** julim has joined #openstack | 14:10 | |
*** tommy_e has quit IRC | 14:10 | |
*** aweiteka has quit IRC | 14:10 | |
Diegonat | can I scale resources? | 14:10 |
*** tzn has quit IRC | 14:11 | |
*** arif-ali has joined #openstack | 14:11 | |
*** pberis has quit IRC | 14:11 | |
*** jasondotstar has quit IRC | 14:11 | |
*** pberis has joined #openstack | 14:12 | |
*** dtx00ff_ has joined #openstack | 14:12 | |
*** o_petit has joined #openstack | 14:12 | |
*** wbx_ has joined #openstack | 14:12 | |
*** beraldo has joined #openstack | 14:12 | |
*** giulivo has joined #openstack | 14:12 | |
beraldo | hi, I'm having problems to configure keystone + ldap, keystone user-list show everthing ok, uid, name, enabled and email. But when I do keystone user-get "uid" dont show user, my config file user_id_attribute = uid, but keystone insist in use cn to get user, if I do keystone user-get "Complete CN" works. | 14:13 |
beraldo | I can see the bug #997700 | 14:13 |
*** hemanth has joined #openstack | 14:13 | |
beraldo | but i think that the fix proposed is only on user_name_attribute, may be is missing a user_id_attribute ? | 14:13 |
*** lmh has quit IRC | 14:13 | |
*** matsuhashi has quit IRC | 14:13 | |
*** eglynn-fuse-f2f has quit IRC | 14:14 | |
*** Nitro has quit IRC | 14:14 | |
*** Cloudsleuth has joined #openstack | 14:15 | |
*** rnorwood1 has joined #openstack | 14:15 | |
*** dcramer_ has joined #openstack | 14:15 | |
*** arahal has joined #openstack | 14:15 | |
*** madorn has joined #openstack | 14:17 | |
*** jasondotstar has joined #openstack | 14:18 | |
*** tmclaugh[work] has joined #openstack | 14:20 | |
*** DeeJay1 has quit IRC | 14:21 | |
*** acathrow has joined #openstack | 14:21 | |
*** resker has quit IRC | 14:22 | |
*** esker has joined #openstack | 14:22 | |
*** retreved has quit IRC | 14:23 | |
*** johnpur has joined #openstack | 14:24 | |
*** aweiteka has joined #openstack | 14:24 | |
*** tvb|afk has joined #openstack | 14:24 | |
*** karlsone has joined #openstack | 14:24 | |
*** ericw has joined #openstack | 14:24 | |
*** retreved has joined #openstack | 14:25 | |
*** Nitro has joined #openstack | 14:26 | |
*** Nitro has joined #openstack | 14:26 | |
*** eglynn-fuse-f2f has joined #openstack | 14:26 | |
*** esker has quit IRC | 14:27 | |
*** KaZeR has joined #openstack | 14:27 | |
*** martine_ has quit IRC | 14:27 | |
*** Guest19249 is now known as esheffield | 14:27 | |
*** eglynn-fuse-f2f has quit IRC | 14:28 | |
*** bill_az_ has joined #openstack | 14:28 | |
*** eglynn has joined #openstack | 14:28 | |
richardwoo | hello, I learned manual installation openstack Grizzly on ubuntu 12.04. I want to learn deployment using configuration management tool, such as chef, puppet, saltstack or ansible. which one is easier to learn? and where could I find some cookbook or basic material? | 14:30 |
*** martine has joined #openstack | 14:30 | |
*** martine is now known as Guest29506 | 14:30 | |
ppenjoy | problem with the instance in /var/log/syslog with the dhclient: http://paste.openstack.org/show/47541/ , I can do everything but the dhcpclient is looping | 14:31 |
*** berendt has quit IRC | 14:31 | |
*** cjellick1 has joined #openstack | 14:32 | |
*** KaZeR has quit IRC | 14:32 | |
*** Gus_M has joined #openstack | 14:33 | |
*** rnirmal has joined #openstack | 14:33 | |
kbringard | richardwoo: https://github.com/stackforge/ has some good stuff | 14:33 |
*** cjellick has quit IRC | 14:34 | |
*** jeflui has joined #openstack | 14:34 | |
kbringard | the cookbook-* ones are for chef | 14:34 |
kbringard | and it looks like there are puppet ones in there, too | 14:34 |
*** retreved has quit IRC | 14:34 | |
*** pberis has quit IRC | 14:35 | |
*** vladdy has joined #openstack | 14:35 | |
*** cjellick1 has quit IRC | 14:36 | |
*** devoid has joined #openstack | 14:36 | |
*** cjellick has joined #openstack | 14:36 | |
*** GusM has quit IRC | 14:36 | |
*** devoid has quit IRC | 14:36 | |
*** retreved has joined #openstack | 14:37 | |
*** KLevenstein1 has joined #openstack | 14:38 | |
*** corXi has quit IRC | 14:38 | |
*** otherwiseguy has joined #openstack | 14:38 | |
*** anteaya has joined #openstack | 14:38 | |
*** richardwoo_ has joined #openstack | 14:38 | |
*** amritanshu_RnD has quit IRC | 14:38 | |
*** vladdy_ has quit IRC | 14:38 | |
*** richardwoo has quit IRC | 14:39 | |
*** jlibosva has quit IRC | 14:39 | |
*** bvandenh has quit IRC | 14:39 | |
*** johnpur has quit IRC | 14:39 | |
*** sybix has quit IRC | 14:40 | |
*** KLevenstein has quit IRC | 14:40 | |
*** madorn has quit IRC | 14:41 | |
*** rcleere has joined #openstack | 14:41 | |
*** sybix has joined #openstack | 14:41 | |
*** datsun180b has joined #openstack | 14:41 | |
*** FunnyLookinHat has joined #openstack | 14:41 | |
*** mjfork has joined #openstack | 14:42 | |
*** mjfork has quit IRC | 14:42 | |
*** johnpur has joined #openstack | 14:44 | |
*** dtx00ff_ has quit IRC | 14:44 | |
*** yogeshmehra has joined #openstack | 14:45 | |
*** arahal has quit IRC | 14:45 | |
*** nbrosnahan has quit IRC | 14:45 | |
*** venkatesh has quit IRC | 14:47 | |
*** dtx00ff_ has joined #openstack | 14:48 | |
*** arahal has joined #openstack | 14:48 | |
*** japplewhite has joined #openstack | 14:48 | |
*** KaZeR has joined #openstack | 14:49 | |
*** yogeshmehra has quit IRC | 14:50 | |
*** galstrom_zzz is now known as galstrom | 14:51 | |
*** pier_ has joined #openstack | 14:52 | |
*** scotm has joined #openstack | 14:52 | |
*** johnsterdotcom has joined #openstack | 14:53 | |
*** pier_ has left #openstack | 14:53 | |
*** radez_g0n3 is now known as radez | 14:54 | |
*** neha has quit IRC | 14:54 | |
*** twoputt has joined #openstack | 14:55 | |
*** shmcfarl has joined #openstack | 14:56 | |
*** atiwari has joined #openstack | 14:57 | |
*** Diegonat has left #openstack | 14:57 | |
*** venkatesh has joined #openstack | 14:57 | |
*** shmcfarl has left #openstack | 14:57 | |
*** Diegonat has joined #openstack | 14:57 | |
Diegonat | can I scale up my instance while it is running? | 14:58 |
*** zehicle_at_dell has quit IRC | 14:58 | |
*** adjohn has joined #openstack | 14:59 | |
*** IlyaE has joined #openstack | 14:59 | |
*** adjohn_ has joined #openstack | 15:00 | |
*** cthulhup has joined #openstack | 15:00 | |
*** kebray has joined #openstack | 15:02 | |
*** sigurding_ has quit IRC | 15:02 | |
*** kenperkins has quit IRC | 15:03 | |
*** itarchitectkev has quit IRC | 15:03 | |
*** itarchitectkev has joined #openstack | 15:03 | |
*** adjohn has quit IRC | 15:03 | |
*** jlibosva has joined #openstack | 15:04 | |
*** MrThePlague has joined #openstack | 15:05 | |
*** rnunes has quit IRC | 15:05 | |
*** bluenemo has quit IRC | 15:05 | |
*** bvandehey has joined #openstack | 15:05 | |
*** jvrbanac has joined #openstack | 15:05 | |
*** thansen has joined #openstack | 15:05 | |
*** rkukura has quit IRC | 15:05 | |
*** thansen has quit IRC | 15:06 | |
*** jecarey has quit IRC | 15:06 | |
*** tvvcox has joined #openstack | 15:06 | |
*** kbrierly has joined #openstack | 15:06 | |
*** technolo-g has joined #openstack | 15:06 | |
*** reidrac has quit IRC | 15:07 | |
*** twoputt has quit IRC | 15:07 | |
*** rkukura has joined #openstack | 15:08 | |
*** bada has joined #openstack | 15:08 | |
*** mjfork has joined #openstack | 15:08 | |
*** karlsone has quit IRC | 15:09 | |
*** lmh has joined #openstack | 15:09 | |
*** _________ has quit IRC | 15:10 | |
bada | Hi guys, i tryed to had security group to existing instances but it seems that it's only applied when creating the VM. But How to manage it after ? Thanks | 15:11 |
*** dubsquared has joined #openstack | 15:11 | |
*** jecarey has joined #openstack | 15:12 | |
*** satheesh has quit IRC | 15:13 | |
*** tzn has joined #openstack | 15:14 | |
*** lmh has quit IRC | 15:14 | |
*** perfectsine has joined #openstack | 15:14 | |
*** daMaestro has joined #openstack | 15:15 | |
*** dtx00ff_ has quit IRC | 15:16 | |
*** karlsone has joined #openstack | 15:16 | |
*** changbl has joined #openstack | 15:16 | |
*** karlsone has quit IRC | 15:18 | |
*** o_petit has quit IRC | 15:18 | |
*** karlsone has joined #openstack | 15:18 | |
*** nicolae_ has quit IRC | 15:18 | |
*** girafe has joined #openstack | 15:21 | |
*** whenry has joined #openstack | 15:21 | |
*** xqueralt has joined #openstack | 15:21 | |
*** freedomhui has quit IRC | 15:23 | |
*** dschultz has joined #openstack | 15:23 | |
*** freedomhui has joined #openstack | 15:23 | |
*** lmh has joined #openstack | 15:23 | |
*** psharma has quit IRC | 15:24 | |
*** danger_fo_away is now known as danger_fo | 15:25 | |
*** christyp has joined #openstack | 15:25 | |
*** ccs has joined #openstack | 15:25 | |
*** sandeepr_ltp has joined #openstack | 15:26 | |
*** jab416171 has joined #openstack | 15:27 | |
*** blahRus has joined #openstack | 15:27 | |
*** zerick has joined #openstack | 15:29 | |
*** ivom has quit IRC | 15:30 | |
*** bluenemo has joined #openstack | 15:31 | |
*** bluenemo has quit IRC | 15:31 | |
*** bluenemo has joined #openstack | 15:31 | |
*** monst has joined #openstack | 15:31 | |
*** monst has joined #openstack | 15:31 | |
*** pesky has quit IRC | 15:33 | |
*** gyee has joined #openstack | 15:34 | |
*** whenry has quit IRC | 15:34 | |
*** mosulica has quit IRC | 15:35 | |
*** jkyle has joined #openstack | 15:36 | |
jkyle | My nova-consoleauth process is throwing the following error when you attempt to connect: Instance instance-0000000a could not be found | 15:36 |
*** arif-ali has quit IRC | 15:37 | |
*** hemanth is now known as Guest68622 | 15:37 | |
jkyle | The instances are using uuid naming and I looked in the nova database instances table and confirmed it's not using the instance-* naming convention | 15:37 |
jkyle | is this a setting I can toggle somewhere that I missed? | 15:37 |
*** comay has joined #openstack | 15:37 | |
*** bvandehey has quit IRC | 15:38 | |
*** neha has joined #openstack | 15:39 | |
*** bluenemo has quit IRC | 15:39 | |
*** msgodf has quit IRC | 15:39 | |
*** bill_az_ has quit IRC | 15:40 | |
*** pmathews has joined #openstack | 15:40 | |
*** fbo is now known as fbo_away | 15:40 | |
*** dizquierdo has quit IRC | 15:40 | |
*** jsl has joined #openstack | 15:41 | |
*** jsl has quit IRC | 15:41 | |
*** lmh has quit IRC | 15:43 | |
*** alexismonville has joined #openstack | 15:43 | |
*** djbkd has joined #openstack | 15:44 | |
*** sigurding has joined #openstack | 15:44 | |
*** djbkd has quit IRC | 15:45 | |
*** alop has joined #openstack | 15:45 | |
*** SergeyLukjanov has quit IRC | 15:45 | |
*** esker has joined #openstack | 15:45 | |
*** SergeyLukjanov has joined #openstack | 15:46 | |
*** yogeshmehra has joined #openstack | 15:46 | |
*** elo1 has quit IRC | 15:46 | |
*** jtomasek has quit IRC | 15:47 | |
*** fbo_away is now known as fbo | 15:47 | |
*** alexismonville has quit IRC | 15:48 | |
*** zz_tsykoduk is now known as tsykoduk | 15:48 | |
*** bdpayne has joined #openstack | 15:49 | |
*** japplewhite has quit IRC | 15:49 | |
*** shaon has joined #openstack | 15:49 | |
*** alop has quit IRC | 15:49 | |
*** angdraug has joined #openstack | 15:49 | |
*** badiane_ka has joined #openstack | 15:50 | |
*** yogeshmehra has quit IRC | 15:50 | |
*** nbrosnahan has joined #openstack | 15:50 | |
*** markpeek1 has joined #openstack | 15:52 | |
*** markpeek has quit IRC | 15:52 | |
*** vkmc has joined #openstack | 15:52 | |
*** vkmc has quit IRC | 15:52 | |
*** vkmc has joined #openstack | 15:52 | |
*** bluenemo has joined #openstack | 15:52 | |
*** alop has joined #openstack | 15:52 | |
cjellick | asked this in openstack-dev just now, but maybe this is a more appropriate channel: should i be able to get all the keystone tests on master to pass? i get about 500 (out of 1879) failures. | 15:52 |
*** Martz has quit IRC | 15:53 | |
carnaler | bigmstone: have you figured out how to manage your xenserver cluster resources using one nova serice? | 15:53 |
*** markpeek1 has quit IRC | 15:53 | |
*** markpeek has joined #openstack | 15:53 | |
bigmstone | carnaler: using one Nova server? | 15:54 |
*** Martz has joined #openstack | 15:54 | |
bigmstone | Not possible. | 15:54 |
*** wbx_ has quit IRC | 15:54 | |
*** acathrow has quit IRC | 15:54 | |
bigmstone | You /have/ to use a nova server per hypervisor | 15:54 |
carnaler | wow | 15:54 |
carnaler | it seems that i'll need to borrow more ip addresses | 15:55 |
*** dubsquar_ has joined #openstack | 15:56 | |
*** adjohn_ has quit IRC | 15:56 | |
*** SergeyLukjanov has quit IRC | 15:56 | |
*** ssd7 has quit IRC | 15:57 | |
*** sigurding has quit IRC | 15:57 | |
carnaler | and what about this? xenapi_connection_url ? do i need to point it to each xenserver in each nova server? or do i need to point all the configuration files to the master server? | 15:57 |
*** _ozstacker_ has joined #openstack | 15:57 | |
*** dubsquared has quit IRC | 15:59 | |
*** sigurding has joined #openstack | 15:59 | |
*** shardy is now known as shardy_afk | 15:59 | |
*** ozstacker has quit IRC | 16:00 | |
*** tserong has quit IRC | 16:00 | |
*** pmoosh has joined #openstack | 16:00 | |
*** o_petit has joined #openstack | 16:00 | |
*** Ruetobas has quit IRC | 16:01 | |
*** tserong has joined #openstack | 16:01 | |
*** xBytez has quit IRC | 16:01 | |
*** rkukura has quit IRC | 16:01 | |
*** djbkd has joined #openstack | 16:01 | |
*** xBytez has joined #openstack | 16:01 | |
bigmstone | carnaler: each nova node will point to the xenserver it resides on | 16:02 |
carnaler | awesome | 16:02 |
bigmstone | so for hypervisor 1 you'll point that nova instance to itself | 16:02 |
*** rkukura has joined #openstack | 16:02 | |
bigmstone | hpyervisor 2 stand up a new nova vm and point it to that xen instance. | 16:03 |
bigmstone | etc | 16:03 |
carnaler | great | 16:03 |
*** Ruetobas has joined #openstack | 16:03 | |
*** sgoldin has joined #openstack | 16:04 | |
bigmstone | carnaler: my nova compute nodes config file is here: http://pastebin.com/fbSPcgQJ | 16:04 |
*** alexismonville has joined #openstack | 16:04 | |
bigmstone | you can see all my OS configs at http://pastebin.com/u/bigmstone | 16:04 |
*** tvvcox has quit IRC | 16:04 | |
carnaler | seems pretty straightforward | 16:06 |
bigmstone | Yeah. nova-compute.conf is empty just fyi. On my nova-compute nodes. | 16:06 |
*** Martz has left #openstack | 16:06 | |
*** Guest10510 is now known as terje | 16:06 | |
*** yota has quit IRC | 16:06 | |
*** ravikumar_hp has joined #openstack | 16:07 | |
carnaler | damn, i don't have any nova-compute.conf. maybe because of my installed version? | 16:07 |
*** johnnymoo_logsta has quit IRC | 16:07 | |
bigmstone | likely you don't have nova-compute installed. | 16:07 |
bigmstone | I only have nova-compute installed on my hypervisor VMs that connect back to controller | 16:08 |
*** Ruetobas has quit IRC | 16:08 | |
bigmstone | and the only package installed there is nova-compute and python-xenapi | 16:08 |
*** ppenjoy has quit IRC | 16:08 | |
*** fnaval_ has joined #openstack | 16:08 | |
carnaler | damn, then my setup is screwed | 16:08 |
bigmstone | haha, my setup has moved in and out of screwed since I started this project?but you learn and fix and things aren't screwed anymore :P | 16:09 |
carnaler | i just have one nova-compute, don't have any controller yet, also i have the nova-compute service up and running and seems that it's taking the config from nova.comf | 16:09 |
*** ifarkas has quit IRC | 16:09 | |
bigmstone | Yeah | 16:09 |
carnaler | lol yeah | 16:09 |
bigmstone | I had my controller/nova-compute on the same node for my main hypervisor but then I stopped that and created a new VM just for nova-compute on the master | 16:10 |
*** alexismonville has quit IRC | 16:10 | |
bigmstone | so I could move the controller VM around without screwing anything up. | 16:10 |
carnaler | very clever | 16:10 |
*** johnnymoo_logsta has joined #openstack | 16:10 | |
*** IlyaE has quit IRC | 16:10 | |
*** MarcMorata has quit IRC | 16:11 | |
*** johnnymoo_logsta has quit IRC | 16:11 | |
*** madorn has joined #openstack | 16:11 | |
*** Diddi has quit IRC | 16:11 | |
*** Diddi has joined #openstack | 16:12 | |
*** johnnymoo_logsta has joined #openstack | 16:12 | |
*** kebray has quit IRC | 16:12 | |
*** twoputt has joined #openstack | 16:13 | |
*** o_petit has quit IRC | 16:13 | |
*** scotm has quit IRC | 16:13 | |
*** racker_KevinS has joined #openstack | 16:13 | |
*** scotm has joined #openstack | 16:13 | |
*** kebray has joined #openstack | 16:14 | |
*** afazekas has quit IRC | 16:14 | |
*** Ruetobas has joined #openstack | 16:15 | |
*** Shaan7 has quit IRC | 16:15 | |
carnaler | i'll take a look at your config files, if i may! seems to be like mine, but still don't understand that stuff about cinder, so, i'll dive again in the docs! | 16:15 |
*** freedomhui has quit IRC | 16:16 | |
*** isterling has joined #openstack | 16:16 | |
*** hemna_ is now known as hemna | 16:16 | |
*** tvb|afk has quit IRC | 16:16 | |
*** flaper87 is now known as flaper87|afk | 16:16 | |
*** jtomasek has joined #openstack | 16:16 | |
bigmstone | carnaler: I don't mind at all. I put them there so I can remember the working configs I had and to share so feel free. They're all sanitized unless I skilled a password or two?and even if I didn't there all lab specific passwords anyway. | 16:17 |
*** cfriesen has quit IRC | 16:17 | |
*** cfriesen has joined #openstack | 16:17 | |
*** MarkAtwood has joined #openstack | 16:18 | |
*** fnaval_ has quit IRC | 16:18 | |
ravikumar_hp | One question - I have downloaded a snapshot image (consisting of manifest file and fragmented files) from AWS , and I am checking the feasibility of assembling those segmented files (about 60 ) and then upload to Openstack Glance as snapshot image. Is it possible ? Is Glance support that use case scenario ? | 16:18 |
*** fnaval_ has joined #openstack | 16:19 | |
*** japplewhite has joined #openstack | 16:19 | |
*** KLevenstein has joined #openstack | 16:19 | |
*** ericw has quit IRC | 16:19 | |
*** KLevenstein1 has quit IRC | 16:22 | |
*** osier has quit IRC | 16:22 | |
*** thansen has joined #openstack | 16:22 | |
*** ssd7 has joined #openstack | 16:23 | |
*** routerpro has quit IRC | 16:23 | |
*** Blackavar has quit IRC | 16:24 | |
*** davidhadas_ has joined #openstack | 16:25 | |
*** odyssey4me has quit IRC | 16:25 | |
*** bzhtux has quit IRC | 16:25 | |
*** Max_ has quit IRC | 16:26 | |
*** galafrey2ky7777 has quit IRC | 16:26 | |
*** wyndl has joined #openstack | 16:27 | |
*** dubsquar_ has quit IRC | 16:27 | |
*** japplewhite has quit IRC | 16:28 | |
*** ProT-0-TypE has quit IRC | 16:28 | |
*** sgoldin has quit IRC | 16:29 | |
*** itarchitectkev has quit IRC | 16:29 | |
*** jasondotstar has quit IRC | 16:29 | |
*** japplewhite has joined #openstack | 16:29 | |
*** scott_w has quit IRC | 16:30 | |
*** itarchitectkev has joined #openstack | 16:30 | |
*** jtomasek has quit IRC | 16:31 | |
*** neha has quit IRC | 16:31 | |
*** michaelneale has joined #openstack | 16:32 | |
*** jtomasek has joined #openstack | 16:32 | |
*** Shaan7 has joined #openstack | 16:32 | |
*** pmoosh has quit IRC | 16:32 | |
*** hewbrocca has quit IRC | 16:33 | |
*** ravikumar_hp has quit IRC | 16:33 | |
*** desai has quit IRC | 16:33 | |
*** iliyas has quit IRC | 16:33 | |
*** warik has joined #openstack | 16:34 | |
*** hcode has joined #openstack | 16:34 | |
*** mfoster has quit IRC | 16:39 | |
*** judd7 has quit IRC | 16:40 | |
*** ccs has quit IRC | 16:40 | |
*** Breakin__ has quit IRC | 16:41 | |
*** esker has quit IRC | 16:41 | |
*** __afazekas is now known as afazekas | 16:41 | |
*** esker has joined #openstack | 16:42 | |
*** bdperkin has quit IRC | 16:42 | |
*** bdperkin has joined #openstack | 16:42 | |
*** zigo_ has quit IRC | 16:42 | |
*** jagee has joined #openstack | 16:42 | |
*** zigo has joined #openstack | 16:42 | |
*** eggmaster has joined #openstack | 16:43 | |
*** jtomasek has quit IRC | 16:43 | |
*** lmh has joined #openstack | 16:43 | |
*** eglynn has quit IRC | 16:44 | |
*** ioggstream has quit IRC | 16:44 | |
*** xarph has joined #openstack | 16:44 | |
*** judd7 has joined #openstack | 16:45 | |
*** KyleMacDonald has joined #openstack | 16:45 | |
*** _________ has joined #openstack | 16:45 | |
*** venkatesh has quit IRC | 16:45 | |
*** esker has quit IRC | 16:46 | |
*** _________ has quit IRC | 16:46 | |
*** Diegonat has quit IRC | 16:47 | |
*** lmh has quit IRC | 16:48 | |
*** norris900 has quit IRC | 16:48 | |
*** jistr has quit IRC | 16:48 | |
bada | Hi guys, i set up security groups to existing instances but it seems that it's only applied when creating the VM. Is there a way to manage it after VM creation ? Thanks | 16:48 |
*** esker has joined #openstack | 16:48 | |
*** Nitro has quit IRC | 16:48 | |
*** SergeyLukjanov has joined #openstack | 16:49 | |
*** pantea has quit IRC | 16:49 | |
*** reed has joined #openstack | 16:51 | |
*** pmoosh has joined #openstack | 16:51 | |
*** datajerk has quit IRC | 16:53 | |
*** jtomasek has joined #openstack | 16:53 | |
*** jdurgin1 has joined #openstack | 16:54 | |
*** galafrey1ky7777 has joined #openstack | 16:55 | |
xarph | so I'm working on getting openstack with libvirt/kvm in here after being a vmware shop. I'm a rank openstack newbie and have been following this guide since we're a redhat shop: http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/. The docs aren't really clear about topology other than "monitor your performance!" | 16:55 |
*** mmagr has quit IRC | 16:55 | |
*** vfiduccia has joined #openstack | 16:56 | |
madorn | do you have to use redhat? | 16:56 |
xarph | yes | 16:56 |
xarph | rhel 6.4 | 16:56 |
xarph | I have one box I want to use as a headend that is light on disk space but has a fair bit of ram and cpu. I put keystone on it already. Our standard build for virt hosts is an application server with maxed out ram, high end xeons, and around 8TB of direct storage. My question is, what services do I put on the headend, and what go on the virt hosts? Do I need to install a nova and cinder DB on each virt host or can they share the one I intend to put on the | 16:57 |
xarph | head? | 16:57 |
xarph | basically we have a vcenter server and a bunch of esxi boxes, and we're probably going to stick with that sort of topology as close as we can in openstack-land | 16:58 |
madorn | what do you mean by headend | 16:58 |
madorn | keep your esxi's as your "compute hosts" | 16:58 |
xarph | the OS equivilent to vcenter server, where horizon and keystone will be | 16:58 |
*** paragan has quit IRC | 16:58 | |
madorn | openstack will manage the orchestration | 16:58 |
xarph | does openstack manage through vcenter server or does it talk directly to the hypervisors? | 16:59 |
*** liquid-silence has quit IRC | 16:59 | |
madorn | xarph: it talks to vcenter.. | 16:59 |
madorn | you manage through openstack. | 16:59 |
*** jbresnah has joined #openstack | 16:59 | |
madorn | let me show you some handy up to date docs on this | 16:59 |
xarph | thx | 16:59 |
madorn | are you going to keep vcenter? | 16:59 |
madorn | and your esxi hosts? | 16:59 |
xarph | we were hoping not to once everything was moved over to libvirt/kvm | 17:00 |
*** derekh has quit IRC | 17:00 | |
madorn | i see | 17:00 |
madorn | check these out | 17:00 |
*** zasimov has joined #openstack | 17:00 | |
madorn | http://www.rackspace.com/blog/architecting-vmware-vsphere-for-openstack/ | 17:01 |
*** jtomasek has quit IRC | 17:01 | |
madorn | right now - you should be looking at whatever node you deployed keystone on.. | 17:01 |
madorn | that will be your controller node. | 17:02 |
*** reed has quit IRC | 17:02 | |
*** cocoadaemon has quit IRC | 17:02 | |
*** Nitro has joined #openstack | 17:02 | |
*** krypto has quit IRC | 17:02 | |
xarph | I figured as such | 17:02 |
*** vipul-away is now known as vipul | 17:03 | |
xarph | looks from this that I can basically stuff everything (within reason) on the controller node, then use vmwareapi.VMwareESXDriver to talk directly our nodes running esxi, and ignore vcenter? | 17:04 |
madorn | if you want to ignore vcenter | 17:04 |
madorn | if you go further down | 17:04 |
madorn | youll see you can get the compute node to talk directly to vcenter | 17:04 |
madorn | there is a driver for that. | 17:04 |
madorn | that you update in your nova.conf | 17:04 |
*** michaelneale has quit IRC | 17:05 | |
*** hootjr has quit IRC | 17:05 | |
xarph | if I can do that then it makes me happy because we already have a lot of work in deploying esxi hypervisor nodes, and it will save time now and then we can work out libvirt/kvm nodes later and graft those in as extra nova-computes. | 17:06 |
xarph | does this sound sane? | 17:06 |
*** rcheleguini has quit IRC | 17:06 | |
madorn | yes it does | 17:06 |
madorn | after you work out the kinks of getting that setup | 17:07 |
madorn | add a kvm based compute node | 17:07 |
xarph | hehe | 17:07 |
madorn | then yuo can try moving | 17:07 |
madorn | your vmdk's into openstack | 17:07 |
*** sgoldin has joined #openstack | 17:07 | |
*** reed has joined #openstack | 17:08 | |
*** dukhlov has joined #openstack | 17:09 | |
xarph | ok thanks for your help | 17:09 |
dukhlov | Hi all! | 17:09 |
xarph | I'll go back to installing everything on our controller | 17:09 |
xarph | and then I will be back if I can't figure out the esxi thing :> | 17:09 |
*** bknudson has quit IRC | 17:10 | |
*** ccs has joined #openstack | 17:10 | |
*** rcheleguini has joined #openstack | 17:10 | |
*** monst has quit IRC | 17:11 | |
dukhlov | I have question connected to nova client capabilities... | 17:11 |
dukhlov | Can I request list af 2 or more instances via novaclient.servers.list? I saw that it have search_opts param. Can I put there a list of nova ids and receive list of nova servers description? | 17:11 |
*** epim has joined #openstack | 17:11 | |
*** japplewhite1 has joined #openstack | 17:12 | |
*** japplewhite has quit IRC | 17:12 | |
*** terriyu has joined #openstack | 17:12 | |
*** dhellmann_ is now known as dhellmann | 17:13 | |
*** johnthetubaguy has quit IRC | 17:13 | |
*** jtomasek has joined #openstack | 17:13 | |
*** Nitro has quit IRC | 17:14 | |
*** Gus_M has quit IRC | 17:14 | |
*** MrThePlague has quit IRC | 17:14 | |
*** esker has quit IRC | 17:16 | |
*** esker has joined #openstack | 17:16 | |
*** ema has quit IRC | 17:17 | |
*** evanz_ has joined #openstack | 17:17 | |
xarph | can I run multiple nova-compute services on one box to manage multiple esxi installations or should I make a tiny VM on each esxi host to run the nova-compute for that instance? | 17:17 |
*** jcoufal has joined #openstack | 17:17 | |
bigmstone | I'd run a tiny vm on each. | 17:18 |
*** mfoster has joined #openstack | 17:18 | |
*** monst has joined #openstack | 17:18 | |
xarph | thats what I was thinking but thanks for confirmation | 17:18 |
*** jtomasek has quit IRC | 17:19 | |
*** jerryz has joined #openstack | 17:19 | |
*** Guest29506 has quit IRC | 17:21 | |
*** esker has quit IRC | 17:21 | |
*** eglynn has joined #openstack | 17:21 | |
*** rossk has joined #openstack | 17:22 | |
*** nphase has quit IRC | 17:23 | |
*** nphase has joined #openstack | 17:23 | |
*** acathrow has joined #openstack | 17:24 | |
*** L3tsXpl0it has joined #openstack | 17:25 | |
*** tvb|afk has joined #openstack | 17:27 | |
*** tvb|afk has quit IRC | 17:27 | |
*** tvb|afk has joined #openstack | 17:27 | |
*** SushilKM has joined #openstack | 17:27 | |
*** esker has joined #openstack | 17:27 | |
*** cthulhup has quit IRC | 17:27 | |
*** negronjl has quit IRC | 17:27 | |
*** stronghere has quit IRC | 17:27 | |
*** networkstatic has joined #openstack | 17:28 | |
SushilKM | facing some problems with pre-configured nova network in trove-integration installation | 17:28 |
*** henrynash has joined #openstack | 17:28 | |
SushilKM | any inputs about how can i enhance the speed of the network | 17:28 |
*** nphase has quit IRC | 17:28 | |
*** vipul is now known as vipul-away | 17:29 | |
*** martine has joined #openstack | 17:29 | |
*** martine has quit IRC | 17:29 | |
*** vipul-away is now known as vipul | 17:29 | |
*** MarkAtwood has quit IRC | 17:30 | |
*** alop has quit IRC | 17:30 | |
*** bknudson has joined #openstack | 17:31 | |
*** girafe has quit IRC | 17:31 | |
*** alop has joined #openstack | 17:31 | |
*** tvb|afk has quit IRC | 17:31 | |
*** jasondotstar has joined #openstack | 17:31 | |
*** levine has left #openstack | 17:32 | |
*** jtomasek has joined #openstack | 17:32 | |
*** negronjl has joined #openstack | 17:33 | |
*** bada has quit IRC | 17:33 | |
*** Nitro has joined #openstack | 17:34 | |
*** wbx_ has joined #openstack | 17:34 | |
*** Nitro has quit IRC | 17:36 | |
*** litong has quit IRC | 17:37 | |
*** jaimef has quit IRC | 17:37 | |
*** anniec has joined #openstack | 17:37 | |
*** KyleMacDonald has quit IRC | 17:37 | |
*** CuriousG has joined #openstack | 17:39 | |
*** devnull1 has quit IRC | 17:39 | |
*** h0cin has quit IRC | 17:39 | |
*** ahasenack has quit IRC | 17:39 | |
*** gyee has quit IRC | 17:40 | |
*** venkatesh has joined #openstack | 17:41 | |
*** joshbetz has joined #openstack | 17:41 | |
*** aruntomar has quit IRC | 17:41 | |
*** joshbetz has quit IRC | 17:41 | |
*** stronghere has joined #openstack | 17:41 | |
*** jaimef has joined #openstack | 17:41 | |
*** _sulo has quit IRC | 17:43 | |
*** evanz_ has quit IRC | 17:43 | |
*** lmh has joined #openstack | 17:44 | |
*** ahasenack has joined #openstack | 17:44 | |
*** ericw has joined #openstack | 17:44 | |
*** siso has quit IRC | 17:45 | |
*** deep13 has quit IRC | 17:45 | |
*** spzala has joined #openstack | 17:45 | |
*** deep13 has joined #openstack | 17:46 | |
*** belmoreira has joined #openstack | 17:46 | |
*** japplewhite1 has quit IRC | 17:48 | |
*** zidoo has joined #openstack | 17:48 | |
*** lmh has quit IRC | 17:48 | |
*** scummins has left #openstack | 17:48 | |
*** sushils has joined #openstack | 17:48 | |
*** julweber_ has quit IRC | 17:50 | |
*** cocoadaemon has joined #openstack | 17:50 | |
*** acathrow has quit IRC | 17:50 | |
*** zidoo has quit IRC | 17:52 | |
*** adjohn has joined #openstack | 17:52 | |
*** dneary has joined #openstack | 17:52 | |
*** karlsone is now known as ekarlso | 17:54 | |
*** henrynash has quit IRC | 17:54 | |
*** nphase has joined #openstack | 17:54 | |
*** bashok has joined #openstack | 17:54 | |
*** jtomasek has quit IRC | 17:55 | |
*** changbl has quit IRC | 17:55 | |
*** krtaylor has quit IRC | 17:55 | |
*** colinmcnamara has joined #openstack | 17:55 | |
*** ssd7_ has joined #openstack | 17:56 | |
*** nphase has quit IRC | 17:56 | |
*** nphase has joined #openstack | 17:56 | |
*** japplewhite has joined #openstack | 17:56 | |
*** nphase has quit IRC | 17:57 | |
*** arif-ali has joined #openstack | 17:57 | |
*** bashok has quit IRC | 17:57 | |
badams | can anyone help me with some quantum stuff? | 17:58 |
*** bhuvan has joined #openstack | 17:58 | |
*** ssd7 has quit IRC | 17:59 | |
badams | having trouble getting my private network onto my compute node | 18:00 |
*** belmoreira has quit IRC | 18:00 | |
*** pmoosh has quit IRC | 18:01 | |
*** pmoosh has joined #openstack | 18:01 | |
*** anniec has quit IRC | 18:04 | |
*** superjudge has joined #openstack | 18:04 | |
*** jmh_ro has quit IRC | 18:04 | |
*** ioggstream has joined #openstack | 18:05 | |
*** julweber has joined #openstack | 18:06 | |
*** pmoosh has quit IRC | 18:06 | |
*** stkowski has joined #openstack | 18:06 | |
*** datajerk has joined #openstack | 18:06 | |
*** pijany has joined #openstack | 18:06 | |
*** xmltok_ has quit IRC | 18:06 | |
*** melwitt has joined #openstack | 18:07 | |
*** Dr{Who} has quit IRC | 18:07 | |
*** browndwarf has quit IRC | 18:07 | |
*** browndwarf has joined #openstack | 18:08 | |
*** xmltok has joined #openstack | 18:09 | |
*** xmltok has quit IRC | 18:09 | |
*** changbl has joined #openstack | 18:09 | |
*** xmltok has joined #openstack | 18:09 | |
*** jtomasek has joined #openstack | 18:09 | |
*** dneary has quit IRC | 18:09 | |
*** Dr{Who} has joined #openstack | 18:09 | |
*** Egyptian[Laptop1 has quit IRC | 18:10 | |
*** amcrn has joined #openstack | 18:11 | |
*** Diegonat has joined #openstack | 18:11 | |
*** colinmcnamara has quit IRC | 18:13 | |
*** ioggstream has quit IRC | 18:13 | |
*** colinmcnamara has joined #openstack | 18:13 | |
*** Nitro has joined #openstack | 18:13 | |
*** afazekas is now known as afazekas_zz | 18:14 | |
*** IlyaE has joined #openstack | 18:15 | |
*** Nitro has quit IRC | 18:15 | |
*** fikst has joined #openstack | 18:16 | |
*** scuttlemonkey_ has joined #openstack | 18:16 | |
*** jtomasek has quit IRC | 18:17 | |
*** esker has quit IRC | 18:17 | |
*** alop has quit IRC | 18:18 | |
*** esker has joined #openstack | 18:18 | |
*** scuttlemonkey has quit IRC | 18:19 | |
*** acathrow has joined #openstack | 18:19 | |
*** itarchitectkev_ has joined #openstack | 18:20 | |
*** MarkAtwood has joined #openstack | 18:20 | |
*** h0cin has joined #openstack | 18:20 | |
*** lborda has quit IRC | 18:22 | |
*** esker has quit IRC | 18:22 | |
*** jtomasek has joined #openstack | 18:22 | |
*** cereal_bars has quit IRC | 18:22 | |
*** belmoreira has joined #openstack | 18:23 | |
*** cocoadaemon has quit IRC | 18:23 | |
*** itarchitectkev has quit IRC | 18:23 | |
*** pijany has quit IRC | 18:23 | |
*** belmoreira has quit IRC | 18:23 | |
*** sushils has quit IRC | 18:24 | |
*** MarkAtwood has quit IRC | 18:25 | |
*** lborda has joined #openstack | 18:25 | |
*** dianefleming has quit IRC | 18:25 | |
*** lborda has quit IRC | 18:25 | |
*** torandu has joined #openstack | 18:25 | |
*** lborda has joined #openstack | 18:26 | |
*** carif has joined #openstack | 18:26 | |
*** jasondotstar has quit IRC | 18:27 | |
*** julweber has quit IRC | 18:27 | |
*** desai has joined #openstack | 18:27 | |
*** jang has quit IRC | 18:27 | |
*** corrigac has quit IRC | 18:27 | |
*** mkerrin has quit IRC | 18:27 | |
*** Blackavar has joined #openstack | 18:27 | |
*** ravikumar_hp has joined #openstack | 18:27 | |
*** hogepodge has joined #openstack | 18:28 | |
*** epim has quit IRC | 18:28 | |
*** mrmartin has joined #openstack | 18:29 | |
*** evanz_ has joined #openstack | 18:29 | |
*** desai has quit IRC | 18:31 | |
*** _sulo has joined #openstack | 18:31 | |
*** giulivo has quit IRC | 18:31 | |
*** Blackavar has quit IRC | 18:32 | |
*** desai has joined #openstack | 18:33 | |
*** reed_ has joined #openstack | 18:33 | |
*** reed_ has quit IRC | 18:33 | |
*** MarkAtwood has joined #openstack | 18:33 | |
*** networkstatic has quit IRC | 18:33 | |
*** reed has quit IRC | 18:34 | |
*** gyee has joined #openstack | 18:36 | |
*** reed has joined #openstack | 18:36 | |
*** krtaylor has joined #openstack | 18:37 | |
*** tmclaugh[work] has quit IRC | 18:37 | |
*** mwichmann_ has joined #openstack | 18:38 | |
*** angdraug has quit IRC | 18:39 | |
*** mkerrin has joined #openstack | 18:42 | |
*** lmh1 has joined #openstack | 18:44 | |
*** wmichel has joined #openstack | 18:44 | |
*** datajerk has quit IRC | 18:45 | |
*** rudra has joined #openstack | 18:45 | |
*** wbx_ has quit IRC | 18:45 | |
*** cereal_bars has joined #openstack | 18:46 | |
*** MarkAtwood2 has joined #openstack | 18:46 | |
*** mikedawson has quit IRC | 18:46 | |
*** girafe has joined #openstack | 18:47 | |
*** tryggvil has quit IRC | 18:47 | |
*** rudra has quit IRC | 18:47 | |
*** datajerk has joined #openstack | 18:47 | |
*** networkstatic has joined #openstack | 18:47 | |
*** sigurding has quit IRC | 18:48 | |
Diegonat | hi? I shutdown my server with some instances in pause. Now I cannot neither unpause them nor terminate them? what can I do? | 18:49 |
*** lmh1 has quit IRC | 18:49 | |
*** sigurding has joined #openstack | 18:49 | |
*** greg9 has joined #openstack | 18:50 | |
*** ccustine has quit IRC | 18:50 | |
*** ccustine has joined #openstack | 18:50 | |
*** MrHell has quit IRC | 18:51 | |
technolo-g | Diegonat: http://docs.openstack.org/admin-guide-cloud/content/section_reset-state.html | 18:52 |
*** vipul is now known as vipul-away | 18:52 | |
*** epim has joined #openstack | 18:52 | |
*** ccustine has quit IRC | 18:54 | |
*** dubsquared has joined #openstack | 18:55 | |
*** ccustine has joined #openstack | 18:55 | |
Diegonat | technolo-g, problems | 18:55 |
*** martine_ has joined #openstack | 18:55 | |
Diegonat | error: argument <subcommand>: invalid choice: 'reset-state' | 18:55 |
Diegonat | if I try delete: | 18:55 |
Diegonat | nova delete ea067374-af92-494c-8e0f-f1516a586301 | 18:56 |
Diegonat | ERROR: Cannot 'delete' while instance is in vm_state paused (HTTP 409) | 18:56 |
bigmstone | BobBall: Where did you say I should get the xen plugins from? Want to make sure I install the right ones and that's not it before we spend any time troubleshooting this. | 18:56 |
*** jcoufal has quit IRC | 18:56 | |
*** epim has quit IRC | 18:56 | |
*** tmclaugh[work] has joined #openstack | 18:56 | |
*** rturk-away has quit IRC | 18:57 | |
*** epim has joined #openstack | 18:57 | |
*** ccustine has quit IRC | 18:57 | |
*** scuttlemonkey_ is now known as scuttlemonkey | 18:57 | |
*** rturk-away has joined #openstack | 18:57 | |
*** venkatesh has quit IRC | 18:57 | |
*** ccustine has joined #openstack | 18:57 | |
*** arif-ali has quit IRC | 18:58 | |
*** SushilKM has quit IRC | 18:58 | |
*** dianefleming has joined #openstack | 19:00 | |
*** dianefleming has quit IRC | 19:01 | |
*** datajerk has quit IRC | 19:01 | |
Diegonat | libvirtError: Requested operation is not valid: domain is not running | 19:01 |
*** dianefleming has joined #openstack | 19:01 | |
*** krtaylor has quit IRC | 19:01 | |
Diegonat | I can see this error from my logs | 19:01 |
*** ndipanov has quit IRC | 19:04 | |
*** evanz_ has quit IRC | 19:05 | |
*** dubsquared has quit IRC | 19:06 | |
mrmartin | pleia2: hi | 19:08 |
pleia2 | mrmartin: hey | 19:08 |
mrmartin | pleia2: I read your blog entry: http://princessleia.com/journal/?p=8526 | 19:08 |
*** greg9 has quit IRC | 19:08 | |
mrmartin | and I want to ask whether to devstack virtualbox images are available somewhere | 19:09 |
*** elo has quit IRC | 19:09 | |
mrmartin | because we want to do similar demos here in Budapest, and this shared USB image is a great idea! | 19:09 |
*** dubsquared has joined #openstack | 19:09 | |
pleia2 | mrmartin: ask Ryan_Lane, he has instructions for what he did to build them (the images he built are from last week, so already stale!) | 19:09 |
mrmartin | oh great, thank you, I'll talk with Ryan. | 19:10 |
pleia2 | or at least should be able to write such instructions, I'd like to see them too but things were a bit chaotic leading up to the workshop :) | 19:10 |
*** adjohn has quit IRC | 19:10 | |
mrmartin | same used to happen here ;) | 19:10 |
*** colinmcnamara has quit IRC | 19:11 | |
*** svparijs_afk is now known as svparijs | 19:11 | |
*** elo has joined #openstack | 19:12 | |
*** adjohn has joined #openstack | 19:12 | |
Ryan_Lane | I used vmbuilder | 19:12 |
mrmartin | hi Ryan | 19:12 |
Ryan_Lane | but couldn't fully automate it using vmbuilder since the chroot'd vm couldn't access some things | 19:13 |
Ryan_Lane | so, then I took the image and ran devstack | 19:13 |
*** dubsquar_ has joined #openstack | 19:13 | |
*** CuriousG has quit IRC | 19:13 | |
*** mlanner has quit IRC | 19:13 | |
Ryan_Lane | you could probably just download ubuntu server, install devstack, run it, then run unstack.sh | 19:13 |
Ryan_Lane | then export an OVA | 19:13 |
*** dubsquared has quit IRC | 19:13 | |
Ryan_Lane | using virtualbox | 19:14 |
mrmartin | so you shared an image where devstack was already deployed everything? | 19:14 |
mrmartin | because I was thinking on a very similar demo, but I wanted to present the audience how to use devstack | 19:14 |
pleia2 | by running stack.sh and then unstack.sh we got all the dependencies cached, then users could run stack.sh again | 19:14 |
Ryan_Lane | yeah, it's already a week old, so it would still fetch objects from git for every student | 19:14 |
Ryan_Lane | making one fresh every time is likely a good idea | 19:15 |
*** thingee is now known as thingee_zzz | 19:15 | |
Ryan_Lane | maybe I can make a vagrant image for this | 19:15 |
*** hugokuo has quit IRC | 19:15 | |
Ryan_Lane | to automate the process of making the image | 19:15 |
mrmartin | or a big hack could be a local apt repo and a custom patch for devstack to use a local git repo too | 19:15 |
Ryan_Lane | vmbuilder wasn't a great tool for it | 19:15 |
*** kfox1111 has joined #openstack | 19:15 | |
*** gimps_ has joined #openstack | 19:15 | |
pleia2 | mrmartin: yeah, we didn't have the infrastructure for adding a local cach | 19:15 |
pleia2 | cache | 19:15 |
pleia2 | just showed up in a company's conference room and connected to their wifi | 19:16 |
Ryan_Lane | custom images is actually easier ;) | 19:16 |
kfox1111 | Anyone have experience with heat from grizzly and it not creating enough volumes on request? | 19:16 |
mrmartin | yeap, but I can package an http server and an apt repo with required packages | 19:16 |
*** Guest60592 is now known as mattstep | 19:16 | |
*** mattstep has joined #openstack | 19:16 | |
mrmartin | inside the vm. | 19:16 |
*** adjohn has quit IRC | 19:16 | |
Ryan_Lane | but then it still takes ages to install everything | 19:16 |
carnaler | bigmstone: maybe not my business, but i've got the xenapi plugins from the github nova repository (https://github.com/openstack/nova/tree/master/plugins/xenserver/xenapi/etc/xapi.d/plugins) | 19:16 |
Ryan_Lane | having things pre-installed greatly speeds up the process | 19:16 |
*** networkstatic has quit IRC | 19:17 | |
*** madorn has quit IRC | 19:17 | |
bigmstone | carnaler: what version of openstack and xen? | 19:17 |
*** yogeshmehra has joined #openstack | 19:17 | |
carnaler | i'm using grizzly with 6.1 | 19:17 |
Ryan_Lane | 30-50 people hitting a single server will likely saturate your network, even if you are connected to ethernet | 19:17 |
carnaler | they are supposed to work with any python2.4+ version | 19:17 |
bigmstone | It's anyones business that can help me get this working :P I can't aggregate nor can I deploy a vhd | 19:18 |
bigmstone | carnaler: i'm grizzly with 6.2 | 19:18 |
mrmartin | Ryan_Lane: exactly, maybe I can present the devstack steps and config, then they can try it out from vbox image. | 19:18 |
bigmstone | can you aggregate or deploy vhd? | 19:18 |
*** joearnold has quit IRC | 19:18 | |
*** mlanner has joined #openstack | 19:18 | |
carnaler | bigmstone: not sure, all i can tell you is that i just can boot instances from the images lol | 19:18 |
pleia2 | mrmartin: that's pretty much what I did, I gave them devstack.org and told them that they should go to that site and use that procedure if they are going to work on this at home, image was just for expediency at the workshop | 19:19 |
mrmartin | Ryan_Lane, and do you remember how much memory / disk was allocated for demo instance? | 19:19 |
bigmstone | yeah I can boot raw images just fine. Just can pool the servers or deploy vhd :( | 19:19 |
*** adepti37 has quit IRC | 19:19 | |
pleia2 | 1G memory was default, but I told people to increase that if they had the resources | 19:20 |
pleia2 | (I don't remember disk) | 19:20 |
pleia2 | turns out normal people don't have 16G of RAM on their laptop :) | 19:20 |
*** joearnold has joined #openstack | 19:20 | |
mrmartin | and the compute was configured to use Qemu? | 19:20 |
*** beraldo has quit IRC | 19:21 | |
*** mkollaro has quit IRC | 19:21 | |
carnaler | bigmstone: oh well, i had some troubles with vhd disks and it turned out that i needed to specify something like this "volume_driver=nova.volume.xensm.XenSMDriver" in the nova.conf on my compute node | 19:21 |
*** jprovazn has quit IRC | 19:21 | |
*** hugokuo has joined #openstack | 19:21 | |
carnaler | bigmstone: not with THAT vhd disks (because i don't have anyone) | 19:21 |
carnaler | bigmstone: but with launching the instances from the raw images | 19:21 |
*** cereal_bars has quit IRC | 19:21 | |
*** sigurding has quit IRC | 19:21 | |
bigmstone | carnaler: hmm. worth trying | 19:21 |
carnaler | bigmstone: add that and this too "use_local_volumes=False" | 19:22 |
*** racker_KevinS has joined #openstack | 19:22 | |
carnaler | bigmstone: apparently they need to be together to work fine | 19:22 |
*** antonym has quit IRC | 19:22 | |
*** MarkAtwood2 has quit IRC | 19:22 | |
*** venkatesh has joined #openstack | 19:22 | |
pleia2 | mrmartin: good question, Ryan_Lane what virtualization was used for the instances? | 19:22 |
carnaler | bigmstone: i used the XenAPISMDriver because it turns out that, even if i configured cinder, i'm not using it lol | 19:22 |
bigmstone | carnaler: wait was this for creating volumes and such? | 19:22 |
bigmstone | This is the xen cinder driver, is it not? | 19:23 |
carnaler | bigmstone: don't know really, i just don't understand the volume stuff yet | 19:23 |
carnaler | bigmstone: yes it is | 19:23 |
*** venkatesh has quit IRC | 19:23 | |
carnaler | bigmstone: oh well | 19:23 |
bigmstone | Yeah, I'll try it, but I'm using Cinder iSCSI so I don't look for this to work. | 19:23 |
bigmstone | carnaler: have you been able to deploy a VHD yet? | 19:24 |
*** __alex has quit IRC | 19:24 | |
carnaler | bigmstone: not the cinder dirver, actually it is the nova-volume-something-alsosomething driver | 19:24 |
bigmstone | I'm fine with dropping with 6.1 (assuming I can find the ISO) | 19:24 |
bigmstone | if it works. | 19:24 |
carnaler | bigmstone: i don't know lol, i don't think i've even tried it | 19:24 |
*** venkatesh has joined #openstack | 19:24 | |
Diegonat | ERROR: Cannot 'delete' while instance is in vm_state paused (HTTP 409) | 19:24 |
Diegonat | what can I do | 19:24 |
Diegonat | ?? | 19:24 |
Diegonat | I shutdown my server with some instances in pause. Now I cannot neither unpause them nor terminate them? what can I do? | 19:25 |
Ryan_Lane | pleia2: what virtualization? | 19:25 |
Ryan_Lane | to make them, you mean? | 19:25 |
*** antonym has joined #openstack | 19:25 | |
*** venkatesh has quit IRC | 19:25 | |
Ryan_Lane | none. it was made by chroot | 19:25 |
carnaler | bigmstone: i only can tell you that i had lotsa VHD errors before using that option, after i've implemented it i can create instances without trouble, no more errors, braw | 19:25 |
carnaler | bigmstone: may i ask how are you trying to create the volumes? | 19:26 |
*** __alex has joined #openstack | 19:26 | |
Ryan_Lane | virtualization doesn't matter for the image, though. it's agnostic | 19:26 |
bigmstone | carnaler: not using a volume for this instance. | 19:26 |
mrmartin | Ryan_Lane, not to make them, but for running instances inside to demo vm. | 19:26 |
bigmstone | I can create volumes just fine. | 19:26 |
Ryan_Lane | qemu | 19:26 |
bigmstone | with cinder + iscsi | 19:26 |
Ryan_Lane | there's no alternative | 19:26 |
mrmartin | great | 19:26 |
mrmartin | Ryan_Lane: lxc ? | 19:26 |
bigmstone | carnaler: that didn't work though. :( | 19:26 |
Ryan_Lane | ah. true | 19:26 |
Ryan_Lane | I always forget about containers :) | 19:27 |
bigmstone | same plugin failure | 19:27 |
carnaler | bigmstone: hmmm have the whole trace? | 19:27 |
mrmartin | Ryan_Lane, pleia2 thanks for the help! | 19:27 |
pleia2 | mrmartin: have fun :) | 19:28 |
*** scotm has quit IRC | 19:28 | |
bigmstone | carnaler: http://pastebin.com/jRTeMeq7 | 19:29 |
bigmstone | carnaler: all my googling says it's a plugin mismatch between domU and dom0 | 19:29 |
*** anderstj has quit IRC | 19:30 | |
bigmstone | but?yeah?I've tried lots of versions of the plugins | 19:30 |
*** adepti37 has joined #openstack | 19:30 | |
*** gatuus has joined #openstack | 19:30 | |
*** anderstj has joined #openstack | 19:30 | |
*** kiorky has quit IRC | 19:32 | |
carnaler | bigmstone: may i get the command where you use the vhd disks? context maybe? i'm sleepy and my speak skills are fainting lol | 19:32 |
bigmstone | I was provisioning from horizon | 19:33 |
*** tmclaugh[work] has quit IRC | 19:33 | |
bigmstone | Hmm | 19:34 |
bigmstone | different error when I attach a volume to the instance | 19:34 |
bigmstone | pastebin coming. | 19:34 |
carnaler | great | 19:34 |
*** vipul-away is now known as vipul | 19:34 | |
Diegonat | can you help me ?? | 19:34 |
*** tmclaugh[work] has joined #openstack | 19:35 | |
carnaler | bigmstone: also you can make a tail -f /var/log/xensourced.log while provisioning and maybe a grep for xenapi_plugin_failure | 19:35 |
*** MarkAtwood2 has joined #openstack | 19:36 | |
bigmstone | carnaler: I've been watching it. | 19:37 |
bigmstone | carnaler: http://pastebin.com/PLmDLrEN | 19:37 |
*** julweber has joined #openstack | 19:37 | |
*** Nitro has joined #openstack | 19:40 | |
*** bill_az_ has joined #openstack | 19:40 | |
*** rdj has joined #openstack | 19:41 | |
*** julweber has quit IRC | 19:42 | |
*** dhellmann has quit IRC | 19:42 | |
*** dhellmann has joined #openstack | 19:43 | |
*** ph7point7 has joined #openstack | 19:43 | |
*** ayoung has quit IRC | 19:43 | |
*** Embalmed has quit IRC | 19:44 | |
*** Embalmed has joined #openstack | 19:44 | |
*** dneary has joined #openstack | 19:44 | |
*** amandap has quit IRC | 19:44 | |
*** Vek has quit IRC | 19:44 | |
*** lmh1 has joined #openstack | 19:44 | |
*** mrmartin has quit IRC | 19:44 | |
*** tzn has quit IRC | 19:45 | |
*** amandap has joined #openstack | 19:45 | |
*** Trixboxer has quit IRC | 19:46 | |
carnaler | bigmstone: shit, no idea... tried to launch an instance with another disk format and got different errors.... maybe this has to do with the version in the xenserver 6.2 | 19:46 |
*** hcode has quit IRC | 19:46 | |
*** tzn has joined #openstack | 19:47 | |
*** ph7point7 has quit IRC | 19:47 | |
*** ph7point7 has joined #openstack | 19:47 | |
*** bbcmicrocomputer has quit IRC | 19:48 | |
carnaler | bigmstone: the only think i see that maybe has something to do is the volume_api_class=nova.volume.cinder.API in the controller nova.conf but not sure at this point | 19:48 |
*** jlibosva has quit IRC | 19:49 | |
*** lmh1 has quit IRC | 19:49 | |
*** Breaking_Pitt has joined #openstack | 19:50 | |
*** kiorky has joined #openstack | 19:50 | |
*** technolo-g has left #openstack | 19:50 | |
*** IlyaE has quit IRC | 19:50 | |
*** galafrey1ky7777 has quit IRC | 19:51 | |
*** icy_ground has quit IRC | 19:52 | |
*** icy_ground has joined #openstack | 19:53 | |
carnaler | bigmstone: i'm transfering my shift, i'll be back later | 19:55 |
carnaler | see ya room | 19:55 |
*** carnaler has quit IRC | 19:55 | |
*** datajerk has joined #openstack | 19:55 | |
bigmstone | later | 19:56 |
bigmstone | thanks for the help | 19:56 |
*** jeflui has quit IRC | 19:57 | |
*** svparijs is now known as svparijs_afk | 19:57 | |
*** gimps_ has quit IRC | 19:57 | |
*** angdraug has joined #openstack | 19:58 | |
*** zasimov has quit IRC | 19:58 | |
*** fzzzt1 has joined #openstack | 19:58 | |
fzzzt1 | hello | 19:58 |
*** svparijs_afk is now known as svparijs | 19:59 | |
*** dubsquar_ has quit IRC | 19:59 | |
*** badams has quit IRC | 19:59 | |
*** egallen has quit IRC | 19:59 | |
*** colinmcnamara has joined #openstack | 20:00 | |
*** Barker has quit IRC | 20:00 | |
*** litong has joined #openstack | 20:00 | |
fzzzt1 | we're installing openstack for a research group here and i had a question about authentication. our systems tie in to our AD via LDAP for the unix access. Is it possible to either make openstack use our AD/LDAP with authentication (not accounting), or use the local system for authentication? i still want the accounting to be done locally; modifying AD is a lenghty process. so far it looks like keystone doesn't split auth out f | 20:00 |
*** browndwarf has quit IRC | 20:01 | |
*** michaelneale has joined #openstack | 20:01 | |
zynzel | fzzzt1: keystone can authenticate against remote ldap server | 20:01 |
zynzel | keystone == openstack component responsible for authentication | 20:02 |
*** ccustine has quit IRC | 20:02 | |
*** eharney has quit IRC | 20:02 | |
*** scotm has joined #openstack | 20:02 | |
fzzzt1 | can it do that without storing user info in it? i.e., no attributes | 20:02 |
*** cjwilson has joined #openstack | 20:02 | |
fzzzt1 | just checking passwords | 20:02 |
*** ph7point7 has quit IRC | 20:02 | |
zynzel | yes | 20:03 |
fzzzt1 | ok, so if i set up keystone.conf just for the LDAP URL and a bind user/pass, would that be enough? | 20:03 |
zynzel | probably yes, https://wiki.openstack.org/wiki/HowtoIntegrateKeystonewithAD | 20:04 |
*** dubsquar_ has joined #openstack | 20:04 | |
fzzzt1 | that looks like it stores the user data within AD though | 20:05 |
fzzzt1 | tenants, roles, etc. | 20:05 |
*** radez is now known as radez_g0n3 | 20:05 | |
*** acathrow1 has joined #openstack | 20:06 | |
*** alunduil has quit IRC | 20:06 | |
*** acathrow has quit IRC | 20:07 | |
*** jcesn has joined #openstack | 20:07 | |
*** jcesn has left #openstack | 20:08 | |
*** venkatesh has joined #openstack | 20:09 | |
*** KyleMacDonald has joined #openstack | 20:09 | |
*** esker has joined #openstack | 20:10 | |
zynzel | fzzzt1: sorry, im not sure about that. | 20:10 |
zynzel | i see too many OS installation with custom drivers. | 20:10 |
*** iccha has quit IRC | 20:10 | |
zynzel | i dont remember if vanilla OS support only ldap auth without roles/tenants stored in ldap. | 20:11 |
*** dtx00ff_ has joined #openstack | 20:11 | |
ekarlso | zynzel, yello | 20:11 |
zynzel | ekarlso: hello! | 20:12 |
*** rkukura has quit IRC | 20:12 | |
*** evanjfraser has joined #openstack | 20:13 | |
*** ekarlso has quit IRC | 20:13 | |
*** ekarlso has joined #openstack | 20:13 | |
*** svparijs is now known as svparijs_afk | 20:13 | |
*** iccha has joined #openstack | 20:15 | |
*** x05h has joined #openstack | 20:15 | |
Diegonat | how can I check if there is any speed limit for my instances?? | 20:16 |
*** adjohn has joined #openstack | 20:16 | |
*** changbl_ has joined #openstack | 20:17 | |
*** MarcMorata has joined #openstack | 20:18 | |
*** changbl has quit IRC | 20:18 | |
*** adjohn has quit IRC | 20:21 | |
*** mattux has quit IRC | 20:21 | |
*** IlyaE has joined #openstack | 20:22 | |
*** nbrosnahan has quit IRC | 20:22 | |
*** desai has quit IRC | 20:23 | |
*** sgordon has quit IRC | 20:24 | |
*** eglynn has quit IRC | 20:24 | |
*** adjohn has joined #openstack | 20:25 | |
*** tserong has quit IRC | 20:25 | |
*** maurosr1 has quit IRC | 20:25 | |
*** changbl_ has quit IRC | 20:26 | |
*** changbl has joined #openstack | 20:26 | |
*** superjudge has quit IRC | 20:26 | |
*** tserong has joined #openstack | 20:26 | |
*** mattux has joined #openstack | 20:27 | |
*** mattux has left #openstack | 20:27 | |
*** evanjfraser has quit IRC | 20:28 | |
*** DrBacchus has quit IRC | 20:28 | |
*** bhuvan has quit IRC | 20:29 | |
*** tzn has quit IRC | 20:29 | |
*** ayoung has joined #openstack | 20:31 | |
*** boden has quit IRC | 20:31 | |
*** fbo is now known as fbo_away | 20:32 | |
*** jmh_ has quit IRC | 20:32 | |
*** fzzzt1 has left #openstack | 20:34 | |
*** galafrey1ky7777 has joined #openstack | 20:34 | |
*** epim has quit IRC | 20:34 | |
terje | hi, if I have a compute node that shows disconnected in 'nova-manage service list' | 20:35 |
terje | what's the best way to troubleshoot thaT? | 20:35 |
terje | I've restarted nova-compute on the compute node | 20:35 |
zynzel | change connection to db+rabbitmq | 20:36 |
zynzel | s/change/check/ | 20:36 |
zynzel | check time on controller and computes. | 20:36 |
*** julim has quit IRC | 20:37 | |
terje | both are sync'd in w/ upstream ntp server.. | 20:37 |
*** adjohn has quit IRC | 20:37 | |
terje | when you say, check connection to db+mq | 20:38 |
Diegonat | why do my instances have such a slow network connection??? | 20:38 |
terje | I see in nova's compute.log on the compute node this: 2013-09-26 17:38:42.779 INFO nova.compute.manager [req-87db784c-f58a-46e8-b26c-a92fe7054684 None None] Updating host status | 20:38 |
terje | so, seems happy but nova-manage isn't reporting a happy status | 20:39 |
*** IlyaE has quit IRC | 20:40 | |
Diegonat | firewall?! | 20:40 |
terje | Diegonat: define slow | 20:40 |
Diegonat | terje, I dowload at 30 kb/s | 20:40 |
Diegonat | from repositories | 20:41 |
Diegonat | :-/ | 20:41 |
Diegonat | if i test from the server it is about 800 kb/s | 20:41 |
*** epim has joined #openstack | 20:41 | |
*** MaxV has joined #openstack | 20:43 | |
*** tryggvil has joined #openstack | 20:43 | |
*** itarchitectkev_ has quit IRC | 20:43 | |
*** adjohn has joined #openstack | 20:43 | |
*** sgoldin has quit IRC | 20:43 | |
*** celor has joined #openstack | 20:44 | |
*** celor has left #openstack | 20:44 | |
*** lmh1 has joined #openstack | 20:45 | |
*** adjohn has quit IRC | 20:46 | |
Kupo24z | is it possible to create a bootable volume from an image? | 20:47 |
Kupo24z | Whenever i try i get a boot error on the console | 20:47 |
Kupo24z | do you need a special image? | 20:47 |
*** ondergetekende_ has joined #openstack | 20:47 | |
*** itarchitectkev has joined #openstack | 20:48 | |
*** eglynn has joined #openstack | 20:48 | |
bigmstone | You can do it from command line. cinder create --image-id <id> --display-name <my_name> <vol_size> | 20:48 |
bigmstone | and you need an image that's bootable. Not like an ISO but an actual drive copy. Like a vhd | 20:48 |
Kupo24z | bigmstone: http://docs.openstack.org/user-guide/content/boot_from_volume.html ? | 20:48 |
Kupo24z | How can I find said images? | 20:49 |
*** jdob has quit IRC | 20:49 | |
bigmstone | The link you sent looks correct, yes. Hold for images link. | 20:49 |
*** lmh1 has quit IRC | 20:49 | |
*** krtaylor has joined #openstack | 20:50 | |
*** retreved has quit IRC | 20:50 | |
bigmstone | Kupo24z: openstack.redhat.com/Image_resources | 20:50 |
*** thingee_zzz is now known as thingee | 20:50 | |
bigmstone | http://openstack.redhat.com/Image_resources | 20:50 |
Kupo24z | the 'Importing Images into Glance'? | 20:50 |
*** liqw_ has joined #openstack | 20:50 | |
*** xqueralt is now known as xqueralt-afk | 20:51 | |
bigmstone | Kupo24z: huh? | 20:51 |
*** jtomasek has quit IRC | 20:51 | |
Kupo24z | on that link, that fedora 19 image will work? | 20:51 |
bigmstone | any of those should. | 20:51 |
*** rdj has quit IRC | 20:52 | |
*** litong has quit IRC | 20:53 | |
*** furee1 has joined #openstack | 20:54 | |
*** furee has quit IRC | 20:54 | |
*** yaguang has joined #openstack | 20:54 | |
*** tzn has joined #openstack | 20:55 | |
Kupo24z | bigmstone: using nova boot --flavor 2 --block_device_mapping vda=1a81b558-894d-480e-84e1-9f663e52d7d1:::0 Fedora19FromVol (which resulted in no errors) it creates the instances but when i hit the console 'No Bootable Device' | 20:55 |
*** epim has quit IRC | 20:55 | |
*** Nitro has quit IRC | 20:56 | |
*** epim has joined #openstack | 20:57 | |
*** spzala has quit IRC | 20:57 | |
*** Shmouel`away is now known as Shmouel | 20:58 | |
bigmstone | The volume you created from the image? | 20:58 |
Kupo24z | Yea | 20:58 |
Kupo24z | In the UI it says 'Attached Tobootable-vol-fedora19 on vda' | 20:59 |
*** adjohn has joined #openstack | 20:59 | |
*** cjellick has quit IRC | 20:59 | |
*** h0cin has quit IRC | 21:00 | |
*** jsl has joined #openstack | 21:00 | |
*** arahal has left #openstack | 21:00 | |
*** adjohn has quit IRC | 21:00 | |
*** jsl has quit IRC | 21:00 | |
*** venkatesh has quit IRC | 21:01 | |
*** ArxCruz has quit IRC | 21:01 | |
*** tmclaugh[work] has quit IRC | 21:02 | |
*** ericw has quit IRC | 21:02 | |
*** cereal_bars has joined #openstack | 21:03 | |
*** kamalic has joined #openstack | 21:05 | |
*** reed_ has joined #openstack | 21:05 | |
*** joshbetz has joined #openstack | 21:06 | |
*** stronghere has quit IRC | 21:06 | |
*** joshbetz has quit IRC | 21:06 | |
*** michaelneale has quit IRC | 21:06 | |
*** chrismaul has quit IRC | 21:07 | |
*** reed has quit IRC | 21:07 | |
*** hogepodge_ has joined #openstack | 21:07 | |
*** hogepodge has quit IRC | 21:07 | |
*** hogepodge_ is now known as hogepodge | 21:07 | |
*** dtyarnell has quit IRC | 21:08 | |
*** rnirmal has quit IRC | 21:09 | |
*** tzn has quit IRC | 21:09 | |
*** tzn has joined #openstack | 21:10 | |
*** tzn has quit IRC | 21:11 | |
*** cjellick has joined #openstack | 21:11 | |
*** tzn has joined #openstack | 21:11 | |
*** cjellick has quit IRC | 21:12 | |
*** johnthetubaguy has joined #openstack | 21:12 | |
*** adjohn has joined #openstack | 21:13 | |
kamalic | We have a few test Grizzly setups here at the Massachusetts Open Cloud. On this one, I'm running vlanmanager networking and am experiencing a weird issue. My VMs can get to other VMs through their floating IP, but a physical machine connected to the same network can nmap the floating IPs but can't actually get through -- it finds all 1000 ports filtered. Our only way "in" to the deployed VMs at the moment is through a reverse SSH tunnel. | 21:13 |
*** bluenemo has quit IRC | 21:13 | |
*** ewnd9 has joined #openstack | 21:14 | |
*** ericw has joined #openstack | 21:14 | |
*** ericw has quit IRC | 21:14 | |
*** rcheleguini has quit IRC | 21:15 | |
*** ctorger has quit IRC | 21:15 | |
*** epim has quit IRC | 21:16 | |
*** cereal_bars has quit IRC | 21:17 | |
*** mfoster has quit IRC | 21:17 | |
*** maurosr1 has joined #openstack | 21:18 | |
*** acathrow1 has quit IRC | 21:18 | |
*** venkatesh has joined #openstack | 21:19 | |
*** venkatesh has quit IRC | 21:19 | |
*** dubsquar_ has quit IRC | 21:19 | |
*** adjohn has quit IRC | 21:20 | |
*** vlad_starkov has joined #openstack | 21:20 | |
*** celor has joined #openstack | 21:20 | |
*** tzn has quit IRC | 21:22 | |
*** tmclaugh[work] has joined #openstack | 21:22 | |
KaZeR | kamalic: ingress TCP rule? | 21:22 |
*** tzn has joined #openstack | 21:22 | |
*** japplewhite has left #openstack | 21:23 | |
*** dubsquared has joined #openstack | 21:23 | |
*** dmsimard1 has quit IRC | 21:23 | |
*** evanz has joined #openstack | 21:24 | |
*** dmsimard has joined #openstack | 21:24 | |
*** adalbas has quit IRC | 21:25 | |
*** aweiteka has quit IRC | 21:25 | |
KaZeR | i have some issues trying to setup vlans. WARNING [quantum.db.agentschedulers_db] Fail scheduling network {'status': u'ACTIVE', 'subnets': [...], but without more details | 21:27 |
KaZeR | can someone help? | 21:28 |
*** adjohn has joined #openstack | 21:28 | |
*** Egyptian[Laptop] has joined #openstack | 21:29 | |
*** danger_fo is now known as danger_fo_away | 21:29 | |
*** bluenemo has joined #openstack | 21:30 | |
*** acathrow has joined #openstack | 21:32 | |
*** itarchitectkev has quit IRC | 21:32 | |
*** KyleMacDonald has quit IRC | 21:32 | |
*** johnthetubaguy1 has joined #openstack | 21:32 | |
*** cjwilson has quit IRC | 21:33 | |
*** _sulo has quit IRC | 21:34 | |
*** johnthetubaguy has quit IRC | 21:35 | |
*** martine_ has quit IRC | 21:35 | |
*** dcramer_ has quit IRC | 21:35 | |
*** johnthetubaguy1 has quit IRC | 21:35 | |
*** rmartinelli has quit IRC | 21:36 | |
*** nicolae_ has joined #openstack | 21:37 | |
*** tzn has quit IRC | 21:38 | |
*** celor has quit IRC | 21:39 | |
*** starmer has joined #openstack | 21:40 | |
*** desai has joined #openstack | 21:41 | |
*** adalbas has joined #openstack | 21:41 | |
*** IlyaE has joined #openstack | 21:41 | |
*** dhanasekaran has quit IRC | 21:41 | |
*** dhanasekaran has joined #openstack | 21:42 | |
*** adjohn has quit IRC | 21:43 | |
*** desai has quit IRC | 21:43 | |
*** KLevenstein has quit IRC | 21:43 | |
*** adjohn has joined #openstack | 21:43 | |
*** bluenemo has quit IRC | 21:44 | |
*** portante is now known as portante|afk | 21:44 | |
*** lmh1 has joined #openstack | 21:45 | |
*** dschultz_ has joined #openstack | 21:46 | |
*** adjohn has quit IRC | 21:47 | |
*** yaguang has quit IRC | 21:48 | |
*** adjohn has joined #openstack | 21:48 | |
*** adjohn has quit IRC | 21:48 | |
*** dschultz has quit IRC | 21:49 | |
*** lmh1 has quit IRC | 21:49 | |
*** L3tsXpl0it has left #openstack | 21:51 | |
*** tsnider has quit IRC | 21:51 | |
*** jecarey has quit IRC | 21:52 | |
kamalic | Thanks, KaZeR, I set an ingress TCP rule as described at http://docs.openstack.org/trunk/openstack-network/admin/content/enabling_ping_and_ssh.html so I'm not sure what else to do. | 21:53 |
*** rnirmal has joined #openstack | 21:54 | |
kamalic | Actually, I guess I left something out -- I set both the ICMP and TCP rules exactly as described there and it successfully enabled ssh and icmp in for Savannah VMs that I had already set up, but NOT for plain old Ubuntu and CirrOS VMs. So that made me feel like there's something I'm missing on the VM side of things. | 21:55 |
kamalic | ...since the rule did the right thing for the predefined Savannah Hadoop templates. | 21:55 |
KaZeR | kamalic: you can run tcpdump on your compute node and ensure it gets TCP traffic. if yes, it's probably the VM, if not it's probably the network node | 21:55 |
*** rnorwood1 has quit IRC | 21:55 | |
kamalic | It | 21:56 |
*** alunduil has joined #openstack | 21:56 | |
kamalic | Well, it definitely gets TCP traffic in from the floating IP because I can ssh in via the floating IP from one VM to another. | 21:56 |
kamalic | (and tcpdump indeed reports this) | 21:56 |
*** melmoth has quit IRC | 21:57 | |
KaZeR | are you sure that nothing is blocking the inbound traffic on the vm? | 21:57 |
*** cereal_bars has joined #openstack | 21:58 | |
*** monst has quit IRC | 21:59 | |
kamalic | It'd have to be a filter that is allowing traffic in on the floating IP from other VMs but not from physical machines on the network. There's no iptables running on there. On a bare bones CirrOS VM, though, I can't even get from one VM to the other over the floating IP, though I can get from that VM to itself on its own floating IP. | 22:00 |
*** ll_ has joined #openstack | 22:00 | |
*** eglynn has quit IRC | 22:00 | |
*** ll_ has left #openstack | 22:01 | |
kamalic | When testing this with CirrOS, is there something else that people are supposed to be turning *off* besides just adding the nova secgroup-rule? | 22:01 |
*** dtx00ff_ has quit IRC | 22:01 | |
*** jbresnah has quit IRC | 22:01 | |
*** egallen has joined #openstack | 22:01 | |
*** whenry has joined #openstack | 22:01 | |
*** nicolae_ has quit IRC | 22:01 | |
*** dubsquared has quit IRC | 22:01 | |
*** starmer has quit IRC | 22:02 | |
KaZeR | allowing tcp/22 for your project should be sufficient | 22:02 |
*** egallen has quit IRC | 22:02 | |
KaZeR | oh. make sure that you are using a consistent security group driver : the UI can use nova, while the network actually uses quantum | 22:03 |
*** pnavarro has quit IRC | 22:03 | |
*** acathrow has quit IRC | 22:03 | |
*** starmer has joined #openstack | 22:03 | |
kamalic | I feel like that's a hint: I can get from the outside in with Savannah VMs, I can get from one VM to the other on the floating IPs with the Ubuntu VMs, but I can only get from one VM to its own floating IP on the CirrOS VMs. All machines can get to their partners over their private IPs. | 22:04 |
kamalic | Hmm, meaning I should try neutron security-group-rule-create even though I am not running Neutron on this deployment? (Fuel GUI deployment.) | 22:04 |
*** Diddi has quit IRC | 22:04 | |
*** jbresnah has joined #openstack | 22:05 | |
*** kbringard has left #openstack | 22:05 | |
*** kbringard has quit IRC | 22:05 | |
*** egallen has joined #openstack | 22:05 | |
KaZeR | i've never used Fuel, but it's worth checking : what's the security_group_api in nova.conf ? | 22:05 |
*** dizquierdo has joined #openstack | 22:06 | |
*** whenry has quit IRC | 22:06 | |
*** rnirmal has quit IRC | 22:06 | |
*** rnirmal has joined #openstack | 22:07 | |
*** kfox1111 has quit IRC | 22:07 | |
*** Egyptian[Laptop] has quit IRC | 22:07 | |
*** Egyptian[Laptop] has joined #openstack | 22:07 | |
*** dmsimard has quit IRC | 22:09 | |
kamalic | no security_group_api entry in /etc/nova/nova.conf on controller or compute nodes. I did notice that I'm using firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver | 22:09 |
KaZeR | ok so it's probably using nova | 22:10 |
KaZeR | if you list the security groups using nova command line tool, for your tenant, what do you get? | 22:11 |
*** DrBacchus has joined #openstack | 22:11 | |
*** changbl has quit IRC | 22:11 | |
*** x05h has quit IRC | 22:12 | |
*** robbiew has left #openstack | 22:13 | |
kamalic | [root@controller-7 ~]# nova secgroup-list | 22:14 |
kamalic | +---------+-------------+ | 22:14 |
kamalic | | Name | Description | | 22:14 |
kamalic | +---------+-------------+ | 22:14 |
kamalic | | default | default | | 22:14 |
kamalic | +---------+-------------+ | 22:14 |
kamalic | root@controller-7 ~]# nova secgroup-list-rules default | 22:14 |
kamalic | +-------------+-----------+---------+-----------+--------------+ | 22:14 |
kamalic | | IP Protocol | From Port | To Port | IP Range | Source Group | | 22:14 |
kamalic | +-------------+-----------+---------+-----------+--------------+ | 22:14 |
kamalic | | icmp | -1 | -1 | 0.0.0.0/0 | | | 22:14 |
kamalic | | tcp | 22 | 22 | 0.0.0.0/0 | | | 22:14 |
kamalic | +-------------+-----------+---------+-----------+--------------+ | 22:14 |
KaZeR | kamalic: please use a paste tool next time | 22:14 |
KaZeR | ok it looks good | 22:14 |
kamalic | haha, yeah, i noticed that after I pasted... | 22:14 |
KaZeR | what network setup do you have? | 22:14 |
kamalic | vlanmanager | 22:14 |
kamalic | tagged vlans | 22:14 |
*** egallen has quit IRC | 22:15 | |
KaZeR | mmm | 22:15 |
kamalic | ahh, wait a minute, i think i figured it out. | 22:16 |
*** celor has joined #openstack | 22:16 | |
*** vipul is now known as vipul-away | 22:16 | |
*** epim has joined #openstack | 22:18 | |
*** jbresnah has quit IRC | 22:18 | |
*** lborda has quit IRC | 22:19 | |
*** celor has quit IRC | 22:20 | |
*** esker has quit IRC | 22:21 | |
*** vipul-away is now known as vipul | 22:21 | |
*** esker has joined #openstack | 22:21 | |
*** Breaking_Pitt has quit IRC | 22:22 | |
kamalic | traffic on the floating IP range is all 802.1q tagged on vlan 100. the nic I have on the physical machine attached to the same network is not part of that group. | 22:22 |
*** dtx00ff_ has joined #openstack | 22:22 | |
kamalic | This is dumb. I actually thought about this earlier as being the likely cause and then promptly forgot about it. | 22:23 |
*** monst has joined #openstack | 22:23 | |
*** whenry has joined #openstack | 22:24 | |
Lumiere | [C/win 52 | 22:24 |
*** scotm has quit IRC | 22:25 | |
*** esker has quit IRC | 22:26 | |
*** michaelneale has joined #openstack | 22:26 | |
kamalic | The reason the Savanna VMs were working is because they're on a different OpenStack test environment using FlatDHCPmanager instead. | 22:26 |
kamalic | Thanks for your help, KaZeR! I wish I knew something about quantum.db.agentschedulers_db to help you with your question too... | 22:26 |
*** scotm has joined #openstack | 22:26 | |
*** Egyptian[Laptop] has quit IRC | 22:27 | |
KaZeR | ahah yw kamalic :) | 22:27 |
*** Egyptian[Laptop] has joined #openstack | 22:27 | |
*** esker has joined #openstack | 22:27 | |
*** twoputt has quit IRC | 22:28 | |
KaZeR | the odd thing is that i have this error on the q-server logs, but on the compute node it does create the vlan, according to ovs-plugin logs | 22:28 |
*** MaxV has quit IRC | 22:28 | |
*** gmurphy has joined #openstack | 22:29 | |
*** jbresnah has joined #openstack | 22:30 | |
*** johnsterdotcom has quit IRC | 22:30 | |
*** cereal_bars has quit IRC | 22:33 | |
*** jbresnah has quit IRC | 22:34 | |
*** ThEbUtChE has joined #openstack | 22:34 | |
*** girafe has quit IRC | 22:34 | |
*** dhanasekaran has quit IRC | 22:35 | |
*** colinmcnamara has quit IRC | 22:35 | |
*** yogeshmehra has quit IRC | 22:35 | |
*** DrBacchus has quit IRC | 22:38 | |
*** Seventoes has joined #openstack | 22:38 | |
*** SergeyLukjanov has quit IRC | 22:38 | |
*** FunnyLookinHat has quit IRC | 22:38 | |
*** jagee has quit IRC | 22:38 | |
*** rcleere has quit IRC | 22:39 | |
*** bknudson has left #openstack | 22:39 | |
*** jhesketh has joined #openstack | 22:41 | |
*** Egyptian[Laptop] has quit IRC | 22:41 | |
*** esker has quit IRC | 22:41 | |
*** kamalic has left #openstack | 22:42 | |
*** jhesketh has quit IRC | 22:42 | |
*** jhesketh has joined #openstack | 22:43 | |
*** dhanasekaran has joined #openstack | 22:43 | |
*** prad_ has quit IRC | 22:43 | |
*** jhesketh has quit IRC | 22:44 | |
*** cjwilson has joined #openstack | 22:45 | |
*** egallen has joined #openstack | 22:45 | |
*** lmh1 has joined #openstack | 22:45 | |
*** Egyptian[Laptop] has joined #openstack | 22:46 | |
*** egallen has quit IRC | 22:47 | |
*** starmer has quit IRC | 22:48 | |
*** galstrom is now known as galstrom_zzz | 22:49 | |
*** ph7point7 has joined #openstack | 22:50 | |
*** ericw has joined #openstack | 22:50 | |
*** ph7point7 has left #openstack | 22:50 | |
*** lmh1 has quit IRC | 22:50 | |
*** christyp has quit IRC | 22:51 | |
*** egallen has joined #openstack | 22:51 | |
*** Diegonat has quit IRC | 22:53 | |
*** Shmouel is now known as Shmouel`away | 22:53 | |
*** kbrierly has quit IRC | 22:54 | |
*** whenry has quit IRC | 22:55 | |
*** IlyaE has quit IRC | 22:55 | |
*** atiwari has quit IRC | 22:57 | |
*** furee1 has quit IRC | 22:58 | |
*** epim has quit IRC | 22:59 | |
*** dizquierdo has quit IRC | 23:00 | |
*** fredcape has quit IRC | 23:01 | |
*** Egyptian[Laptop] has quit IRC | 23:03 | |
*** esker has joined #openstack | 23:03 | |
*** egallen has quit IRC | 23:03 | |
*** monst has quit IRC | 23:04 | |
*** datsun180b has quit IRC | 23:04 | |
*** monst has joined #openstack | 23:05 | |
*** terriyu has quit IRC | 23:05 | |
*** blahRus has quit IRC | 23:05 | |
*** tmclaugh[work] has quit IRC | 23:06 | |
*** jbresnah has joined #openstack | 23:06 | |
*** dtyarnell has joined #openstack | 23:06 | |
*** lbrower has quit IRC | 23:08 | |
*** MarcMorata has quit IRC | 23:08 | |
*** Madasi is now known as zz_Madasi | 23:09 | |
*** monst has quit IRC | 23:09 | |
*** maurosr1 has quit IRC | 23:10 | |
*** crank1988 has quit IRC | 23:10 | |
*** celor has joined #openstack | 23:10 | |
*** markpeek has quit IRC | 23:11 | |
*** jbresnah has quit IRC | 23:13 | |
*** celor has quit IRC | 23:15 | |
*** jbresnah has joined #openstack | 23:15 | |
*** twoputt has joined #openstack | 23:16 | |
*** thansen has quit IRC | 23:16 | |
*** Shmouel`away has quit IRC | 23:19 | |
*** dmsimard has joined #openstack | 23:20 | |
*** daMaestro has quit IRC | 23:20 | |
*** dmsimard has quit IRC | 23:20 | |
*** Egyptian[Laptop] has joined #openstack | 23:25 | |
*** epim has joined #openstack | 23:25 | |
*** rnorwood1 has joined #openstack | 23:26 | |
*** jcrst has joined #openstack | 23:26 | |
*** tom314 has joined #openstack | 23:27 | |
*** gndlp has joined #openstack | 23:30 | |
*** rcheleguini has joined #openstack | 23:30 | |
*** DrBacchus has joined #openstack | 23:30 | |
tom314 | greetings. i'm configuring a "single host, flat-dhcp-manager" on 1 physical server with 1 NIC. this server hosts both the nova cloud-controller and compute nodes. i'm wondering, can nova-compute be configured to use the use the same interface (e.g., eth0) as the "flat interface" *and* "public interface"? will that cause problems? | 23:31 |
*** fifieldt has joined #openstack | 23:31 | |
*** changbl has joined #openstack | 23:32 | |
*** Shmouel`away has joined #openstack | 23:33 | |
*** blackboxsw has quit IRC | 23:33 | |
*** kebray has quit IRC | 23:34 | |
*** StarBeast has quit IRC | 23:34 | |
*** jbresnah has quit IRC | 23:35 | |
*** StarBeast has joined #openstack | 23:35 | |
*** michaelneale has quit IRC | 23:35 | |
KaZeR | tom314: it should work | 23:36 |
*** networkstatic has joined #openstack | 23:38 | |
*** tom314 has quit IRC | 23:41 | |
*** cereal_bars has joined #openstack | 23:42 | |
*** epim has quit IRC | 23:43 | |
*** DrBacchus has quit IRC | 23:43 | |
*** lmh1 has joined #openstack | 23:46 | |
*** desai has joined #openstack | 23:46 | |
*** MarkAtwood2 has quit IRC | 23:46 | |
*** lmh1 has quit IRC | 23:51 | |
*** fnaval_ has quit IRC | 23:52 | |
*** otherwiseguy has quit IRC | 23:52 | |
*** dims has quit IRC | 23:53 | |
*** rnirmal_ has joined #openstack | 23:54 | |
*** erivera has joined #openstack | 23:55 | |
*** rnirmal has quit IRC | 23:55 | |
*** rnirmal_ is now known as rnirmal | 23:55 | |
*** gndlp has quit IRC | 23:57 | |
*** MarkAtwood2 has joined #openstack | 23:57 | |
*** scotm has quit IRC | 23:58 | |
*** scotm has joined #openstack | 23:59 | |
*** esker has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!