*** vlad_starkov has quit IRC | 00:00 | |
*** dave_tucker is now known as dave_tucker_zzz | 00:00 | |
*** jhesketh_ has joined #openstack | 00:05 | |
*** GeoKM has joined #openstack | 00:07 | |
*** majeff has quit IRC | 00:08 | |
*** sushils has joined #openstack | 00:09 | |
*** gdubreui has joined #openstack | 00:11 | |
*** gdubreui has quit IRC | 00:11 | |
*** mikeoutland has joined #openstack | 00:11 | |
*** dcramer_ has quit IRC | 00:12 | |
*** gdubreui has joined #openstack | 00:12 | |
*** WackoRobie has joined #openstack | 00:12 | |
*** mikeoutland has quit IRC | 00:14 | |
*** tzn has quit IRC | 00:14 | |
*** carif has quit IRC | 00:15 | |
*** puzzled has joined #openstack | 00:15 | |
*** WackoRobie has quit IRC | 00:16 | |
*** alexlindenlevy has quit IRC | 00:17 | |
*** rmartinelli has joined #openstack | 00:20 | |
*** michaelneale has joined #openstack | 00:22 | |
*** rmartinelli has quit IRC | 00:23 | |
*** dobber has quit IRC | 00:23 | |
*** dobber has joined #openstack | 00:23 | |
*** arif-ali has joined #openstack | 00:29 | |
*** as has quit IRC | 00:30 | |
*** cleverfoo has joined #openstack | 00:30 | |
cleverfoo | hey all, is metadata (and metadata proxy) just flaky services? I'm on Havana (ubuntu cloud archive) and metadata is always either slow or throws a 500 error | 00:32 |
---|---|---|
cleverfoo | we're using neutron with metadata-proxy | 00:32 |
cleverfoo | no clear sign of anything broken | 00:32 |
cleverfoo | just looks buggy/flaky | 00:32 |
*** dobber has quit IRC | 00:33 | |
*** notos has joined #openstack | 00:34 | |
Sam-I-Am | i havent heard of any issues | 00:34 |
Sam-I-Am | nor seen any in my own env | 00:34 |
cleverfoo | :( | 00:35 |
Sam-I-Am | nothing in the logs? | 00:35 |
*** fikst has joined #openstack | 00:35 | |
*** kalloc has joined #openstack | 00:35 | |
cleverfoo | yup give me a sec | 00:35 |
*** sergmelikyan has quit IRC | 00:38 | |
*** kalloc has quit IRC | 00:39 | |
cleverfoo | so the neutron-ns-metadata-proxy logs are pretty worthless | 00:40 |
Sam-I-Am | do you have verbose mode on? | 00:40 |
cleverfoo | yeah so in the metadata-agent.log file I see these: 2014-01-18 17:23:15.139 18016 WARNING neutron.agent.metadata.agent [-] Remote metadata server experienced an internal server error. | 00:41 |
cleverfoo | and honestly setting log to verbose almost make things worse | 00:41 |
cleverfoo | the devs shouldn't really dump data to the logs | 00:41 |
cleverfoo | it makes it a mess | 00:41 |
*** valgrind has quit IRC | 00:42 | |
Sam-I-Am | is this a new install? big? small? | 00:42 |
*** cjellick has joined #openstack | 00:42 | |
cleverfoo | it's a new install | 00:42 |
cleverfoo | about 6 compute nodes | 00:42 |
Sam-I-Am | what VMs? | 00:42 |
Sam-I-Am | an does this happen on all compute nodes? | 00:43 |
cleverfoo | running on this? | 00:43 |
cleverfoo | yeah a windows instance is taking 30 mins to boot | 00:43 |
cleverfoo | linux about 10 | 00:43 |
*** sergmelikyan has joined #openstack | 00:43 | |
cleverfoo | and it's all about metadata not wanting to play bal | 00:43 |
cleverfoo | ball | 00:43 |
Sam-I-Am | does cirros take as long? | 00:43 |
cleverfoo | good question | 00:43 |
cleverfoo | haven't tested that | 00:43 |
cleverfoo | but I've tested about 10 diff images | 00:44 |
cleverfoo | and they all have the same problem | 00:44 |
cleverfoo | 200 second responses from metadata or 500 | 00:44 |
cleverfoo | errors | 00:44 |
cleverfoo | I'm assuming from that error that it is not the neutron metadata agent | 00:44 |
cleverfoo | but whatever it's talking to upstream | 00:45 |
cleverfoo | WARNING neutron.agent.metadata.agent [-] Remote metadata server experienced an internal server error. | 00:45 |
Sam-I-Am | it talks to nova | 00:45 |
*** jms1 has quit IRC | 00:45 | |
Sam-I-Am | on port 8775 iirc | 00:45 |
cleverfoo | ah | 00:45 |
cleverfoo | I hate nova | 00:45 |
cleverfoo | *totally joking* | 00:45 |
Sam-I-Am | hah | 00:45 |
*** jms1 has joined #openstack | 00:46 | |
Sam-I-Am | might be worth checking there | 00:46 |
cleverfoo | yup | 00:46 |
cleverfoo | looking into it | 00:46 |
Sam-I-Am | hows the network performance of any VM that finally boots? | 00:46 |
cleverfoo | excellent | 00:46 |
cleverfoo | that's the odd thing | 00:46 |
cleverfoo | everythign is working well | 00:46 |
*** cjellick has quit IRC | 00:46 | |
cleverfoo | we do have haproxy | 00:47 |
cleverfoo | routing between the services | 00:47 |
Sam-I-Am | hmm... | 00:47 |
cleverfoo | but I see not problems there | 00:47 |
Sam-I-Am | when a vm is booted, have you run curl on 169.254.169.254? | 00:47 |
Sam-I-Am | its just http | 00:47 |
cleverfoo | let me give it a shot | 00:47 |
cleverfoo | but I want to say yes | 00:47 |
Sam-I-Am | might be worth tcpdumping to monitor those requests when a VM boots up | 00:48 |
Sam-I-Am | see where the hangup is | 00:48 |
Sam-I-Am | a 500 is usually an authorization problem... most common i've seen with metadata is an incorrect region setting | 00:48 |
*** MaxV has joined #openstack | 00:48 | |
Sam-I-Am | for some reason, the default config on ubuntu at least uses RegionOne rather than regionOne | 00:49 |
*** Longgeek has joined #openstack | 00:49 | |
cleverfoo | that's awesome man | 00:49 |
cleverfoo | would that be a nova setting? | 00:50 |
Sam-I-Am | metadata-agent.ini | 00:51 |
Sam-I-Am | at least the setting in there has ot match the setting in keystone | 00:51 |
Sam-I-Am | in case you used your own region names | 00:51 |
*** notos has quit IRC | 00:51 | |
cleverfoo | yeah it looks right | 00:52 |
cleverfoo | but I'm comparing it to keystone | 00:52 |
cleverfoo | just to be certain | 00:52 |
cleverfoo | the super strange thing is that it is sproadic | 00:52 |
Sam-I-Am | have you tried it without the proxy? | 00:52 |
*** MaxV has quit IRC | 00:53 | |
*** cppking has joined #openstack | 00:54 | |
cleverfoo | Sam-I-Am: I thought I needed the proxy with neutron | 00:54 |
*** Longgeek has quit IRC | 00:54 | |
Sam-I-Am | err, without haproxy | 00:54 |
*** cppking has left #openstack | 00:55 | |
*** illogik has joined #openstack | 00:55 | |
cleverfoo | ah | 00:55 |
cleverfoo | nope but I can give it a shot | 00:56 |
*** doug_shelley66 has quit IRC | 00:56 | |
illogik | hey guys, anyone here have any experience in an openstack vs eucalyptus setup? | 00:57 |
illogik | rather, has anyone set up both of these... ive been able to find alot on a eucalyptus deployment, but openstack still seems to be pretty raw | 00:57 |
*** vlad_starkov has joined #openstack | 00:57 | |
Sam-I-Am | have you tried the fuel variant of openstack? | 00:58 |
illogik | no i havnt, to be honest i havnt looked too much into openstack yet | 00:59 |
illogik | im not sure how well suited my environment would be for it, i dont think i'd need something with as much scale | 01:00 |
*** vlad_starkov has quit IRC | 01:00 | |
Sam-I-Am | depends what you want to do i guess | 01:00 |
*** julianwa has joined #openstack | 01:01 | |
illogik | im looking for something simple to setup for internal dev builds, which would potentially scale out to ~500 servers as nodes | 01:01 |
*** TPoJ has joined #openstack | 01:01 | |
illogik | i dont know if euca is made to scale that much, or how complex an openstack deploy would be... im interested in checking out fuel though, thanks for the indo | 01:02 |
illogik | info* | 01:02 |
*** fam_ has joined #openstack | 01:02 | |
Sam-I-Am | that or RDO | 01:02 |
Sam-I-Am | they're both pretty plug-and-go | 01:02 |
Sam-I-Am | especially if you're looking for a PoC | 01:03 |
Sam-I-Am | back in about 15 mins | 01:05 |
illogik | sounds good, gonna look into rdo also, thanks | 01:05 |
*** dobber has joined #openstack | 01:06 | |
cleverfoo | strange no region entry in keystone | 01:09 |
cleverfoo | keystone.conf that is | 01:09 |
*** jsidhu_ has quit IRC | 01:09 | |
*** jsidhu has joined #openstack | 01:09 | |
*** illogik has quit IRC | 01:10 | |
*** majeff has joined #openstack | 01:11 | |
*** jsidhu has quit IRC | 01:14 | |
*** alexlindenlevy has joined #openstack | 01:17 | |
*** illogik has joined #openstack | 01:18 | |
*** knoxy has quit IRC | 01:18 | |
*** kalloc has joined #openstack | 01:19 | |
*** mrproper has joined #openstack | 01:21 | |
*** iwamoto has joined #openstack | 01:21 | |
Sam-I-Am | back | 01:21 |
*** Tross has left #openstack | 01:21 | |
Sam-I-Am | cleverfoo: it defaults to regionOne unless otherwise specified | 01:21 |
cleverfoo | ah | 01:22 |
cleverfoo | interesting | 01:22 |
*** majeff has quit IRC | 01:22 | |
*** majeff has joined #openstack | 01:22 | |
cleverfoo | Sam-I-Am: are you sure? I don't see it here https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample | 01:23 |
*** mozawa has joined #openstack | 01:23 | |
*** Edward-Zhang has joined #openstack | 01:24 | |
Sam-I-Am | in everything i've seen it does. how did you install this? | 01:24 |
*** nosnos has joined #openstack | 01:24 | |
*** kalloc has quit IRC | 01:24 | |
*** michaelneale has quit IRC | 01:24 | |
Sam-I-Am | it might be something that distros choose when they package stuff | 01:24 |
cleverfoo | Sam-I-Am: basically ubuntu's cloud archive | 01:25 |
cleverfoo | with obviously custom settings | 01:25 |
cleverfoo | for our environment | 01:25 |
cleverfoo | but very minimal | 01:25 |
Sam-I-Am | so you did a manual install? | 01:25 |
cleverfoo | if by manual you mean we ran "apt-get" this and that | 01:27 |
*** mrproper has quit IRC | 01:27 | |
*** mrproper has joined #openstack | 01:27 | |
Sam-I-Am | yeah... did you use the install guide? | 01:28 |
Sam-I-Am | or some other guide | 01:28 |
*** Guest52195 is now known as maelfius | 01:30 | |
*** maelfius is now known as Guest62585 | 01:31 | |
*** yeshiyoshi has joined #openstack | 01:32 | |
*** Guest62585 is now known as needscoffee | 01:32 | |
*** needscoffee has joined #openstack | 01:32 | |
*** needscoffee is now known as morganfainberg | 01:32 | |
*** morganfainberg is now known as morganfainberg|z | 01:32 | |
*** morganfainberg|z is now known as morganfainberg | 01:32 | |
*** cyeoh has quit IRC | 01:33 | |
*** shwang has joined #openstack | 01:34 | |
*** dcramer_ has joined #openstack | 01:34 | |
*** kalloc has joined #openstack | 01:35 | |
*** michaelneale has joined #openstack | 01:37 | |
*** kalloc_ has joined #openstack | 01:37 | |
*** kalloc has quit IRC | 01:38 | |
*** mli has joined #openstack | 01:39 | |
cleverfoo | Sam-I-Am: sorry for the late response but yes | 01:39 |
cleverfoo | we did | 01:39 |
*** mikeoutland has joined #openstack | 01:39 | |
cleverfoo | and I have an instance ready to test metadata | 01:39 |
cleverfoo | from inside the instance | 01:39 |
*** xuan has joined #openstack | 01:41 | |
Sam-I-Am | ok | 01:41 |
*** erkrnt has quit IRC | 01:41 | |
*** kalloc_ has quit IRC | 01:42 | |
*** cjellick has joined #openstack | 01:42 | |
*** elo has joined #openstack | 01:43 | |
*** genggjh_ has joined #openstack | 01:44 | |
*** mikeoutland has quit IRC | 01:44 | |
*** slewis has joined #openstack | 01:44 | |
*** slewis has joined #openstack | 01:44 | |
Sam-I-Am | did you get the haproxy config from somewhere? | 01:45 |
Sam-I-Am | and did you try it without haproxy | 01:46 |
*** ejat has joined #openstack | 01:46 | |
*** pbarquero has joined #openstack | 01:46 | |
*** ejat has quit IRC | 01:46 | |
*** ejat has joined #openstack | 01:46 | |
*** cjellick has quit IRC | 01:47 | |
*** jroovers has quit IRC | 01:48 | |
*** illogik has quit IRC | 01:48 | |
*** illogik has joined #openstack | 01:50 | |
*** nagyz has quit IRC | 01:51 | |
*** chrispeters has joined #openstack | 01:51 | |
cleverfoo | Sam-I-Am: it's our own haproxy config | 01:51 |
cleverfoo | I ran into another problem | 01:51 |
cleverfoo | trying to get the instance going | 01:51 |
Sam-I-Am | oh? | 01:52 |
*** Longgeek has joined #openstack | 01:53 | |
*** jroovers has joined #openstack | 01:53 | |
*** sputnik13net has joined #openstack | 01:54 | |
*** yeshiyoshi has quit IRC | 01:54 | |
*** majeff has quit IRC | 01:54 | |
*** zhiwei has joined #openstack | 01:54 | |
*** slewis has quit IRC | 01:57 | |
cleverfoo | yeah Sam-I-Am disk full :( | 01:58 |
cleverfoo | lame | 01:58 |
*** majeff has joined #openstack | 01:58 | |
*** renebarbosa has joined #openstack | 01:58 | |
*** Longgeek has quit IRC | 01:59 | |
*** sputnik13net has quit IRC | 01:59 | |
Sam-I-Am | whooops | 01:59 |
cleverfoo | seriously classy | 02:00 |
cleverfoo | fixed but my test instance is taking forever to boot | 02:00 |
cleverfoo | still in the cloud-init fun | 02:00 |
*** sputnik13net has joined #openstack | 02:00 | |
Sam-I-Am | is this cirros? | 02:00 |
*** sputnik13net has quit IRC | 02:03 | |
cleverfoo | Sam-I-Am: no, I don't have cirros | 02:05 |
cleverfoo | ubuntu 12.04 lts | 02:05 |
*** rdxc has quit IRC | 02:05 | |
Sam-I-Am | oh, cirros is nice for testing due to low overhead | 02:05 |
*** spzala has joined #openstack | 02:06 | |
cleverfoo | I'm with you | 02:07 |
cleverfoo | but check this out... | 02:07 |
cleverfoo | http://paste.openstack.org/show/61522/ | 02:08 |
cleverfoo | 16 seconds | 02:08 |
Sam-I-Am | yuck | 02:09 |
Sam-I-Am | now the question is why | 02:09 |
Sam-I-Am | is that consistent? | 02:09 |
cleverfoo | yup | 02:09 |
cleverfoo | let me run some better tests | 02:09 |
Sam-I-Am | would be interesting to watch the flow of that connection via tcpdump or something | 02:09 |
*** renebarbosa has quit IRC | 02:10 | |
*** Longgeek has joined #openstack | 02:11 | |
cleverfoo | I can | 02:11 |
cleverfoo | just need to find the right host | 02:11 |
cleverfoo | righ tnow I'm trying to make it fail | 02:11 |
*** cf has joined #openstack | 02:14 | |
*** illogik has quit IRC | 02:14 | |
Sam-I-Am | also curious if curl is waiting for the tcp connection, or making the connection and waiting for data | 02:14 |
*** WackoRobie has joined #openstack | 02:15 | |
*** fatdragon has joined #openstack | 02:15 | |
*** ejat has quit IRC | 02:15 | |
*** erkrnt has joined #openstack | 02:16 | |
*** ejat has joined #openstack | 02:16 | |
*** ejat has quit IRC | 02:17 | |
*** ejat has joined #openstack | 02:17 | |
cleverfoo | lol | 02:17 |
cleverfoo | check this out | 02:17 |
cleverfoo | http://paste.openstack.org/show/61523/ | 02:18 |
cleverfoo | ab show consistent slow | 02:18 |
*** yaguang has joined #openstack | 02:18 | |
cleverfoo | and ab with concurrent 10 breaks it | 02:18 |
cleverfoo | ftw | 02:18 |
cleverfoo | btw this environment has been working pretty well | 02:18 |
cleverfoo | until last week | 02:19 |
cleverfoo | basically | 02:19 |
*** krast has joined #openstack | 02:19 | |
*** fatdragon has quit IRC | 02:19 | |
*** fatdragon has joined #openstack | 02:19 | |
Sam-I-Am | hmm | 02:19 |
Sam-I-Am | did anything change? | 02:19 |
*** yuwang has joined #openstack | 02:19 | |
*** yuwang has quit IRC | 02:20 | |
*** yuwang has joined #openstack | 02:20 | |
cleverfoo | Sam-I-Am: trying to find out | 02:21 |
cleverfoo | we do have 20 engineers running around | 02:21 |
Sam-I-Am | i'd still follow these connections all the way through | 02:22 |
Sam-I-Am | maybe find out exactly what is hanging | 02:22 |
Sam-I-Am | and the 10 connection thing might be a default limit somewhere | 02:22 |
*** renebarbosa has joined #openstack | 02:23 | |
cleverfoo | got it | 02:23 |
cleverfoo | so neutron-metadata > nova-api > keystone | 02:23 |
*** ejat has quit IRC | 02:24 | |
*** jsidhu has joined #openstack | 02:25 | |
*** Edward-Zhang has quit IRC | 02:26 | |
Sam-I-Am | more or less | 02:26 |
Sam-I-Am | not sure keystone is involved much | 02:26 |
*** grunt1 has joined #openstack | 02:26 | |
cleverfoo | making some progress | 02:29 |
*** ivar-lazzaro has quit IRC | 02:29 | |
*** lbrower has quit IRC | 02:30 | |
cleverfoo | http://paste.openstack.org/raw/61524/ | 02:30 |
cleverfoo | if you look at the timestamps | 02:30 |
cleverfoo | you will find the 16 seconds | 02:31 |
cleverfoo | not sure what it means | 02:31 |
cleverfoo | but hey | 02:31 |
cleverfoo | it's progress | 02:31 |
*** nkhare has joined #openstack | 02:31 | |
*** Heka has quit IRC | 02:32 | |
Sam-I-Am | yup | 02:32 |
*** gigawhat has joined #openstack | 02:33 | |
cleverfoo | gremlins | 02:33 |
cleverfoo | I tell you | 02:33 |
Sam-I-Am | http://xkcd.com/1316/ | 02:34 |
*** majeff1 has joined #openstack | 02:34 | |
*** majeff has quit IRC | 02:34 | |
*** mrproper has quit IRC | 02:35 | |
*** mrproper has joined #openstack | 02:35 | |
cleverfoo | lol that was surprisingly appropriate | 02:35 |
*** kalloc has joined #openstack | 02:36 | |
cleverfoo | strange | 02:37 |
*** Heka has joined #openstack | 02:37 | |
cleverfoo | I see the neutron response in that trace and it's quick | 02:38 |
cleverfoo | and there there's a DEBUG neutron.agent.metadata.agent | 02:38 |
cleverfoo | entry 14 seconda later | 02:39 |
*** topshare has joined #openstack | 02:39 | |
*** fatdragon has left #openstack | 02:40 | |
Sam-I-Am | i wonder where that actually is | 02:40 |
*** kalloc has quit IRC | 02:40 | |
cleverfoo | or what is it doing in that time | 02:41 |
Sam-I-Am | yeah | 02:41 |
*** cjellick has joined #openstack | 02:43 | |
*** gigawhat has quit IRC | 02:46 | |
*** IlyaE has joined #openstack | 02:47 | |
*** gigawhat has joined #openstack | 02:47 | |
*** cjellick has quit IRC | 02:48 | |
*** bladernr_ has quit IRC | 02:49 | |
*** MaxV has joined #openstack | 02:49 | |
*** bladernr_ has joined #openstack | 02:50 | |
*** gigawhat has quit IRC | 02:51 | |
*** badiane_ka has joined #openstack | 02:51 | |
*** arif-ali has quit IRC | 02:51 | |
cleverfoo | getting warmer | 02:52 |
Sam-I-Am | cool... er, hoy | 02:53 |
Sam-I-Am | hot | 02:53 |
*** erkules has joined #openstack | 02:53 | |
*** MaxV has quit IRC | 02:54 | |
*** xuan_ has joined #openstack | 02:54 | |
*** ewnd9 has joined #openstack | 02:55 | |
cleverfoo | so reading the source https://github.com/openstack/neutron/blob/master/neutron/agent/metadata/agent.py | 02:56 |
cleverfoo | it looks like the only thing happening in that line is a call to nova metadata | 02:56 |
cleverfoo | so I'm tracking that down | 02:56 |
*** erkules_ has quit IRC | 02:56 | |
Sam-I-Am | thats one way to do it | 02:56 |
*** DIDGE_ has quit IRC | 02:58 | |
*** xuan has quit IRC | 02:58 | |
*** crandquist has joined #openstack | 02:59 | |
*** mili_ has joined #openstack | 03:00 | |
mili_ | Hi, Anyone knows good image for centos in glance https://ask.openstack.org/en/question/10681/centos6x-image-for-glance/ | 03:00 |
*** mli has quit IRC | 03:00 | |
*** dobber has quit IRC | 03:01 | |
*** cyeoh has joined #openstack | 03:02 | |
*** AaronGr_Zzz is now known as AaronGr | 03:03 | |
*** xuan_ is now known as xuan | 03:04 | |
Egyptian[Laptop] | mili_: https://github.com/marafa/openstack | 03:10 |
*** kseifried has joined #openstack | 03:11 | |
*** AaronGr is now known as AaronGr_Zzz | 03:11 | |
*** yuwang_ has joined #openstack | 03:12 | |
*** xuan_ has joined #openstack | 03:12 | |
mili_ | Egyptian[Laptop] thanks | 03:14 |
mili_ | the problem is resizing this one | 03:14 |
mili_ | the centos that they provide | 03:14 |
*** yuwang has quit IRC | 03:15 | |
*** yuwang^^ has joined #openstack | 03:16 | |
*** xuan has quit IRC | 03:16 | |
*** paragan has joined #openstack | 03:16 | |
*** mili__ has joined #openstack | 03:18 | |
*** WackoRobie has quit IRC | 03:18 | |
*** WackoRobie has joined #openstack | 03:18 | |
*** yuwang_ has quit IRC | 03:19 | |
*** mli has joined #openstack | 03:20 | |
*** nkhare has quit IRC | 03:20 | |
*** mili_ has quit IRC | 03:21 | |
*** WackoRobie has quit IRC | 03:23 | |
*** ewnd9 has quit IRC | 03:24 | |
*** mrproper has quit IRC | 03:27 | |
*** vkozhukalov has joined #openstack | 03:28 | |
*** sushils has quit IRC | 03:31 | |
jsidhu | So, i'm just following the training guide at http://docs.openstack.org/training-guides/content/building-training-cluster.html#virtualbox-manual and Appendix B says "in the next section, we will go thru deploying openstact using the above created instances... but the next section is Community Support.. The section on "Building the training cluster manually" comes to an abrupt end.. can someone point me to the next | 03:31 |
jsidhu | steps? | 03:31 |
*** dobber has joined #openstack | 03:32 | |
*** ziam has joined #openstack | 03:32 | |
cleverfoo | does anyone know if these errors are | 03:33 |
*** topshare has quit IRC | 03:33 | |
cleverfoo | "ok" in nova-api: | 03:33 |
cleverfoo | (2006, 'MySQL server has gone away') | 03:33 |
*** dobber has quit IRC | 03:33 | |
*** ramishra has joined #openstack | 03:33 | |
jsidhu | ahhh! its documented here: http://docs.openstack.org/training-guides/content/lab000-openstack-training-labs.html | 03:34 |
jsidhu | nevermind folks | 03:34 |
*** dobber has joined #openstack | 03:34 | |
*** rnorwood1 has joined #openstack | 03:34 | |
jsidhu | clerverfoo: mysql connection timeout? | 03:34 |
*** kalloc has joined #openstack | 03:35 | |
cleverfoo | yeah | 03:36 |
cleverfoo | that's what it's supposed to be | 03:36 |
cleverfoo | but my nova-api is also hella slow | 03:36 |
*** HT_Sergio has quit IRC | 03:36 | |
*** Tross has joined #openstack | 03:37 | |
*** Tross has left #openstack | 03:37 | |
*** ziam has quit IRC | 03:38 | |
Sam-I-Am | hmm, i've seen someone mention that error before | 03:38 |
Sam-I-Am | did you search the mailing lists or bug reports? | 03:38 |
*** kalloc has quit IRC | 03:40 | |
*** dobber has quit IRC | 03:40 | |
cleverfoo | Sam-I-Am: doing it now | 03:42 |
*** nphase has quit IRC | 03:42 | |
*** JuanDRay_afk has quit IRC | 03:43 | |
*** cjellick has joined #openstack | 03:43 | |
*** shwang has quit IRC | 03:44 | |
cleverfoo | well nothing on mysql | 03:45 |
cleverfoo | but potentially this https://bugs.launchpad.net/nova/+bug/1073024 | 03:45 |
cleverfoo | could be related to my slownews | 03:45 |
*** nphase has joined #openstack | 03:47 | |
*** nphase has joined #openstack | 03:47 | |
*** cjellick has quit IRC | 03:48 | |
*** mli has quit IRC | 03:49 | |
*** renebarbosa has quit IRC | 03:51 | |
*** GeoKM has quit IRC | 03:52 | |
*** MaxV has joined #openstack | 03:52 | |
*** jsidhu has quit IRC | 03:53 | |
*** jsidhu has joined #openstack | 03:53 | |
*** kseifried has left #openstack | 03:54 | |
*** nphase has quit IRC | 03:55 | |
*** pradeep has joined #openstack | 03:55 | |
*** Heka has quit IRC | 03:56 | |
*** Heka has joined #openstack | 03:57 | |
*** MaxV has quit IRC | 03:57 | |
*** topshare has joined #openstack | 03:58 | |
*** jsidhu has quit IRC | 03:58 | |
*** genggjh_ has quit IRC | 03:58 | |
*** monst has joined #openstack | 03:59 | |
*** majeff1 has quit IRC | 04:00 | |
*** nkhare has joined #openstack | 04:02 | |
*** mili_ has joined #openstack | 04:03 | |
*** dobber has joined #openstack | 04:06 | |
*** mili__ has quit IRC | 04:06 | |
*** mili_ has quit IRC | 04:06 | |
*** mili_ has joined #openstack | 04:07 | |
*** gigawhat has joined #openstack | 04:08 | |
*** Heka has quit IRC | 04:08 | |
*** zenoway has joined #openstack | 04:08 | |
*** Heka has joined #openstack | 04:08 | |
*** dobber_ has joined #openstack | 04:09 | |
*** dobber has quit IRC | 04:09 | |
*** topshare has quit IRC | 04:09 | |
*** zenoway has quit IRC | 04:12 | |
*** mbernacc has quit IRC | 04:12 | |
*** dobber_ has quit IRC | 04:13 | |
*** bmcgahan has joined #openstack | 04:15 | |
*** fatdragon has joined #openstack | 04:17 | |
*** rnorwood1 has quit IRC | 04:17 | |
*** coolsvap has joined #openstack | 04:19 | |
*** chrispeters has quit IRC | 04:19 | |
*** kucinski has quit IRC | 04:20 | |
*** rnorwood1 has joined #openstack | 04:20 | |
*** spzala has quit IRC | 04:22 | |
*** macivor has joined #openstack | 04:22 | |
*** yuwang_ has joined #openstack | 04:22 | |
*** alexlindenlevy has quit IRC | 04:23 | |
*** monst has quit IRC | 04:23 | |
*** Heka has quit IRC | 04:24 | |
*** Heka has joined #openstack | 04:24 | |
*** yuwang has joined #openstack | 04:24 | |
*** Heka has joined #openstack | 04:25 | |
*** dcramer_ has quit IRC | 04:26 | |
*** nphase has joined #openstack | 04:26 | |
*** yuwang^^ has quit IRC | 04:26 | |
fatdragon | what's the best way to install openstack on a single server? Looking for a fast scripts to deploy entire openstack on ubuntu and a link with instructions. | 04:26 |
*** osier has joined #openstack | 04:26 | |
*** mdomsch has joined #openstack | 04:27 | |
*** yuwang_ has quit IRC | 04:27 | |
levifig | fatdragon, devstack? | 04:28 |
cleverfoo | devstack is the way to go | 04:29 |
cleverfoo | hey Sam-I-Am you still around? | 04:29 |
Sam-I-Am | cleverfoo: hi | 04:30 |
Sam-I-Am | cleverfoo: was on the phone | 04:30 |
*** nphase has quit IRC | 04:30 | |
cleverfoo | no worries you might like to hear that everything was looking like nova-api | 04:30 |
cleverfoo | because if I tcpdump I see a very slow HTTP GET (like 10 seconds) | 04:31 |
cleverfoo | but | 04:31 |
Sam-I-Am | fatdragon: devstack is primarily just for testing... its not a permanent installation. | 04:31 |
cleverfoo | when I send the command with curl, it's blanzingly fast | 04:31 |
Sam-I-Am | fatdragon: you might check out fuel | 04:31 |
cleverfoo | so | 04:31 |
cleverfoo | I'm starting to think that it might be urllib | 04:31 |
*** monst has joined #openstack | 04:32 | |
Sam-I-Am | urllib? | 04:32 |
*** ozstacker has joined #openstack | 04:32 | |
cleverfoo | yeah I'm not sure | 04:33 |
cleverfoo | not sure what else it could be | 04:33 |
cleverfoo | so I'm trying to duplicate it with a script | 04:33 |
cleverfoo | let me show you something | 04:34 |
Sam-I-Am | is that a python module? | 04:34 |
Sam-I-Am | also, theres no name resolution problems, right? | 04:34 |
cleverfoo | everything is by ip afaik | 04:34 |
cleverfoo | and by urllib I really mean httplib | 04:35 |
*** gigawhat has quit IRC | 04:35 | |
fatdragon | ok levifig, Finisihed downlodaing 13.10buntu server iso and will install it and then git devstack | 04:35 |
*** kalloc has joined #openstack | 04:35 | |
cleverfoo | super slow metadasta-agent to nova-api call http://paste.openstack.org/show/61527/ | 04:35 |
*** dobber has joined #openstack | 04:36 | |
Sam-I-Am | cleverfoo: can you tell what nova is up to during that time? | 04:36 |
Sam-I-Am | does it say it received the req? | 04:37 |
cleverfoo | well check this out first | 04:37 |
cleverfoo | preppared to be amuzed | 04:37 |
cleverfoo | amused | 04:37 |
*** faulteh has joined #openstack | 04:37 | |
*** monst has quit IRC | 04:37 | |
cleverfoo | http://paste.openstack.org/show/61528/ | 04:37 |
cleverfoo | from the same host | 04:37 |
cleverfoo | and that tcpdump | 04:37 |
cleverfoo | to answer your question | 04:38 |
cleverfoo | nova is just doign it's thing | 04:38 |
cleverfoo | sending crap-o-ton of requests to neutron/keystone | 04:38 |
cleverfoo | but nothing is slow | 04:38 |
cleverfoo | including the db | 04:38 |
Sam-I-Am | so... | 04:38 |
Sam-I-Am | its just when a vm boots? | 04:39 |
*** jsidhu has joined #openstack | 04:39 | |
*** dcramer_ has joined #openstack | 04:39 | |
*** kalloc has quit IRC | 04:40 | |
cleverfoo | right | 04:40 |
cleverfoo | well | 04:40 |
cleverfoo | it's all the time | 04:40 |
cleverfoo | I'm triggering those calls from a vm that is booted | 04:40 |
cleverfoo | all metadata calls are 10 seconds plus | 04:41 |
cleverfoo | if they don't fail | 04:41 |
Sam-I-Am | you had some curls earlier that showed the slowness | 04:41 |
Sam-I-Am | but that recent curl was fine | 04:41 |
*** vsential has quit IRC | 04:41 | |
*** dobber has quit IRC | 04:41 | |
*** Tross has joined #openstack | 04:42 | |
*** vlad_starkov has joined #openstack | 04:43 | |
*** mli has joined #openstack | 04:43 | |
*** cjellick has joined #openstack | 04:44 | |
*** genggjh_ has joined #openstack | 04:45 | |
cleverfoo | Sam-I-Am: those slow curls are from inside the instance | 04:45 |
*** fam__ has joined #openstack | 04:45 | |
cleverfoo | making metadata calls | 04:45 |
*** fatdragon has left #openstack | 04:45 | |
cleverfoo | the later ones are from the metadata agent box | 04:46 |
*** monst has joined #openstack | 04:46 | |
cleverfoo | the same calls I captured with the tpcdump | 04:46 |
cleverfoo | I suck | 04:47 |
*** rushiagr is now known as rushiagr_away | 04:47 | |
*** rushiagr_away is now known as rushiagr | 04:47 | |
cleverfoo | my curls were off | 04:47 |
Sam-I-Am | ah | 04:47 |
cleverfoo | missing the path | 04:47 |
cleverfoo | now everything is slow again | 04:47 |
cleverfoo | well | 04:47 |
cleverfoo | it's definately nova-api | 04:47 |
Sam-I-Am | have you restarted nova-api? | 04:47 |
*** sushils has joined #openstack | 04:48 | |
*** cjellick has quit IRC | 04:48 | |
*** chrispeters has joined #openstack | 04:49 | |
*** fam_ has quit IRC | 04:49 | |
*** vsential has joined #openstack | 04:50 | |
*** monst has quit IRC | 04:51 | |
*** IlyaE has quit IRC | 04:52 | |
*** mili__ has joined #openstack | 04:52 | |
*** monst has joined #openstack | 04:52 | |
*** sushils has quit IRC | 04:53 | |
*** vsential has quit IRC | 04:54 | |
cleverfoo | nope | 04:54 |
cleverfoo | but I can try that next | 04:54 |
*** go_chiba has joined #openstack | 04:54 | |
*** amotoki has joined #openstack | 04:55 | |
*** mili_ has quit IRC | 04:55 | |
Sam-I-Am | be interesting to see if its time-related | 04:55 |
*** ArminderS has joined #openstack | 04:55 | |
Sam-I-Am | or something wedged internally | 04:55 |
*** vsential has joined #openstack | 04:55 | |
*** jsidhu has quit IRC | 04:56 | |
*** nphase has joined #openstack | 04:56 | |
*** mdomsch has quit IRC | 04:57 | |
*** monst has quit IRC | 04:57 | |
*** vsential has quit IRC | 04:59 | |
*** jsidhu has joined #openstack | 04:59 | |
*** jsidhu has quit IRC | 05:00 | |
*** teju has joined #openstack | 05:01 | |
*** vlad_starkov has quit IRC | 05:02 | |
*** JuanDRay_afk has joined #openstack | 05:02 | |
teju | hi all...i would like to display 1.IP address 2.subnetmask 3.default gateway in dashboard...how can I get these details using any method?? | 05:03 |
*** misterpink has quit IRC | 05:04 | |
*** vlad_starkov has joined #openstack | 05:08 | |
*** vlad_starkov has joined #openstack | 05:12 | |
*** sergmelikyan has quit IRC | 05:12 | |
*** KaZeR has joined #openstack | 05:12 | |
*** nshaikh has joined #openstack | 05:13 | |
*** vlad_starkov has quit IRC | 05:13 | |
ArminderS | teju: go to admin->network->click on network you want to check->click on subnet you wish to view info for | 05:14 |
*** vlad_starkov has joined #openstack | 05:14 | |
*** rdas has joined #openstack | 05:15 | |
teju | ArminderS: there is no tab "network" | 05:17 |
*** IlyaE has joined #openstack | 05:17 | |
ArminderS | network is menu item on left side under admin tab | 05:18 |
ArminderS | are you logged in as admin or normal user | 05:18 |
ArminderS | and do you wish to check the network info for floating ips? | 05:18 |
ArminderS | oryour private network? | 05:18 |
*** monst has joined #openstack | 05:22 | |
*** ejat has joined #openstack | 05:22 | |
*** ejat has joined #openstack | 05:22 | |
*** nphase has quit IRC | 05:23 | |
*** jecarey has quit IRC | 05:24 | |
*** krtaylor has joined #openstack | 05:25 | |
*** sushils has joined #openstack | 05:26 | |
*** chandankumar_ has joined #openstack | 05:26 | |
*** engkur has joined #openstack | 05:26 | |
*** psharma has joined #openstack | 05:26 | |
teju | ArminderS: let me make myself clear....i have installed only cinder,horizon,keystone,... i have created bootable cinder volume. can I get gateway,subnetmask,IP and IQN from cinder volume object? | 05:27 |
*** wgao has quit IRC | 05:28 | |
*** mli has quit IRC | 05:29 | |
*** wgao has joined #openstack | 05:30 | |
*** ziam has joined #openstack | 05:30 | |
*** monst has quit IRC | 05:30 | |
*** chrispeters has quit IRC | 05:32 | |
*** as has joined #openstack | 05:33 | |
*** noslzzp has quit IRC | 05:34 | |
ArminderS | so no networking - nova-network or neutron? | 05:35 |
ArminderS | and what you wish to achieve? | 05:35 |
*** kalloc has joined #openstack | 05:35 | |
*** ejat has quit IRC | 05:35 | |
*** dobber has joined #openstack | 05:36 | |
teju | ArminderS: i created 1 volume...can I assign something like volume.ip=<Ip address of host>,volume.subnet=subnet......?? | 05:36 |
*** jingwang has joined #openstack | 05:37 | |
teju | ArminderS: i also have compute services | 05:38 |
*** iDrac has quit IRC | 05:38 | |
*** berendt has joined #openstack | 05:39 | |
*** crandquist has quit IRC | 05:39 | |
*** kalloc has quit IRC | 05:40 | |
*** dobber has quit IRC | 05:42 | |
*** as has quit IRC | 05:43 | |
Sam-I-Am | you generally need a netowrking service of some sort | 05:44 |
Sam-I-Am | whether thats within nova (nova-net) or neutron | 05:44 |
*** cjellick has joined #openstack | 05:44 | |
*** mili_ has joined #openstack | 05:44 | |
*** tryggvil has quit IRC | 05:46 | |
*** pravins has joined #openstack | 05:47 | |
*** mili__ has quit IRC | 05:48 | |
*** AnilV4 has quit IRC | 05:48 | |
*** majeff has joined #openstack | 05:49 | |
*** bladernr_ has quit IRC | 05:49 | |
*** cjellick has quit IRC | 05:49 | |
*** ayoung is now known as ayoung_zZzZzZZz | 05:49 | |
*** paragan has quit IRC | 05:49 | |
*** paragan has joined #openstack | 05:51 | |
*** paragan has quit IRC | 05:51 | |
*** paragan has joined #openstack | 05:51 | |
*** bladernr_ has joined #openstack | 05:51 | |
*** nosnos has quit IRC | 05:52 | |
*** nosnos_ has joined #openstack | 05:52 | |
*** MaxV has joined #openstack | 05:54 | |
*** mohits has joined #openstack | 05:54 | |
*** mohits has quit IRC | 05:55 | |
*** mohits has joined #openstack | 05:55 | |
*** nphase has joined #openstack | 05:56 | |
*** MaxV has quit IRC | 05:59 | |
*** pravins has quit IRC | 05:59 | |
teju | how to list metadata set to a volume?? | 05:59 |
*** pravins has joined #openstack | 05:59 | |
*** markpeek1 has quit IRC | 05:59 | |
*** vsential has joined #openstack | 06:00 | |
*** satheesh2 has joined #openstack | 06:00 | |
*** ramishra has quit IRC | 06:01 | |
*** AnilV4 has joined #openstack | 06:02 | |
Sam-I-Am | i am going to bed. goodnight. | 06:03 |
*** vsential has quit IRC | 06:06 | |
*** nlevinki has joined #openstack | 06:07 | |
*** anand has joined #openstack | 06:07 | |
*** sushils has quit IRC | 06:08 | |
*** sgviking has quit IRC | 06:08 | |
*** bruceSz has joined #openstack | 06:10 | |
*** bruceSz has left #openstack | 06:10 | |
*** dobber has joined #openstack | 06:10 | |
*** pbarquero has quit IRC | 06:15 | |
*** cf has quit IRC | 06:16 | |
*** ramishra has joined #openstack | 06:18 | |
*** nphase has quit IRC | 06:19 | |
*** bmcgahan has quit IRC | 06:19 | |
*** vsential has joined #openstack | 06:24 | |
*** berendt has quit IRC | 06:25 | |
*** satheesh3 has joined #openstack | 06:25 | |
*** jeflui has quit IRC | 06:26 | |
*** D30 has joined #openstack | 06:26 | |
*** satheesh2 has quit IRC | 06:27 | |
*** rahmu has quit IRC | 06:27 | |
*** bvandenh has quit IRC | 06:28 | |
*** cf has joined #openstack | 06:28 | |
*** makara has joined #openstack | 06:28 | |
*** rahmu has joined #openstack | 06:29 | |
*** tqtran has joined #openstack | 06:33 | |
*** ildikov_ has quit IRC | 06:33 | |
*** cf has quit IRC | 06:33 | |
*** tqtran has quit IRC | 06:33 | |
*** tqtran has joined #openstack | 06:33 | |
*** inc0 has joined #openstack | 06:33 | |
*** go_chiba has quit IRC | 06:34 | |
*** kalloc has joined #openstack | 06:35 | |
*** sigurding has joined #openstack | 06:36 | |
*** tqtran has quit IRC | 06:38 | |
*** gdubreui has quit IRC | 06:38 | |
*** bvandenh has joined #openstack | 06:40 | |
*** kalloc has quit IRC | 06:40 | |
*** paragan has quit IRC | 06:42 | |
*** infernix has quit IRC | 06:43 | |
*** vkozhukalov has quit IRC | 06:44 | |
*** pravins has quit IRC | 06:44 | |
*** cjellick has joined #openstack | 06:45 | |
*** pravins has joined #openstack | 06:45 | |
*** cf has joined #openstack | 06:46 | |
*** nkhare has quit IRC | 06:49 | |
*** nkhare has joined #openstack | 06:49 | |
*** cjellick has quit IRC | 06:49 | |
*** jhesketh_ has quit IRC | 06:50 | |
*** sigurding has quit IRC | 06:50 | |
*** yamahata has joined #openstack | 06:52 | |
*** nosnos_ has quit IRC | 06:52 | |
*** monst has joined #openstack | 06:52 | |
*** nosnos has joined #openstack | 06:53 | |
*** sep has quit IRC | 06:56 | |
*** nphase has joined #openstack | 06:56 | |
*** jhesketh has quit IRC | 06:56 | |
*** paragan has joined #openstack | 06:56 | |
*** paragan has joined #openstack | 06:56 | |
*** nacer has quit IRC | 06:56 | |
*** monst has quit IRC | 06:57 | |
*** rnorwood1 has quit IRC | 06:57 | |
*** infernix has joined #openstack | 06:57 | |
*** sigurding has joined #openstack | 06:58 | |
*** linuxbaby has joined #openstack | 06:59 | |
*** jobewan has quit IRC | 07:00 | |
linuxbaby | guys.. is havana supported on ubuntu 13.10 | 07:01 |
linuxbaby | i am not able to add havana repo in 13.10 | 07:01 |
*** vartom1111111111 has joined #openstack | 07:03 | |
*** go_chiba has joined #openstack | 07:04 | |
*** neeti has joined #openstack | 07:08 | |
teju | 64/32 bit?? | 07:09 |
*** mindpixel has joined #openstack | 07:09 | |
linuxbaby | teju, 64 bit | 07:09 |
teju | then...it should work | 07:09 |
*** erkrnt has quit IRC | 07:09 | |
linuxbaby | teju, i am getting this error | 07:10 |
linuxbaby | cloud-archive only supported on precise | 07:10 |
*** tommy_e has joined #openstack | 07:10 | |
linuxbaby | while running | 07:10 |
linuxbaby | add-apt-repository cloud-archive:havana | 07:10 |
teju | did u get a message like cloud-archive only supported on precise?? | 07:10 |
linuxbaby | yes.. | 07:10 |
*** grunt1 has quit IRC | 07:12 | |
teju | apt-get install ubuntu-cloud-keyring | 07:13 |
*** matanya has joined #openstack | 07:13 | |
linuxbaby | teju, thanks.. | 07:14 |
*** sarojilife has joined #openstack | 07:14 | |
teju | is it working?? | 07:14 |
teju | nice...u r welcome :) | 07:14 |
linuxbaby | teju, nope :) | 07:15 |
*** jhesketh_ has joined #openstack | 07:15 | |
linuxbaby | apt-get install ubuntu-cloud-keyring | 07:15 |
*** Drankis has joined #openstack | 07:15 | |
linuxbaby | add-apt-repository cloud-archive:havana | 07:15 |
linuxbaby | still gives the error | 07:15 |
teju | apt-get update && apt-get -y upgrade | 07:16 |
teju | apt-get install python-software-properties | 07:16 |
teju | add-apt-repository cloud-archive:havana | 07:16 |
linuxbaby | teju, let me try | 07:16 |
*** nphase has quit IRC | 07:17 | |
*** cleverfoo has quit IRC | 07:17 | |
linuxbaby | teju, still the same error | 07:17 |
linuxbaby | i think it supports only precise | 07:18 |
*** dneary has quit IRC | 07:18 | |
*** linuxfreck has joined #openstack | 07:18 | |
*** morganfainberg is now known as morganfainberg|z | 07:19 | |
*** Ilja has joined #openstack | 07:21 | |
teju | https://ask.openstack.org/en/question/7488/openstack-havana-and-ubuntu-1310-help/ | 07:22 |
*** melmoth has joined #openstack | 07:23 | |
*** MaxV has joined #openstack | 07:24 | |
*** boolman has joined #openstack | 07:25 | |
*** grunt1 has joined #openstack | 07:25 | |
*** mili__ has joined #openstack | 07:26 | |
*** mili_ has quit IRC | 07:29 | |
*** vsential has quit IRC | 07:29 | |
*** jcoufal has joined #openstack | 07:29 | |
*** crank has quit IRC | 07:30 | |
*** mrunge has joined #openstack | 07:30 | |
*** nlevinki has quit IRC | 07:30 | |
*** dneary has joined #openstack | 07:31 | |
*** amuller has joined #openstack | 07:31 | |
*** nlevinki has joined #openstack | 07:32 | |
*** mili_ has joined #openstack | 07:33 | |
*** satheesh3 has quit IRC | 07:33 | |
*** MaxV has quit IRC | 07:34 | |
*** kalloc has joined #openstack | 07:35 | |
*** nmagnezi has joined #openstack | 07:35 | |
*** nmagnezi has quit IRC | 07:35 | |
*** mili__ has quit IRC | 07:36 | |
*** MaxV has joined #openstack | 07:36 | |
*** genggjh_ has quit IRC | 07:36 | |
*** ildikov_ has joined #openstack | 07:37 | |
*** Drankis has quit IRC | 07:37 | |
*** Arconiaprime has quit IRC | 07:38 | |
*** yrabl has joined #openstack | 07:38 | |
*** MaxV has quit IRC | 07:38 | |
*** Arconiaprime has joined #openstack | 07:40 | |
*** kalloc has quit IRC | 07:40 | |
*** IlyaE has quit IRC | 07:42 | |
*** berendt has joined #openstack | 07:42 | |
*** berendt1 has joined #openstack | 07:43 | |
*** ifarkas has joined #openstack | 07:43 | |
*** D30 has quit IRC | 07:44 | |
*** crank has joined #openstack | 07:44 | |
*** D30 has joined #openstack | 07:44 | |
*** corXi has joined #openstack | 07:45 | |
*** cjellick has joined #openstack | 07:46 | |
*** belmoreira has joined #openstack | 07:46 | |
*** berendt has quit IRC | 07:46 | |
*** jprovazn has joined #openstack | 07:47 | |
*** dguitarbite has quit IRC | 07:47 | |
*** ziam has quit IRC | 07:48 | |
*** majeff has left #openstack | 07:49 | |
*** cjellick has quit IRC | 07:50 | |
*** satheesh2 has joined #openstack | 07:51 | |
*** jabze_460 has quit IRC | 07:51 | |
*** jabze_4381 has joined #openstack | 07:52 | |
*** dguitarbite has joined #openstack | 07:52 | |
*** afazekas_ has joined #openstack | 07:52 | |
*** monst has joined #openstack | 07:53 | |
*** saju_m has joined #openstack | 07:54 | |
*** morganfainberg|z is now known as morganfainberg | 07:54 | |
*** TPoJ has quit IRC | 07:54 | |
*** nacer has joined #openstack | 07:56 | |
*** nphase has joined #openstack | 07:56 | |
*** monst has quit IRC | 07:57 | |
*** nacer has quit IRC | 07:59 | |
*** rushiagr is now known as rushiagr_away | 07:59 | |
*** rushiagr_away is now known as rushiagr | 07:59 | |
*** KaZeR has quit IRC | 08:00 | |
*** fsimonce has joined #openstack | 08:02 | |
*** taplax has quit IRC | 08:03 | |
*** mili_ has quit IRC | 08:03 | |
*** nanjj has joined #openstack | 08:04 | |
*** DavidSchmitt has joined #openstack | 08:05 | |
*** jistr has joined #openstack | 08:06 | |
*** pingveno has quit IRC | 08:06 | |
*** franc has joined #openstack | 08:07 | |
*** ejat has joined #openstack | 08:07 | |
*** achampion has quit IRC | 08:07 | |
*** amuller has quit IRC | 08:09 | |
*** crank has quit IRC | 08:09 | |
*** achampion has joined #openstack | 08:09 | |
*** franc has quit IRC | 08:09 | |
*** zouguangxian has joined #openstack | 08:09 | |
*** crank has joined #openstack | 08:09 | |
*** zhiwei has quit IRC | 08:09 | |
*** franc has joined #openstack | 08:09 | |
*** pantea has joined #openstack | 08:09 | |
*** zhiwei has joined #openstack | 08:09 | |
*** mli has joined #openstack | 08:10 | |
*** Edward-Zhang has joined #openstack | 08:11 | |
*** ziam has joined #openstack | 08:12 | |
*** ramishra has quit IRC | 08:14 | |
*** nacim has joined #openstack | 08:15 | |
*** ala_ has joined #openstack | 08:16 | |
*** jtomasek has joined #openstack | 08:16 | |
*** pingveno has joined #openstack | 08:16 | |
*** msgodf has joined #openstack | 08:17 | |
*** nphase has quit IRC | 08:17 | |
*** ramishra has joined #openstack | 08:18 | |
*** Ilja has quit IRC | 08:18 | |
*** flaper87|afk is now known as flaper87 | 08:18 | |
*** taplax has joined #openstack | 08:18 | |
*** sep has joined #openstack | 08:19 | |
*** msgodf_ has joined #openstack | 08:20 | |
*** mindpixel has quit IRC | 08:21 | |
*** crank has quit IRC | 08:21 | |
*** crank has joined #openstack | 08:22 | |
*** xqueralt has joined #openstack | 08:23 | |
*** pravins has quit IRC | 08:23 | |
*** disappear has joined #openstack | 08:25 | |
*** henrynash has joined #openstack | 08:26 | |
*** MaxV has joined #openstack | 08:26 | |
*** perror has joined #openstack | 08:27 | |
*** vkozhukalov has joined #openstack | 08:28 | |
*** as has joined #openstack | 08:30 | |
*** nacer has joined #openstack | 08:30 | |
*** KaZeR has joined #openstack | 08:31 | |
*** jodok has joined #openstack | 08:32 | |
*** amuller has joined #openstack | 08:32 | |
*** jlibosva has joined #openstack | 08:33 | |
*** vkozhukalov has quit IRC | 08:34 | |
*** as has quit IRC | 08:35 | |
*** kalloc has joined #openstack | 08:35 | |
*** kalloc_ has joined #openstack | 08:37 | |
*** kalloc has quit IRC | 08:39 | |
*** KaZeR has quit IRC | 08:39 | |
*** julianwa has quit IRC | 08:39 | |
*** kpavel has joined #openstack | 08:40 | |
*** mattymo has joined #openstack | 08:40 | |
*** D30_ has joined #openstack | 08:40 | |
*** kawa2014 has joined #openstack | 08:40 | |
*** kpavel_ has joined #openstack | 08:40 | |
*** guardianxxx has joined #openstack | 08:41 | |
*** D30_ has quit IRC | 08:41 | |
*** grunt1 has quit IRC | 08:42 | |
*** marekd|away is now known as marekd | 08:42 | |
*** giorgiodinapoli has joined #openstack | 08:43 | |
*** D30_ has joined #openstack | 08:43 | |
koolhead17 | soren: ping | 08:43 |
*** kpavel has quit IRC | 08:44 | |
*** kpavel_ is now known as kpavel | 08:44 | |
*** D30__ has joined #openstack | 08:45 | |
*** D30 has quit IRC | 08:45 | |
*** D30__ is now known as D30 | 08:45 | |
*** arozumenko has joined #openstack | 08:45 | |
*** cjellick has joined #openstack | 08:46 | |
*** D30_ has quit IRC | 08:48 | |
*** TPoJ has joined #openstack | 08:49 | |
*** jcoufal has quit IRC | 08:49 | |
*** kawa2014 has quit IRC | 08:49 | |
*** kawa2014 has joined #openstack | 08:50 | |
*** jodok has quit IRC | 08:50 | |
*** cjellick has quit IRC | 08:51 | |
*** vkozhukalov has joined #openstack | 08:51 | |
*** fbo_away is now known as fbo | 08:52 | |
*** iwamoto has quit IRC | 08:53 | |
*** monst has joined #openstack | 08:53 | |
*** D30_ has joined #openstack | 08:53 | |
*** zhiwei has quit IRC | 08:54 | |
*** kawa2014 has quit IRC | 08:55 | |
*** kawa2014 has joined #openstack | 08:55 | |
*** rha has quit IRC | 08:56 | |
*** nphase has joined #openstack | 08:56 | |
*** grunt1 has joined #openstack | 08:57 | |
*** sigurding has quit IRC | 08:57 | |
*** D30 has quit IRC | 08:57 | |
*** D30_ is now known as D30 | 08:57 | |
*** yuwang_ has joined #openstack | 08:57 | |
*** monst has quit IRC | 08:58 | |
*** BobBallAway is now known as BobBall | 08:58 | |
*** rha has joined #openstack | 08:59 | |
*** sushils has joined #openstack | 08:59 | |
*** krast has quit IRC | 09:00 | |
*** yuwang^^ has joined #openstack | 09:01 | |
*** yuwang has quit IRC | 09:01 | |
*** teran has quit IRC | 09:02 | |
*** kawa2014 has quit IRC | 09:02 | |
*** teran has joined #openstack | 09:02 | |
*** kawa2014 has joined #openstack | 09:02 | |
*** Trixboxer has joined #openstack | 09:02 | |
*** bbcmicrocomputer has joined #openstack | 09:05 | |
*** yuwang_ has quit IRC | 09:05 | |
*** sigurding has joined #openstack | 09:06 | |
*** GusM has joined #openstack | 09:06 | |
*** mmagr has joined #openstack | 09:06 | |
*** mancdaz_away is now known as mancdaz | 09:07 | |
*** itarchitectkev has joined #openstack | 09:07 | |
*** arif-ali has joined #openstack | 09:07 | |
*** mancdaz is now known as mancdaz_away | 09:07 | |
*** drussell has joined #openstack | 09:08 | |
*** comay has joined #openstack | 09:08 | |
*** kawa2014 has quit IRC | 09:09 | |
*** kawa2014 has joined #openstack | 09:09 | |
*** neoXsys has joined #openstack | 09:10 | |
*** TheAppleMan has joined #openstack | 09:10 | |
*** saju_m has quit IRC | 09:11 | |
*** vlad_starkov has quit IRC | 09:11 | |
*** silvrax has joined #openstack | 09:11 | |
*** msekleta has joined #openstack | 09:11 | |
*** miguitas has joined #openstack | 09:12 | |
*** jcoufal has joined #openstack | 09:12 | |
*** saju_m has joined #openstack | 09:13 | |
*** vlad_starkov has joined #openstack | 09:14 | |
*** bvandenh has quit IRC | 09:14 | |
*** Edward-Zhang has quit IRC | 09:15 | |
*** derekh has joined #openstack | 09:15 | |
*** arif-ali has quit IRC | 09:15 | |
*** kawa2014 has quit IRC | 09:16 | |
*** nphase has quit IRC | 09:16 | |
*** kawa2014 has joined #openstack | 09:16 | |
*** remya has joined #openstack | 09:18 | |
soren | koolhead17: 'sup? | 09:19 |
*** yrabl has quit IRC | 09:21 | |
*** ProT-0-TypE has joined #openstack | 09:22 | |
*** jpich has joined #openstack | 09:23 | |
*** foexle has joined #openstack | 09:23 | |
*** kawa2014 has quit IRC | 09:24 | |
*** saneax has joined #openstack | 09:25 | |
*** kawa2014 has joined #openstack | 09:25 | |
*** zhiwei has joined #openstack | 09:25 | |
*** drussell has quit IRC | 09:26 | |
*** pingveno has quit IRC | 09:26 | |
*** pingveno has joined #openstack | 09:27 | |
*** datamatic has joined #openstack | 09:27 | |
*** Ilja has joined #openstack | 09:27 | |
*** bereal|afk is now known as bereal | 09:28 | |
*** chmouel has left #openstack | 09:30 | |
*** drussell has joined #openstack | 09:31 | |
*** jistr has quit IRC | 09:31 | |
*** jistr has joined #openstack | 09:32 | |
*** kawa2014 has quit IRC | 09:33 | |
*** kawa2014 has joined #openstack | 09:34 | |
*** dizquierdo has joined #openstack | 09:35 | |
*** kstevens has joined #openstack | 09:35 | |
*** go_chiba has quit IRC | 09:36 | |
*** majeff has joined #openstack | 09:37 | |
*** nlevinki_ has joined #openstack | 09:37 | |
*** taplax has quit IRC | 09:38 | |
*** sushils has quit IRC | 09:38 | |
koolhead17 | soren: pm | 09:38 |
*** nlevinki has quit IRC | 09:38 | |
*** lsmola_ has joined #openstack | 09:38 | |
*** GusM has quit IRC | 09:38 | |
*** hell has joined #openstack | 09:38 | |
*** fikst has quit IRC | 09:39 | |
*** GusM has joined #openstack | 09:40 | |
*** kawa2014 has quit IRC | 09:42 | |
hell | Sorry, a few dubm questions from novice: 1) openstack controller do not run in openstack env itself, and located separately, protected by some clusterware software like pacemaker, does it? 2) openstack resources is running on another hw and controlled by 1.? | 09:43 |
*** kawa2014 has joined #openstack | 09:43 | |
*** nacer has quit IRC | 09:45 | |
*** _sulo has joined #openstack | 09:45 | |
*** jodok has joined #openstack | 09:45 | |
*** exed_ has joined #openstack | 09:46 | |
*** giulivo has joined #openstack | 09:46 | |
koolhead17 | hell: OpenStack has more than one component & they can either reside on a same machine or can have multiple hosts. | 09:47 |
koolhead17 | i am yet to understand the definition of controller TBH | 09:47 |
*** pravins has joined #openstack | 09:48 | |
*** saju_m has quit IRC | 09:50 | |
hell | koolhead17: yeah, i understand, but they are not part of cloud, aren't they? So, i'll deploy all infrastructure(mysql, rabbit mq, services) by myself with some HA or not, and all cloud work they will do themselves? | 09:50 |
*** sergmelikyan has joined #openstack | 09:50 | |
koolhead17 | hell: you need to deploy it :) | 09:50 |
*** Qu310 has quit IRC | 09:51 | |
koolhead17 | hell: check official doc site it has guides to help you in achieving same. | 09:52 |
*** kawa2014 has quit IRC | 09:52 | |
*** jp_at_hp has joined #openstack | 09:52 | |
*** Qu310 has joined #openstack | 09:53 | |
*** kawa2014 has joined #openstack | 09:53 | |
*** mancdaz_away is now known as mancdaz | 09:54 | |
*** monst has joined #openstack | 09:54 | |
*** yrabl has joined #openstack | 09:55 | |
*** nphase has joined #openstack | 09:56 | |
*** michaelneale has quit IRC | 09:56 | |
*** morganfainberg is now known as morganfainberg|z | 09:57 | |
*** xgsa has joined #openstack | 09:57 | |
*** _1_kaddu has joined #openstack | 09:57 | |
*** taplax has joined #openstack | 09:57 | |
*** monst has quit IRC | 09:59 | |
*** derekh is now known as derekh_afk | 09:59 | |
*** vlad_starkov has quit IRC | 09:59 | |
*** pixelb has joined #openstack | 09:59 | |
hell | and what are the best practices about mixing compute/storage/blockstorage nodes? do they live togother well, or i need to keep storage park alone, compute park alone, etc? | 10:00 |
hell | *together | 10:00 |
*** michaelneale has joined #openstack | 10:01 | |
*** _1_kaddu has left #openstack | 10:02 | |
*** nlevinki_ has quit IRC | 10:02 | |
*** kawa2014 has quit IRC | 10:02 | |
*** gdubreui has joined #openstack | 10:02 | |
*** kawa2014 has joined #openstack | 10:03 | |
*** paragan has quit IRC | 10:03 | |
*** marcelodieder has joined #openstack | 10:03 | |
koolhead17 | hell: http://docs.openstack.org/admin-guide-cloud/content/ << This has it all your looking for. Good luck :) | 10:03 |
*** rwsu has joined #openstack | 10:03 | |
*** henrynash has quit IRC | 10:04 | |
*** vkozhukalov has quit IRC | 10:04 | |
*** vlad_starkov has joined #openstack | 10:04 | |
*** go_chiba has joined #openstack | 10:04 | |
*** PhilD has joined #openstack | 10:05 | |
*** tryggvil has joined #openstack | 10:07 | |
*** GusM has quit IRC | 10:07 | |
*** derelm has joined #openstack | 10:07 | |
PhilD | join #openstack-nova | 10:07 |
*** PhilD has quit IRC | 10:07 | |
*** johnthetubaguy has joined #openstack | 10:08 | |
*** PhilD has joined #openstack | 10:08 | |
*** Ryan_Lane has quit IRC | 10:08 | |
*** Qu310 has quit IRC | 10:08 | |
*** amotoki has quit IRC | 10:08 | |
*** teran has quit IRC | 10:09 | |
*** vlad_starkov has quit IRC | 10:09 | |
*** tryggvil has quit IRC | 10:09 | |
*** kawa2014 has quit IRC | 10:10 | |
*** kawa2014 has joined #openstack | 10:11 | |
*** majeff has quit IRC | 10:11 | |
*** gszasz has joined #openstack | 10:12 | |
*** Qu310 has joined #openstack | 10:12 | |
*** ala_ has quit IRC | 10:13 | |
*** hell has left #openstack | 10:14 | |
*** mozawa has quit IRC | 10:14 | |
*** kstevens has quit IRC | 10:14 | |
*** ashishchandra11 has joined #openstack | 10:14 | |
*** PhilDay has joined #openstack | 10:15 | |
*** ashishchandra11 has quit IRC | 10:15 | |
*** nphase has quit IRC | 10:15 | |
*** vkozhukalov has joined #openstack | 10:16 | |
*** nlevinki_ has joined #openstack | 10:16 | |
*** max_lobur_afk is now known as max_lobur | 10:18 | |
*** saju_m has joined #openstack | 10:19 | |
*** Galiral has joined #openstack | 10:19 | |
*** michaelneale has quit IRC | 10:19 | |
*** kawa2014 has quit IRC | 10:20 | |
*** as has joined #openstack | 10:21 | |
*** kawa2014 has joined #openstack | 10:21 | |
*** guardianxxx has quit IRC | 10:23 | |
*** ajo has joined #openstack | 10:23 | |
*** sushils has joined #openstack | 10:26 | |
*** julianwa has joined #openstack | 10:26 | |
*** bsdbandit has quit IRC | 10:27 | |
*** ewnd9 has joined #openstack | 10:27 | |
*** vlad_starkov has joined #openstack | 10:27 | |
Galiral | hey guys, can i ask for help? | 10:27 |
*** bsdbandit has joined #openstack | 10:27 | |
*** ala_ has joined #openstack | 10:27 | |
*** nanjj has quit IRC | 10:29 | |
*** vlad_starkov has quit IRC | 10:29 | |
*** ifarkas has quit IRC | 10:29 | |
*** kawa2014 has quit IRC | 10:30 | |
*** D30 has quit IRC | 10:30 | |
*** as has quit IRC | 10:31 | |
*** aloga has quit IRC | 10:31 | |
*** Qu310 has quit IRC | 10:31 | |
*** kawa2014 has joined #openstack | 10:31 | |
*** aloga has joined #openstack | 10:31 | |
*** ifarkas has joined #openstack | 10:32 | |
*** tryggvil has joined #openstack | 10:32 | |
*** nacer has joined #openstack | 10:33 | |
*** vlad_starkov has joined #openstack | 10:33 | |
*** giorgiodinapoli has quit IRC | 10:34 | |
*** as has joined #openstack | 10:36 | |
*** satheesh2 has quit IRC | 10:36 | |
*** kawa2014 has quit IRC | 10:36 | |
*** zhiwei has quit IRC | 10:38 | |
*** schvin has quit IRC | 10:38 | |
rushiagr | Galiral: sure! | 10:40 |
*** zhiwei has joined #openstack | 10:43 | |
*** nlevinki_ has quit IRC | 10:44 | |
Galiral | i have a problem with the havana dashboard | 10:44 |
*** kalloc_ is now known as kalloc | 10:44 | |
Galiral | i get "Error: Unable to retrieve user list." | 10:44 |
*** kalloc has joined #openstack | 10:44 | |
Galiral | while the keystone client works via cli | 10:44 |
Galiral | without a problem | 10:44 |
*** titoto has joined #openstack | 10:45 | |
Galiral | i get that error with every entry of the identity panel | 10:45 |
Galiral | in the apache2 error.log i see "[error] NotFound: The resource could not be found. (HTTP 404)" | 10:46 |
*** titoto has left #openstack | 10:47 | |
*** piokie has joined #openstack | 10:47 | |
*** Qu310 has joined #openstack | 10:47 | |
*** ehaselwanter has joined #openstack | 10:48 | |
*** Qu310 has quit IRC | 10:48 | |
*** kawa2014 has joined #openstack | 10:49 | |
*** piokie has quit IRC | 10:51 | |
*** Qu310 has joined #openstack | 10:51 | |
*** piokie has joined #openstack | 10:51 | |
*** genggjh has joined #openstack | 10:52 | |
*** satheesh2 has joined #openstack | 10:53 | |
*** monst has joined #openstack | 10:54 | |
*** zhiwei has quit IRC | 10:55 | |
*** nphase has joined #openstack | 10:56 | |
*** kawa2014 has quit IRC | 10:56 | |
*** mitarun has joined #openstack | 10:58 | |
*** mkollaro has joined #openstack | 10:58 | |
*** monst has quit IRC | 10:59 | |
*** kolesovdv has joined #openstack | 11:01 | |
*** ArxCruz has joined #openstack | 11:01 | |
*** humbolt1 has quit IRC | 11:02 | |
*** datamatic has quit IRC | 11:02 | |
*** ahasenack has joined #openstack | 11:02 | |
*** humbolt has joined #openstack | 11:02 | |
*** humbolt has quit IRC | 11:02 | |
*** humbolt has joined #openstack | 11:03 | |
*** markvoelker has quit IRC | 11:04 | |
*** teran has joined #openstack | 11:05 | |
*** teran has quit IRC | 11:05 | |
*** teran has joined #openstack | 11:05 | |
*** bvandenh has joined #openstack | 11:05 | |
*** Ilja has quit IRC | 11:06 | |
*** mitarun has left #openstack | 11:06 | |
*** itamarjp has quit IRC | 11:06 | |
teju | nova instance error...any one can help?? | 11:07 |
*** henrynash has joined #openstack | 11:07 | |
*** kawa2014 has joined #openstack | 11:10 | |
Galiral | i have this same exact problem https://ask.openstack.org/en/question/7175/cannot-create-projects-from-horizon/ | 11:10 |
*** piokie has quit IRC | 11:11 | |
*** jistr has quit IRC | 11:11 | |
Galiral | solved overriding the version... | 11:12 |
*** KaZeR has joined #openstack | 11:13 | |
*** jistr has joined #openstack | 11:14 | |
*** sigurding has quit IRC | 11:15 | |
*** AMike has quit IRC | 11:16 | |
*** nphase has quit IRC | 11:17 | |
*** as has quit IRC | 11:17 | |
*** Heka has quit IRC | 11:18 | |
*** KaZeR has quit IRC | 11:18 | |
*** Heka has joined #openstack | 11:18 | |
*** kawa2014 has quit IRC | 11:18 | |
*** Ilja has joined #openstack | 11:18 | |
*** kawa2014 has joined #openstack | 11:19 | |
*** sigurding has joined #openstack | 11:19 | |
*** ams0 has joined #openstack | 11:20 | |
*** Ilja has quit IRC | 11:20 | |
*** sigurding has quit IRC | 11:20 | |
*** omachace has joined #openstack | 11:20 | |
*** gdubreui has quit IRC | 11:24 | |
*** cf has quit IRC | 11:24 | |
*** saju_m has quit IRC | 11:25 | |
*** davelowe has joined #openstack | 11:25 | |
*** dguitarbite has quit IRC | 11:27 | |
*** rfolco has joined #openstack | 11:27 | |
*** kawa2014 has quit IRC | 11:28 | |
*** diegows has joined #openstack | 11:28 | |
*** kawa2014 has joined #openstack | 11:28 | |
*** as has joined #openstack | 11:29 | |
*** dguitarbite has joined #openstack | 11:31 | |
*** wickedpuppy has joined #openstack | 11:32 | |
*** GusM has joined #openstack | 11:34 | |
*** ArminderS has quit IRC | 11:34 | |
*** kawa2014 has quit IRC | 11:36 | |
*** kawa2014 has joined #openstack | 11:37 | |
*** derekh_afk is now known as derekh | 11:38 | |
*** ccorrigan has joined #openstack | 11:38 | |
*** mohits has quit IRC | 11:42 | |
*** StarEx has joined #openstack | 11:42 | |
*** rmartinelli has joined #openstack | 11:42 | |
*** as has quit IRC | 11:43 | |
*** fikst has joined #openstack | 11:44 | |
*** kawa2014 has quit IRC | 11:44 | |
*** nkhare has quit IRC | 11:45 | |
*** kawa2014 has joined #openstack | 11:45 | |
*** StarEx has quit IRC | 11:45 | |
*** msekleta has quit IRC | 11:46 | |
*** henrynash has quit IRC | 11:47 | |
*** Egyptian[Laptop] has quit IRC | 11:47 | |
*** Egyptian[Laptop1 has joined #openstack | 11:47 | |
*** ams0 has quit IRC | 11:47 | |
*** pravins has quit IRC | 11:48 | |
*** wickedpuppy2 has joined #openstack | 11:49 | |
*** elo has quit IRC | 11:50 | |
*** wickedpuppy has quit IRC | 11:50 | |
*** jhesketh_ has quit IRC | 11:51 | |
*** datamatic has joined #openstack | 11:52 | |
*** satheesh2 has quit IRC | 11:53 | |
*** AMike has joined #openstack | 11:53 | |
*** AMike has quit IRC | 11:53 | |
*** AMike has joined #openstack | 11:53 | |
*** kawa2014 has quit IRC | 11:54 | |
*** Ch00k has joined #openstack | 11:54 | |
*** kawa2014 has joined #openstack | 11:54 | |
*** go_chiba has quit IRC | 11:55 | |
*** Ilja has joined #openstack | 11:55 | |
*** Ch00k has left #openstack | 11:55 | |
*** yocum has joined #openstack | 11:55 | |
*** monst has joined #openstack | 11:55 | |
*** neeti has quit IRC | 11:56 | |
*** nphase has joined #openstack | 11:56 | |
*** smemon92 has joined #openstack | 11:56 | |
*** datamatic has quit IRC | 11:56 | |
*** neeti has joined #openstack | 11:57 | |
*** eglynn has joined #openstack | 11:58 | |
*** Guest53339 has quit IRC | 11:58 | |
*** Ch00k has joined #openstack | 11:58 | |
*** saju_m has joined #openstack | 11:59 | |
*** piokie has joined #openstack | 11:59 | |
teju | nova-network is going down...any help??? | 11:59 |
*** monst has quit IRC | 12:00 | |
*** s2r2_ has joined #openstack | 12:01 | |
*** SkyRocknRoll has joined #openstack | 12:02 | |
*** SkyRocknRoll has joined #openstack | 12:02 | |
*** mli has quit IRC | 12:02 | |
*** kawa2014 has quit IRC | 12:02 | |
*** pravins has joined #openstack | 12:03 | |
*** michaelneale has joined #openstack | 12:04 | |
*** saneax has quit IRC | 12:05 | |
*** vlad_starkov has quit IRC | 12:05 | |
*** s2r2_ has quit IRC | 12:05 | |
*** satheesh1 has joined #openstack | 12:06 | |
*** saneax_ has joined #openstack | 12:06 | |
*** chasmo has quit IRC | 12:07 | |
*** coolsvap has quit IRC | 12:07 | |
*** michaelneale has quit IRC | 12:09 | |
*** saju_m has quit IRC | 12:09 | |
*** vlad_starkov has joined #openstack | 12:09 | |
*** ildikov__ has joined #openstack | 12:10 | |
*** dguitarbite_ has joined #openstack | 12:10 | |
*** ildikov_ has quit IRC | 12:10 | |
*** vlad_starkov has quit IRC | 12:10 | |
*** itamarjp has joined #openstack | 12:11 | |
*** ildikov__ is now known as ildikov_ | 12:11 | |
*** vlad_starkov has joined #openstack | 12:12 | |
*** ams0 has joined #openstack | 12:12 | |
*** Heka has quit IRC | 12:13 | |
*** smemon92 has quit IRC | 12:13 | |
*** dguitarbite_ has quit IRC | 12:13 | |
*** majeff has joined #openstack | 12:14 | |
*** kawa2014 has joined #openstack | 12:15 | |
*** nphase has quit IRC | 12:16 | |
*** henrynash has joined #openstack | 12:20 | |
*** dave_tucker_zzz is now known as dave_tucker | 12:20 | |
*** ams0 has quit IRC | 12:21 | |
*** ams0 has joined #openstack | 12:22 | |
*** FunnyLookinHat has joined #openstack | 12:23 | |
*** Heka has joined #openstack | 12:23 | |
*** CaptTofu has joined #openstack | 12:25 | |
*** kawa2014 has quit IRC | 12:27 | |
*** saneax_ has quit IRC | 12:28 | |
*** ehaselwanter has quit IRC | 12:28 | |
*** bvandenh has quit IRC | 12:30 | |
*** rohit404 has joined #openstack | 12:34 | |
*** judd7_ has joined #openstack | 12:34 | |
*** dims has quit IRC | 12:34 | |
*** linuxbaby has quit IRC | 12:34 | |
*** jlibosva has quit IRC | 12:34 | |
*** yaguang has quit IRC | 12:34 | |
*** julienvey_ has joined #openstack | 12:35 | |
darky^ | Somebody could help me what would be the "best storage solution" for a setup consisting of 2 nodes? | 12:37 |
darky^ | One acts as controller, one for computing and I want to use both as redundant storage. | 12:37 |
*** julienvey_ has quit IRC | 12:38 | |
*** ajo is now known as ajo|lunch | 12:39 | |
*** kawa2014 has joined #openstack | 12:39 | |
*** dims has joined #openstack | 12:39 | |
*** ams0 has quit IRC | 12:40 | |
*** a9393j has joined #openstack | 12:40 | |
*** ams0 has joined #openstack | 12:40 | |
*** scott_w has joined #openstack | 12:41 | |
*** jlibosva has joined #openstack | 12:42 | |
*** as has joined #openstack | 12:43 | |
*** ams0 has quit IRC | 12:44 | |
*** tmclaugh[work] has joined #openstack | 12:44 | |
*** ams0 has joined #openstack | 12:44 | |
*** termie has quit IRC | 12:46 | |
*** saneax__ has joined #openstack | 12:46 | |
*** CaptTofu has quit IRC | 12:46 | |
*** datamatic has joined #openstack | 12:46 | |
*** termie has joined #openstack | 12:46 | |
*** ams0 has quit IRC | 12:47 | |
*** nlevinki has joined #openstack | 12:47 | |
*** bjornar has joined #openstack | 12:47 | |
*** a9393j has quit IRC | 12:48 | |
*** ade_b has joined #openstack | 12:48 | |
*** as has quit IRC | 12:51 | |
*** datamatic has quit IRC | 12:51 | |
*** kawa2014 has quit IRC | 12:52 | |
*** piokie has quit IRC | 12:52 | |
*** kawa2014 has joined #openstack | 12:52 | |
*** bjornar has quit IRC | 12:52 | |
*** JuanDRay_afk has quit IRC | 12:53 | |
*** Ch00k has quit IRC | 12:54 | |
*** rdas has quit IRC | 12:54 | |
*** kolesovdv has quit IRC | 12:55 | |
*** JuanDRay_afk has joined #openstack | 12:55 | |
*** sgordon has joined #openstack | 12:55 | |
*** monst has joined #openstack | 12:56 | |
*** kolesovdv has joined #openstack | 12:56 | |
*** JuanDRay_afk has quit IRC | 12:56 | |
*** nphase has joined #openstack | 12:56 | |
*** remya has left #openstack | 12:56 | |
*** kstevens has joined #openstack | 12:57 | |
*** paragan has joined #openstack | 12:57 | |
*** ondergetekende has quit IRC | 12:58 | |
*** shadower has quit IRC | 12:59 | |
*** Ch00k has joined #openstack | 12:59 | |
*** shadower has joined #openstack | 12:59 | |
*** jlibosva1 has joined #openstack | 13:00 | |
*** ajo|lunch is now known as ajo | 13:00 | |
*** termie has quit IRC | 13:00 | |
*** monst has quit IRC | 13:00 | |
*** Heka has quit IRC | 13:01 | |
*** Heka has joined #openstack | 13:01 | |
*** Longgeek has quit IRC | 13:02 | |
*** HT_Sergio has joined #openstack | 13:02 | |
*** jlibosva has quit IRC | 13:02 | |
*** neeti has quit IRC | 13:03 | |
*** jlibosva1 has quit IRC | 13:03 | |
*** jlibosva has joined #openstack | 13:03 | |
*** neeti has joined #openstack | 13:03 | |
*** ondergetekende has joined #openstack | 13:04 | |
*** rohit404_ has joined #openstack | 13:05 | |
*** ewnd9 has quit IRC | 13:05 | |
*** rohit404 has quit IRC | 13:05 | |
*** rohit404_ is now known as rohit404 | 13:05 | |
*** markvoelker has joined #openstack | 13:05 | |
*** termie has joined #openstack | 13:07 | |
*** Ilja has quit IRC | 13:07 | |
*** jmh_ has joined #openstack | 13:08 | |
*** jroovers has quit IRC | 13:08 | |
*** george2 has quit IRC | 13:09 | |
*** mozawa has joined #openstack | 13:09 | |
*** macivor has quit IRC | 13:10 | |
*** Ilja has joined #openstack | 13:10 | |
*** kawa2014 has quit IRC | 13:11 | |
*** Heka has quit IRC | 13:12 | |
*** Heka has joined #openstack | 13:12 | |
*** judd7_ has quit IRC | 13:12 | |
*** termie has quit IRC | 13:12 | |
*** bierce has joined #openstack | 13:12 | |
*** judd7_ has joined #openstack | 13:12 | |
*** termie has joined #openstack | 13:12 | |
*** puzzled has quit IRC | 13:13 | |
*** dobber has quit IRC | 13:14 | |
*** tongli has joined #openstack | 13:15 | |
*** as has joined #openstack | 13:15 | |
*** nphase has quit IRC | 13:15 | |
*** mili_ has joined #openstack | 13:16 | |
*** henrynash has quit IRC | 13:16 | |
*** Longgeek has joined #openstack | 13:16 | |
*** blomquisg has joined #openstack | 13:17 | |
*** ignasr has left #openstack | 13:17 | |
*** deoan has joined #openstack | 13:18 | |
*** genggjh has quit IRC | 13:19 | |
*** Longgeek has quit IRC | 13:20 | |
*** Shaan7 has joined #openstack | 13:23 | |
*** Shaan7 has quit IRC | 13:23 | |
*** Shaan7 has joined #openstack | 13:23 | |
*** Deoan_ has joined #openstack | 13:24 | |
*** sarojilife has quit IRC | 13:25 | |
*** kawa2014 has joined #openstack | 13:25 | |
*** dguitarbite_ has joined #openstack | 13:25 | |
*** max_lobur is now known as max_lobur_afk | 13:26 | |
*** carlp has joined #openstack | 13:26 | |
*** ehaselwanter has joined #openstack | 13:27 | |
ersi | I just created a snapshot of a VM through the Horizon GUI - if I browse to "images" or if I do `glance image-list` - I can't see snapshot images. If I poke in the MySQL database, I can see that they do exist and get their ID (and verify that they're created on disk). Anyone know what gives? | 13:27 |
*** pskosinski has joined #openstack | 13:27 | |
*** Longgeek has joined #openstack | 13:27 | |
*** cagrev has joined #openstack | 13:28 | |
*** saneax__ has quit IRC | 13:30 | |
*** ams0 has joined #openstack | 13:30 | |
*** puzzled has joined #openstack | 13:30 | |
*** sigurding has joined #openstack | 13:30 | |
*** Longgeek has quit IRC | 13:32 | |
*** ehaselwanter has quit IRC | 13:33 | |
*** Ch00k has quit IRC | 13:33 | |
*** jdob has joined #openstack | 13:33 | |
*** kawa2014 has quit IRC | 13:33 | |
*** guardianx has joined #openstack | 13:33 | |
*** kawa2014 has joined #openstack | 13:33 | |
*** Ch00k has joined #openstack | 13:34 | |
*** Deoan_ has quit IRC | 13:34 | |
*** lblanchard has joined #openstack | 13:34 | |
as | What version? I have had a lot of problems with images on precise | 13:35 |
*** jeflui has joined #openstack | 13:35 | |
*** jeflui has joined #openstack | 13:35 | |
*** ams0_ has joined #openstack | 13:37 | |
*** mjfork has joined #openstack | 13:37 | |
*** ams0_ has quit IRC | 13:37 | |
*** flaper87 is now known as flaper87|afk | 13:37 | |
*** ams0_ has joined #openstack | 13:37 | |
ersi | as: I'm running OpenStack Havana on Ubuntu 12.04. | 13:38 |
*** ams0_ has quit IRC | 13:38 | |
*** SkyRocknRoll has quit IRC | 13:39 | |
*** mili_ has quit IRC | 13:39 | |
*** mili_ has joined #openstack | 13:39 | |
*** mili_ has quit IRC | 13:39 | |
*** mili_ has joined #openstack | 13:39 | |
as | Is glance storing it locally? | 13:40 |
*** ams0_ has joined #openstack | 13:40 | |
*** datamatic has joined #openstack | 13:40 | |
*** ams0 has quit IRC | 13:40 | |
*** ramishra has quit IRC | 13:40 | |
ersi | as: Yeah | 13:41 |
*** WackoRobie has joined #openstack | 13:41 | |
*** WackoRobie has quit IRC | 13:42 | |
*** saneax_ has joined #openstack | 13:42 | |
*** WackoRobie has joined #openstack | 13:42 | |
*** DIDGE_ has joined #openstack | 13:42 | |
*** kawa2014 has quit IRC | 13:42 | |
*** kawa2014 has joined #openstack | 13:43 | |
*** WackoRob_ has joined #openstack | 13:44 | |
*** WackoRobie has quit IRC | 13:45 | |
as | https://bugs.launchpad.net/horizon/+bug/1116991 | 13:45 |
*** satheesh1 has quit IRC | 13:45 | |
as | Try keystone? | 13:45 |
*** datamatic has quit IRC | 13:45 | |
*** zouguangxian has quit IRC | 13:45 | |
*** jroovers has joined #openstack | 13:46 | |
*** jroovers has quit IRC | 13:46 | |
*** ewnd9 has joined #openstack | 13:46 | |
*** jroovers has joined #openstack | 13:46 | |
*** sroy has joined #openstack | 13:47 | |
*** teju has quit IRC | 13:47 | |
ersi | I'll dig right into that | 13:47 |
*** chrispeters has joined #openstack | 13:47 | |
*** saneax_ has quit IRC | 13:49 | |
*** kawa2014 has quit IRC | 13:50 | |
*** kawa2014 has joined #openstack | 13:50 | |
*** saneax__ has joined #openstack | 13:51 | |
*** HT_Sergio has quit IRC | 13:53 | |
*** DrBacchus has joined #openstack | 13:53 | |
*** DrBacchus has quit IRC | 13:54 | |
*** danielbruno has joined #openstack | 13:54 | |
*** DrBacchus has joined #openstack | 13:54 | |
*** monst has joined #openstack | 13:56 | |
*** kawa2014 has quit IRC | 13:58 | |
*** vlad_starkov has quit IRC | 13:58 | |
*** kawa2014 has joined #openstack | 13:59 | |
*** mili_ has quit IRC | 14:00 | |
*** joesavak has joined #openstack | 14:00 | |
*** monst has quit IRC | 14:01 | |
*** morazi has joined #openstack | 14:01 | |
*** mrproper has joined #openstack | 14:01 | |
Lexis | Hello everyone | 14:01 |
Lexis | Has anyone experience with cloud-init ? | 14:02 |
Lexis | I have a few questions | 14:02 |
*** pskosinski has quit IRC | 14:03 | |
*** dcramer_ has quit IRC | 14:04 | |
*** clayb has joined #openstack | 14:05 | |
*** kawa2014 has quit IRC | 14:05 | |
*** b3nt_pin has joined #openstack | 14:08 | |
*** ulkesh has joined #openstack | 14:08 | |
*** elo has joined #openstack | 14:09 | |
*** mrproper has quit IRC | 14:10 | |
*** vartom1111111111 has quit IRC | 14:10 | |
*** ramishra has joined #openstack | 14:12 | |
larsks | Lexis: What's up? | 14:13 |
*** elo has quit IRC | 14:13 | |
Lexis | I am trying to add mount points as part of cloud-init / cloud.cfg | 14:13 |
*** saneax__ has quit IRC | 14:13 | |
Lexis | but it seems like it is not executed | 14:14 |
larsks | Are you on Fedora/Ubuntu/...? | 14:14 |
Lexis | This is a CentOS server | 14:14 |
*** jroovers has quit IRC | 14:14 | |
Lexis | what I did is deploy a base server | 14:14 |
Lexis | then create an image with the new cloud.cfg | 14:14 |
Lexis | and deploy that new image | 14:14 |
larsks | Do you know what version of cloud-init you have (rpm -q cloud-init)? | 14:15 |
*** ramishra has quit IRC | 14:15 | |
Lexis | let me check | 14:15 |
*** ramishra has joined #openstack | 14:15 | |
*** Guest1716 is now known as leif | 14:15 | |
*** dorftrottel_ has joined #openstack | 14:15 | |
*** leif is now known as Guest37244 | 14:15 | |
*** b3nt_pin is now known as beagles | 14:15 | |
Lexis | 0.6.3-0.12.bzr532.el6 | 14:16 |
*** maxdml has joined #openstack | 14:16 | |
*** salvorapi has joined #openstack | 14:16 | |
*** slewis has joined #openstack | 14:16 | |
*** slewis has joined #openstack | 14:16 | |
*** ramishra has quit IRC | 14:16 | |
larsks | In /etc/cloud/cloud.cfg, does "mounts" show up in the cloud_config_modules section? | 14:16 |
*** as has quit IRC | 14:16 | |
Lexis | yes | 14:16 |
*** as has joined #openstack | 14:16 | |
Lexis | where do I need to add the "mounts" configuration ? | 14:16 |
Lexis | I added it at the end of cloud.cfg | 14:17 |
larsks | Are you editing cloud.cfg? Or are you passing configuration in using a user-data file when you boot an instance? | 14:17 |
*** majeff1 has joined #openstack | 14:17 | |
Lexis | I am editing cloud.cfg | 14:17 |
*** kushal has joined #openstack | 14:17 | |
*** jroovers has joined #openstack | 14:18 | |
*** KLevenstein has joined #openstack | 14:18 | |
*** omachace has left #openstack | 14:18 | |
larsks | Can you post your cloud.cfg somewhere I can take a look at it? | 14:18 |
Lexis | (I want to create NFS mount points after the VM deployment has completed) | 14:18 |
Lexis | sure, let me post that on a private chat | 14:18 |
*** majeff has quit IRC | 14:18 | |
larsks | Lexis: So, typically, you would not edit cloud.cfg but you would provide the configuration via user-data, but either should work. | 14:18 |
larsks | Lexis: Eek, no, please pastebin it somewhere... | 14:19 |
*** kawa2014 has joined #openstack | 14:19 | |
Lexis | ok | 14:19 |
Lexis | I do that now | 14:19 |
Lexis | pastebin | 14:19 |
Lexis | http://pastebin.com/ebhx2Cdd | 14:20 |
larsks | Taking a look... | 14:20 |
*** itamarjp has quit IRC | 14:21 | |
Lexis | is there a flag somewhere that tells cloud-init not to run again after first boot ? | 14:21 |
larsks | Lexis: Absolutely, yes. It's designed to run once the first time you boot an instance, and otherwise stay out of the way (so that it doesn't accidentally undo changes you've made manually after booting). | 14:22 |
larsks | If you want cloud-init to run again, "rm -rf /var/lib/cloud/instances/*". | 14:22 |
*** jroovers has quit IRC | 14:22 | |
Lexis | I think that may be my issue | 14:22 |
larsks | Lexis: So, one thing that is confusing me: if you're editing cloud.cfg on your image, why not just edit /etc/fstab instead? If you're passing the config information in through openstack, there's not much advantage to using cloud-init... | 14:23 |
larsks | Umm, "if you're *not*..." is how that should have read... | 14:23 |
Lexis | ah that's a good question | 14:23 |
Lexis | when I add the NFS to /etc/fstab, the post-install fails and my VM doesn't get its secondary IP | 14:23 |
Lexis | so I thought about using cloud-init to add these later in the post-install process | 14:24 |
*** mwichmann has joined #openstack | 14:24 | |
*** jroovers has joined #openstack | 14:24 | |
*** nphase has joined #openstack | 14:24 | |
larsks | That works, I guess, although for what you're doing something as simple as adding to /etc/rc.local would also work. But you *should* be able to just edit /etc/fstab; it's weird that doing so is causing a problem. | 14:24 |
*** fsimonce has quit IRC | 14:26 | |
*** stronghere has joined #openstack | 14:26 | |
*** kawa2014 has quit IRC | 14:28 | |
*** kawa2014 has joined #openstack | 14:28 | |
*** eglynn is now known as eglynn-lunch | 14:29 | |
*** ehaselwanter has joined #openstack | 14:29 | |
*** aeperezt has joined #openstack | 14:29 | |
*** nphase has quit IRC | 14:29 | |
*** badiane_ka has quit IRC | 14:29 | |
*** majeff has joined #openstack | 14:30 | |
*** fnaval has joined #openstack | 14:31 | |
*** Guest37244 is now known as leifz | 14:31 | |
*** morazi_ has joined #openstack | 14:32 | |
*** majeff1 has quit IRC | 14:32 | |
*** codybum has joined #openstack | 14:33 | |
*** MarcMorata has joined #openstack | 14:33 | |
*** matiu has quit IRC | 14:33 | |
*** Ch00k has quit IRC | 14:33 | |
*** damnsmith is now known as dansmith | 14:33 | |
*** ams0_ has quit IRC | 14:33 | |
*** max_lobur_afk is now known as max_lobur | 14:33 | |
*** eharney has joined #openstack | 14:34 | |
*** ams0 has joined #openstack | 14:34 | |
*** itamarjp has joined #openstack | 14:34 | |
*** morazi has quit IRC | 14:34 | |
*** Longgeek has joined #openstack | 14:34 | |
*** ehaselwanter has quit IRC | 14:34 | |
*** kawa2014 has quit IRC | 14:34 | |
*** datamatic has joined #openstack | 14:35 | |
*** Ch00k has joined #openstack | 14:35 | |
*** kawa2014 has joined #openstack | 14:35 | |
*** radez_g0n3 is now known as radez | 14:35 | |
*** ulkesh has quit IRC | 14:35 | |
*** ulkesh has joined #openstack | 14:36 | |
Lexis | larsks: I found the issue, I had cloud.cfg on the server but not cloud-init | 14:36 |
*** salmanbaset has joined #openstack | 14:38 | |
Lexis | although, it still didn't add the entry in /etc/fstab | 14:38 |
*** datamatic has quit IRC | 14:39 | |
*** codybum has quit IRC | 14:40 | |
*** freeflying is now known as freeflying_away | 14:40 | |
*** dave__ has joined #openstack | 14:40 | |
*** coolsvap has joined #openstack | 14:41 | |
*** Longgeek has quit IRC | 14:41 | |
*** gszasz has quit IRC | 14:42 | |
*** dbalog has joined #openstack | 14:42 | |
*** yocum has quit IRC | 14:42 | |
*** vlad_starkov has joined #openstack | 14:42 | |
*** codybum has joined #openstack | 14:42 | |
*** gszasz has joined #openstack | 14:44 | |
*** kawa2014 has quit IRC | 14:45 | |
larsks | Lexis: Cloud-init logs to /var/log/cloud-init.log; you can also run it manually by removing /var/lib/cloud/instances/* and then running "cloud-init start". | 14:45 |
*** ryanpetrello has joined #openstack | 14:45 | |
*** kawa2014 has joined #openstack | 14:45 | |
Lexis | I'm getting this now: | 14:45 |
Lexis | boot.log:Starting cloud-init: WARN:Failed to get base config. falling back to builtin: while scanning a plain scalar | 14:45 |
larsks | Hmm. I was going to look at your cloud.cfg again but you've deleted it :). If you remove your "mounts" configuration, does it work? Might be a typo there or something. | 14:46 |
Lexis | I did 10mins paste bin, let me post that again | 14:48 |
*** jobewan has joined #openstack | 14:48 | |
*** dave_tucker is now known as dave_tucker_zzz | 14:48 | |
*** jobewan has quit IRC | 14:48 | |
Lexis | http://pastebin.com/iadbg5tP | 14:48 |
*** codybum has quit IRC | 14:49 | |
*** peristeri has joined #openstack | 14:50 | |
larsks | Lexis: I'm going to drop the mounts config onto my centos vm and see what I get. I suspect you may need to quote the NFS path ("192.168.0.1:..."), because some characters have special meaning to YAML configuration files (like ":"). | 14:50 |
*** yrabl has quit IRC | 14:50 | |
*** fsimonce has joined #openstack | 14:51 | |
Lexis | that's a good point, thank you | 14:51 |
Lexis | I'm creating a new image on my side and will let you know | 14:51 |
*** blackboxsw has joined #openstack | 14:51 | |
*** kawa2014 has quit IRC | 14:51 | |
*** kawa2014 has joined #openstack | 14:52 | |
*** _2_mariana has joined #openstack | 14:52 | |
*** morazi_ has quit IRC | 14:52 | |
larsks | Yeah, that was it. | 14:52 |
darky^ | Is it possible to use the network also as compute host or is this a "nogo" in the openstack-world? | 14:53 |
larsks | With the quotes in place it updates /etc/fstab just fine. | 14:53 |
*** jobewan has joined #openstack | 14:53 | |
*** dcramer_ has joined #openstack | 14:53 | |
Sam-I-Am | darky^: probably not a good production idea, but for proof-of-concepts, theres a lot of deployments with everything on one box | 14:53 |
larsks | darky^: It's possible to use a single host for everything, so this ought to work, although I would argue that it makes more sense to combine your network host and "controller" (since you may want to add more compute nodes before scaling out network/api). | 14:53 |
larsks | Sam-I-Am: morning! | 14:54 |
*** kolesovdv has quit IRC | 14:54 | |
*** anand has quit IRC | 14:54 | |
*** nkhare has joined #openstack | 14:54 | |
*** jobewan has quit IRC | 14:55 | |
Sam-I-Am | hi | 14:55 |
*** jobewan has joined #openstack | 14:56 | |
Lexis | thank you very much larsks, going to test now | 14:56 |
*** _2_mariana has quit IRC | 14:56 | |
*** monst has joined #openstack | 14:57 | |
*** henrynash has joined #openstack | 14:57 | |
*** kawa2014 has quit IRC | 14:58 | |
*** yocum has joined #openstack | 14:58 | |
salvorapi | anyone have installed Havana on Ubuntu 12.04 ? | 14:58 |
*** neeti has quit IRC | 14:59 | |
*** MaxV has quit IRC | 15:00 | |
*** freck has joined #openstack | 15:00 | |
*** neeti has joined #openstack | 15:00 | |
*** MaxV has joined #openstack | 15:00 | |
*** monst has quit IRC | 15:01 | |
*** msgodf has quit IRC | 15:02 | |
*** neeti has quit IRC | 15:02 | |
*** mkollaro has quit IRC | 15:03 | |
*** mkollaro1 has joined #openstack | 15:03 | |
*** linuxfreck has quit IRC | 15:03 | |
*** cjsarette has quit IRC | 15:04 | |
*** lborda has joined #openstack | 15:04 | |
*** vlad_starkov has quit IRC | 15:04 | |
*** afazekas_ has quit IRC | 15:05 | |
*** rohit404 has quit IRC | 15:05 | |
*** morazi_ has joined #openstack | 15:06 | |
*** neeti has joined #openstack | 15:06 | |
*** nosnos has quit IRC | 15:06 | |
*** Ch00k has quit IRC | 15:06 | |
*** annegent_ has joined #openstack | 15:06 | |
*** HT_Sergio has joined #openstack | 15:06 | |
*** richardkiene has joined #openstack | 15:07 | |
*** makara has quit IRC | 15:07 | |
*** mrunge has quit IRC | 15:09 | |
*** ryannn has joined #openstack | 15:09 | |
ryannn | hello | 15:09 |
*** pradeep has quit IRC | 15:09 | |
*** blueJohn has joined #openstack | 15:09 | |
*** FunnyLookinHat has quit IRC | 15:09 | |
*** dmsimard has joined #openstack | 15:10 | |
*** bynaryshef has joined #openstack | 15:10 | |
*** dobber has joined #openstack | 15:10 | |
*** rohit404 has joined #openstack | 15:10 | |
*** psharma has quit IRC | 15:10 | |
*** kawa2014 has joined #openstack | 15:11 | |
*** bcrochet has quit IRC | 15:11 | |
*** alexlindenlevy has joined #openstack | 15:11 | |
*** richardkiene has quit IRC | 15:12 | |
ryannn | im on windows. i installed simplejson and then tried to use swiftclient from the github repo. tried using bin/swift but get "no module named pbr.version". also tried running setup.py install, but returned cannot import __version__ so i made a copy of /swiftclient/version.py* and named them __version__.py*. ran it again and i get "no module named pbr.version" again | 15:12 |
*** tommy_e has quit IRC | 15:13 | |
*** richardkiene_ has joined #openstack | 15:13 | |
*** bcrochet has joined #openstack | 15:13 | |
*** morazi_ is now known as morazi | 15:13 | |
*** ayoung_zZzZzZZz is now known as ayoung | 15:13 | |
*** annegent_ has quit IRC | 15:13 | |
notmyname | ryannn: you either need to use something like pip to install it (which will get the dependencies) or you need to run `python ./setup.py install` in the source directory that you got from github | 15:13 |
*** piokie has joined #openstack | 15:15 | |
ryannn | notmyname: thanks i will try again with pip | 15:15 |
*** zz_paulczar is now known as paulczar | 15:16 | |
*** afazekas_ has joined #openstack | 15:16 | |
*** blomquisg has quit IRC | 15:17 | |
*** Gordonz has joined #openstack | 15:18 | |
*** Gordonz has quit IRC | 15:18 | |
*** kawa2014 has quit IRC | 15:18 | |
*** msgodf has joined #openstack | 15:18 | |
*** kawa2014 has joined #openstack | 15:18 | |
*** Gordonz has joined #openstack | 15:18 | |
*** balajiiyer has joined #openstack | 15:19 | |
*** pradipta has joined #openstack | 15:19 | |
*** balajiiyer has left #openstack | 15:19 | |
*** mdomsch has joined #openstack | 15:20 | |
ryannn | notmyname: get errors with pip too :( | 15:20 |
notmyname | same error? | 15:20 |
*** dobber has quit IRC | 15:20 | |
*** PhilD has quit IRC | 15:20 | |
*** dims has quit IRC | 15:21 | |
*** galstrom_zzz is now known as galstrom | 15:21 | |
*** ryanpetrello has quit IRC | 15:22 | |
*** giorgiodinapoli has joined #openstack | 15:22 | |
ryannn | notmyname: seems like a pbr problem again but not as clear. https://gist.github.com/ryan-nauman/4c3af35fa9985857b8a5 | 15:22 |
notmyname | ryannn: try `pip install pbr` to get pbr. that should make it work. if it doesn't I'll point you to a different client (and try to go fix this one today) | 15:24 |
ryannn | notmyname: same error when trying that | 15:25 |
*** mrmartin has joined #openstack | 15:25 | |
*** dobber has joined #openstack | 15:25 | |
*** kawa2014 has quit IRC | 15:25 | |
*** dave_tucker_zzz is now known as dave_tucker | 15:25 | |
*** salmanbaset has quit IRC | 15:25 | |
*** kawa2014 has joined #openstack | 15:26 | |
*** Barker has joined #openstack | 15:26 | |
*** copenhagen has joined #openstack | 15:26 | |
notmyname | ryannn: here's a different client https://github.com/gholt/swiftly/ (be sure to read the docs) | 15:27 |
notmyname | mordred: ^^ pbr problems? | 15:27 |
notmyname | mordred: see ryannn's issues above | 15:27 |
*** dave__ has quit IRC | 15:27 | |
*** drewlander has joined #openstack | 15:27 | |
*** dave__ has joined #openstack | 15:27 | |
*** ehaselwanter has joined #openstack | 15:28 | |
*** AlanClark has joined #openstack | 15:28 | |
*** cbachhub_ has joined #openstack | 15:28 | |
*** jcarter has quit IRC | 15:29 | |
*** ams0_ has joined #openstack | 15:29 | |
*** blomquisg has joined #openstack | 15:30 | |
*** otherwiseguy has joined #openstack | 15:30 | |
*** kapell has joined #openstack | 15:31 | |
ryannn | notmyname: great, thanks! | 15:31 |
*** nelsnelson has joined #openstack | 15:31 | |
*** jpomero has joined #openstack | 15:31 | |
*** freck has quit IRC | 15:32 | |
*** kawa2014 has quit IRC | 15:32 | |
*** kawa2014 has joined #openstack | 15:32 | |
*** jecarey has joined #openstack | 15:33 | |
*** kbrierly has joined #openstack | 15:33 | |
*** ehaselwanter has quit IRC | 15:33 | |
*** ams0 has quit IRC | 15:33 | |
*** jgrimm has joined #openstack | 15:34 | |
*** vkozhukalov has quit IRC | 15:34 | |
*** dims has joined #openstack | 15:35 | |
*** nphase has joined #openstack | 15:35 | |
*** ProT-0-TypE has quit IRC | 15:35 | |
*** neeti has quit IRC | 15:36 | |
*** ams0 has joined #openstack | 15:37 | |
*** coby has joined #openstack | 15:37 | |
Galiral | guys i have an instance in active state but it's stuck deleting | 15:37 |
*** ams0_ has quit IRC | 15:37 | |
*** matanya has quit IRC | 15:38 | |
*** kpavel has quit IRC | 15:38 | |
*** kawa2014 has quit IRC | 15:39 | |
*** Longgeek has joined #openstack | 15:40 | |
*** nphase has quit IRC | 15:40 | |
*** kawa2014 has joined #openstack | 15:40 | |
*** kevinconway has joined #openstack | 15:40 | |
*** rcleere has joined #openstack | 15:40 | |
*** dobber has quit IRC | 15:40 | |
*** johnthetubaguy has quit IRC | 15:40 | |
*** johnthetubaguy has joined #openstack | 15:41 | |
larsks | Galiral: Do you see any errors in your /var/log/nova/compute.log? | 15:42 |
*** alexlindenlevy has quit IRC | 15:42 | |
*** ams0_ has joined #openstack | 15:42 | |
*** jcarter has joined #openstack | 15:42 | |
*** ams0 has quit IRC | 15:43 | |
Galiral | i don't have the compute.log | 15:43 |
*** sputnik13 has quit IRC | 15:43 | |
Galiral | :( | 15:43 |
larsks | Galiral: Is someone else managing the openstack environment with which you're working? | 15:43 |
*** mozawa has quit IRC | 15:44 | |
*** Egyptian[Laptop1 has quit IRC | 15:44 | |
Galiral | no, i'm testing a multi-node install (2 nodes) | 15:44 |
Galiral | i have nova-compute.log | 15:44 |
Galiral | on the compute node | 15:44 |
*** afazekas_ has quit IRC | 15:44 | |
larsks | Galiral: Okay. So, any errors in there? | 15:44 |
*** judd7_ has quit IRC | 15:44 | |
*** lukovica has joined #openstack | 15:45 | |
*** mkollaro1 has quit IRC | 15:45 | |
*** Longgeek has quit IRC | 15:45 | |
*** diegows has quit IRC | 15:45 | |
*** IlyaE has joined #openstack | 15:46 | |
*** dorftrottel_ has quit IRC | 15:47 | |
*** kawa2014 has quit IRC | 15:47 | |
Galiral | i think i found a bigger problem | 15:47 |
Galiral | regarding the zones in wich the services are spawned | 15:47 |
*** dorftrottel_ has joined #openstack | 15:47 | |
*** kawa2014 has joined #openstack | 15:47 | |
Galiral | i have nova-compute in the zone "nova" and nova-network in "internal" | 15:48 |
pradipta | is it possible for admin to create a cinder volume and then restricting access to it for a specific tenant ? | 15:49 |
*** pravins has quit IRC | 15:49 | |
*** mrmartin has quit IRC | 15:49 | |
*** atomek has quit IRC | 15:50 | |
*** annegent_ has joined #openstack | 15:50 | |
*** nlevinki has quit IRC | 15:50 | |
*** copenhagen has quit IRC | 15:51 | |
*** as has quit IRC | 15:51 | |
*** kapell has quit IRC | 15:51 | |
*** Ch00k has joined #openstack | 15:51 | |
*** FunnyLookinHat has joined #openstack | 15:52 | |
*** lukovica has quit IRC | 15:53 | |
*** vkmc has joined #openstack | 15:53 | |
notmyname | ryannn: https://bugs.launchpad.net/pbr/+bug/1270866 | 15:53 |
*** annegent_ has quit IRC | 15:54 | |
*** julianwa has quit IRC | 15:54 | |
*** kawa2014 has quit IRC | 15:55 | |
*** ryanpetrello has joined #openstack | 15:55 | |
*** ryanpetrello has quit IRC | 15:55 | |
*** stefunel has joined #openstack | 15:56 | |
*** kawa2014 has joined #openstack | 15:56 | |
*** marun has joined #openstack | 15:57 | |
*** elo has joined #openstack | 15:57 | |
*** angdraug has joined #openstack | 15:58 | |
*** rmoe has quit IRC | 16:00 | |
*** M00sL0gB0t has quit IRC | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
*** M00sL0gB0t has joined #openstack | 16:01 | |
*** monst has joined #openstack | 16:01 | |
*** alexlindenlevy has joined #openstack | 16:01 | |
mordred | notmyname: looking | 16:02 |
*** elo has quit IRC | 16:02 | |
*** mdomsch has quit IRC | 16:02 | |
*** salmanbaset has joined #openstack | 16:02 | |
*** rohit404 has quit IRC | 16:02 | |
*** johnthetubaguy has quit IRC | 16:02 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** mkollaro has joined #openstack | 16:03 | |
notmyname | mordred: thanks | 16:03 |
notmyname | mordred: I put the IRC message and the gist contents in a LP bug on pbr | 16:03 |
*** kawa2014 has quit IRC | 16:03 | |
mordred | ryannn: any idea what version of pip is on that machine? I LOVE the 'can't find the file specified' error - it's so helpful :) | 16:04 |
*** jskinner has joined #openstack | 16:04 | |
*** fin has joined #openstack | 16:04 | |
*** kawa2014 has joined #openstack | 16:04 | |
*** iDrac has joined #openstack | 16:04 | |
mordred | it may take me a few minutes to get an environment in which I can reproduce taht | 16:05 |
mordred | :) | 16:05 |
*** johnthetubaguy has joined #openstack | 16:05 | |
*** kushal has quit IRC | 16:05 | |
*** moijes12 has joined #openstack | 16:06 | |
ryannn | mordred: pip 1.5 from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip | 16:06 |
*** kenperkins_ has quit IRC | 16:06 | |
*** giroro_ has joined #openstack | 16:06 | |
*** nphase has joined #openstack | 16:06 | |
*** sigurding has quit IRC | 16:07 | |
*** kenperkins has joined #openstack | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** jprovazn has quit IRC | 16:08 | |
*** ifarkas has quit IRC | 16:08 | |
*** joesavak has quit IRC | 16:09 | |
*** guardianx has quit IRC | 16:09 | |
*** joesavak has joined #openstack | 16:09 | |
*** kawa2014 has quit IRC | 16:11 | |
*** thumpba has quit IRC | 16:11 | |
*** afazekas_ has joined #openstack | 16:11 | |
*** cotton has joined #openstack | 16:11 | |
*** thumpba has joined #openstack | 16:11 | |
*** moijes12 has quit IRC | 16:12 | |
*** omachace has joined #openstack | 16:13 | |
*** omachace1 has joined #openstack | 16:14 | |
*** thorfinn has joined #openstack | 16:14 | |
*** blueJohn has left #openstack | 16:15 | |
*** jcoufal has quit IRC | 16:15 | |
*** nphase has quit IRC | 16:16 | |
*** spzala has joined #openstack | 16:16 | |
*** xgsa has quit IRC | 16:16 | |
*** ewnd9 has quit IRC | 16:16 | |
*** omachace has quit IRC | 16:17 | |
*** ade_b has quit IRC | 16:18 | |
*** amuller has quit IRC | 16:19 | |
*** retreved has joined #openstack | 16:20 | |
*** marun has quit IRC | 16:20 | |
*** thuc has joined #openstack | 16:20 | |
*** markpeek has joined #openstack | 16:20 | |
*** nphase has joined #openstack | 16:21 | |
*** nshaikh has quit IRC | 16:21 | |
*** marun has joined #openstack | 16:22 | |
*** johnthetubaguy has quit IRC | 16:22 | |
*** johnthetubaguy has joined #openstack | 16:22 | |
*** corXi has quit IRC | 16:23 | |
*** nileshbhosale has joined #openstack | 16:23 | |
*** disappear has quit IRC | 16:24 | |
*** diogogmt has joined #openstack | 16:25 | |
*** markpeek has quit IRC | 16:25 | |
*** markpeek has joined #openstack | 16:25 | |
*** omachace has joined #openstack | 16:25 | |
*** nileshbhosale has quit IRC | 16:25 | |
*** chichkanov has joined #openstack | 16:26 | |
*** omachace1 has quit IRC | 16:26 | |
*** drewlander has quit IRC | 16:26 | |
*** dizquierdo has quit IRC | 16:27 | |
*** piokie has quit IRC | 16:27 | |
*** alexlindenlevy has quit IRC | 16:27 | |
*** ehaselwanter has joined #openstack | 16:28 | |
*** blomquisg has quit IRC | 16:28 | |
*** chichkanov has quit IRC | 16:28 | |
*** DavidSchmitt has quit IRC | 16:28 | |
*** belmoreira has quit IRC | 16:29 | |
*** ala_ has quit IRC | 16:29 | |
*** Galiral has quit IRC | 16:30 | |
*** gigawhat has joined #openstack | 16:30 | |
*** lexano has quit IRC | 16:30 | |
*** jckasper_ has joined #openstack | 16:31 | |
*** franc has quit IRC | 16:31 | |
*** jckasper has quit IRC | 16:31 | |
*** dhblaz has joined #openstack | 16:31 | |
*** paragan has quit IRC | 16:31 | |
nacer | hi there | 16:32 |
nacer | i'm prototyping my openstack cluster with ceph | 16:32 |
*** jcarter has quit IRC | 16:32 | |
nacer | my ceph cluster is runing, now i want to try cinder | 16:32 |
nacer | what component i need for cinder only ? | 16:32 |
*** pmathews has joined #openstack | 16:33 | |
*** jckasper_ has quit IRC | 16:33 | |
nacer | ident + dashbaord seem right ? | 16:33 |
*** jckasper_ has joined #openstack | 16:33 | |
*** dbairduk has joined #openstack | 16:34 | |
jrwren | you don't need dashboard | 16:34 |
*** ehaselwanter has quit IRC | 16:34 | |
jrwren | you never *need* dashbaord, but its a nice thing to have. | 16:34 |
*** jckasper_ has quit IRC | 16:34 | |
*** jckasper_ has joined #openstack | 16:34 | |
*** dbairduk has quit IRC | 16:35 | |
*** eglynn-lunch is now known as eglynn | 16:35 | |
*** pmathews has quit IRC | 16:35 | |
*** pmathews has joined #openstack | 16:35 | |
*** s2r2_ has joined #openstack | 16:36 | |
*** MarcMorata has quit IRC | 16:36 | |
*** mancdaz is now known as mancdaz_away | 16:37 | |
*** AaronGr_Zzz is now known as AaronGr | 16:37 | |
*** moe815 has joined #openstack | 16:38 | |
*** rohit404 has joined #openstack | 16:38 | |
*** yamahata has quit IRC | 16:39 | |
*** mwichmann has quit IRC | 16:39 | |
*** DuncanT- has joined #openstack | 16:41 | |
*** mancdaz_away is now known as mancdaz | 16:41 | |
*** rmoe has joined #openstack | 16:41 | |
*** blomquisg has joined #openstack | 16:41 | |
*** smemon92 has joined #openstack | 16:42 | |
*** ams0_ has quit IRC | 16:43 | |
*** jpich has quit IRC | 16:43 | |
*** dorftrottel_ has quit IRC | 16:44 | |
*** jcarter has joined #openstack | 16:44 | |
*** afazekas_ has quit IRC | 16:45 | |
*** Longgeek has joined #openstack | 16:45 | |
*** mikeoutland has joined #openstack | 16:45 | |
*** sputnik13 has joined #openstack | 16:45 | |
*** iDrac has quit IRC | 16:47 | |
*** colinmcnamara has joined #openstack | 16:47 | |
mordred | ryannn: k. well, that shoudl certainly work. I'll boot up a windows thing in just a bit and see if I can track down what's happening. sorry for the trouble! | 16:47 |
*** jistr has quit IRC | 16:48 | |
*** moe815 has quit IRC | 16:49 | |
eth00 | I know debian, ubuntu, and rhel/centos are supported but is there one OS that is supported or prefered? playing around with centos but wondered if a different OS would be better to use for production | 16:49 |
*** bladernr_ has quit IRC | 16:49 | |
*** dimasgera has joined #openstack | 16:49 | |
*** vsential has joined #openstack | 16:49 | |
*** mmagr has quit IRC | 16:49 | |
*** kushal has joined #openstack | 16:49 | |
*** moe815 has joined #openstack | 16:49 | |
*** Longgeek has quit IRC | 16:49 | |
mordred | eth00: ubuntu is what most of the tests run on in the CI infrastructure - but we do run some of the unittests on centos as well | 16:49 |
mordred | eth00: I'm not sure I can provide an opinion on 'better for production' - that's a much broader question :) | 16:50 |
*** bladernr_ has joined #openstack | 16:50 | |
*** GusM has quit IRC | 16:50 | |
eth00 | mordred, thanks | 16:51 |
*** balajiiyer has joined #openstack | 16:51 | |
Sam-I-Am | eth00: you may get the most bang out of the installation guide for ubuntu, rhel-style, and suse distros | 16:51 |
ryannn | mordred: no problem. thanks for the help | 16:51 |
*** balajiiyer has left #openstack | 16:51 | |
Sam-I-Am | the debian parts need some help :/ | 16:52 |
larsks | eth00: I would say that, of the distributions you listed, ubuntu and rhel come with vendor support, while centos and debian do not. That may weigh into your "better for production" decision, depending on your environment. | 16:52 |
*** mwichmann has joined #openstack | 16:52 | |
*** gszasz has quit IRC | 16:52 | |
ryannn | notmyname: have you used swiftly? i've been reading over the docs. having trouble storing something still. I get auth failure 404, no x-storage-url header | 16:52 |
*** colinmcnamara has quit IRC | 16:53 | |
*** mikeoutland has quit IRC | 16:53 | |
*** jrodom has joined #openstack | 16:53 | |
notmyname | ryannn: I have, but not recently | 16:53 |
eth00 | Sam-I-Am, good to know on debian, | 16:53 |
*** zerick has joined #openstack | 16:53 | |
eth00 | larsks, appreciated that is really helpful to know | 16:53 |
*** MarkAtwood has joined #openstack | 16:54 | |
*** AbyssOne__ is now known as a1|away | 16:55 | |
ryannn | notmyname: did you use it with rackspace cloud files or other? its probably something as simple as the auth url i am using | 16:55 |
*** jnoller has joined #openstack | 16:56 | |
*** iDrac has joined #openstack | 16:57 | |
notmyname | ryannn: works for me just now against my swift-all-in-one | 16:57 |
notmyname | ryannn: what swift cluster are you talking to? what auth system is it using? | 16:57 |
*** AaronGr is now known as AaronGr_Zzz | 16:58 | |
*** vahidh has joined #openstack | 16:58 | |
*** mili_ has joined #openstack | 16:58 | |
*** kushal has quit IRC | 16:59 | |
*** doug_shelley66 has joined #openstack | 16:59 | |
*** brdude has joined #openstack | 16:59 | |
notmyname | ryannn: try using the -v option to see what swiftly is doing in the background | 16:59 |
ryannn | notmyname: its the rackspace hosted cloud files. yeah i did that, trying to hunt the requests down in wireshark now as the --proxy option didn't seem to be working | 17:00 |
*** tqtran has joined #openstack | 17:00 | |
*** kstevens has quit IRC | 17:00 | |
*** iDrac has quit IRC | 17:00 | |
*** derelm has quit IRC | 17:00 | |
*** dguitarbite__ has joined #openstack | 17:01 | |
*** AlanClark has quit IRC | 17:02 | |
*** Barker has quit IRC | 17:02 | |
*** kushal has joined #openstack | 17:02 | |
*** dguitarbite_ has quit IRC | 17:02 | |
*** dguitarbite has quit IRC | 17:02 | |
*** joesavak has quit IRC | 17:02 | |
*** joesavak has joined #openstack | 17:02 | |
*** tzn has joined #openstack | 17:03 | |
notmyname | ryannn: what auth URL are you using? swiftly should probably work best against cloud files (since it's a cloud files dev who wrote it) | 17:03 |
ryannn | notmyname: tried https://identity.api.rackspacecloud.com but it gave 404s, then tried https://identity.api.rackspacecloud.com/v2.0/tokens but it gives 405s | 17:04 |
*** bjornar has joined #openstack | 17:04 | |
*** reptao has joined #openstack | 17:04 | |
notmyname | ryannn: I'd suggest asking what the proper auth url is in #rackspace | 17:05 |
*** Egyptian[Laptop] has joined #openstack | 17:05 | |
kenperkins | depends on the client | 17:05 |
kenperkins | what client? | 17:05 |
notmyname | ryannn: or kenperkins can help :-) | 17:05 |
kenperkins | maybe | 17:05 |
kenperkins | I don't know all of the clients | 17:05 |
notmyname | kenperkins: the auth url changes based on the client? | 17:05 |
kenperkins | no what I mean is | 17:06 |
kenperkins | some clients only use the root url | 17:06 |
*** ygk has joined #openstack | 17:06 | |
kenperkins | some clients require /v2.0/tokens | 17:06 |
kenperkins | (as well) | 17:06 |
ryannn | well after problems with swiftclient/pbr, i am trying to use https://github.com/gholt/swiftly | 17:06 |
kenperkins | ryannn: I can't see if swiftly uses an underlying SDK | 17:07 |
kenperkins | (that's what I know best) | 17:07 |
*** reptao has quit IRC | 17:08 | |
notmyname | kenperkins: no. it's uses the http api directly AFAIK | 17:08 |
notmyname | kenperkins: think of it as an alternative to python-swiftclient | 17:08 |
*** ifarkas has joined #openstack | 17:08 | |
ryannn | oh look, i found one in an example in the docs. the correct answer looks like https://identity.api.rackspacecloud.com/v2.0 | 17:08 |
kenperkins | gotcha | 17:08 |
ryannn | somewhere right in between the two things i tried ;-) | 17:08 |
* kenperkins writes the node.js sdks for rackspace | 17:08 | |
*** vkozhukalov has joined #openstack | 17:08 | |
*** amuller has joined #openstack | 17:09 | |
ryannn | uploaded successfully :) now if i can just find out where it went | 17:09 |
*** dimasgera has quit IRC | 17:10 | |
ygk | i have a question regarding openstack installation | 17:10 |
ygk | to whom shall I put it across | 17:10 |
*** Ryan_Lane has joined #openstack | 17:10 | |
*** Ryan_Lane has quit IRC | 17:11 | |
*** nacer has quit IRC | 17:11 | |
*** Barker has joined #openstack | 17:11 | |
*** nacer has joined #openstack | 17:11 | |
ygk | anybosy who can help me with openstack inastallation | 17:12 |
*** colinmcnamara has joined #openstack | 17:12 | |
ygk | *anybody | 17:12 |
*** devoid has joined #openstack | 17:13 | |
*** nkhare has quit IRC | 17:14 | |
ygk | hello | 17:14 |
ygk | anoone here | 17:14 |
ygk | anyone | 17:14 |
ygk | ????????????????????????/ | 17:14 |
*** AlanClark has joined #openstack | 17:14 | |
*** nphase has quit IRC | 17:14 | |
*** thorfinn has quit IRC | 17:15 | |
*** mkollaro has quit IRC | 17:17 | |
*** mili_ has quit IRC | 17:17 | |
*** jaypipes has joined #openstack | 17:19 | |
*** engkur has quit IRC | 17:19 | |
*** balacafalata has joined #openstack | 17:19 | |
*** ramishra has joined #openstack | 17:19 | |
*** mancdaz is now known as mancdaz_away | 17:19 | |
*** pantea has quit IRC | 17:20 | |
nacer | jrwren: thanks | 17:20 |
*** moted has quit IRC | 17:20 | |
nacer | hi ygk, i can't help you. i'm new to this | 17:20 |
*** moted has joined #openstack | 17:20 | |
*** KaZeR has joined #openstack | 17:22 | |
*** ildikov_ has quit IRC | 17:22 | |
*** scott_w has quit IRC | 17:23 | |
*** IlyaE has quit IRC | 17:23 | |
*** jodok has quit IRC | 17:23 | |
*** henrynash has quit IRC | 17:23 | |
*** salvorapi has quit IRC | 17:23 | |
*** tqtran has quit IRC | 17:24 | |
*** dave_tucker is now known as dave_tucker_zzz | 17:24 | |
*** MaxV has quit IRC | 17:25 | |
*** SumitNaiksatam has quit IRC | 17:25 | |
*** kalloc has quit IRC | 17:25 | |
*** miguitas has quit IRC | 17:26 | |
*** ams0 has joined #openstack | 17:27 | |
*** kalloc_ has joined #openstack | 17:27 | |
stefunel | any ideas what is wrong with the packages from http://archive.gplhost.com/debian/pool/havana for debian? I get a size mismatch for some | 17:27 |
*** jrodom has quit IRC | 17:28 | |
*** HT_Sergio has quit IRC | 17:28 | |
*** mkollaro has joined #openstack | 17:28 | |
ygk | any expert here in openstack | 17:29 |
ygk | i need some help with instalaltion | 17:29 |
*** AaronGr has joined #openstack | 17:29 | |
*** kalloc_ is now known as kalloc | 17:29 | |
*** AaronGr has quit IRC | 17:30 | |
*** amuller has quit IRC | 17:30 | |
*** AaronGr_Zzz is now known as AaronGr | 17:30 | |
*** dave_tucker_zzz is now known as dave_tucker | 17:30 | |
ygk | any expert here in openstack | 17:30 |
*** comay_away has quit IRC | 17:30 | |
*** cbachhub_ has quit IRC | 17:30 | |
*** comay_away has joined #openstack | 17:30 | |
stefunel | nevermind, now it seems fine | 17:31 |
ygk | i have a question regarding openstack installation | 17:33 |
*** angdraug has quit IRC | 17:33 | |
*** Barker has quit IRC | 17:33 | |
*** otherwiseguy has quit IRC | 17:33 | |
*** kushal has quit IRC | 17:33 | |
*** pravins has joined #openstack | 17:34 | |
ygk | i have a question regarding openstack installation | 17:34 |
*** jroovers has quit IRC | 17:34 | |
*** arozumenko has quit IRC | 17:35 | |
*** vahidh has quit IRC | 17:35 | |
*** mdegon has joined #openstack | 17:35 | |
*** jlibosva has quit IRC | 17:35 | |
*** exed_ has quit IRC | 17:35 | |
*** s2r2_ has quit IRC | 17:35 | |
*** vahidh has joined #openstack | 17:35 | |
*** Heka has quit IRC | 17:35 | |
jrwren | ygk: there are no experts here. | 17:36 |
*** mikeoutland has joined #openstack | 17:36 | |
jrwren | ygk: this is a chat room. | 17:36 |
jrwren | ygk: if you need an expert, hire someone. | 17:36 |
*** matanya has joined #openstack | 17:36 | |
*** Heka has joined #openstack | 17:36 | |
*** ygk has quit IRC | 17:36 | |
*** thuc has quit IRC | 17:36 | |
*** afazekas_ has joined #openstack | 17:37 | |
*** mdegon is now known as mdegon-intel | 17:37 | |
*** thuc has joined #openstack | 17:37 | |
jrwren | oh, oops, long gone :) | 17:37 |
*** piokie has joined #openstack | 17:38 | |
*** marun has quit IRC | 17:40 | |
*** rnorwood1 has joined #openstack | 17:40 | |
*** fbo is now known as fbo_away | 17:40 | |
*** pballand has joined #openstack | 17:40 | |
*** marun has joined #openstack | 17:41 | |
*** jkyle has quit IRC | 17:41 | |
*** thuc has quit IRC | 17:41 | |
*** mdegon-intel has left #openstack | 17:41 | |
*** chandankumar_ has quit IRC | 17:42 | |
*** Ilja has quit IRC | 17:42 | |
*** jroovers has joined #openstack | 17:42 | |
*** jorisroovers has joined #openstack | 17:43 | |
*** kushal has joined #openstack | 17:43 | |
*** alexlindenlevy has joined #openstack | 17:43 | |
*** berendt1 has quit IRC | 17:43 | |
*** sputnik1_ has joined #openstack | 17:44 | |
*** sputnik1_ has joined #openstack | 17:45 | |
*** pberis has quit IRC | 17:45 | |
*** elo has joined #openstack | 17:46 | |
*** dbalog has left #openstack | 17:46 | |
*** jroovers has quit IRC | 17:47 | |
*** PhilDay has quit IRC | 17:47 | |
*** jasondotstar has joined #openstack | 17:47 | |
*** pberis has joined #openstack | 17:47 | |
*** smemon92 has quit IRC | 17:47 | |
*** IlyaE has joined #openstack | 17:47 | |
*** dguitarbite__ has quit IRC | 17:48 | |
*** ams0 has quit IRC | 17:50 | |
*** elo has quit IRC | 17:50 | |
*** HT_Sergio has joined #openstack | 17:50 | |
*** bbcmicrocomputer has quit IRC | 17:51 | |
*** daMaestro has joined #openstack | 17:51 | |
*** alexlindenlevy has quit IRC | 17:52 | |
*** mknight_ has joined #openstack | 17:52 | |
*** Heka has quit IRC | 17:52 | |
mknight_ | MKRAND - A Quantum Cellular Randomness Well : http://www.tag.md/public/mkrand-TA1.tar.gz | 17:52 |
*** mknight_ has left #openstack | 17:52 | |
*** alexlindenlevy has joined #openstack | 17:52 | |
*** Heka has joined #openstack | 17:52 | |
*** misterpink has joined #openstack | 17:53 | |
*** nacer_ has joined #openstack | 17:53 | |
*** JuanDRay has joined #openstack | 17:53 | |
*** eglynn has quit IRC | 17:55 | |
*** B1ackavar has quit IRC | 17:55 | |
*** nacer_ has joined #openstack | 17:56 | |
*** nacer has quit IRC | 17:57 | |
*** galstrom is now known as galstrom_zzz | 17:57 | |
*** ade_b has joined #openstack | 17:57 | |
*** tqtran has joined #openstack | 17:58 | |
*** Barker has joined #openstack | 17:58 | |
*** ramishra has quit IRC | 17:59 | |
*** zzelle has joined #openstack | 17:59 | |
*** MarkAtwood has quit IRC | 18:00 | |
*** mkollaro has quit IRC | 18:00 | |
*** majeff has quit IRC | 18:01 | |
*** nacer_ has quit IRC | 18:01 | |
*** gigawhat1 has joined #openstack | 18:02 | |
*** angdraug has joined #openstack | 18:02 | |
*** gigawhat has quit IRC | 18:03 | |
*** TPoJ has quit IRC | 18:03 | |
*** atomek has joined #openstack | 18:03 | |
*** derekh has quit IRC | 18:03 | |
*** chandankumar_ has joined #openstack | 18:03 | |
*** Heka has quit IRC | 18:04 | |
*** Heka has joined #openstack | 18:04 | |
*** nacim has quit IRC | 18:05 | |
*** gigawhat1 has quit IRC | 18:05 | |
*** Barker has quit IRC | 18:05 | |
*** paulczar is now known as zz_paulczar | 18:05 | |
*** jnoller has quit IRC | 18:06 | |
*** jlibosva has joined #openstack | 18:06 | |
*** CaptTofu has joined #openstack | 18:06 | |
*** sushils has quit IRC | 18:07 | |
*** gigawhat has joined #openstack | 18:07 | |
*** gigawhat has quit IRC | 18:08 | |
*** kawa2014 has joined #openstack | 18:09 | |
*** zz_ewindisch is now known as ewindisch | 18:09 | |
*** dguitarbite has joined #openstack | 18:11 | |
*** tzn has quit IRC | 18:11 | |
*** dguitarbite is now known as dguitarbyte | 18:11 | |
*** afazekas_ has quit IRC | 18:12 | |
*** johnthetubaguy has quit IRC | 18:13 | |
*** rohit404 has quit IRC | 18:13 | |
*** pradipta has quit IRC | 18:13 | |
*** elo has joined #openstack | 18:14 | |
*** Barker has joined #openstack | 18:14 | |
*** ildikov has joined #openstack | 18:14 | |
*** tommy_e has joined #openstack | 18:14 | |
*** tongli has quit IRC | 18:15 | |
*** tqtran has quit IRC | 18:15 | |
*** Jokke_ has quit IRC | 18:15 | |
wayneeseguin | With devstack, how do you tell it to use a specific volume group to back the instance store? It appears to be using a loopback one that runs off of rootfs which is tiny. | 18:16 |
*** jaypipes has quit IRC | 18:16 | |
*** ildikov_ has joined #openstack | 18:17 | |
*** zeddii has quit IRC | 18:17 | |
*** s2r2_ has joined #openstack | 18:17 | |
*** ziam has quit IRC | 18:18 | |
*** giorgiodinapoli has quit IRC | 18:18 | |
*** jorisroovers has quit IRC | 18:18 | |
wayneeseguin | tgtd backing store somehow? | 18:18 |
*** tommy_e has quit IRC | 18:19 | |
*** vkozhukalov has quit IRC | 18:19 | |
*** fifieldt has joined #openstack | 18:19 | |
*** l0ritatz has joined #openstack | 18:21 | |
*** yamahata has joined #openstack | 18:21 | |
*** starmer has joined #openstack | 18:21 | |
*** pravins has quit IRC | 18:23 | |
*** henrynash has joined #openstack | 18:23 | |
*** kenperkins has quit IRC | 18:23 | |
*** pballand has quit IRC | 18:23 | |
*** ranjan has joined #openstack | 18:24 | |
*** ryannn has quit IRC | 18:25 | |
*** Gordonz has quit IRC | 18:25 | |
ranjan | hi all i am trying to create private network in openstack from horizon, when creating i am getting such an error http://paste.openstack.org/show/61590/ | 18:26 |
*** s2r2_ has quit IRC | 18:26 | |
ranjan | its unable to create the network, No tenant network is available for allocation | 18:26 |
*** afazekas_ has joined #openstack | 18:26 | |
*** s2r2_ has joined #openstack | 18:28 | |
*** _sulo has quit IRC | 18:28 | |
*** perror has quit IRC | 18:28 | |
*** afazekas_ has quit IRC | 18:30 | |
*** sroy has quit IRC | 18:30 | |
*** dcramer_ has quit IRC | 18:31 | |
*** dguitarbyte has quit IRC | 18:31 | |
*** sroy has joined #openstack | 18:31 | |
*** afazekas_ has joined #openstack | 18:32 | |
*** marun has quit IRC | 18:32 | |
*** gigawhat has joined #openstack | 18:33 | |
*** otherwiseguy has joined #openstack | 18:33 | |
*** marun has joined #openstack | 18:33 | |
*** exed_ has joined #openstack | 18:34 | |
*** erkrnt has joined #openstack | 18:35 | |
*** Barker has quit IRC | 18:35 | |
*** ewindisch is now known as zz_ewindisch | 18:36 | |
*** sroy has quit IRC | 18:36 | |
*** Barker has joined #openstack | 18:36 | |
*** ranjan has quit IRC | 18:36 | |
*** IlyaE has quit IRC | 18:37 | |
*** zz_ewindisch is now known as ewindisch | 18:37 | |
*** jaypipes has joined #openstack | 18:37 | |
*** ewindisch is now known as zz_ewindisch | 18:40 | |
*** marun has quit IRC | 18:40 | |
*** zz_ewindisch is now known as ewindisch | 18:41 | |
*** l0ritatz has quit IRC | 18:41 | |
*** marun has joined #openstack | 18:41 | |
*** Heka has quit IRC | 18:42 | |
*** Heka has joined #openstack | 18:42 | |
*** starmer has quit IRC | 18:44 | |
*** GusM has joined #openstack | 18:44 | |
*** chandankumar_ has quit IRC | 18:44 | |
*** pravka has joined #openstack | 18:45 | |
*** pravins has joined #openstack | 18:45 | |
*** starmer has joined #openstack | 18:45 | |
*** s2r2__ has joined #openstack | 18:45 | |
*** galstrom_zzz is now known as galstrom | 18:45 | |
*** jayne has quit IRC | 18:46 | |
*** valgrind has joined #openstack | 18:47 | |
*** newell has joined #openstack | 18:47 | |
*** pravins has quit IRC | 18:47 | |
*** venkatesh has joined #openstack | 18:48 | |
*** yamahata has quit IRC | 18:48 | |
*** s2r2_ has quit IRC | 18:48 | |
*** jasondotstar has quit IRC | 18:49 | |
*** bladernr_ has quit IRC | 18:49 | |
*** bladernr_ has joined #openstack | 18:49 | |
*** Longgeek has joined #openstack | 18:49 | |
*** ewindisch is now known as zz_ewindisch | 18:50 | |
*** tryggvil has quit IRC | 18:50 | |
*** teran has quit IRC | 18:50 | |
*** GusM has quit IRC | 18:51 | |
*** CaptTofu has quit IRC | 18:52 | |
*** zz_ewindisch is now known as ewindisch | 18:52 | |
*** ivar-lazzaro has joined #openstack | 18:53 | |
*** dobber has joined #openstack | 18:54 | |
*** starmer has quit IRC | 18:54 | |
*** gigawhat has quit IRC | 18:54 | |
*** iDrac has joined #openstack | 18:55 | |
*** judd7_ has joined #openstack | 18:55 | |
*** IlyaE has joined #openstack | 18:55 | |
*** starmer has joined #openstack | 18:55 | |
*** diegows has joined #openstack | 18:56 | |
*** Longgeek has quit IRC | 18:57 | |
*** spzala has quit IRC | 18:57 | |
*** spzala_ has joined #openstack | 18:57 | |
*** dave_tucker is now known as dave_tucker_zzz | 18:58 | |
*** spzala_ is now known as spzala | 18:58 | |
*** zz_paulczar is now known as paulczar | 18:59 | |
*** mikeoutl_ has joined #openstack | 18:59 | |
*** mikeoutland has quit IRC | 18:59 | |
*** kawa2014 has quit IRC | 18:59 | |
*** gigawhat has joined #openstack | 19:02 | |
*** gigawhat has left #openstack | 19:02 | |
*** venkatesh has quit IRC | 19:02 | |
*** starmer has quit IRC | 19:02 | |
*** exed_ has quit IRC | 19:02 | |
*** amotoki has joined #openstack | 19:03 | |
*** jroovers has joined #openstack | 19:03 | |
*** rikur has joined #openstack | 19:03 | |
*** belmoreira has joined #openstack | 19:03 | |
*** afazekas_ has quit IRC | 19:03 | |
*** IlyaE has quit IRC | 19:03 | |
*** amotoki has quit IRC | 19:03 | |
*** atomek has quit IRC | 19:03 | |
*** shizer has joined #openstack | 19:04 | |
*** galstrom is now known as galstrom_zzz | 19:05 | |
*** atomek has joined #openstack | 19:05 | |
*** CaptTofu has joined #openstack | 19:05 | |
*** balajiiyer has joined #openstack | 19:05 | |
*** galstrom_zzz is now known as galstrom | 19:05 | |
*** fin has quit IRC | 19:06 | |
*** starmer has joined #openstack | 19:06 | |
*** lborda has quit IRC | 19:08 | |
*** ayoung is now known as admiyo | 19:08 | |
*** piokie has quit IRC | 19:09 | |
*** GusM has joined #openstack | 19:10 | |
*** Heka has quit IRC | 19:11 | |
*** yamahata has joined #openstack | 19:13 | |
*** fin has joined #openstack | 19:13 | |
*** belmoreira has quit IRC | 19:14 | |
*** jasondotstar has joined #openstack | 19:14 | |
*** arif-ali has joined #openstack | 19:16 | |
*** bynaryshef has quit IRC | 19:16 | |
*** jtomasek has quit IRC | 19:17 | |
*** gigawhat has joined #openstack | 19:19 | |
*** gigawhat has quit IRC | 19:20 | |
*** arozumenko has joined #openstack | 19:21 | |
*** atomek has quit IRC | 19:21 | |
*** annegent_ has joined #openstack | 19:21 | |
*** ade_b has quit IRC | 19:22 | |
*** sushils has joined #openstack | 19:22 | |
*** annegent_ has quit IRC | 19:22 | |
*** IlyaE has joined #openstack | 19:23 | |
*** shizer has quit IRC | 19:23 | |
*** jp_at_hp has quit IRC | 19:24 | |
*** erkrnt has quit IRC | 19:25 | |
*** markpeek has quit IRC | 19:25 | |
*** markpeek1 has joined #openstack | 19:25 | |
*** fikst has quit IRC | 19:26 | |
*** yogesh has joined #openstack | 19:27 | |
*** jroovers has quit IRC | 19:27 | |
*** gigawhat has joined #openstack | 19:28 | |
*** jroovers has joined #openstack | 19:28 | |
*** _sulo has joined #openstack | 19:30 | |
*** jorisroovers has joined #openstack | 19:30 | |
*** belmoreira has joined #openstack | 19:32 | |
*** erkrnt has joined #openstack | 19:32 | |
*** mrjazzcat has joined #openstack | 19:32 | |
*** jroovers has quit IRC | 19:33 | |
*** tommy_e has joined #openstack | 19:33 | |
*** drewlander has joined #openstack | 19:34 | |
*** spzala has quit IRC | 19:35 | |
*** edmund has joined #openstack | 19:35 | |
*** GusM has quit IRC | 19:35 | |
*** spzala has joined #openstack | 19:36 | |
*** teran has joined #openstack | 19:36 | |
*** msgodf has quit IRC | 19:36 | |
*** MaxV has joined #openstack | 19:36 | |
*** emagana has joined #openstack | 19:37 | |
*** mrjazzcat has quit IRC | 19:37 | |
*** salmanbaset has quit IRC | 19:38 | |
*** chrispeters has quit IRC | 19:38 | |
emagana | annegentle: are you around? | 19:38 |
*** starmer has quit IRC | 19:38 | |
*** HenryG has quit IRC | 19:39 | |
*** monst has quit IRC | 19:39 | |
*** omachace has left #openstack | 19:40 | |
*** LordComac has quit IRC | 19:40 | |
HT_Sergio | Hey all, | 19:41 |
HT_Sergio | I just posted a question https://ask.openstack.org/en/question/10727/start-instance-fails-when-booting-from-ceph-backed-volume/ That I hope is something silly. It's been driving me crazy trying to fix it | 19:42 |
HT_Sergio | If anyone else is using Ceph with OpenStack I'd be willing to hear any wisdom you you! | 19:42 |
*** julienvey_ has joined #openstack | 19:42 | |
HT_Sergio | *you have | 19:42 |
*** maxdml has quit IRC | 19:45 | |
*** jdag has quit IRC | 19:45 | |
*** inc0 has quit IRC | 19:45 | |
*** MaxV has quit IRC | 19:46 | |
*** CaptTofu has quit IRC | 19:46 | |
*** kevinconway_ has joined #openstack | 19:48 | |
*** mzamurii has joined #openstack | 19:48 | |
*** kevinconway has quit IRC | 19:49 | |
*** kevinconway_ is now known as kevinconway | 19:49 | |
*** bladernr_ has quit IRC | 19:49 | |
*** bladernr_ has joined #openstack | 19:50 | |
*** MaxV has joined #openstack | 19:50 | |
*** georgevas has joined #openstack | 19:50 | |
*** atomek has joined #openstack | 19:52 | |
*** georgevas has quit IRC | 19:52 | |
*** fifieldt has quit IRC | 19:53 | |
HT_Sergio | larsks: I'm coming to the realization that you are some amount of awesome! | 19:54 |
*** rnirmal has joined #openstack | 19:55 | |
*** marun has quit IRC | 19:55 | |
*** aswitchtoofar has joined #openstack | 19:55 | |
*** westmau5 is now known as westmaas | 19:55 | |
*** galstrom is now known as galstrom_zzz | 19:55 | |
larsks | HT_Sergio: ...that's very kind of you, but I think that's setting the "awesome" bar pretty low. :) | 19:56 |
*** gigawhat has quit IRC | 19:56 | |
*** gigawhat has joined #openstack | 19:56 | |
*** Longgeek has joined #openstack | 19:56 | |
*** HenryG has joined #openstack | 19:57 | |
*** Ilja has joined #openstack | 19:57 | |
*** gigawhat has quit IRC | 19:58 | |
*** galstrom_zzz is now known as galstrom | 19:58 | |
*** MaxV has quit IRC | 19:59 | |
*** AaronGr is now known as Aarongr_afk | 19:59 | |
*** george2 has joined #openstack | 19:59 | |
*** arozumenko has quit IRC | 20:00 | |
*** chrispeters has joined #openstack | 20:00 | |
*** sigurding has joined #openstack | 20:00 | |
*** HT_Sergio has quit IRC | 20:00 | |
*** gdubreui has joined #openstack | 20:01 | |
*** Tross has left #openstack | 20:01 | |
*** sridhar__ has left #openstack | 20:01 | |
*** Longgeek has quit IRC | 20:02 | |
*** gdubreui has quit IRC | 20:03 | |
*** marcelodieder has quit IRC | 20:03 | |
*** gdubreui has joined #openstack | 20:03 | |
*** iDrac has quit IRC | 20:04 | |
*** msgodf has joined #openstack | 20:04 | |
*** kalloc has quit IRC | 20:06 | |
*** sigurding has quit IRC | 20:06 | |
*** cagrev has quit IRC | 20:06 | |
*** cagrev has joined #openstack | 20:06 | |
*** marun has joined #openstack | 20:06 | |
*** MaxV has joined #openstack | 20:06 | |
*** sroy_ has joined #openstack | 20:07 | |
*** sigurding has joined #openstack | 20:07 | |
*** cjoelrun has joined #openstack | 20:08 | |
*** fishguy has joined #openstack | 20:08 | |
*** ifarkas has quit IRC | 20:08 | |
*** dbalog has joined #openstack | 20:08 | |
*** kalloc_ has joined #openstack | 20:08 | |
*** elo has quit IRC | 20:09 | |
*** monst has joined #openstack | 20:09 | |
*** anticw has quit IRC | 20:10 | |
*** evelin has joined #openstack | 20:10 | |
*** sigurding has quit IRC | 20:10 | |
*** anticw has joined #openstack | 20:11 | |
*** bugfixer has joined #openstack | 20:12 | |
*** cjoelrun has quit IRC | 20:12 | |
*** otherwiseguy has quit IRC | 20:13 | |
*** mikeoutl_ has quit IRC | 20:13 | |
*** kalloc_ has quit IRC | 20:13 | |
*** mikeoutland has joined #openstack | 20:14 | |
*** starmer has joined #openstack | 20:14 | |
*** MaxV has quit IRC | 20:14 | |
*** starmer has quit IRC | 20:14 | |
*** ulkesh has quit IRC | 20:14 | |
*** evelin has quit IRC | 20:15 | |
*** cereal_bars has joined #openstack | 20:15 | |
*** jasondotstar has quit IRC | 20:15 | |
*** whenry has joined #openstack | 20:15 | |
*** JuanDRay has quit IRC | 20:16 | |
*** morazi has quit IRC | 20:16 | |
*** cagrev_ has joined #openstack | 20:17 | |
*** retreved has quit IRC | 20:17 | |
*** sigurding has joined #openstack | 20:17 | |
*** monst has quit IRC | 20:18 | |
*** jcoufal has joined #openstack | 20:18 | |
*** tdc has joined #openstack | 20:19 | |
*** cagrev has quit IRC | 20:20 | |
*** sigurding has quit IRC | 20:21 | |
*** cjoelrun has joined #openstack | 20:22 | |
*** pravka has quit IRC | 20:22 | |
*** anticw has quit IRC | 20:23 | |
*** rmartinelli has quit IRC | 20:23 | |
*** lborda has joined #openstack | 20:23 | |
*** elo has joined #openstack | 20:24 | |
*** anticw has joined #openstack | 20:24 | |
vt102 | So, the Havana images guide doesn't mention any links to CentOS images, does anybody know a source? | 20:25 |
larsks | vt102: There's an image available here: http://repos.fedorapeople.org/repos/openstack/guest-images/ | 20:26 |
*** sputnik13 has quit IRC | 20:26 | |
*** colinmcnamara has quit IRC | 20:26 | |
larsks | There is currently work going on to put together a CentOS Cloud working group that would ultimately be responsible for generating "official" images, but they don't exist yet. | 20:26 |
*** mili_ has joined #openstack | 20:27 | |
*** monst has joined #openstack | 20:27 | |
*** ryanpetrello has joined #openstack | 20:29 | |
vt102 | larsks: thanks! | 20:30 |
*** mdomsch has joined #openstack | 20:31 | |
*** gigawhat has joined #openstack | 20:32 | |
*** morazi has joined #openstack | 20:32 | |
*** fin has quit IRC | 20:33 | |
*** admiyo is now known as ayoung | 20:33 | |
*** pmathews has quit IRC | 20:33 | |
*** rfolco has quit IRC | 20:33 | |
*** pmathews has joined #openstack | 20:33 | |
*** andreaf has joined #openstack | 20:34 | |
*** erkrnt has quit IRC | 20:35 | |
*** elo has quit IRC | 20:35 | |
*** fin has joined #openstack | 20:36 | |
*** retreved has joined #openstack | 20:37 | |
*** benrodrigue has joined #openstack | 20:38 | |
*** kalloc has joined #openstack | 20:39 | |
*** blomquisg has quit IRC | 20:39 | |
*** ricardo has joined #openstack | 20:40 | |
*** ricardo is now known as Guest56004 | 20:40 | |
*** tommy_e has quit IRC | 20:41 | |
*** tommy_e has joined #openstack | 20:42 | |
*** dcramer_ has joined #openstack | 20:42 | |
*** adriant has joined #openstack | 20:42 | |
*** nphase has joined #openstack | 20:43 | |
*** nphase has joined #openstack | 20:43 | |
*** kalloc has quit IRC | 20:44 | |
*** tommy_e has quit IRC | 20:46 | |
*** MaxV has joined #openstack | 20:47 | |
*** fin has quit IRC | 20:47 | |
*** dcramer_ has quit IRC | 20:47 | |
*** derekh has joined #openstack | 20:48 | |
*** bladernr_ has quit IRC | 20:49 | |
*** SumitNaiksatam has joined #openstack | 20:49 | |
*** Barker has quit IRC | 20:49 | |
*** tkay has joined #openstack | 20:49 | |
*** bladernr_ has joined #openstack | 20:50 | |
*** sputnik13 has joined #openstack | 20:50 | |
*** yocum_ has joined #openstack | 20:51 | |
yocum_ | yocum: | 20:51 |
*** blomquisg has joined #openstack | 20:52 | |
*** deoan has quit IRC | 20:53 | |
*** balajiiyer has left #openstack | 20:53 | |
*** fin has joined #openstack | 20:54 | |
*** IlyaE has quit IRC | 20:54 | |
*** IlyaE has joined #openstack | 20:55 | |
*** rnirmal has quit IRC | 20:56 | |
*** JuanDRay has joined #openstack | 20:56 | |
*** jamespage_ has joined #openstack | 20:57 | |
*** teran_ has joined #openstack | 20:59 | |
*** jamespage_ has quit IRC | 20:59 | |
*** blomquisg has quit IRC | 20:59 | |
*** Longgeek has joined #openstack | 21:00 | |
*** otherwiseguy has joined #openstack | 21:00 | |
*** fin has quit IRC | 21:01 | |
*** _sulo has quit IRC | 21:01 | |
*** teran has quit IRC | 21:02 | |
*** dcramer_ has joined #openstack | 21:03 | |
*** atomek has quit IRC | 21:03 | |
*** teran has joined #openstack | 21:04 | |
*** deoan has joined #openstack | 21:05 | |
*** mdomsch has quit IRC | 21:05 | |
*** s2r2__ has quit IRC | 21:05 | |
*** Longgeek has quit IRC | 21:05 | |
*** CaptTofu has joined #openstack | 21:05 | |
*** vlad_starkov has joined #openstack | 21:05 | |
*** vlad_starkov has quit IRC | 21:05 | |
*** gigawhat has left #openstack | 21:06 | |
*** tkay has quit IRC | 21:06 | |
*** teran_ has quit IRC | 21:07 | |
*** vlad_starkov has joined #openstack | 21:07 | |
*** MaxV has quit IRC | 21:08 | |
*** cjsarette has joined #openstack | 21:08 | |
*** deoan has quit IRC | 21:08 | |
*** vlad_starkov has quit IRC | 21:08 | |
*** rmoe_ has joined #openstack | 21:08 | |
*** ildikov has quit IRC | 21:09 | |
*** vlad_starkov has joined #openstack | 21:09 | |
*** mili_ has quit IRC | 21:09 | |
*** stronghere has quit IRC | 21:09 | |
*** xqueralt has quit IRC | 21:09 | |
*** rmoe has quit IRC | 21:09 | |
*** mili_ has joined #openstack | 21:09 | |
*** moe815 has quit IRC | 21:10 | |
*** mili_ has quit IRC | 21:10 | |
*** itamarjp has quit IRC | 21:10 | |
*** mili_ has joined #openstack | 21:10 | |
*** max_lobur is now known as max_lobur_afk | 21:10 | |
itarchitectkev | hey folks | 21:10 |
*** KaZeR has quit IRC | 21:10 | |
*** viper0984 has joined #openstack | 21:11 | |
itarchitectkev | any of you adjust the dhcp_domain (/etc/neutron/dhcp_agent.ini) from "openstacklocal" to something else? No matter what I put, all my instances get "openstacklocal" in resolv.conf search | 21:11 |
itarchitectkev | and dnsmasq procs all have --domain=openstacklocal | 21:12 |
*** blomquisg has joined #openstack | 21:12 | |
*** jaypipes has quit IRC | 21:12 | |
*** gigawhat has joined #openstack | 21:12 | |
*** moe815 has joined #openstack | 21:13 | |
*** colinmcnamara has joined #openstack | 21:14 | |
*** sroy_ has quit IRC | 21:14 | |
*** belmoreira has quit IRC | 21:16 | |
*** elo has joined #openstack | 21:17 | |
*** gigawhat has quit IRC | 21:17 | |
*** dcramer_ has quit IRC | 21:17 | |
*** tdc has quit IRC | 21:18 | |
*** mili_ has quit IRC | 21:19 | |
*** cereal_bars has quit IRC | 21:19 | |
*** belmoreira has joined #openstack | 21:22 | |
*** morazi has quit IRC | 21:22 | |
*** gigawhat has joined #openstack | 21:23 | |
*** MaxV has joined #openstack | 21:23 | |
*** blammo has joined #openstack | 21:25 | |
*** Ilja has quit IRC | 21:25 | |
*** jrb has joined #openstack | 21:26 | |
*** jdurgin1 has joined #openstack | 21:27 | |
*** aswitchtoofar has quit IRC | 21:28 | |
*** CaptTofu has quit IRC | 21:28 | |
*** dcramer_ has joined #openstack | 21:29 | |
*** stronghere has joined #openstack | 21:30 | |
*** blomquisg has quit IRC | 21:32 | |
*** IlyaE has quit IRC | 21:32 | |
blammo | hi. if i get a "no route to host" periodically for a VM in the same openstack vlan. any ideas where to start looking? the machines are just one hop away via a trace | 21:32 |
*** radez is now known as radez_g0n3 | 21:32 | |
*** jhesketh_ has joined #openstack | 21:33 | |
*** morazi has joined #openstack | 21:34 | |
*** belmoreira has quit IRC | 21:34 | |
*** mikeoutland has quit IRC | 21:35 | |
*** cagrev__ has joined #openstack | 21:36 | |
*** yamahata has quit IRC | 21:36 | |
*** IlyaE has joined #openstack | 21:37 | |
*** jhesketh__ has joined #openstack | 21:37 | |
*** MaxSayre has left #openstack | 21:37 | |
*** davelowe has quit IRC | 21:38 | |
itarchitectkev | hmm - had to kill the dnsmasq processes and restart neutron-dhcp-agent (it didn't do any reloading of dnsmasq). | 21:38 |
*** yamahata has joined #openstack | 21:38 | |
*** davelowe has joined #openstack | 21:40 | |
*** cagrev_ has quit IRC | 21:40 | |
*** belmoreira has joined #openstack | 21:40 | |
*** kalloc has joined #openstack | 21:40 | |
*** KaZeR_ has joined #openstack | 21:41 | |
*** sputnik13 has quit IRC | 21:42 | |
*** blackboxsw has quit IRC | 21:43 | |
*** blackboxsw has joined #openstack | 21:43 | |
*** jayne has joined #openstack | 21:43 | |
*** tmclaugh[work] has quit IRC | 21:43 | |
*** spzala has quit IRC | 21:43 | |
*** blomquisg has joined #openstack | 21:44 | |
*** mikeoutland has joined #openstack | 21:45 | |
*** galstrom is now known as galstrom_zzz | 21:45 | |
*** kalloc has quit IRC | 21:45 | |
*** melmoth has quit IRC | 21:46 | |
*** mikeoutland has quit IRC | 21:46 | |
*** radsy has joined #openstack | 21:47 | |
*** bladernr_ has quit IRC | 21:49 | |
*** bjornar has quit IRC | 21:50 | |
*** KaZeR_ has quit IRC | 21:50 | |
*** KaZeR has joined #openstack | 21:51 | |
*** paulczar is now known as zz_paulczar | 21:51 | |
*** Diddi has quit IRC | 21:52 | |
*** tryggvil has joined #openstack | 21:52 | |
*** jaypipes has joined #openstack | 21:52 | |
*** tserong has quit IRC | 21:53 | |
*** Diddi has joined #openstack | 21:53 | |
*** zz_paulczar is now known as paulczar | 21:54 | |
*** tserong has joined #openstack | 21:54 | |
*** tserong has quit IRC | 21:54 | |
*** tserong has joined #openstack | 21:54 | |
*** blammo has quit IRC | 21:54 | |
*** datajerk has quit IRC | 21:55 | |
*** thuc has joined #openstack | 21:57 | |
*** drewlander has quit IRC | 21:58 | |
*** bladernr_ has joined #openstack | 21:58 | |
*** monst_ has joined #openstack | 21:59 | |
*** monst_ has quit IRC | 21:59 | |
*** blomquisg has quit IRC | 22:00 | |
*** rnirmal has joined #openstack | 22:00 | |
*** monst has quit IRC | 22:00 | |
*** monst has joined #openstack | 22:01 | |
*** majeff has joined #openstack | 22:01 | |
*** vkmc has quit IRC | 22:02 | |
*** lblanchard has quit IRC | 22:02 | |
*** retreved has quit IRC | 22:03 | |
*** doug_shelley66 has quit IRC | 22:03 | |
*** Longgeek has joined #openstack | 22:04 | |
*** mzamurii has quit IRC | 22:04 | |
*** gigawhat has quit IRC | 22:04 | |
*** mili_ has joined #openstack | 22:05 | |
*** ArxCruz has quit IRC | 22:06 | |
*** gigawhat has joined #openstack | 22:06 | |
*** dizquierdo has joined #openstack | 22:06 | |
*** majeff has quit IRC | 22:06 | |
*** StuartMI has joined #openstack | 22:06 | |
*** beagles has quit IRC | 22:07 | |
*** foexle has quit IRC | 22:08 | |
*** ArxCruz has joined #openstack | 22:09 | |
*** vlad_sta_ has joined #openstack | 22:09 | |
*** lborda has quit IRC | 22:09 | |
*** Longgeek has quit IRC | 22:09 | |
*** chrispeters has quit IRC | 22:10 | |
*** jdob has quit IRC | 22:10 | |
*** mspreitz has joined #openstack | 22:11 | |
mspreitz | I have a simple question about Heat | 22:11 |
*** stronghere has quit IRC | 22:12 | |
mspreitz | How does one say, in a create request, to not rollback on error? | 22:12 |
*** peristeri has quit IRC | 22:12 | |
*** vlad_starkov has quit IRC | 22:12 | |
mspreitz | Is anybody alive in here? | 22:13 |
*** blomquisg has joined #openstack | 22:14 | |
*** marun has quit IRC | 22:14 | |
*** yocum has quit IRC | 22:14 | |
*** mspreitz has quit IRC | 22:16 | |
*** ewindisch is now known as zz_ewindisch | 22:16 | |
*** zz_ewindisch is now known as ewindisch | 22:17 | |
*** fsimonce has quit IRC | 22:18 | |
*** pixelb has quit IRC | 22:19 | |
*** danielbruno has quit IRC | 22:20 | |
*** ewindisch is now known as zz_ewindisch | 22:20 | |
*** sgordon has quit IRC | 22:21 | |
*** zz_ewindisch is now known as ewindisch | 22:21 | |
*** dneary has quit IRC | 22:23 | |
*** mikeoutland has joined #openstack | 22:23 | |
*** colinmcnamara has quit IRC | 22:24 | |
*** colinmcnamara has joined #openstack | 22:25 | |
*** Ch00k has quit IRC | 22:25 | |
*** Ch00k has joined #openstack | 22:26 | |
*** fishguy has quit IRC | 22:27 | |
*** doug_shelley66 has joined #openstack | 22:28 | |
*** yamahata has quit IRC | 22:29 | |
*** pmathews has quit IRC | 22:29 | |
*** pmathews has joined #openstack | 22:29 | |
*** bdpayne has joined #openstack | 22:29 | |
*** pumtrix has joined #openstack | 22:31 | |
*** asadpanda has quit IRC | 22:32 | |
*** dcramer_ has quit IRC | 22:33 | |
*** mili_ has quit IRC | 22:34 | |
*** mili_ has joined #openstack | 22:34 | |
*** asadpanda has joined #openstack | 22:35 | |
*** joesavak has quit IRC | 22:35 | |
*** doug_shelley66 has quit IRC | 22:35 | |
*** doug_shelley66 has joined #openstack | 22:36 | |
*** Arconiaprime has quit IRC | 22:36 | |
*** jcoufal has quit IRC | 22:36 | |
*** sandywalsh has joined #openstack | 22:36 | |
*** galstrom_zzz is now known as galstrom | 22:37 | |
*** mili_ has quit IRC | 22:37 | |
*** Arconiaprime has joined #openstack | 22:37 | |
*** mili_ has joined #openstack | 22:37 | |
*** mili_ has quit IRC | 22:38 | |
*** monst has quit IRC | 22:38 | |
*** mili_ has joined #openstack | 22:38 | |
*** itarchitectkev has quit IRC | 22:38 | |
*** yamahata has joined #openstack | 22:38 | |
*** dims has quit IRC | 22:39 | |
*** kalloc has joined #openstack | 22:39 | |
*** thuc has quit IRC | 22:39 | |
*** stoned75 has joined #openstack | 22:39 | |
*** thuc has joined #openstack | 22:40 | |
*** thuc has quit IRC | 22:40 | |
*** dizquierdo has quit IRC | 22:40 | |
*** jodok has joined #openstack | 22:40 | |
*** jodok has joined #openstack | 22:40 | |
*** dave__ has quit IRC | 22:40 | |
*** monst has joined #openstack | 22:41 | |
*** lexano has joined #openstack | 22:41 | |
*** nphase has quit IRC | 22:41 | |
*** vsential_ has joined #openstack | 22:42 | |
*** belmoreira has quit IRC | 22:42 | |
*** kalloc has quit IRC | 22:44 | |
*** vsential has quit IRC | 22:44 | |
*** panda has joined #openstack | 22:46 | |
*** dcramer_ has joined #openstack | 22:46 | |
*** dgel has joined #openstack | 22:46 | |
*** diegows has quit IRC | 22:46 | |
*** colinmcnamara has quit IRC | 22:46 | |
*** colinmcnamara has joined #openstack | 22:47 | |
*** panda___ has quit IRC | 22:49 | |
*** whenry has quit IRC | 22:49 | |
*** jasondotstar has joined #openstack | 22:50 | |
*** Trixboxer has quit IRC | 22:50 | |
*** marekd is now known as marekd|away | 22:51 | |
*** Guest56004 has quit IRC | 22:51 | |
*** coby has quit IRC | 22:51 | |
*** sputnik13 has joined #openstack | 22:52 | |
*** MaxV has quit IRC | 22:52 | |
*** jlibosva has quit IRC | 22:52 | |
*** monst has quit IRC | 22:53 | |
*** jobewan has quit IRC | 22:54 | |
*** kevinconway has quit IRC | 22:54 | |
*** csd has joined #openstack | 22:54 | |
*** jobewan has joined #openstack | 22:54 | |
*** dims has joined #openstack | 22:55 | |
*** mili__ has joined #openstack | 22:55 | |
*** panda_ has joined #openstack | 22:55 | |
*** mjeanson_ is now known as mjeanson | 22:55 | |
*** mili___ has joined #openstack | 22:57 | |
*** mili_ has quit IRC | 22:57 | |
*** panda has quit IRC | 22:58 | |
*** mili___ has quit IRC | 22:58 | |
*** dmsimard has quit IRC | 22:58 | |
*** mili_ has joined #openstack | 22:59 | |
*** gdubreui has quit IRC | 22:59 | |
*** mili_ has quit IRC | 22:59 | |
*** mili_ has joined #openstack | 22:59 | |
*** monst has joined #openstack | 23:00 | |
*** jasondotstar has quit IRC | 23:00 | |
*** mili__ has quit IRC | 23:01 | |
*** dobber has quit IRC | 23:01 | |
*** galstrom is now known as galstrom_zzz | 23:01 | |
*** jskinner has quit IRC | 23:02 | |
*** brdude has quit IRC | 23:02 | |
*** datajerk has joined #openstack | 23:02 | |
*** dobber has joined #openstack | 23:04 | |
*** saneax_ has joined #openstack | 23:04 | |
*** panda has joined #openstack | 23:04 | |
*** gigawhat has left #openstack | 23:07 | |
*** zzelle has quit IRC | 23:07 | |
*** Longgeek has joined #openstack | 23:07 | |
*** panda_ has quit IRC | 23:08 | |
*** vlad_starkov has joined #openstack | 23:09 | |
*** Ch00k has quit IRC | 23:09 | |
*** jmh_ has quit IRC | 23:10 | |
*** blomquisg has quit IRC | 23:11 | |
*** GeoKM has joined #openstack | 23:11 | |
*** sputnik13 has quit IRC | 23:12 | |
*** nphase has joined #openstack | 23:12 | |
*** Master-N has joined #openstack | 23:12 | |
*** vlad_sta_ has quit IRC | 23:12 | |
*** benkevan has joined #openstack | 23:12 | |
*** Longgeek has quit IRC | 23:13 | |
*** gigawhat1 has joined #openstack | 23:14 | |
*** FunnyLookinHat has quit IRC | 23:14 | |
*** JuanDRay has quit IRC | 23:15 | |
*** dobber has quit IRC | 23:15 | |
*** nphase has quit IRC | 23:16 | |
*** brdude has joined #openstack | 23:17 | |
*** monst has quit IRC | 23:17 | |
*** gigawhat1 has quit IRC | 23:17 | |
*** vlad_starkov has quit IRC | 23:17 | |
*** vlad_starkov has joined #openstack | 23:18 | |
*** freeflying_away is now known as freeflying | 23:19 | |
*** WackoRob_ has quit IRC | 23:19 | |
*** dave_tucker_zzz is now known as dave_tucker | 23:19 | |
*** dcramer_ has quit IRC | 23:20 | |
*** walterheck has joined #openstack | 23:20 | |
*** Guest56004 has joined #openstack | 23:21 | |
*** jecarey has quit IRC | 23:21 | |
*** benrodrigue has quit IRC | 23:21 | |
*** george2 has quit IRC | 23:22 | |
*** walterheck has quit IRC | 23:25 | |
*** cdub has quit IRC | 23:25 | |
*** dhblaz has quit IRC | 23:25 | |
*** datajerk has quit IRC | 23:26 | |
*** panda_ has joined #openstack | 23:27 | |
*** blomquisg has joined #openstack | 23:27 | |
*** gdubreui has joined #openstack | 23:28 | |
*** eharney has quit IRC | 23:28 | |
*** jodok has quit IRC | 23:28 | |
*** daMaestro has quit IRC | 23:28 | |
*** george2 has joined #openstack | 23:29 | |
*** Shaan7 has quit IRC | 23:30 | |
*** panda has quit IRC | 23:30 | |
*** derekh has quit IRC | 23:30 | |
*** KLevenstein has quit IRC | 23:32 | |
*** dcramer_ has joined #openstack | 23:32 | |
*** clayb has quit IRC | 23:35 | |
*** kalloc has joined #openstack | 23:39 | |
*** nphase has joined #openstack | 23:42 | |
*** elo has quit IRC | 23:43 | |
*** cagrev__ has quit IRC | 23:44 | |
*** kalloc has quit IRC | 23:44 | |
*** mili__ has joined #openstack | 23:44 | |
*** kbrierly has quit IRC | 23:45 | |
*** GeoKM has quit IRC | 23:47 | |
*** alexlindenlevy has quit IRC | 23:47 | |
*** mili_ has quit IRC | 23:48 | |
*** nphase has quit IRC | 23:49 | |
*** sputnik13 has joined #openstack | 23:49 | |
*** WackoRobie has joined #openstack | 23:49 | |
*** rmartinelli has joined #openstack | 23:50 | |
*** brdude has quit IRC | 23:52 | |
*** rcleere has quit IRC | 23:53 | |
*** rcleere has joined #openstack | 23:53 | |
*** radsy_ has joined #openstack | 23:55 | |
*** reed has joined #openstack | 23:55 | |
*** brdude has joined #openstack | 23:55 | |
*** jobewan has quit IRC | 23:56 | |
*** sn6i23a has joined #openstack | 23:56 | |
*** radsy has quit IRC | 23:57 | |
*** radsy_ has quit IRC | 23:57 | |
*** vlad_sta_ has joined #openstack | 23:58 | |
*** rcleere has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!