*** shanlar has quit IRC | 00:00 | |
*** desai has quit IRC | 00:00 | |
*** drago777 has quit IRC | 00:01 | |
*** nelsnels_ has quit IRC | 00:01 | |
*** drago777 has joined #openstack | 00:02 | |
*** KaZeR has quit IRC | 00:02 | |
*** buckaroo has quit IRC | 00:03 | |
*** rushiagr has joined #openstack | 00:04 | |
*** buckaroo has joined #openstack | 00:04 | |
*** jcarter has quit IRC | 00:05 | |
*** dtx00ff_ has quit IRC | 00:05 | |
*** jcarter has joined #openstack | 00:05 | |
*** ArxCruz has quit IRC | 00:05 | |
*** rnorwood1 has joined #openstack | 00:07 | |
*** monst has joined #openstack | 00:08 | |
*** rohara has quit IRC | 00:09 | |
*** zenoway has joined #openstack | 00:09 | |
*** rohara has joined #openstack | 00:10 | |
*** dmsimard has quit IRC | 00:10 | |
*** teran has joined #openstack | 00:11 | |
*** drago777 has quit IRC | 00:12 | |
*** mkoderer_ has quit IRC | 00:12 | |
*** clnperez has quit IRC | 00:12 | |
*** daMaestro has quit IRC | 00:12 | |
openstackstatus | NOTICE: see: https://etherpad.openstack.org/p/pip1.5Upgrade | 00:13 |
---|---|---|
*** ChanServ changes topic to "Openstack Support Channel, Development in #openstack-dev | Wiki: http://wiki.openstack.org/ | Docs: http://docs.openstack.org/ | Answers: https://ask.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | Paste: http://paste.openstack.org/" | 00:13 | |
*** csd has quit IRC | 00:13 | |
*** drago777 has joined #openstack | 00:14 | |
*** erkrnt has quit IRC | 00:14 | |
*** erkrnt1 has joined #openstack | 00:14 | |
*** Egyptian[Laptop] has joined #openstack | 00:15 | |
*** mkoderer_ has joined #openstack | 00:15 | |
*** WackoRobie has joined #openstack | 00:16 | |
*** rushiagr has quit IRC | 00:17 | |
*** h6w has joined #openstack | 00:18 | |
*** mrsnivvel has quit IRC | 00:19 | |
*** Kraln has quit IRC | 00:19 | |
*** mrsnivvel has joined #openstack | 00:19 | |
h6w | Why is my controller NATing and not bridging? | 00:19 |
*** Kraln has joined #openstack | 00:19 | |
h6w | I've tried Neutron without tagging. | 00:19 |
h6w | I've now tried nova-network. | 00:20 |
*** Egyptian[Laptop] has quit IRC | 00:20 | |
h6w | Same symptoms. Instance can ping out, but devices on the physical network can't ping instances. | 00:20 |
*** Egyptian[Laptop] has joined #openstack | 00:20 | |
*** aroque has joined #openstack | 00:21 | |
*** CaptTofu has quit IRC | 00:21 | |
*** djbkd has quit IRC | 00:23 | |
*** desai has joined #openstack | 00:23 | |
Sam-I-Am | your tenant network is different from your external network, right? | 00:23 |
*** Egyptian[Laptop] has quit IRC | 00:25 | |
*** dbrandon has quit IRC | 00:25 | |
*** scuttlemonkey_ has joined #openstack | 00:25 | |
h6w | Yes. Instances are assigned 10.0.0.0/24 while floating IPs are 192.168.40.0/24 | 00:25 |
*** gustavofn has joined #openstack | 00:25 | |
*** gustavofn is now known as gfnord | 00:26 | |
h6w | The physical network devices use 192.168.40.0/24 | 00:26 |
*** dbrandon has joined #openstack | 00:26 | |
Sam-I-Am | so you have to NAT for that to work | 00:26 |
Sam-I-Am | bridging would be more of a vlan-only sort of approach... which nova and neutron can do, iirc | 00:27 |
h6w | Yes. That's what I set up. In fuel the setting is "FlatDHCP Manager" | 00:27 |
*** scuttlemonkey has quit IRC | 00:28 | |
h6w | Or should it be VLAN Manager? | 00:28 |
*** dvorak_ has quit IRC | 00:28 | |
*** jergerber has quit IRC | 00:29 | |
*** gfnord has quit IRC | 00:29 | |
*** arif-ali has quit IRC | 00:30 | |
*** dvorak has joined #openstack | 00:30 | |
Sam-I-Am | hmm, i havent used fuel | 00:32 |
*** drago777 has quit IRC | 00:32 | |
Sam-I-Am | basically what you want is the vlan mode... in which all openstack does is tag ethernet frames based on tenant | 00:32 |
Sam-I-Am | your network will handle any routing | 00:33 |
Sam-I-Am | the other option is using floatingips which basically does dnat | 00:33 |
*** rohara has quit IRC | 00:33 | |
*** drago777 has joined #openstack | 00:34 | |
h6w | Yeah. I thought I didn't want floating IPs. | 00:35 |
Sam-I-Am | then the vlan thing should work | 00:35 |
*** Codora has quit IRC | 00:35 | |
Sam-I-Am | ideally, vxlan... but your network gear probably doesnt understand that yet | 00:35 |
*** toni__ has quit IRC | 00:36 | |
Sam-I-Am | vlan has quantity limitations of realistically 2000 or so | 00:36 |
*** erlon has quit IRC | 00:36 | |
*** dvorak has quit IRC | 00:36 | |
*** mehdi has quit IRC | 00:37 | |
*** zenoway has quit IRC | 00:37 | |
*** zenoway has joined #openstack | 00:37 | |
*** Coyo has joined #openstack | 00:37 | |
h6w | Yeah. That's mainly the problem. I need them to be able to communicate with an old-skool ADSL gateway. | 00:38 |
*** gfnord has joined #openstack | 00:38 | |
*** Coyo is now known as Guest6321 | 00:38 | |
*** vu has joined #openstack | 00:38 | |
h6w | Ok. Redeploying with a VLAN manager network on Nova-Network. | 00:38 |
h6w | I thought I was supposed to be avoiding nova-network. Something about it being deprecated? | 00:39 |
gfnord | /quit | 00:39 |
*** gfnord has quit IRC | 00:39 | |
h6w | I tried the same thing with Neutron but I couldn't get that to work, either. | 00:39 |
*** mehdi has joined #openstack | 00:40 | |
*** blackboxsw has quit IRC | 00:40 | |
*** buckaroo has quit IRC | 00:40 | |
h6w | Wondering if having the "Public" and "Floating" ranges on the same CIDR might be the cause of the problem? | 00:40 |
Sam-I-Am | there's been talk about deprecating nova-net but it seems to stick around | 00:40 |
Sam-I-Am | i dont know what the 'public' range is with fuel | 00:40 |
Sam-I-Am | or what it refers to | 00:40 |
h6w | Yeah. I didn't get it either. Especially when you also get "External" and "Internal" under L3 Neutron as well as "Public" and "Private". | 00:41 |
*** zenoway has quit IRC | 00:42 | |
h6w | It seems to stick Horizon in the "Public" range, so maybe it's the assignment for the nodes? | 00:42 |
*** ryanv has quit IRC | 00:43 | |
*** jdubz_ has joined #openstack | 00:43 | |
Sam-I-Am | horizon's ip? | 00:43 |
*** markpeek has quit IRC | 00:43 | |
*** drago777 has quit IRC | 00:44 | |
*** gfnord has joined #openstack | 00:44 | |
swaT30 | hey all, I have a bunch of old floating IP addresses hanging out in my quantum/neutron DB | 00:44 |
swaT30 | any idea how to clean these up? | 00:45 |
swaT30 | running latest Grizzly | 00:45 |
Sam-I-Am | where do you see them? | 00:45 |
swaT30 | ports, ipallocations tables | 00:45 |
*** jdubz has quit IRC | 00:45 | |
Sam-I-Am | 'neutron floatingip-delete' as the tenant in question? | 00:46 |
*** rnorwood1 has quit IRC | 00:46 | |
swaT30 | there are ~170 of them :/ | 00:46 |
*** drago777 has joined #openstack | 00:47 | |
Sam-I-Am | write a script? | 00:47 |
Sam-I-Am | thats the only thing i can think of right now | 00:47 |
swaT30 | yea, I'm going to have to find a way to find out which ones are in use. I don't want to bork anything in the DB | 00:48 |
gfnord | hi | 00:49 |
Sam-I-Am | i wouldnt touch the db directly | 00:49 |
*** ccustine has quit IRC | 00:49 | |
Sam-I-Am | floatingip-list should show whats associated | 00:49 |
*** cf has joined #openstack | 00:49 | |
*** ryanpetrello has quit IRC | 00:49 | |
gfnord | ? | 00:50 |
Sam-I-Am | gfnord: talking to someone else | 00:50 |
*** sputnik13 has joined #openstack | 00:51 | |
*** jeraldv_ has quit IRC | 00:51 | |
*** drago777 has quit IRC | 00:51 | |
*** ccustine has joined #openstack | 00:51 | |
*** mrproper has joined #openstack | 00:52 | |
*** RicardoSSP has quit IRC | 00:52 | |
*** rmartinelli has quit IRC | 00:54 | |
*** sputnik13 has quit IRC | 00:54 | |
*** dvorak has joined #openstack | 00:54 | |
*** gfnord has quit IRC | 00:55 | |
*** drago777 has joined #openstack | 00:55 | |
*** jrwren_ is now known as jrwren | 00:55 | |
*** KaZeR has joined #openstack | 00:56 | |
*** daneyon has quit IRC | 00:56 | |
*** giulivo has quit IRC | 01:00 | |
*** pmathews has quit IRC | 01:00 | |
*** Egyptian[Laptop] has joined #openstack | 01:00 | |
swaT30 | @Sam-I-Am thanks for the suggestions, I'm going to go with that approach | 01:00 |
*** dtx00ff_ has joined #openstack | 01:00 | |
*** kordless has joined #openstack | 01:01 | |
*** bjornar has quit IRC | 01:01 | |
*** KaZeR has quit IRC | 01:02 | |
mrproper | Hey Sam-I-Am | 01:02 |
*** jaypipes has quit IRC | 01:02 | |
Sam-I-Am | mrproper: yoooo | 01:02 |
*** dvorak has quit IRC | 01:02 | |
mrproper | Sam-I-Am: You should have seen me own someone's problem the other day | 01:03 |
Sam-I-Am | mrproper: oh? | 01:04 |
mrproper | rabbit wasn't authenticating | 01:04 |
mrproper | Ended up it wasn't in [DEFAULT] or whatever | 01:04 |
Sam-I-Am | heh, i think i caught part of this | 01:05 |
*** majeff has joined #openstack | 01:05 | |
*** dvorak has joined #openstack | 01:05 | |
mrproper | It was in [keystone] | 01:05 |
Sam-I-Am | oops | 01:05 |
*** wbx_ has joined #openstack | 01:06 | |
Sam-I-Am | mrproper: looks cold out your way | 01:07 |
mrproper | Sam-I-Am: Not cold, snowy. We got a footish. It's odd. It wasn't a heavy snow, just went for two days straight. | 01:07 |
Sam-I-Am | looks near zero to me | 01:08 |
Sam-I-Am | here its not been super cold, but plenty of short snow bursts every 4-ish days which is making tons of black ice | 01:08 |
*** zerick has quit IRC | 01:08 | |
mrproper | Sam-I-Am: That's pretty cold, not ridiculous IMHO | 01:08 |
Sam-I-Am | i almost killed myself just trying to walk around today | 01:09 |
mrproper | Sam-I-Am: Don't do anything. It's the coward way out. | 01:09 |
h6w | Sam-I-Am: Yes, the IP address of a (currently "the") controller node. | 01:09 |
*** drago777 has quit IRC | 01:09 | |
mrproper | Whatever it is, we can work it out | 01:09 |
Sam-I-Am | one of these days i'm moving away from winter :) | 01:09 |
mrproper | I went for a walk yesterday. Love me some winter. | 01:10 |
Sam-I-Am | h6w: i wonder if by 'public' it means how you're accessing the openstack web interface and API | 01:10 |
*** terriyu has joined #openstack | 01:10 | |
Sam-I-Am | mrproper: i consider winter a natural disaster :) | 01:10 |
h6w | Sam-I-Am: I'll trade you. We're looking at 40 down here, and 55 in the red center. :-p | 01:10 |
mrproper | I feel that way about summer, here we ar | 01:10 |
h6w | Yeah, I think "Public" translates to "API". | 01:10 |
*** terriyu has quit IRC | 01:11 | |
Sam-I-Am | h6w: are you in the southern hemisphere? | 01:11 |
h6w | Sam-I-Am: Indeed, far south. | 01:11 |
*** dvorak has quit IRC | 01:11 | |
mrproper | Sam-I-Am: You see Juno is the new name | 01:11 |
Sam-I-Am | that might be a worthy trade | 01:11 |
Sam-I-Am | mrproper: nope | 01:11 |
mrproper | Sam-I-Am: Yeah, after Icehouse | 01:11 |
h6w | Lived in far north Canada last year. It's a piece of cake to live in the cold compared to trying to think in the heat. | 01:12 |
*** dvorak has joined #openstack | 01:12 | |
*** drago777 has joined #openstack | 01:12 | |
Sam-I-Am | h6w: no a/c? | 01:12 |
*** Egyptian[Laptop] has quit IRC | 01:12 | |
h6w | Yes, but you only *feel* cooler. The humidity and air pressure are still the same. A/C can only do so much. | 01:13 |
Sam-I-Am | oh, its humid too? thats the part i cant do | 01:14 |
h6w | And A/C doesn't work so well above 40 anyway. Our one at work completely gives up. | 01:14 |
Sam-I-Am | is this unusually hot? | 01:14 |
h6w | No, this is pretty normal here. | 01:14 |
*** epopt37 has quit IRC | 01:15 | |
Sam-I-Am | bleh | 01:15 |
h6w | It's actually funny. We had a major tourist attraction built by an overseas contractor. Took over a year to build. Lasted 90 days then we hit summer and it started to expand and crack. | 01:15 |
h6w | They had to pull it down and reconstruct it. Took 5 years. Only reopened last week. | 01:16 |
*** colinmcnamara has quit IRC | 01:16 | |
h6w | Oh yay! Deployment complete. *Crosses fingers* | 01:16 |
*** lblanchard has joined #openstack | 01:16 | |
*** M00sL0gB0t has joined #openstack | 01:17 | |
*** melwitt has joined #openstack | 01:17 | |
*** zhiwei has joined #openstack | 01:17 | |
Sam-I-Am | heh | 01:18 |
h6w | Hmmm. Instance still allocated a 10.0.0.0/24 address. | 01:18 |
*** M00sL0gB0t has quit IRC | 01:18 | |
*** M00sL0gB0t has joined #openstack | 01:18 | |
*** rmoe has quit IRC | 01:18 | |
*** engkur has joined #openstack | 01:18 | |
h6w | Can't access horizon via the 192.168.40.0/24 address. | 01:19 |
h6w | Consoles don't work. | 01:19 |
*** M00sL0gB0t has quit IRC | 01:19 | |
h6w | *sigh* | 01:19 |
*** M00sL0gB0t has joined #openstack | 01:19 | |
Sam-I-Am | hmmm | 01:19 |
h6w | Ok. So maybe the field I want is "VM (Fixed)". | 01:19 |
Sam-I-Am | the vm fixed range is where that 10.x.x.x came from | 01:20 |
h6w | Currently 10.0.0.0/16 | 01:20 |
*** rnorwood1 has joined #openstack | 01:20 | |
h6w | Yeah, but it presumes a VLAN tag. | 01:20 |
*** AaronGr is now known as AaronGr_Zzz | 01:20 | |
Sam-I-Am | what vlan tag is it assigning? | 01:20 |
h6w | Start:103 End: 103 | 01:21 |
h6w | Both "Public" and "Floating" have a tickbox "Use VLAN Tagging", whereas VM (fixed) doesn't. | 01:21 |
*** galstrom_zzz is now known as galstrom | 01:22 | |
vladis14 | i'm looking for some girls!i'm looking for some girls!i'm looking for some girls!i'm looking for some girls!i'm looking for some girls!i'm looking for some girls! | 01:22 |
loq_mac | well, *that's* not going to get you far | 01:22 |
*** markpeek has joined #openstack | 01:23 | |
loq_mac | if it did, i'd have a ferrari and a suitcase full of hundreds by now | 01:23 |
vladis14 | i like to make sex | 01:23 |
h6w | Sam-I-Am: The interesting thing is that "FlatDHCP Manager" has an option "Use VLAN tagging" under "VM (fixed)". | 01:24 |
h6w | I'll try that again. | 01:24 |
Sam-I-Am | hmmm | 01:24 |
Sam-I-Am | i wonder if fuel doesnt support bare vlans | 01:24 |
h6w | But this time I'll put my 192.168.40.0/24 in there. | 01:24 |
Sam-I-Am | loq_mac: hi, havent seen you in a while | 01:24 |
loq_mac | i'm here :) | 01:24 |
loq_mac | been doing family stuff | 01:25 |
*** cf has quit IRC | 01:25 | |
Sam-I-Am | cool | 01:25 |
*** galstrom is now known as galstrom_zzz | 01:26 | |
*** csd has joined #openstack | 01:27 | |
*** epopt37 has joined #openstack | 01:27 | |
*** dave_tucker has left #openstack | 01:28 | |
loq_mac | how about you? good holidays? | 01:28 |
h6w | I'm asking the Fuel guys, but they've already told me previously that they don't have anyone in their timezone to help me, which makes things a bit tricky. | 01:28 |
*** pberis has quit IRC | 01:28 | |
Sam-I-Am | yeah pretty good. got some good chunks of time to work on openstack docs. the neutron part of the install guide works for ubuntu and rhel now. | 01:28 |
Sam-I-Am | hopefully leaving the havana stuff in a mostly working state before shifting my attention to icehouse with ml2 | 01:29 |
*** jdubz has joined #openstack | 01:30 | |
*** pberis has joined #openstack | 01:31 | |
Sam-I-Am | h6w: e-mail doesnt work? | 01:32 |
*** jdubz_ has quit IRC | 01:32 | |
*** angdraug has quit IRC | 01:32 | |
h6w | Yeah. I'm talking about IRC. | 01:32 |
Sam-I-Am | oh | 01:33 |
h6w | So there's an 8-hour period where they don't have anyone awake. | 01:33 |
h6w | And that just happens to be +1100. | 01:33 |
Sam-I-Am | which is interesting since the general openstack channels are just about 24 hour | 01:33 |
*** anniec has quit IRC | 01:33 | |
h6w | Yeah. I thought that was interesting, too. But Fuel is not really a *part* of OS...at least not yet. It's more the equivalent of an "installer" in distros. | 01:34 |
*** rmoe has joined #openstack | 01:34 | |
Sam-I-Am | kind of like packstack maybe? | 01:34 |
h6w | Yes, exactly. | 01:35 |
*** Egyptian[Laptop] has joined #openstack | 01:35 | |
*** warik has quit IRC | 01:35 | |
h6w | There are a few different ways to manage installations: RDO, Packstack, Fuel, and then there's custom scripts and a few other ideas. No standardisation. It's extremely similar to the way package management has ended up with a few big names and lots of clusters of standards. | 01:36 |
*** mwichmann has quit IRC | 01:36 | |
*** AaronGr_Zzz is now known as AaronGr | 01:36 | |
Sam-I-Am | so why did you choose fuel? | 01:36 |
Sam-I-Am | i've only tried rdo/packstack | 01:37 |
h6w | Because Fuel offers High Availability rollouts and non-RedHat-based nodes out-of-the-box. | 01:38 |
h6w | RDO says that they're working on HA. | 01:38 |
*** CaptTofu has joined #openstack | 01:39 | |
*** kanova20 has quit IRC | 01:39 | |
Sam-I-Am | i heard that, and it is important | 01:39 |
h6w | Yeah. For me it's the game-changer. | 01:40 |
*** dtx00ff_ has quit IRC | 01:41 | |
*** occupant has joined #openstack | 01:42 | |
h6w | There's also a rumour that RDO is working on non-RedHat nodes also. But it's going to be a while. | 01:43 |
Sam-I-Am | rdo has been kind of weird for me | 01:43 |
*** dtx00ff_ has joined #openstack | 01:43 | |
Sam-I-Am | its probably the best out-of-box option for a lab right now, but its hard to get bugs fixed | 01:44 |
h6w | What's their support options like? | 01:44 |
*** weshay has joined #openstack | 01:44 | |
*** angryjesters has quit IRC | 01:45 | |
*** Meistarin has quit IRC | 01:45 | |
Sam-I-Am | well, rdo is just a commuinity thing | 01:45 |
Sam-I-Am | redhat has an official openstack thing | 01:45 |
*** anniec has joined #openstack | 01:46 | |
h6w | One reason I go down this route is because the support options from Mirantis look very similar to our support from Canonical, who fix bugs when you report them and roll them out really quickly. | 01:46 |
h6w | The timezone thing is going to be an issue. But thankfully we're not in a hurry to have this working. | 01:47 |
*** sushils has quit IRC | 01:47 | |
*** bradm has quit IRC | 01:47 | |
*** jheiss has quit IRC | 01:48 | |
*** lblanchard1 has joined #openstack | 01:48 | |
*** jheiss has joined #openstack | 01:48 | |
*** zenoway has joined #openstack | 01:48 | |
*** monst has quit IRC | 01:49 | |
*** AaronGr has quit IRC | 01:49 | |
*** lblanchard has quit IRC | 01:49 | |
*** Ryan_Lane has joined #openstack | 01:49 | |
*** engkur has quit IRC | 01:50 | |
*** yogesh has quit IRC | 01:50 | |
*** rnorwood1 has quit IRC | 01:50 | |
*** sgviking has quit IRC | 01:51 | |
*** rnorwood1 has joined #openstack | 01:52 | |
*** jkienitz has quit IRC | 01:52 | |
*** zenoway has quit IRC | 01:52 | |
*** nj3ma_Zzz has joined #openstack | 01:53 | |
*** mdorman has quit IRC | 01:53 | |
*** mrproper has quit IRC | 01:53 | |
*** shwang has joined #openstack | 01:53 | |
*** ryanpetrello has joined #openstack | 01:53 | |
*** sushils has joined #openstack | 01:53 | |
*** nj3ma_Zzz is now known as nj3ma | 01:53 | |
*** k_stev1 has joined #openstack | 01:53 | |
*** bdpayne has quit IRC | 01:54 | |
Sam-I-Am | i need to go make some dinner (us/mountain time) | 01:54 |
*** k_stev has quit IRC | 01:55 | |
*** drago777 has quit IRC | 01:56 | |
*** AaronGr has joined #openstack | 01:57 | |
*** KaZeR has joined #openstack | 01:57 | |
*** drago777 has joined #openstack | 01:58 | |
*** balajiiyer has joined #openstack | 01:58 | |
*** AaronGr_Zzz has joined #openstack | 01:59 | |
*** vladis14 has quit IRC | 02:00 | |
*** Meistarin has joined #openstack | 02:01 | |
*** KaZeR has quit IRC | 02:02 | |
*** cf has joined #openstack | 02:02 | |
*** rossk has quit IRC | 02:03 | |
*** AnilV4 has quit IRC | 02:05 | |
*** bradm has joined #openstack | 02:05 | |
*** rdxc has joined #openstack | 02:06 | |
*** CaptTofu_ has joined #openstack | 02:06 | |
*** rdxc has quit IRC | 02:07 | |
*** AnilV4 has joined #openstack | 02:07 | |
*** Perimore has joined #openstack | 02:07 | |
*** CaptTofu has quit IRC | 02:08 | |
*** CaptTofu has joined #openstack | 02:09 | |
*** Meistarin has left #openstack | 02:09 | |
*** booi has joined #openstack | 02:10 | |
*** mikedawson has quit IRC | 02:10 | |
*** CaptTofu_ has quit IRC | 02:11 | |
*** ccustine has quit IRC | 02:11 | |
*** Perimore has quit IRC | 02:12 | |
*** kenhui has joined #openstack | 02:12 | |
*** Guest6321 has quit IRC | 02:13 | |
*** weshay has quit IRC | 02:13 | |
*** kordless has quit IRC | 02:14 | |
*** ccustine has joined #openstack | 02:14 | |
*** aroque has quit IRC | 02:14 | |
*** Coyo has joined #openstack | 02:15 | |
*** Coyo is now known as Guest61216 | 02:15 | |
*** diegows has quit IRC | 02:16 | |
*** dguitarbite has joined #openstack | 02:16 | |
*** dguitarbite__ has joined #openstack | 02:17 | |
*** csd has quit IRC | 02:17 | |
*** monst has joined #openstack | 02:19 | |
*** ryanpetrello has quit IRC | 02:19 | |
*** mrproper has joined #openstack | 02:20 | |
*** drago777 has quit IRC | 02:20 | |
*** tryggvil has joined #openstack | 02:22 | |
*** drago777 has joined #openstack | 02:22 | |
*** erkules has quit IRC | 02:23 | |
*** CaptTofu has quit IRC | 02:27 | |
*** CaptTofu has joined #openstack | 02:27 | |
*** monst has quit IRC | 02:27 | |
*** sushils has quit IRC | 02:28 | |
*** rohara has joined #openstack | 02:29 | |
*** kenhui has quit IRC | 02:33 | |
*** jthorne has quit IRC | 02:37 | |
*** rohara has quit IRC | 02:38 | |
*** erkules has joined #openstack | 02:39 | |
*** drago777 has quit IRC | 02:41 | |
*** peetaur has quit IRC | 02:41 | |
*** peetaur has joined #openstack | 02:41 | |
*** AnilV4 has quit IRC | 02:42 | |
*** mikedawson has joined #openstack | 02:42 | |
*** AnilV4 has joined #openstack | 02:42 | |
*** drago777 has joined #openstack | 02:43 | |
*** yocum has quit IRC | 02:45 | |
*** dguitarbite__ has quit IRC | 02:45 | |
*** dguitarbite has quit IRC | 02:45 | |
*** brdude has quit IRC | 02:45 | |
*** WackoRobie has quit IRC | 02:45 | |
*** vlad_starkov has quit IRC | 02:45 | |
*** bradm has quit IRC | 02:49 | |
*** mikedawson has quit IRC | 02:49 | |
*** dtx00ff_ has quit IRC | 02:49 | |
*** bradm has joined #openstack | 02:49 | |
*** rnorwood1 has quit IRC | 02:50 | |
*** lblanchard1 has quit IRC | 02:51 | |
*** vlad_starkov has joined #openstack | 02:52 | |
*** alop has quit IRC | 02:54 | |
*** ffio has quit IRC | 02:54 | |
*** rnorwood1 has joined #openstack | 02:55 | |
*** AaronGr has quit IRC | 02:57 | |
*** dpippenger has quit IRC | 02:57 | |
*** balajiiyer has quit IRC | 02:57 | |
*** KaZeR has joined #openstack | 02:57 | |
*** SumitNaiksatam has joined #openstack | 02:58 | |
*** zmd has quit IRC | 02:58 | |
*** julim has quit IRC | 02:59 | |
*** WackoRobie has joined #openstack | 03:00 | |
*** cyeoh has quit IRC | 03:01 | |
*** cyeoh has joined #openstack | 03:02 | |
*** KaZeR has quit IRC | 03:03 | |
*** Dharmit has joined #openstack | 03:04 | |
*** drago777 has quit IRC | 03:06 | |
*** markthomas has quit IRC | 03:08 | |
*** drago777 has joined #openstack | 03:09 | |
*** laurelm has quit IRC | 03:13 | |
*** melwitt has quit IRC | 03:13 | |
*** JamJar has quit IRC | 03:13 | |
*** markthomas has joined #openstack | 03:14 | |
*** doug_shelley66 has quit IRC | 03:14 | |
*** AaronGr_Zzz is now known as AaronGr | 03:15 | |
*** Daviey has quit IRC | 03:15 | |
*** pbarquero has joined #openstack | 03:15 | |
*** majeff has quit IRC | 03:17 | |
*** etoews1 has quit IRC | 03:17 | |
*** erkrnt1 has quit IRC | 03:19 | |
*** psyl0n has joined #openstack | 03:19 | |
*** Egyptian[Laptop] has quit IRC | 03:19 | |
*** JamJar has joined #openstack | 03:21 | |
*** drago777 has quit IRC | 03:21 | |
*** pbarquero has quit IRC | 03:22 | |
*** pradeep has joined #openstack | 03:22 | |
*** Daviey has joined #openstack | 03:24 | |
*** pbarquero has joined #openstack | 03:24 | |
*** engkur has joined #openstack | 03:24 | |
*** drago777 has joined #openstack | 03:25 | |
*** loq_mac has quit IRC | 03:25 | |
*** majeff has joined #openstack | 03:26 | |
*** mikedawson has joined #openstack | 03:27 | |
*** ArminderS has joined #openstack | 03:27 | |
*** sgviking has joined #openstack | 03:29 | |
*** ajo has quit IRC | 03:32 | |
*** ajo has joined #openstack | 03:33 | |
*** mrproper has quit IRC | 03:33 | |
*** kanova20 has joined #openstack | 03:35 | |
*** victor_lowther_ has joined #openstack | 03:36 | |
*** victor_lowther_ is now known as victor_lowther | 03:37 | |
*** engkur has quit IRC | 03:38 | |
*** xuhanp has joined #openstack | 03:38 | |
*** CaptTofu has quit IRC | 03:41 | |
*** CaptTofu has joined #openstack | 03:41 | |
*** angryjesters has joined #openstack | 03:42 | |
*** ryanpetrello has joined #openstack | 03:42 | |
*** anniec has quit IRC | 03:44 | |
*** ffio has joined #openstack | 03:45 | |
*** Chicago has left #openstack | 03:45 | |
*** ryanpetrello has quit IRC | 03:46 | |
*** georgebashi has joined #openstack | 03:47 | |
*** dpippenger has joined #openstack | 03:48 | |
*** Egyptian[Laptop] has joined #openstack | 03:48 | |
*** Egyptian[Laptop] has joined #openstack | 03:48 | |
*** spzala has quit IRC | 03:49 | |
*** m3_del has quit IRC | 03:49 | |
*** m3_del has joined #openstack | 03:50 | |
*** scuttlemonkey has joined #openstack | 03:51 | |
*** radiocats has joined #openstack | 03:51 | |
*** harlowja is now known as harlowja_away | 03:51 | |
*** daz_ has joined #openstack | 03:51 | |
*** daz_ is now known as Guest58004 | 03:52 | |
*** shaon has joined #openstack | 03:52 | |
*** peetaur has quit IRC | 03:52 | |
*** peetaur has joined #openstack | 03:52 | |
*** WackoRobie has quit IRC | 03:52 | |
*** radiocats has quit IRC | 03:52 | |
*** scuttlemonkey_ has quit IRC | 03:53 | |
*** WackoRobie has joined #openstack | 03:53 | |
*** jkienitz has joined #openstack | 03:53 | |
*** kr4m3r has quit IRC | 03:54 | |
*** drago777 has quit IRC | 03:54 | |
*** drago777 has joined #openstack | 03:55 | |
*** bdpayne has joined #openstack | 03:55 | |
*** wickedpuppy2 has joined #openstack | 03:56 | |
*** wickedpuppy has quit IRC | 03:56 | |
*** pberis has quit IRC | 03:57 | |
*** WackoRobie has quit IRC | 03:57 | |
*** nkhare has joined #openstack | 03:57 | |
*** KaZeR has joined #openstack | 03:58 | |
*** Guest24889 has joined #openstack | 03:58 | |
*** pberis has joined #openstack | 03:58 | |
*** nkhare has quit IRC | 03:58 | |
*** Guest24889 is now known as Joel-S | 03:59 | |
*** nkhare has joined #openstack | 03:59 | |
*** wickedpuppy has joined #openstack | 04:00 | |
*** julianwa has joined #openstack | 04:00 | |
*** Joel-S has quit IRC | 04:00 | |
*** wickedpuppy2 has quit IRC | 04:01 | |
*** StarEx has joined #openstack | 04:01 | |
*** Joel-S has joined #openstack | 04:01 | |
*** Joel-S has quit IRC | 04:02 | |
*** KaZeR has quit IRC | 04:03 | |
*** Kraln has quit IRC | 04:04 | |
*** kanova20 has quit IRC | 04:04 | |
*** Joel-S has joined #openstack | 04:04 | |
*** jdubz has quit IRC | 04:04 | |
*** Kraln has joined #openstack | 04:04 | |
*** coolsvap has joined #openstack | 04:07 | |
*** coolsvap has quit IRC | 04:10 | |
*** coolsvap has joined #openstack | 04:10 | |
*** paragan has joined #openstack | 04:10 | |
*** monst has joined #openstack | 04:11 | |
*** jeraldv_ has joined #openstack | 04:13 | |
*** bdpayne has quit IRC | 04:15 | |
*** mili__ has quit IRC | 04:17 | |
*** mili_ has joined #openstack | 04:18 | |
*** mili_ has quit IRC | 04:18 | |
*** mili_ has joined #openstack | 04:19 | |
*** erkrnt has joined #openstack | 04:20 | |
*** wunderly has quit IRC | 04:20 | |
*** bdpayne has joined #openstack | 04:20 | |
*** vlad_starkov has quit IRC | 04:22 | |
*** deep13 has joined #openstack | 04:22 | |
*** tbachmanOs has joined #openstack | 04:22 | |
*** dingwall has joined #openstack | 04:22 | |
tbachmanOs | n00b openstack help/question? | 04:22 |
tbachmanOs | Actually, better question is whether this IRC will answer devstack questions. | 04:23 |
*** ewnd9 has joined #openstack | 04:24 | |
Sam-I-Am | it may | 04:24 |
Sam-I-Am | depends on the issue | 04:24 |
tbachmanOs | I'm trying to set up a multi-node DS setup | 04:24 |
tbachmanOs | Am using an ML2 driver for neutron | 04:25 |
tbachmanOs | Fed19 | 04:25 |
tbachmanOs | unfortunately, the tap interfaces don't seem to get created on br-int | 04:25 |
tbachmanOs | not sure why | 04:25 |
tbachmanOs | also -- ip netns doesn't show anything | 04:25 |
tbachmanOs | seems suspicious | 04:25 |
tbachmanOs | like libvirt isn't creating these for some reason | 04:26 |
Sam-I-Am | multi-node devstack with ml2 seems suspicious lol | 04:26 |
tbachmanOs | (or, at least I think it's libvirt that creates these?) | 04:26 |
tbachmanOs | lol | 04:26 |
tbachmanOs | yeah | 04:26 |
tbachmanOs | am crazy :) | 04:26 |
tbachmanOs | masochist, really | 04:26 |
Sam-I-Am | did you pick a particular version or just running trunk? | 04:26 |
tbachmanOs | It's a branch | 04:26 |
Sam-I-Am | it is pretty masochistic considering a reboot blows it all away | 04:26 |
tbachmanOs | created by Kyle Mestery | 04:26 |
Sam-I-Am | any reason you'd use devstack over a standard install? | 04:27 |
tbachmanOs | I've only got a laptop and virtualbox | 04:27 |
tbachmanOs | And am pretty new to all this VM stuff (as if you couldn't tell ;-)) | 04:27 |
*** psyl0n has quit IRC | 04:28 | |
tbachmanOs | Also -- this has been done by others. | 04:28 |
*** WackoRobie has joined #openstack | 04:28 | |
tbachmanOs | (who unfortunately aren't available atm to answer questions ;-)) | 04:28 |
tbachmanOs | so, it works with DS | 04:28 |
tbachmanOs | (or so I'm led to believe) | 04:28 |
Sam-I-Am | interesting | 04:28 |
Sam-I-Am | how many nics per "box" ? | 04:29 |
tbachmanOs | one point of note -- the guys who made this work are using dnsmasq | 04:29 |
tbachmanOs | depends on the # of VMs, I think? | 04:29 |
Sam-I-Am | dnsmasq should just hand out IPs and play resolver | 04:29 |
tbachmanOs | I think (in this setup) that each VM gets a tap | 04:30 |
tbachmanOs | yeah | 04:30 |
*** vlad_starkov has joined #openstack | 04:30 | |
tbachmanOs | wasn't sure if there was any interaction with dnsmasq and libvirt | 04:30 |
tbachmanOs | wasn't sure what the trigger was that causes libvirt to create these | 04:30 |
Sam-I-Am | you said multi node... and since you're running on vms, i'm going to guess each node has its own vm | 04:30 |
tbachmanOs | (actually not even certain that it's libvirt that does this -- just found a web page that syas it does) | 04:30 |
tbachmanOs | Yeah -- guess I should describe the setup | 04:30 |
tbachmanOs | (try not to laugh ;-)) | 04:31 |
tbachmanOs | running virtualbox | 04:31 |
tbachmanOs | (pauses for laughter) | 04:31 |
tbachmanOs | Have two Fed 19 VMs | 04:31 |
*** engkur has joined #openstack | 04:31 | |
tbachmanOs | one is the "controller" | 04:31 |
tbachmanOs | the other is "compute" | 04:31 |
tbachmanOs | My understanding is that after stacking each, I should see the tap interfaces. | 04:31 |
tbachmanOs | I see br-int and br-tun | 04:31 |
tbachmanOs | but no taps | 04:31 |
tbachmanOs | both are running ovs 2.0 | 04:32 |
*** drago777 has quit IRC | 04:32 | |
tbachmanOs | BTW -- if I'm going to suspect anything, it would be the OVS | 04:32 |
*** vlad_starkov has quit IRC | 04:32 | |
tbachmanOs | b/c I had to build that manually from a tarball | 04:32 |
tbachmanOs | (I think b/c Fed19 comes with older version of OVS) | 04:32 |
Sam-I-Am | bleh | 04:33 |
tbachmanOs | (and no one seemed to have a 2.0 OVS at the ready for Fed19) | 04:33 |
Sam-I-Am | i run my openstack labs as VMs... it works, just dont expect performance | 04:33 |
tbachmanOs | just heard that Fed20 has OVS 2.0 | 04:33 |
*** wbx_ has quit IRC | 04:33 | |
*** gyee_ has quit IRC | 04:33 | |
tbachmanOs | but... am already far enough down this road. | 04:33 |
Sam-I-Am | all of my stuff uses OVS 1.1 i think | 04:33 |
tbachmanOs | k | 04:33 |
*** jab416171 has joined #openstack | 04:33 | |
tbachmanOs | Yeah -- not up for performance here :) | 04:33 |
Sam-I-Am | or something not 2, thats for sure | 04:33 |
tbachmanOs | just conceptual | 04:33 |
tbachmanOs | demo stuff. | 04:33 |
tbachmanOs | I think I need 2.0 | 04:33 |
tbachmanOs | not sure why | 04:33 |
Sam-I-Am | what happens when you try launching an instance? | 04:33 |
tbachmanOs | but, was told it was a requirement | 04:33 |
tbachmanOs | instances launch fine | 04:34 |
tbachmanOs | but, ip netns still shows nada | 04:34 |
tbachmanOs | not tap interfaces | 04:34 |
tbachmanOs | s/not/no | 04:34 |
*** bo_jangles_ has quit IRC | 04:34 | |
*** drago777 has joined #openstack | 04:34 | |
*** wickedpuppy has quit IRC | 04:35 | |
tbachmanOs | One other thing (and not sure if it's relevant) -- can't seem to launch an instance on the controller | 04:35 |
tbachmanOs | always instantly goes to ERROR | 04:35 |
*** wickedpuppy has joined #openstack | 04:35 | |
tbachmanOs | but -- can launch on compute node just fine | 04:35 |
*** rohara has joined #openstack | 04:35 | |
*** bo_jangles has joined #openstack | 04:36 | |
*** WackoRobie has quit IRC | 04:36 | |
Sam-I-Am | can you get a console to the instance? | 04:36 |
tbachmanOs | ha | 04:36 |
tbachmanOs | that's another funny thing | 04:36 |
tbachmanOs | : | 04:36 |
tbachmanOs | :< | 04:36 |
tbachmanOs | I can get the console | 04:36 |
tbachmanOs | shows up | 04:37 |
tbachmanOs | tells me I can log in using cirros/cubswin:) | 04:37 |
tbachmanOs | but, doesn't work | 04:37 |
tbachmanOs | tried using nova to set the password | 04:37 |
tbachmanOs | but that failed, with error | 04:37 |
tbachmanOs | I've got more problems than solutions :) | 04:37 |
tbachmanOs | Kinda gives you the feeling that something is fundamentally wrong, no ;-)? | 04:38 |
*** CaptTofu has quit IRC | 04:38 | |
Sam-I-Am | yeah... | 04:38 |
Sam-I-Am | well, the default cirros creds should work | 04:39 |
Sam-I-Am | unless something is really borked | 04:39 |
tbachmanOs | yeah | 04:39 |
*** CaptTofu has joined #openstack | 04:39 | |
tbachmanOs | and even if they didn't -- seems like I should be able to change them with nova | 04:39 |
tbachmanOs | but -- am guessing that's unrelated to my current problem | 04:39 |
*** ryanpetrello has joined #openstack | 04:41 | |
*** Kraln has quit IRC | 04:42 | |
*** Kraln has joined #openstack | 04:43 | |
*** jdubz has joined #openstack | 04:44 | |
Sam-I-Am | i dont even know where to start | 04:45 |
*** kevein has joined #openstack | 04:45 | |
Sam-I-Am | where did you find this weird build? | 04:45 |
*** kushal has joined #openstack | 04:45 | |
*** dcramer_ has joined #openstack | 04:47 | |
*** ewnd9 has quit IRC | 04:47 | |
tbachmanOs | lol | 04:47 |
tbachmanOs | frankenbuild | 04:47 |
tbachmanOs | started with vanilla Fed19 | 04:48 |
tbachmanOs | went on from there | 04:48 |
tbachmanOs | adding parts that were missing | 04:48 |
tbachmanOs | that's where it always goes wrong | 04:48 |
tbachmanOs | might abondon this | 04:48 |
tbachmanOs | b/c someone has some allegedly working VM images | 04:48 |
tbachmanOs | just thought I'd try to hone my DS debugging skillz | 04:48 |
tbachmanOs | appears that I've got none :< | 04:48 |
Sam-I-Am | ds is kind of frustrating to debug because everything goes to 'screen' | 04:49 |
tbachmanOs | yeah | 04:49 |
*** jdubz has quit IRC | 04:49 | |
Sam-I-Am | and is also in super verbose debug mode... most of which is gibberish to us mere humans | 04:49 |
tbachmanOs | lol | 04:49 |
*** flwang has joined #openstack | 04:49 | |
tbachmanOs | especially n00bs like myself. | 04:49 |
Sam-I-Am | i'm not much beyond a n00b | 04:50 |
*** kanova20 has joined #openstack | 04:50 | |
tbachmanOs | u r willing to help :) | 04:50 |
Sam-I-Am | i used devstack for about a week to poke around and then installed by hand | 04:50 |
*** jdubz has joined #openstack | 04:50 | |
notmyname | Sam-I-Am: I always see you helping people in here in my evening time. what timezone are you in? | 04:50 |
tbachmanOs | def says something. | 04:50 |
Sam-I-Am | notmyname: us/mountain | 04:50 |
notmyname | ah, so later eveing for you (I'm in PAcific) | 04:51 |
Sam-I-Am | just an hour | 04:51 |
Sam-I-Am | tbachmanOs: i find the manual installs are easier to debug because i can spread services across several VMs | 04:51 |
Sam-I-Am | tbachmanOs: i like the three-node layout for neutron | 04:51 |
*** noslzzp has quit IRC | 04:52 | |
jdubz | Sam-I-Am: have you had the error, "too many values to unpack" | 04:52 |
tbachmanOs | controller, compute, and ... ? | 04:52 |
jdubz | its related to networking | 04:52 |
Sam-I-Am | notmyname: what are you working on? | 04:52 |
Sam-I-Am | tbachmanOs: network | 04:52 |
jdubz | but I can't figure it out | 04:52 |
notmyname | Sam-I-Am: in OpenStack? I work on swift | 04:52 |
Sam-I-Am | jdubz: when does this happen? | 04:52 |
jdubz | on instance start | 04:52 |
Sam-I-Am | notmyname: work as in... develop? | 04:52 |
*** kushal has quit IRC | 04:53 | |
notmyname | Sam-I-Am: yes, among other things ;-) | 04:53 |
Sam-I-Am | jdubz: what log file shows the error? | 04:53 |
jdubz | nova/compute.log | 04:53 |
*** Dharmit has quit IRC | 04:53 | |
Sam-I-Am | notmyname: so, for a company that uses openstack i'm guessing? | 04:53 |
*** vlad_starkov has joined #openstack | 04:54 | |
Sam-I-Am | jdubz: i've never seen that error before. not exactly sure what its trying to unpack. | 04:54 |
notmyname | Sam-I-Am: http://not.mn | 04:54 |
Sam-I-Am | jdubz: anything useful before or after it... or in other logs? | 04:54 |
jdubz | it popped up when I switched from nova-network to neutron | 04:55 |
jdubz | on this install | 04:55 |
*** Egyptian[Laptop] has quit IRC | 04:56 | |
Sam-I-Am | notmyname: cool! | 04:56 |
Sam-I-Am | i need to start a company where i can mess with openstack all day :) | 04:56 |
Sam-I-Am | jdubz: so you just converted it over? i wonder if its not complete. | 04:56 |
*** drago777 has quit IRC | 04:57 | |
notmyname | Sam-I-Am: we're hiring ;-) | 04:57 |
notmyname | (as is everyone else I know of in the openstack community) | 04:57 |
Sam-I-Am | swift is one of the few things i haven't touched yet :/ | 04:58 |
jdubz | this setup was using the Rackspace Private Cloud | 04:58 |
jdubz | setup tools | 04:58 |
jdubz | I have not had much luck with RDO either | 04:58 |
Sam-I-Am | my project was all about neutron, so mosty of my work stopped there | 04:58 |
*** KaZeR has joined #openstack | 04:58 | |
*** vlad_starkov has quit IRC | 04:58 | |
*** melwitt1 has joined #openstack | 04:58 | |
Sam-I-Am | jdubz: oh, right now i remember | 04:59 |
jdubz | I had everything working well with RDO | 04:59 |
jdubz | except Cinder backed by GlusterFS | 04:59 |
*** zhiwei has quit IRC | 04:59 | |
jdubz | allione installs work great | 04:59 |
jdubz | but aren't much use beyond simple testing | 04:59 |
notmyname | Sam-I-Am: if you're serious, send me an email at me@not.mn and I can let you know what I know about the openstack job market | 04:59 |
*** melwitt2 has joined #openstack | 05:00 | |
*** rohara has quit IRC | 05:00 | |
*** drago777 has joined #openstack | 05:00 | |
Sam-I-Am | notmyname: on its way | 05:00 |
*** blamar has quit IRC | 05:00 | |
*** dpippenger has quit IRC | 05:02 | |
*** warik has joined #openstack | 05:02 | |
*** ffio has quit IRC | 05:02 | |
*** warik has quit IRC | 05:02 | |
Sam-I-Am | jdubz: can you install the rackspace private cloud with neutron from the start? | 05:02 |
*** melwitt1 has quit IRC | 05:03 | |
Sam-I-Am | jdubz: i'd have to see the configs to figure out what might be wrong... but i'm guessing its some leftovers from nova-net | 05:03 |
*** mili__ has joined #openstack | 05:03 | |
*** Ryan_Lane has quit IRC | 05:03 | |
*** KaZeR has quit IRC | 05:03 | |
*** kushal has joined #openstack | 05:05 | |
*** mili_ has quit IRC | 05:06 | |
*** kanova20 has quit IRC | 05:07 | |
*** ffio has joined #openstack | 05:08 | |
*** doug_shelley66 has joined #openstack | 05:10 | |
*** zaph has quit IRC | 05:11 | |
*** HenryG has quit IRC | 05:11 | |
*** doug_shelley66 has quit IRC | 05:15 | |
*** Ryan_Lane has joined #openstack | 05:15 | |
*** zhiwei has joined #openstack | 05:15 | |
*** Guest58004 has quit IRC | 05:15 | |
*** anand has joined #openstack | 05:17 | |
jdubz | Sam-I-Am: would you be interested in some moonlighting ? | 05:18 |
tbachmanOs | lol: Sam-I-Am is in demand | 05:18 |
tbachmanOs | I think you like it, Sam-I-Am :) | 05:18 |
tbachmanOs | (who wouldn't) | 05:18 |
*** vlad_starkov has joined #openstack | 05:19 | |
jdubz | at this point, I want to pay someone to show me what I am doing wrong | 05:19 |
tbachmanOs | lol: I could use that service :) | 05:19 |
tbachmanOs | Although I'd have to pay someone a lot of $$, I'm afraid | 05:20 |
*** uvirtbot has quit IRC | 05:20 | |
Sam-I-Am | heh | 05:21 |
notmyname | tbachmanOs: so what' I'm hearing you say is that you're ready to pay Sam-I-Am a lot of money... | 05:21 |
tbachmanOs | :) | 05:21 |
*** LanceHaig has quit IRC | 05:21 | |
Sam-I-Am | i think i heard that too | 05:21 |
tbachmanOs | Clearly, I'm a bit clueless when it comes to DS | 05:22 |
*** sungju has joined #openstack | 05:22 | |
tbachmanOs | The sad part is -- no $$ to give :< | 05:22 |
*** vlad_starkov has quit IRC | 05:22 | |
tbachmanOs | You'd have to do it out of pity ;-) | 05:22 |
h6w | Yaaaay! It works! | 05:22 |
Sam-I-Am | tbachmanOs: is there anything you're doing that a regular install can't do? | 05:22 |
Sam-I-Am | h6w: cool, what was it? | 05:22 |
tbachmanOs | Sam-I-Am: not even sure I know enough to be able to answer that adequately | 05:22 |
tbachmanOs | In any case -- don't sweat it. | 05:23 |
tbachmanOs | Am going to go with the "blessed" VM images tomorrow. | 05:23 |
tbachmanOs | Just thought I was getting close here. | 05:23 |
tbachmanOs | If I could just understand what tells libvirt to create the tap interfaces. | 05:23 |
jdubz | seriously | 05:23 |
*** vlad_starkov has joined #openstack | 05:23 | |
*** desai has quit IRC | 05:24 | |
Sam-I-Am | tbachmanOs: well, if that doesnt work out... there's always the manual install. however, i am really curious what you're trying to accomplish | 05:24 |
tbachmanOs | Ah | 05:24 |
*** ric` has quit IRC | 05:24 | |
tbachmanOs | So -- are you familiar with OpenDaylight? | 05:24 |
*** drago777 has quit IRC | 05:24 | |
h6w | Sam-I-Am: What we were trying to get to work earlier. | 05:25 |
h6w | Ok, so "Public" is the Horizon/Controller/Node's API IP range. If you don't connect on this, then the console won't work. | 05:25 |
h6w | "VM (Fixed)" is the IP range for the Instances. | 05:25 |
*** ArminderS has quit IRC | 05:25 | |
*** pbarquero has quit IRC | 05:25 | |
*** ric` has joined #openstack | 05:25 | |
*** vlad_starkov has quit IRC | 05:25 | |
*** ArminderS has joined #openstack | 05:25 | |
h6w | I had to VLAN tag the "Public" range for it to work. That way they weren't conflicting. | 05:25 |
*** M00sL0gB0t has quit IRC | 05:25 | |
*** pbarquero has joined #openstack | 05:25 | |
Sam-I-Am | h6w: so that was it? | 05:26 |
Sam-I-Am | tbachmanOs: yes, somewhat | 05:26 |
tbachmanOs | Some folks there have been demo-ing setting up overlay networks, using the controller. | 05:26 |
tbachmanOs | VXLAN and GRE | 05:26 |
*** drago777 has joined #openstack | 05:26 | |
Sam-I-Am | at least i know what its there for, but havent used it yet... it didnt appear fully baked last i looked | 05:26 |
tbachmanOs | The demo itself is small | 05:26 |
tbachmanOs | The demo uses the controller to talk OpenFlow to the OVS switch instances, and OVSDB to talk to it as well. | 05:27 |
*** dvorak has quit IRC | 05:27 | |
*** monst has quit IRC | 05:27 | |
tbachmanOs | THere's a Neutron ML2 driver | 05:27 |
tbachmanOs | basically a pass-thru | 05:27 |
h6w | Sam-I-Am: Yes. It kinda makes sense. All the different things Public, Private, VM, and Admin have to be on different interfaces. So either 4 interfaces, but some can overlap so long as their vlans are tagged correctly. | 05:27 |
tbachmanOs | to create the neutron constructs | 05:27 |
tbachmanOs | (networks, ports, etc.) | 05:28 |
Sam-I-Am | tbachmanOs: oh thats pretty cool | 05:28 |
tbachmanOs | Yeah :) | 05:28 |
h6w | But to access the instances, the "VM" network can't be VLAN tagged. | 05:28 |
Sam-I-Am | tbachmanOs: i need to figure out ML2 here soon for icehouse | 05:28 |
tbachmanOs | Yeah. | 05:28 |
*** M00sL0gB0t has joined #openstack | 05:28 | |
tbachmanOs | There's more to come on this as well. | 05:28 |
tbachmanOs | Right now, they only have OpenFlow 1.0, which means it doesn't scale well | 05:28 |
*** sungju has quit IRC | 05:29 | |
Sam-I-Am | h6w: so do your instances get IPs from the external network now? | 05:29 |
tbachmanOs | (per-tennant tunnels) | 05:29 |
*** vartom11111110 has joined #openstack | 05:29 | |
tbachmanOs | But -- 1.3 is in the works, and that would allow tunnels per node. | 05:29 |
tbachmanOs | which scales much bettter. | 05:29 |
Sam-I-Am | my project involves vxlan/vtep on brocade vdx stuff | 05:29 |
*** sybix_ has quit IRC | 05:29 | |
*** dvorak has joined #openstack | 05:29 | |
tbachmanOs | in any case -- want to re-create that demo, hopefully getting some DS skillz along the way | 05:29 |
Sam-I-Am | but i also have things that speak openflow | 05:29 |
h6w | Sam-I-Am: No. I think that approach is a lost cause (sadly). But at least they're in the same range as the physical devices, so I can port forward to them. | 05:29 |
*** monst has joined #openstack | 05:30 | |
tbachmanOs | Sam-I-Am: nice! | 05:30 |
tbachmanOs | Are you using a controller? | 05:30 |
tbachmanOs | or setting this up manually? | 05:31 |
Sam-I-Am | i havent messed too much with OF yet | 05:31 |
Sam-I-Am | which would use a controller... or somehow interface with neutron | 05:31 |
*** drago777 has quit IRC | 05:31 | |
tbachmanOs | Ah. | 05:31 |
tbachmanOs | Yeah -- lots of interesting stuff going on there. | 05:32 |
tbachmanOs | David Meyere -- CTO of Brocade -- is the chair for the Technical Steering Committee of OpenDaylight. | 05:32 |
tbachmanOs | They've got lots of projects in the works, I think. | 05:32 |
tbachmanOs | (seeing proposals for OpenDaylight, at least) | 05:32 |
Sam-I-Am | ideally i would like to see a multi-dc setup where tenant networks can build l3vpns (or something like it) using OF | 05:33 |
tbachmanOs | L3 is coming | 05:33 |
tbachmanOs | (to OpenDaylight) | 05:33 |
tbachmanOs | Starting off with L2 | 05:33 |
Sam-I-Am | cool | 05:33 |
tbachmanOs | Well, I should qualify that. | 05:33 |
*** WackoRobie has joined #openstack | 05:33 | |
*** monst has quit IRC | 05:33 | |
tbachmanOs | There are L3 solutions. | 05:33 |
tbachmanOs | But -- I think they are geared towards particular vendor solutions | 05:33 |
tbachmanOs | (NEC, Cisco, IBM) | 05:33 |
*** k_stev1 has quit IRC | 05:34 | |
Sam-I-Am | plenty of proprietary stuff out there | 05:34 |
tbachmanOs | There also is the Juniper OpenContrail solution, which is L3. | 05:34 |
tbachmanOs | Yeha | 05:34 |
tbachmanOs | Yeah | 05:34 |
tbachmanOs | Exactly. | 05:34 |
tbachmanOs | Which is what i like about the OF/OVSDB solution. | 05:34 |
Sam-I-Am | contrail seems like just another sdn variant | 05:34 |
tbachmanOs | B/c you can use it for all. | 05:34 |
tbachmanOs | (theoretically) | 05:34 |
tbachmanOs | Not there yet. | 05:34 |
tbachmanOs | But --- good team working to make it happen. | 05:34 |
Sam-I-Am | so is this your main project? | 05:34 |
*** drago777 has joined #openstack | 05:34 | |
tbachmanOs | Sam-I-Am: u r in D.C.? | 05:34 |
Sam-I-Am | colorado | 05:35 |
tbachmanOs | There is an OpenStack meetup there. | 05:35 |
tbachmanOs | ah | 05:35 |
tbachmanOs | k | 05:35 |
tbachmanOs | the whois said something about D.C. :0 | 05:35 |
Sam-I-Am | not many openstack things out here that i've found | 05:35 |
tbachmanOs | Not reliable. | 05:35 |
tbachmanOs | There are some good folks there. | 05:35 |
Sam-I-Am | guess not | 05:35 |
tbachmanOs | :) | 05:35 |
tbachmanOs | AH -- you said mountain time. Should have guessed. | 05:35 |
Sam-I-Am | openstack has become a regular side thing for me... particularly fixing documentation. | 05:36 |
tbachmanOs | I see. | 05:36 |
Sam-I-Am | my regular job is kind of blah | 05:36 |
tbachmanOs | mine too :) | 05:36 |
*** pbarquero has quit IRC | 05:36 | |
tbachmanOs | The SDN stuff is my focus | 05:36 |
tbachmanOs | Currently bleeding into OS/DS :) | 05:36 |
tbachmanOs | All good stuff. | 05:36 |
*** neeti has joined #openstack | 05:36 | |
*** JustinRK_ has quit IRC | 05:37 | |
tbachmanOs | In any case -- getting a tad late for me. | 05:37 |
tbachmanOs | Going to sign off. | 05:37 |
Sam-I-Am | i was just thinking that | 05:37 |
tbachmanOs | Sam-I-Am: thanks for the help! | 05:37 |
Sam-I-Am | need to cool my brain off before bed | 05:37 |
*** chandankumar has joined #openstack | 05:37 | |
tbachmanOs | l8r | 05:37 |
Sam-I-Am | otherwise it just keeps going | 05:37 |
tbachmanOs | lol | 05:38 |
*** WackoRobie has quit IRC | 05:38 | |
*** JustinRK has joined #openstack | 05:38 | |
*** AaronGr is now known as AaronGr_Zzz | 05:38 | |
Sam-I-Am | come back soon! | 05:38 |
tbachmanOs | heh | 05:38 |
tbachmanOs | Will likely do so -- always questions :) | 05:38 |
tbachmanOs | thx | 05:38 |
*** jdubz has quit IRC | 05:38 | |
*** gilliard has quit IRC | 05:38 | |
*** tbachmanOs has quit IRC | 05:39 | |
*** jdubz has joined #openstack | 05:39 | |
*** brkfst has quit IRC | 05:40 | |
jdubz | Sam-I-Am: did you see my last question before I dc'd ? | 05:40 |
*** Ryan_Lane has quit IRC | 05:40 | |
*** daphosta has joined #openstack | 05:40 | |
*** yogesh has joined #openstack | 05:41 | |
Sam-I-Am | hmm, i dont think so | 05:41 |
*** brkfst has joined #openstack | 05:41 | |
jdubz | When I add a gateway to a router | 05:42 |
jdubz | it adds an IP on that external subnet to the router | 05:42 |
jdubz | but it always shows as Down | 05:42 |
jdubz | do I need to add that IP manually somewherE? | 05:42 |
*** beisner has quit IRC | 05:42 | |
Sam-I-Am | not sure why those say down... can you ping that ip? | 05:42 |
*** bdpayne has quit IRC | 05:43 | |
jdubz | no | 05:43 |
*** JustinRK has quit IRC | 05:43 | |
*** Perimore has joined #openstack | 05:43 | |
*** chandankumar has quit IRC | 05:44 | |
*** JustinRK has joined #openstack | 05:44 | |
Sam-I-Am | hmm | 05:44 |
*** rnorwood1 has quit IRC | 05:44 | |
Sam-I-Am | you gonna be around tomorrow? i need to hit the sack | 05:44 |
jdubz | yea | 05:44 |
jdubz | I'll be up early | 05:44 |
Sam-I-Am | what time zone? | 05:45 |
jdubz | PST | 05:45 |
jdubz | http://pastebin.com/49u5jgXE | 05:45 |
jdubz | here was that error | 05:45 |
jdubz | about too many values | 05:45 |
*** sgordon has quit IRC | 05:45 | |
*** chandankumar has joined #openstack | 05:45 | |
jdubz | I'll re-install clean RDO | 05:45 |
jdubz | no GLusterFS | 05:45 |
jdubz | and see where I get tonight | 05:45 |
jdubz | then talk to you in the morning | 05:45 |
*** zenoway has joined #openstack | 05:46 | |
*** erkrnt1 has joined #openstack | 05:46 | |
*** Perimore has quit IRC | 05:46 | |
Sam-I-Am | ok | 05:46 |
*** erkrnt has quit IRC | 05:46 | |
Sam-I-Am | looks like that error is a sign of confusion somewhere | 05:46 |
jdubz | yea | 05:46 |
jdubz | when I was trying an install | 05:46 |
jdubz | with just the puppet openstack modules | 05:47 |
Sam-I-Am | something is looking for nova-net parts, something neutron parts | 05:47 |
jdubz | I had that same eror | 05:47 |
*** zhiwei has quit IRC | 05:49 | |
*** chandankumar has quit IRC | 05:50 | |
*** factor has joined #openstack | 05:51 | |
*** chandankumar has joined #openstack | 05:51 | |
*** rushiagr has joined #openstack | 05:53 | |
*** julianwa has quit IRC | 05:53 | |
*** vlad_starkov has joined #openstack | 05:54 | |
*** psharma has joined #openstack | 05:54 | |
*** danjared has quit IRC | 05:55 | |
*** kishore_ has joined #openstack | 05:55 | |
kishore_ | Hi | 05:55 |
*** vlad_starkov has quit IRC | 05:56 | |
kishore_ | Team, I have a problem lauching the instance | 05:57 |
kishore_ | Could you please help me to resolve the issue? | 05:57 |
*** KaZeR has joined #openstack | 05:59 | |
kishore_ | root@openstack:/var/lib/nova/tmp# nova-manage service list 2014-01-03 11:20:08 DEBUG nova.utils [req-add3b3ff-a832-41ab-9f20-a8e56b6baa8d None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=4920) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:663 Binary Host Zone Status State Upda | 05:59 |
*** Joel-S has quit IRC | 05:59 | |
*** sybix has joined #openstack | 06:00 | |
*** drago777 has quit IRC | 06:00 | |
*** jecarey has quit IRC | 06:01 | |
*** nanjj has joined #openstack | 06:01 | |
*** pravins has joined #openstack | 06:01 | |
*** StevenK has joined #openstack | 06:02 | |
*** drago777 has joined #openstack | 06:03 | |
*** KaZeR has quit IRC | 06:04 | |
*** mili__ has quit IRC | 06:05 | |
*** RaviTezu has joined #openstack | 06:05 | |
*** RaviTezu has left #openstack | 06:06 | |
*** mrunge has joined #openstack | 06:08 | |
*** reed has quit IRC | 06:10 | |
*** StarEx has quit IRC | 06:10 | |
*** rdas has joined #openstack | 06:10 | |
*** majeff has quit IRC | 06:11 | |
*** majeff has joined #openstack | 06:11 | |
*** jpeeler has quit IRC | 06:11 | |
*** ryanpetrello has quit IRC | 06:12 | |
*** sybix has joined #openstack | 06:13 | |
*** psharma has quit IRC | 06:14 | |
*** Dharmit has joined #openstack | 06:14 | |
*** teju has joined #openstack | 06:15 | |
teju | hi all...how to intercept the rabbitmq messages? | 06:16 |
*** sayan has joined #openstack | 06:16 | |
*** wickedpuppy2 has joined #openstack | 06:17 | |
*** danjared has joined #openstack | 06:18 | |
*** grunt1 has joined #openstack | 06:19 | |
*** wickedpuppy has quit IRC | 06:19 | |
*** vartom11111110 has quit IRC | 06:20 | |
*** wickedpuppy has joined #openstack | 06:20 | |
*** sayan_ has joined #openstack | 06:21 | |
*** sayan_ has quit IRC | 06:21 | |
*** wickedpuppy2 has quit IRC | 06:21 | |
*** markpeek has quit IRC | 06:22 | |
*** lbrower has quit IRC | 06:22 | |
*** drago777 has quit IRC | 06:23 | |
*** factor has quit IRC | 06:23 | |
*** drago777 has joined #openstack | 06:24 | |
*** factor__ has joined #openstack | 06:25 | |
*** yaans has joined #openstack | 06:27 | |
*** dguitarbite has joined #openstack | 06:27 | |
*** kishore_ has quit IRC | 06:29 | |
*** sayan is now known as Guest45868 | 06:31 | |
*** yaans has quit IRC | 06:31 | |
*** yaans has joined #openstack | 06:32 | |
*** WackoRobie has joined #openstack | 06:34 | |
*** sybix has quit IRC | 06:34 | |
*** yaans has quit IRC | 06:34 | |
*** yaans has joined #openstack | 06:35 | |
*** sybix has joined #openstack | 06:35 | |
*** yaans has quit IRC | 06:36 | |
*** factor__ has quit IRC | 06:36 | |
*** chandankumar is now known as ciypro | 06:36 | |
*** sayan_ has joined #openstack | 06:37 | |
*** sayan_ has joined #openstack | 06:38 | |
*** aeperezt has quit IRC | 06:38 | |
*** WackoRobie has quit IRC | 06:38 | |
*** zenoway has quit IRC | 06:41 | |
*** cf has quit IRC | 06:42 | |
teju | ciypro: hi...do u know how to intercept rabbitmq messages?? | 06:44 |
*** cf has joined #openstack | 06:46 | |
*** krypto has joined #openstack | 06:46 | |
teju | krypto: do u know how to intercept rabbitmq messages?? | 06:47 |
*** krypto has quit IRC | 06:47 | |
*** pberis has quit IRC | 06:47 | |
*** pberis has joined #openstack | 06:48 | |
*** krypto has joined #openstack | 06:48 | |
*** jrb has quit IRC | 06:49 | |
*** ponyofdeath has quit IRC | 06:52 | |
*** ponyofdeath has joined #openstack | 06:52 | |
*** pberis has quit IRC | 06:54 | |
*** vlad_starkov has joined #openstack | 06:54 | |
*** mohli has quit IRC | 06:55 | |
*** mohli has joined #openstack | 06:56 | |
*** vlad_starkov has quit IRC | 06:57 | |
*** pberis has joined #openstack | 06:57 | |
*** dieterde1eyer has quit IRC | 06:58 | |
*** dieterdemeyer has joined #openstack | 06:58 | |
*** Guest45868 has quit IRC | 06:58 | |
*** sayan_ has quit IRC | 06:59 | |
*** KaZeR has joined #openstack | 06:59 | |
*** bdpayne has joined #openstack | 07:00 | |
*** lintan__ has quit IRC | 07:00 | |
*** rohara has joined #openstack | 07:00 | |
*** engkur has quit IRC | 07:00 | |
*** ponyofdeath has joined #openstack | 07:01 | |
*** ewnd9 has joined #openstack | 07:01 | |
*** ponyofdeath has quit IRC | 07:01 | |
*** mikedawson has quit IRC | 07:02 | |
*** amrith has quit IRC | 07:02 | |
*** michaelneale has quit IRC | 07:03 | |
*** ponyofdeath has joined #openstack | 07:03 | |
*** berendt has joined #openstack | 07:04 | |
*** ngoracke has quit IRC | 07:04 | |
*** KaZeR has quit IRC | 07:04 | |
*** dguitarbite has quit IRC | 07:06 | |
*** coreping has quit IRC | 07:07 | |
*** coreping has joined #openstack | 07:08 | |
*** drago777 has quit IRC | 07:09 | |
*** dguitarbite has joined #openstack | 07:09 | |
*** ponyofdeath has quit IRC | 07:10 | |
*** drago777 has joined #openstack | 07:11 | |
*** ponyofdeath has joined #openstack | 07:14 | |
*** Drankis has joined #openstack | 07:14 | |
*** zenoway has joined #openstack | 07:15 | |
*** disappear has joined #openstack | 07:15 | |
*** Drankis has quit IRC | 07:15 | |
*** drankis_ has joined #openstack | 07:15 | |
*** drankis_ has quit IRC | 07:15 | |
*** Guest45868 has joined #openstack | 07:15 | |
*** drankis_ has joined #openstack | 07:15 | |
*** Drankis has joined #openstack | 07:16 | |
*** piokie has joined #openstack | 07:17 | |
*** Guest45868 has quit IRC | 07:17 | |
*** ankso_ is now known as ankso | 07:17 | |
*** ankso has joined #openstack | 07:17 | |
*** ponyofdeath has quit IRC | 07:17 | |
*** ponyofdeath has joined #openstack | 07:17 | |
*** vartom11111110 has joined #openstack | 07:18 | |
*** disappear has quit IRC | 07:18 | |
*** ponyofdeath has joined #openstack | 07:19 | |
*** ccustine has quit IRC | 07:20 | |
*** disappear has joined #openstack | 07:20 | |
*** Drankis has quit IRC | 07:20 | |
*** ponyofdeath has quit IRC | 07:20 | |
*** ponyofdeath has joined #openstack | 07:21 | |
*** wbx_ has joined #openstack | 07:22 | |
*** ccustine has joined #openstack | 07:23 | |
*** piokie has quit IRC | 07:23 | |
*** vartom11111111 has joined #openstack | 07:24 | |
*** vlad_starkov has joined #openstack | 07:24 | |
*** vartom11111110 has quit IRC | 07:24 | |
*** perfectsine has quit IRC | 07:24 | |
*** piokie has joined #openstack | 07:25 | |
*** saju_m has joined #openstack | 07:26 | |
*** vlad_starkov has quit IRC | 07:27 | |
*** Drankis has joined #openstack | 07:29 | |
*** teran has quit IRC | 07:30 | |
*** majeff has quit IRC | 07:30 | |
*** teran has joined #openstack | 07:30 | |
*** yaguang has joined #openstack | 07:31 | |
*** onborad has joined #openstack | 07:32 | |
onborad | hai | 07:32 |
*** ponyofdeath has quit IRC | 07:33 | |
*** ponyofdeath has joined #openstack | 07:33 | |
*** WackoRobie has joined #openstack | 07:34 | |
*** teran has quit IRC | 07:35 | |
*** ccustine has quit IRC | 07:35 | |
*** ccustine has joined #openstack | 07:35 | |
*** kushal has quit IRC | 07:36 | |
*** mohli has quit IRC | 07:38 | |
*** engkur has joined #openstack | 07:40 | |
*** WackoRobie has quit IRC | 07:40 | |
*** mohli has joined #openstack | 07:41 | |
*** lintan has joined #openstack | 07:42 | |
*** ponyofdeath has quit IRC | 07:46 | |
*** erkrnt1 has quit IRC | 07:46 | |
*** ponyofdeath has joined #openstack | 07:47 | |
*** Shmouel`away is now known as Shmouel | 07:47 | |
*** itarchitectkev has joined #openstack | 07:48 | |
*** ifarkas has joined #openstack | 07:50 | |
*** walterheck has quit IRC | 07:51 | |
*** jrb has joined #openstack | 07:53 | |
*** zaph has joined #openstack | 07:55 | |
*** rushiagr has quit IRC | 07:56 | |
*** majeff has joined #openstack | 07:56 | |
*** bdpayne has quit IRC | 07:57 | |
*** drago777 has quit IRC | 07:58 | |
*** KaZeR has joined #openstack | 07:59 | |
*** flaper87|afk is now known as flaper87 | 08:00 | |
*** piokie has quit IRC | 08:00 | |
*** zaph has quit IRC | 08:00 | |
*** Blackavar has joined #openstack | 08:01 | |
*** ilja_ has joined #openstack | 08:01 | |
*** Ilja has joined #openstack | 08:01 | |
*** ilja_ has quit IRC | 08:01 | |
*** seiflotfy_ has joined #openstack | 08:01 | |
*** drago777 has joined #openstack | 08:01 | |
*** jprovazn has joined #openstack | 08:02 | |
*** piokie has joined #openstack | 08:02 | |
*** melwitt2 has quit IRC | 08:02 | |
*** makara has joined #openstack | 08:03 | |
*** KaZeR has quit IRC | 08:04 | |
*** onborad has quit IRC | 08:04 | |
*** piokie has quit IRC | 08:05 | |
*** pberis has quit IRC | 08:06 | |
*** melmoth has joined #openstack | 08:09 | |
*** pantea has joined #openstack | 08:09 | |
*** kpavel has joined #openstack | 08:09 | |
*** Dharmit has quit IRC | 08:10 | |
*** pberis has joined #openstack | 08:10 | |
*** drago777 has quit IRC | 08:11 | |
*** zenoway has quit IRC | 08:13 | |
*** melmoth has quit IRC | 08:13 | |
*** drago777 has joined #openstack | 08:13 | |
*** zenoway has joined #openstack | 08:14 | |
*** Dharmit has joined #openstack | 08:14 | |
*** piokie has joined #openstack | 08:17 | |
*** zenoway has quit IRC | 08:18 | |
*** fifieldt has quit IRC | 08:18 | |
*** drago777 has quit IRC | 08:21 | |
*** glejeune_taf has joined #openstack | 08:21 | |
*** drago777 has joined #openstack | 08:22 | |
*** kpavel has quit IRC | 08:23 | |
*** kpavel has joined #openstack | 08:24 | |
*** piokie has quit IRC | 08:27 | |
*** vipul is now known as vipul-away | 08:27 | |
*** vipul-away is now known as vipul | 08:29 | |
*** piokie has joined #openstack | 08:29 | |
*** xgsa has joined #openstack | 08:30 | |
*** teran has joined #openstack | 08:31 | |
*** melmoth has joined #openstack | 08:32 | |
*** M00sL0gB0t has quit IRC | 08:32 | |
*** M00sL0gB0t has joined #openstack | 08:33 | |
*** rohara has quit IRC | 08:33 | |
*** sarcasticidiot has joined #openstack | 08:34 | |
*** rohara has joined #openstack | 08:34 | |
*** piokie has quit IRC | 08:35 | |
*** teran has quit IRC | 08:35 | |
*** WackoRobie has joined #openstack | 08:36 | |
*** perror has joined #openstack | 08:37 | |
*** jlibosva has joined #openstack | 08:39 | |
*** drago777 has quit IRC | 08:39 | |
*** drago777 has joined #openstack | 08:39 | |
*** WackoRobie has quit IRC | 08:41 | |
*** lsmola_ has joined #openstack | 08:43 | |
*** fire has joined #openstack | 08:43 | |
*** fire is now known as ffio_ | 08:43 | |
*** vipul is now known as vipul-away | 08:44 | |
*** nkhare has quit IRC | 08:45 | |
*** cyeoh has quit IRC | 08:45 | |
*** homegrown has left #openstack | 08:46 | |
*** majeff has quit IRC | 08:46 | |
*** ffio has quit IRC | 08:46 | |
*** jtomasek has joined #openstack | 08:47 | |
*** Ilja has quit IRC | 08:50 | |
*** nkhare has joined #openstack | 08:50 | |
*** drago777 has quit IRC | 08:51 | |
*** fbo_away is now known as fbo | 08:51 | |
*** yogesh has quit IRC | 08:51 | |
*** yogesh has joined #openstack | 08:52 | |
*** ttrifonov is now known as ttrifonov_zZzz | 08:53 | |
*** ccustine has quit IRC | 08:53 | |
*** ccustine has joined #openstack | 08:54 | |
*** drago777 has joined #openstack | 08:54 | |
*** Tribaal has joined #openstack | 08:55 | |
*** nancy_yeah has joined #openstack | 08:55 | |
*** yogesh has quit IRC | 08:56 | |
*** zenoway has joined #openstack | 08:56 | |
*** nkhare has quit IRC | 08:56 | |
*** nkhare has joined #openstack | 08:56 | |
*** ttrifonov_zZzz is now known as ttrifonov | 08:57 | |
*** factor__ has joined #openstack | 08:58 | |
*** jpich has joined #openstack | 08:59 | |
*** pnavarro has joined #openstack | 08:59 | |
*** drago777 has quit IRC | 08:59 | |
*** arif-ali has joined #openstack | 08:59 | |
*** rossella_s has joined #openstack | 09:00 | |
*** vipul-away is now known as vipul | 09:00 | |
*** KaZeR has joined #openstack | 09:00 | |
*** MaxV has joined #openstack | 09:00 | |
*** yogeshmehra has joined #openstack | 09:00 | |
*** jungnam has joined #openstack | 09:00 | |
*** jungnam has left #openstack | 09:01 | |
*** drago777 has joined #openstack | 09:02 | |
*** KaZeR has quit IRC | 09:02 | |
*** jistr has joined #openstack | 09:02 | |
*** rohara has quit IRC | 09:03 | |
*** KaZeR has joined #openstack | 09:03 | |
*** rohara has joined #openstack | 09:04 | |
*** arif-ali has quit IRC | 09:05 | |
*** fifieldt has joined #openstack | 09:06 | |
*** pnavarro has quit IRC | 09:07 | |
*** shwang has quit IRC | 09:09 | |
*** ade_b has joined #openstack | 09:09 | |
*** inc0 has joined #openstack | 09:09 | |
*** drago777 has quit IRC | 09:10 | |
*** amotoki has joined #openstack | 09:11 | |
*** drago777 has joined #openstack | 09:11 | |
*** corrigac has quit IRC | 09:12 | |
*** dguitarbite has quit IRC | 09:12 | |
*** arezmerita has joined #openstack | 09:14 | |
*** rohara has quit IRC | 09:14 | |
*** fifieldt has quit IRC | 09:14 | |
*** rushiagr has joined #openstack | 09:14 | |
*** rebind has quit IRC | 09:15 | |
*** rohara has joined #openstack | 09:15 | |
*** drago777 has quit IRC | 09:17 | |
inc0 | is there any way to turn off CMS in keystone? It kills our CPU and we don't need that kind of security | 09:17 |
*** mkollaro has joined #openstack | 09:17 | |
*** ravikup has joined #openstack | 09:17 | |
*** derekh has joined #openstack | 09:18 | |
*** drago777 has joined #openstack | 09:18 | |
*** ndipanov_gone is now known as ndipanov | 09:20 | |
*** Perimore has joined #openstack | 09:20 | |
*** _sulo has joined #openstack | 09:20 | |
*** rushiagr has quit IRC | 09:22 | |
*** rushiagr has joined #openstack | 09:23 | |
*** zenoway has quit IRC | 09:23 | |
*** pnavarro has joined #openstack | 09:23 | |
*** zenoway has joined #openstack | 09:24 | |
*** ravikup has quit IRC | 09:24 | |
*** Perimore has quit IRC | 09:25 | |
*** sgviking has quit IRC | 09:27 | |
*** sgviking has joined #openstack | 09:27 | |
*** zenoway has quit IRC | 09:28 | |
*** armax has joined #openstack | 09:28 | |
*** rushiagr2 has joined #openstack | 09:28 | |
*** Perimore has joined #openstack | 09:29 | |
*** rushiagr has quit IRC | 09:31 | |
*** majeff has joined #openstack | 09:32 | |
*** mili_ has joined #openstack | 09:32 | |
*** berendt has quit IRC | 09:33 | |
*** berendt has joined #openstack | 09:33 | |
*** mili_ has quit IRC | 09:34 | |
*** drago777 has quit IRC | 09:35 | |
*** bma_ has joined #openstack | 09:35 | |
*** berendt1 has joined #openstack | 09:35 | |
*** giorgiodinapoli has joined #openstack | 09:35 | |
*** rossella_s has quit IRC | 09:36 | |
*** rohara has quit IRC | 09:37 | |
*** drago777 has joined #openstack | 09:37 | |
*** kawa2014 has joined #openstack | 09:37 | |
*** WackoRobie has joined #openstack | 09:38 | |
*** rossella_s has joined #openstack | 09:38 | |
*** berendt has quit IRC | 09:38 | |
*** Ilja has joined #openstack | 09:38 | |
*** mathias_1 has joined #openstack | 09:39 | |
*** kawa2014 has quit IRC | 09:39 | |
mathias_1 | on a nova-compute node on Ubuntu, why do I find nova.conf and nova-compute.conf - what's the difference? | 09:39 |
*** kawa2014 has joined #openstack | 09:40 | |
*** psharma has joined #openstack | 09:41 | |
*** amotoki has quit IRC | 09:42 | |
*** WackoRobie has quit IRC | 09:42 | |
*** arif-ali has joined #openstack | 09:45 | |
*** MarcMorata has joined #openstack | 09:45 | |
*** drago777 has quit IRC | 09:47 | |
*** cf has quit IRC | 09:47 | |
*** pnavarro has quit IRC | 09:48 | |
*** sushils has joined #openstack | 09:49 | |
*** drago777 has joined #openstack | 09:51 | |
*** berendt1 has quit IRC | 09:51 | |
*** yogeshmehra has quit IRC | 09:51 | |
*** johnthetubaguy has joined #openstack | 09:53 | |
Drankis | mathias_1, i think there is no difference | 09:53 |
Drankis | when you run ps auxf | grep nova-compute | 09:53 |
Drankis | you can see that both config files is loaded | 09:53 |
*** giulivo has joined #openstack | 09:53 | |
*** psharma has quit IRC | 09:53 | |
Drankis | but why developers create two files, i don't get that either | 09:54 |
*** osier has quit IRC | 09:55 | |
*** piokie has joined #openstack | 09:56 | |
*** marcelodieder has joined #openstack | 09:57 | |
*** drago777 has quit IRC | 09:58 | |
*** piokie has quit IRC | 09:58 | |
*** eglynn has joined #openstack | 10:01 | |
*** drago777 has joined #openstack | 10:02 | |
*** deep13 has quit IRC | 10:02 | |
*** ccustine has quit IRC | 10:04 | |
*** nancy_yeah has quit IRC | 10:06 | |
*** ccustine has joined #openstack | 10:06 | |
*** JamJar has quit IRC | 10:06 | |
*** JamJar has joined #openstack | 10:07 | |
*** psharma has joined #openstack | 10:07 | |
*** pantea has quit IRC | 10:08 | |
*** osier has joined #openstack | 10:08 | |
*** omachace has joined #openstack | 10:08 | |
*** sushils has quit IRC | 10:08 | |
*** tryggvil has quit IRC | 10:10 | |
*** ccustine has quit IRC | 10:11 | |
*** xuhanp has quit IRC | 10:12 | |
*** ccustine has joined #openstack | 10:12 | |
*** sushils has joined #openstack | 10:12 | |
*** ravikup has joined #openstack | 10:13 | |
*** kevein has quit IRC | 10:13 | |
*** bvandenh has joined #openstack | 10:14 | |
*** dguitarbite has joined #openstack | 10:14 | |
*** rmartinelli has joined #openstack | 10:15 | |
*** drago777 has quit IRC | 10:17 | |
*** neoXsys has quit IRC | 10:17 | |
*** drago777 has joined #openstack | 10:19 | |
*** psharma has quit IRC | 10:19 | |
*** JamJar has quit IRC | 10:19 | |
*** pantea has joined #openstack | 10:20 | |
*** archon__ has joined #openstack | 10:21 | |
*** mathias_1 has quit IRC | 10:21 | |
*** JamJar has joined #openstack | 10:21 | |
*** mathias__ has joined #openstack | 10:25 | |
*** dguitarbite has quit IRC | 10:26 | |
*** grunt1 has quit IRC | 10:28 | |
*** wbx__ has joined #openstack | 10:28 | |
*** pbeskow has joined #openstack | 10:29 | |
*** ccustine has quit IRC | 10:29 | |
*** neoXsys has joined #openstack | 10:29 | |
*** nanjj has quit IRC | 10:30 | |
*** factor__ has quit IRC | 10:30 | |
*** wbx_ has quit IRC | 10:30 | |
*** grunt1 has joined #openstack | 10:30 | |
*** ccustine has joined #openstack | 10:31 | |
*** drago777 has quit IRC | 10:33 | |
*** ttrifonov is now known as ttrifonov_zZzz | 10:34 | |
*** dguitarbite has joined #openstack | 10:35 | |
*** ttrifonov_zZzz is now known as ttrifonov | 10:35 | |
*** drago777 has joined #openstack | 10:36 | |
*** bfirsh has joined #openstack | 10:36 | |
*** WackoRobie has joined #openstack | 10:39 | |
*** johnthetubaguy1 has joined #openstack | 10:40 | |
*** teju has quit IRC | 10:41 | |
*** dguitarbite has quit IRC | 10:42 | |
*** teran has joined #openstack | 10:42 | |
*** johnthetubaguy has quit IRC | 10:42 | |
*** WackoRobie has quit IRC | 10:43 | |
*** lcestari has joined #openstack | 10:46 | |
*** rossella_s_ has joined #openstack | 10:47 | |
*** rossella_s has quit IRC | 10:49 | |
*** rossella_s_ is now known as rossella_s | 10:49 | |
*** pixelb has joined #openstack | 10:49 | |
*** LanceHaig has joined #openstack | 10:50 | |
*** nmagnezi has joined #openstack | 10:50 | |
*** marcelodieder has quit IRC | 10:56 | |
*** yaguang has quit IRC | 10:56 | |
*** itarchitectkev has quit IRC | 10:57 | |
*** mkollaro has quit IRC | 10:58 | |
*** drago777 has quit IRC | 10:59 | |
*** zenoway has joined #openstack | 11:00 | |
*** Shmouel is now known as Shmouel`away | 11:00 | |
*** renebarbosa has joined #openstack | 11:01 | |
*** drago777 has joined #openstack | 11:01 | |
*** ravikup has quit IRC | 11:01 | |
*** yogeshmehra has joined #openstack | 11:02 | |
*** itarchitectkev has joined #openstack | 11:03 | |
*** marcelodieder has joined #openstack | 11:03 | |
*** Ilja has quit IRC | 11:04 | |
*** marcelodieder has quit IRC | 11:06 | |
*** marcelodieder has joined #openstack | 11:06 | |
*** walterheck has joined #openstack | 11:06 | |
*** yogeshmehra has quit IRC | 11:07 | |
*** diegows has joined #openstack | 11:10 | |
*** mkollaro has joined #openstack | 11:10 | |
*** omachace has left #openstack | 11:11 | |
*** autoditac has joined #openstack | 11:11 | |
*** bladernr_ has quit IRC | 11:15 | |
*** doug_shelley66 has joined #openstack | 11:15 | |
*** bladernr_ has joined #openstack | 11:15 | |
*** drago777 has quit IRC | 11:17 | |
*** rdxc has joined #openstack | 11:18 | |
*** vlad_starkov has joined #openstack | 11:20 | |
*** drago777 has joined #openstack | 11:20 | |
*** pravins has quit IRC | 11:21 | |
*** marcelodieder has quit IRC | 11:22 | |
*** marcelodieder has joined #openstack | 11:22 | |
*** archon__ has quit IRC | 11:22 | |
*** paragan has quit IRC | 11:23 | |
*** psyl0n has joined #openstack | 11:24 | |
*** berendt has joined #openstack | 11:27 | |
*** marcelodieder has quit IRC | 11:29 | |
*** pantea has quit IRC | 11:29 | |
*** dguitarbite_ has joined #openstack | 11:30 | |
*** devvesa has joined #openstack | 11:31 | |
*** MaxV has quit IRC | 11:31 | |
*** AnilV4 has quit IRC | 11:33 | |
*** pradeep has left #openstack | 11:33 | |
*** dguitarbite_ has quit IRC | 11:36 | |
*** ccustine has quit IRC | 11:37 | |
*** ccustine has joined #openstack | 11:37 | |
*** rohara has joined #openstack | 11:37 | |
*** sarcasticidiot has quit IRC | 11:38 | |
*** pberis has quit IRC | 11:39 | |
*** Egyptian[Laptop] has joined #openstack | 11:39 | |
*** pberis has joined #openstack | 11:39 | |
*** sigurding has joined #openstack | 11:42 | |
*** marcelodieder has joined #openstack | 11:42 | |
*** fikst has quit IRC | 11:44 | |
*** rohara has quit IRC | 11:44 | |
*** glejeune_taf has quit IRC | 11:44 | |
*** sgordon has joined #openstack | 11:45 | |
*** AnilV4 has joined #openstack | 11:46 | |
*** drago777 has quit IRC | 11:47 | |
*** cyeoh_ has joined #openstack | 11:48 | |
*** cyeoh_ is now known as cyeoh | 11:48 | |
*** drago777 has joined #openstack | 11:48 | |
*** inc0 has quit IRC | 11:48 | |
*** marcelodieder has quit IRC | 11:49 | |
*** marcelodieder has joined #openstack | 11:49 | |
*** dguitarbite has joined #openstack | 11:50 | |
*** Zexal has joined #openstack | 11:50 | |
*** inc0 has joined #openstack | 11:51 | |
*** ArminderS has quit IRC | 11:51 | |
*** inc0 has quit IRC | 11:51 | |
*** Zexal is now known as XxLocutusxX | 11:52 | |
*** SCarniel has joined #openstack | 11:53 | |
*** drago777 has quit IRC | 11:54 | |
*** drago777 has joined #openstack | 11:56 | |
*** jrb has quit IRC | 11:57 | |
*** jrb has joined #openstack | 11:57 | |
*** MaxV has joined #openstack | 11:58 | |
*** rmartinelli_ has joined #openstack | 11:59 | |
*** AnilV4 has quit IRC | 11:59 | |
*** inc0 has joined #openstack | 11:59 | |
*** MaxV has quit IRC | 12:00 | |
*** MaxV has joined #openstack | 12:01 | |
*** coolsvap has quit IRC | 12:01 | |
*** SVK has joined #openstack | 12:01 | |
*** drago777 has quit IRC | 12:01 | |
*** marcelodieder has quit IRC | 12:02 | |
*** Egyptian[Laptop] has quit IRC | 12:04 | |
*** drago777 has joined #openstack | 12:05 | |
*** marcelodieder has joined #openstack | 12:06 | |
*** itarchitectkev has quit IRC | 12:06 | |
*** AnilV4 has joined #openstack | 12:07 | |
*** chasmo has quit IRC | 12:09 | |
*** sgordon has quit IRC | 12:09 | |
*** nkhare has quit IRC | 12:11 | |
*** marcelodieder has quit IRC | 12:12 | |
*** dguitarbite has quit IRC | 12:12 | |
*** marcelodieder has joined #openstack | 12:12 | |
*** mindpixel has joined #openstack | 12:15 | |
*** drago777 has quit IRC | 12:15 | |
*** armax has left #openstack | 12:17 | |
*** CaptTofu has quit IRC | 12:17 | |
*** CaptTofu has joined #openstack | 12:17 | |
*** drago777 has joined #openstack | 12:18 | |
*** ewnd9 has quit IRC | 12:20 | |
*** aroque has joined #openstack | 12:21 | |
*** ewnd9_ has joined #openstack | 12:21 | |
*** ewnd9_ has joined #openstack | 12:22 | |
*** dguitarbite_ has joined #openstack | 12:23 | |
*** zhiwei has joined #openstack | 12:23 | |
*** ArxCruz has joined #openstack | 12:24 | |
*** bashok has joined #openstack | 12:24 | |
SVK | hi | 12:25 |
*** sigurding has quit IRC | 12:26 | |
*** Egyptian[Laptop] has joined #openstack | 12:27 | |
*** devvesa has quit IRC | 12:27 | |
*** bashok has quit IRC | 12:28 | |
*** pberis has quit IRC | 12:29 | |
*** pberis has joined #openstack | 12:30 | |
*** zhiwei has quit IRC | 12:30 | |
*** zhiwei has joined #openstack | 12:30 | |
*** SVK has quit IRC | 12:31 | |
*** AnilV4 has quit IRC | 12:31 | |
*** zenoway has quit IRC | 12:34 | |
*** zenoway has joined #openstack | 12:34 | |
*** zhiwei has quit IRC | 12:35 | |
*** XxLocutusxX has quit IRC | 12:36 | |
*** desai has joined #openstack | 12:36 | |
*** AnilV4 has joined #openstack | 12:36 | |
*** dguitarbite_ has quit IRC | 12:37 | |
*** weshay has joined #openstack | 12:38 | |
*** sigurding has joined #openstack | 12:38 | |
*** zenoway has quit IRC | 12:38 | |
*** ildikov_ has joined #openstack | 12:40 | |
*** marcelodieder has quit IRC | 12:40 | |
*** rnorwood1 has joined #openstack | 12:40 | |
*** iDrac_ is now known as iDrac | 12:41 | |
*** jingwang has quit IRC | 12:42 | |
*** marcelodieder has joined #openstack | 12:42 | |
*** drago777 has quit IRC | 12:43 | |
*** inc0 has quit IRC | 12:44 | |
*** ccustine has quit IRC | 12:45 | |
*** CaptTofu has quit IRC | 12:46 | |
*** rnorwood1 has quit IRC | 12:46 | |
*** drago777 has joined #openstack | 12:46 | |
*** ccustine has joined #openstack | 12:46 | |
*** CaptTofu has joined #openstack | 12:46 | |
*** rnorwood1 has joined #openstack | 12:46 | |
*** rushiagr2 is now known as rushiagr_away | 12:47 | |
*** CaptTofu has quit IRC | 12:47 | |
*** CaptTofu_ has joined #openstack | 12:47 | |
*** larmbr has joined #openstack | 12:51 | |
*** danielbruno has joined #openstack | 12:52 | |
*** CaptTofu_ has quit IRC | 12:53 | |
*** CaptTofu has joined #openstack | 12:54 | |
*** drago777 has quit IRC | 12:54 | |
*** dguitarbite has joined #openstack | 12:54 | |
*** Shmouel`away is now known as Shmouel | 12:54 | |
*** chasmo has joined #openstack | 12:54 | |
*** yocum has joined #openstack | 12:54 | |
*** mrunge has quit IRC | 12:55 | |
*** drago777 has joined #openstack | 12:55 | |
*** hootjr has joined #openstack | 12:55 | |
*** AnilV4 has quit IRC | 12:56 | |
*** hootjr has quit IRC | 12:57 | |
*** mili_ has joined #openstack | 12:57 | |
*** hootjr has joined #openstack | 12:57 | |
*** ArminderS has joined #openstack | 12:58 | |
*** ewnd9_ has quit IRC | 12:58 | |
*** marcelodieder has quit IRC | 12:58 | |
*** CaptTofu has quit IRC | 12:59 | |
*** marcelodieder has joined #openstack | 12:59 | |
*** fam_ has quit IRC | 12:59 | |
*** dguitarbite has quit IRC | 13:00 | |
*** drago777 has quit IRC | 13:01 | |
*** teran has quit IRC | 13:02 | |
*** drago777 has joined #openstack | 13:02 | |
*** teran has joined #openstack | 13:03 | |
*** Egyptian[Laptop] has quit IRC | 13:04 | |
*** fam_ has joined #openstack | 13:04 | |
*** teran has quit IRC | 13:06 | |
*** galstrom_zzz is now known as galstrom | 13:07 | |
*** galstrom is now known as galstrom_zzz | 13:08 | |
*** colinmcnamara has joined #openstack | 13:08 | |
*** rushiagr_away is now known as rushiagr2 | 13:08 | |
*** pberis has quit IRC | 13:08 | |
*** scuttlemonkey has quit IRC | 13:09 | |
*** pberis has joined #openstack | 13:09 | |
*** scuttlemonkey has joined #openstack | 13:09 | |
*** dingwall has quit IRC | 13:10 | |
*** marcelodieder has quit IRC | 13:11 | |
*** fam__ has joined #openstack | 13:11 | |
*** iha has joined #openstack | 13:12 | |
*** danielbruno has quit IRC | 13:13 | |
*** fam_ has quit IRC | 13:14 | |
*** marcelodieder has joined #openstack | 13:14 | |
*** fam_ has joined #openstack | 13:15 | |
*** ioggstream has joined #openstack | 13:16 | |
*** ioggstream has quit IRC | 13:18 | |
*** glejeune_taf has joined #openstack | 13:18 | |
*** ioggstream has joined #openstack | 13:18 | |
*** fam__ has quit IRC | 13:18 | |
*** drago777 has quit IRC | 13:19 | |
*** julim has joined #openstack | 13:19 | |
*** giorgiodinapoli has quit IRC | 13:20 | |
*** julim has quit IRC | 13:20 | |
*** giorgiodinapoli has joined #openstack | 13:22 | |
*** dguitarbite has joined #openstack | 13:22 | |
*** drago777 has joined #openstack | 13:22 | |
*** dguitarbite_ has joined #openstack | 13:23 | |
*** dguitarbite has left #openstack | 13:23 | |
*** marcelodieder has quit IRC | 13:24 | |
*** ioggstream has quit IRC | 13:24 | |
*** marcelodieder has joined #openstack | 13:24 | |
*** ioggstream has joined #openstack | 13:24 | |
*** psyl0n has quit IRC | 13:24 | |
*** makara has quit IRC | 13:24 | |
*** psyl0n has joined #openstack | 13:26 | |
*** danielbruno has joined #openstack | 13:26 | |
*** dguitarbite_ has quit IRC | 13:27 | |
*** desai has quit IRC | 13:27 | |
*** pberis has quit IRC | 13:28 | |
*** pberis has joined #openstack | 13:28 | |
*** marcelodieder has quit IRC | 13:30 | |
*** ccustine has quit IRC | 13:30 | |
*** ioggstream has quit IRC | 13:30 | |
*** drago777 has quit IRC | 13:31 | |
*** ioggstream has joined #openstack | 13:31 | |
*** ccustine has joined #openstack | 13:31 | |
*** eglynn is now known as eglynn-lunch | 13:32 | |
*** pix9 has joined #openstack | 13:32 | |
*** b3nt_pin has joined #openstack | 13:33 | |
*** WackoRobie has joined #openstack | 13:33 | |
*** Ch00k has joined #openstack | 13:33 | |
*** markvoelker1 has joined #openstack | 13:34 | |
*** drago777 has joined #openstack | 13:34 | |
*** b3nt_pin is now known as beagles | 13:34 | |
*** autoditac has left #openstack | 13:34 | |
*** pmathews has joined #openstack | 13:34 | |
*** pberis has quit IRC | 13:35 | |
*** lborda has joined #openstack | 13:35 | |
*** marcelodieder has joined #openstack | 13:35 | |
*** Deoan has joined #openstack | 13:35 | |
*** zenoway has joined #openstack | 13:37 | |
*** ioggstream has quit IRC | 13:37 | |
*** pberis has joined #openstack | 13:37 | |
*** ioggstream has joined #openstack | 13:38 | |
*** marcelodieder has quit IRC | 13:38 | |
*** pbarquero has joined #openstack | 13:39 | |
*** LanceHaig has quit IRC | 13:39 | |
*** LanceHaig has joined #openstack | 13:39 | |
*** jpeeler has joined #openstack | 13:40 | |
*** marcelodieder has joined #openstack | 13:41 | |
*** rnorwood1 has quit IRC | 13:42 | |
*** zzelle has joined #openstack | 13:42 | |
*** zzelle has quit IRC | 13:42 | |
*** zzelle has joined #openstack | 13:42 | |
*** marcelodieder has quit IRC | 13:43 | |
*** pberis has quit IRC | 13:43 | |
*** radez_g0n3 is now known as radez | 13:44 | |
*** lborda has quit IRC | 13:45 | |
*** ioggstream has quit IRC | 13:46 | |
*** rohara has joined #openstack | 13:47 | |
*** rohara has joined #openstack | 13:47 | |
*** lborda has joined #openstack | 13:47 | |
*** sigurding has quit IRC | 13:49 | |
*** dguitarbite has joined #openstack | 13:49 | |
*** acathrow has quit IRC | 13:49 | |
*** acathrow has joined #openstack | 13:50 | |
*** itarchitectkev has joined #openstack | 13:50 | |
*** ekarlso has quit IRC | 13:50 | |
*** ciypro has quit IRC | 13:51 | |
*** drago777 has quit IRC | 13:52 | |
*** nrede has joined #openstack | 13:52 | |
*** ekarlso has joined #openstack | 13:52 | |
*** pberis has joined #openstack | 13:52 | |
*** larmbr has quit IRC | 13:53 | |
*** rdas has quit IRC | 13:53 | |
*** marcelodieder has joined #openstack | 13:56 | |
*** neeti has quit IRC | 13:56 | |
*** inc0 has joined #openstack | 13:57 | |
*** kawa2014 has quit IRC | 13:57 | |
*** factor__ has joined #openstack | 13:58 | |
*** tma996 has joined #openstack | 13:58 | |
*** ewnd9_ has joined #openstack | 14:00 | |
*** HenryG has joined #openstack | 14:00 | |
*** jpeeler has quit IRC | 14:00 | |
*** julim has joined #openstack | 14:00 | |
*** jpeeler has joined #openstack | 14:01 | |
*** vartom11111111 has quit IRC | 14:01 | |
*** dguitarbite has quit IRC | 14:01 | |
*** saju_m has quit IRC | 14:01 | |
*** psyl0n has quit IRC | 14:02 | |
*** neeti has joined #openstack | 14:02 | |
*** psyl0n has joined #openstack | 14:03 | |
*** psyl0n has joined #openstack | 14:03 | |
*** dcramer_ has quit IRC | 14:03 | |
*** sgordon has joined #openstack | 14:04 | |
*** engkur has quit IRC | 14:05 | |
*** ildikov_ has quit IRC | 14:05 | |
*** jasondotstar has joined #openstack | 14:06 | |
*** anniec has joined #openstack | 14:06 | |
*** anniec_ has joined #openstack | 14:09 | |
*** msekleta has joined #openstack | 14:10 | |
*** anniec has quit IRC | 14:11 | |
*** anniec_ is now known as anniec | 14:11 | |
*** peetaur2 has joined #openstack | 14:13 | |
*** peetaur has quit IRC | 14:13 | |
*** peetaur2 is now known as peetaur | 14:13 | |
*** lblanchard has joined #openstack | 14:14 | |
*** kblin_ is now known as kblin | 14:16 | |
*** kblin has joined #openstack | 14:16 | |
*** mwichmann has joined #openstack | 14:16 | |
*** ryanpetrello has joined #openstack | 14:17 | |
*** aeperezt has joined #openstack | 14:19 | |
*** jagee has joined #openstack | 14:20 | |
*** nrede has quit IRC | 14:20 | |
*** pix9 has left #openstack | 14:22 | |
*** anand has quit IRC | 14:22 | |
*** sigurding has joined #openstack | 14:24 | |
*** neeti has quit IRC | 14:26 | |
*** rtheis has joined #openstack | 14:26 | |
*** arezmerita has quit IRC | 14:27 | |
*** arezmerita has joined #openstack | 14:29 | |
*** joesavak has joined #openstack | 14:30 | |
*** hockeynut has joined #openstack | 14:31 | |
*** etoews1 has joined #openstack | 14:35 | |
*** radiocats has joined #openstack | 14:36 | |
*** radiocats has quit IRC | 14:37 | |
*** radiocats has joined #openstack | 14:37 | |
*** pmathews has quit IRC | 14:38 | |
*** pmathews has joined #openstack | 14:38 | |
*** dbalog has joined #openstack | 14:38 | |
*** peristeri has joined #openstack | 14:39 | |
*** pberis has quit IRC | 14:41 | |
*** dbalog has left #openstack | 14:41 | |
*** eharney has joined #openstack | 14:41 | |
*** pberis has joined #openstack | 14:42 | |
*** pmathews has quit IRC | 14:43 | |
*** pmathews1 has joined #openstack | 14:43 | |
*** Ilja has joined #openstack | 14:43 | |
*** dbalog has joined #openstack | 14:44 | |
*** vlad_sta_ has joined #openstack | 14:44 | |
*** coolsvap has joined #openstack | 14:44 | |
*** blackboxsw has joined #openstack | 14:45 | |
*** vlad_starkov has quit IRC | 14:45 | |
*** anniec has quit IRC | 14:46 | |
*** pmathews1 has quit IRC | 14:47 | |
*** vlad_sta_ has quit IRC | 14:47 | |
*** vlad_starkov has joined #openstack | 14:48 | |
*** jobewan has joined #openstack | 14:49 | |
*** dcramer_ has joined #openstack | 14:49 | |
*** terriyu has joined #openstack | 14:49 | |
*** sigurding has quit IRC | 14:49 | |
*** kbringard has joined #openstack | 14:49 | |
*** grunt1 has quit IRC | 14:50 | |
*** portante is now known as portante|afk | 14:51 | |
*** bynaryshef has joined #openstack | 14:51 | |
*** choirboy has joined #openstack | 14:51 | |
*** armax has joined #openstack | 14:51 | |
*** clnperez has joined #openstack | 14:52 | |
*** coolsvap has quit IRC | 14:52 | |
*** markvoelker1 has quit IRC | 14:52 | |
*** disappear has quit IRC | 14:58 | |
*** isAAAc has quit IRC | 14:59 | |
*** chmouel has quit IRC | 14:59 | |
*** boolman has quit IRC | 15:00 | |
*** mrproper has joined #openstack | 15:01 | |
*** boolman has joined #openstack | 15:02 | |
*** G________ has joined #openstack | 15:02 | |
*** disappear has joined #openstack | 15:03 | |
*** ppradhan has joined #openstack | 15:03 | |
*** disappear has quit IRC | 15:04 | |
*** mrsnivvel has quit IRC | 15:04 | |
*** grunt1 has joined #openstack | 15:05 | |
*** radez is now known as radez_g0n3 | 15:09 | |
*** badiane_ka has joined #openstack | 15:12 | |
*** ngoracke has joined #openstack | 15:12 | |
*** isAAAc has joined #openstack | 15:12 | |
*** Dharmit has quit IRC | 15:12 | |
*** kevinconway has joined #openstack | 15:13 | |
*** mili__ has joined #openstack | 15:13 | |
*** mili_ has quit IRC | 15:14 | |
*** KaZeR has quit IRC | 15:14 | |
*** Ch00k has quit IRC | 15:15 | |
*** rushiagr2 has quit IRC | 15:15 | |
*** markpeek has joined #openstack | 15:16 | |
*** sigurding has joined #openstack | 15:17 | |
*** wbx__ has quit IRC | 15:18 | |
*** giroro_ has joined #openstack | 15:18 | |
*** coolsvap has joined #openstack | 15:18 | |
*** deep13 has joined #openstack | 15:19 | |
*** Ruetobas has quit IRC | 15:19 | |
*** JuanDRay has joined #openstack | 15:20 | |
*** deep13 has quit IRC | 15:20 | |
*** otherwiseguy has quit IRC | 15:21 | |
*** deep13 has joined #openstack | 15:21 | |
*** coolsvap_ has joined #openstack | 15:22 | |
*** coolsvap_ has quit IRC | 15:22 | |
*** giroro_ has quit IRC | 15:22 | |
*** coolsvap_ has joined #openstack | 15:22 | |
*** russellb is now known as rustlebee | 15:23 | |
*** Ruetobas has joined #openstack | 15:23 | |
*** coolsvap has quit IRC | 15:23 | |
*** balajiiyer has joined #openstack | 15:23 | |
*** coolsvap_ is now known as coolsvap | 15:23 | |
*** Egyptian[Laptop] has joined #openstack | 15:24 | |
mili__ | Hi | 15:24 |
*** hartsocks is now known as hartbot | 15:24 | |
mili__ | can someone please help me with GRE with neutron | 15:24 |
*** bynaryshef has quit IRC | 15:24 | |
mili__ | it dose not work, and i really dont understand it | 15:25 |
*** dcramer_ has quit IRC | 15:25 | |
zzelle | what is exactly your trouble ? | 15:26 |
*** dansmith is now known as damnsmith | 15:26 | |
mili__ | Well, after creating the base network | 15:27 |
mili__ | or just any network | 15:27 |
*** kenhui has joined #openstack | 15:27 | |
mili__ | the VM cannot get IP from DHCP | 15:27 |
*** dcramer_ has joined #openstack | 15:27 | |
mili__ | I also tried manual ip | 15:27 |
*** Ruetobas has quit IRC | 15:27 | |
*** giroro_ has joined #openstack | 15:27 | |
mili__ | but the VM cannot get out of compute node maybe | 15:27 |
mili__ | or... I really dont know | 15:27 |
mili__ | I wish there was a troubleshooting guide or ... | 15:28 |
mili__ | I'm new to gre | 15:28 |
*** rossella_s has quit IRC | 15:28 | |
mili__ | and cant do much as i dont know my tools | 15:28 |
*** ewnd9_ has quit IRC | 15:28 | |
mili__ | to isolate the issue | 15:28 |
zzelle | you are using gre + ovs ? | 15:28 |
mili__ | yes | 15:28 |
*** ProfFalken has joined #openstack | 15:29 | |
zzelle | with namespaces ? | 15:29 |
*** AaronGr_Zzz is now known as AaronGr | 15:29 | |
mili__ | yes, on ubuntu | 15:29 |
*** blamar has joined #openstack | 15:29 | |
mili__ | HAVANA | 15:29 |
*** zenoway has quit IRC | 15:29 | |
*** lborda has quit IRC | 15:29 | |
zzelle | oki, so call sudo ovs-vsctl show | 15:29 |
*** dims has quit IRC | 15:30 | |
*** zenoway has joined #openstack | 15:30 | |
zzelle | and verify there is no tag:4095 in the output | 15:30 |
*** lborda has joined #openstack | 15:30 | |
zzelle | sudo ovs-vsctl show | grep 4095 | 15:30 |
*** mrproper has quit IRC | 15:30 | |
zzelle | must return nothing | 15:30 |
mili__ | it retrns nothing | 15:31 |
mili__ | i just created 2 networks for test: | 15:32 |
mili__ | 97008a7a-1dcf-4a6a-a237-4e2b6ad3065c | 15:32 |
mili__ | Bridge br-tun | 15:32 |
mili__ | Port br-tun | 15:32 |
mili__ | Interface br-tun | 15:32 |
mili__ | type: internal | 15:32 |
mili__ | Port patch-int | 15:32 |
mili__ | Interface patch-int | 15:32 |
mili__ | type: patch | 15:32 |
mili__ | options: {peer=patch-tun} | 15:32 |
mili__ | Port "gre-2" | 15:32 |
mili__ | Interface "gre-2" | 15:32 |
mili__ | type: gre | 15:32 |
mili__ | options: {in_key=flow, local_ip="172.16.10.11", out_key=flow, remote_ip="172.16.10.1"} | 15:32 |
mili__ | Bridge br-int | 15:32 |
mili__ | Port "tap49296ce1-26" | 15:32 |
mili__ | Interface "tap49296ce1-26" | 15:32 |
*** giroro_ has quit IRC | 15:32 | |
*** dmsimard has joined #openstack | 15:32 | |
mili__ | Port "tap17d7bd89-64" | 15:32 |
mili__ | Interface "tap17d7bd89-64" | 15:32 |
mili__ | Port patch-tun | 15:32 |
mili__ | Interface patch-tun | 15:32 |
mili__ | type: patch | 15:32 |
mili__ | options: {peer=patch-int} | 15:32 |
mili__ | Port br-int | 15:32 |
mili__ | Interface br-int | 15:32 |
mili__ | type: internal | 15:32 |
mili__ | ovs_version: "1.10.2" | 15:32 |
mili__ | that is on compute node | 15:32 |
zzelle | stop | 15:33 |
mili__ | ----------- And this is network node | 15:33 |
mili__ | Bridge br-tun | 15:33 |
mili__ | Port br-tun | 15:33 |
mili__ | Interface br-tun | 15:33 |
mili__ | type: internal | 15:33 |
mili__ | Port patch-int | 15:33 |
mili__ | Interface patch-int | 15:33 |
mili__ | type: patch | 15:33 |
mili__ | options: {peer=patch-tun} | 15:33 |
mili__ | Port "gre-1" | 15:33 |
*** dims has joined #openstack | 15:33 | |
mili__ | Interface "gre-1" | 15:33 |
mili__ | type: gre | 15:33 |
mili__ | options: {in_key=flow, local_ip="172.16.10.1", out_key=flow, remote_ip="172.16.10.11"} | 15:33 |
mili__ | Bridge br-int | 15:33 |
mili__ | Port patch-tun | 15:33 |
mili__ | Interface patch-tun | 15:33 |
mili__ | type: patch | 15:33 |
mili__ | options: {peer=patch-int} | 15:33 |
mili__ | Port "tap0fb38879-29" | 15:33 |
mili__ | tag: 2 | 15:33 |
mili__ | Interface "tap0fb38879-29" | 15:33 |
mili__ | type: internal | 15:33 |
mili__ | Port "tap4bc973c8-e2" | 15:33 |
mili__ | tag: 3 | 15:33 |
*** radez_g0n3 is now known as radez | 15:33 | |
mili__ | Interface "tap4bc973c8-e2" | 15:33 |
mili__ | type: internal | 15:33 |
mili__ | Port br-int | 15:33 |
mili__ | Interface br-int | 15:33 |
mili__ | type: internal | 15:33 |
mili__ | Port "qr-4bafee94-cb" | 15:33 |
mili__ | tag: 2 | 15:34 |
mili__ | Interface "qr-4bafee94-cb" | 15:34 |
mili__ | type: internal | 15:34 |
mili__ | Bridge br-ex | 15:34 |
mili__ | Port br-ex | 15:34 |
mili__ | Interface br-ex | 15:34 |
mili__ | type: internal | 15:34 |
mili__ | Port "qg-56dd5bf4-00" | 15:34 |
dmsimard | mili__: Can you use http://paste.openstack.org/ instead ? | 15:34 |
mili__ | Interface "qg-56dd5bf4-00" | 15:34 |
mili__ | type: internal | 15:34 |
mili__ | Port "eth2" | 15:34 |
mili__ | Interface "eth2" | 15:34 |
mili__ | ovs_version: "1.10.2" | 15:34 |
mili__ | ok sorry | 15:34 |
*** dims is now known as dimsum | 15:34 | |
*** smead has joined #openstack | 15:34 | |
*** toni__ has joined #openstack | 15:34 | |
*** zenoway has quit IRC | 15:34 | |
zzelle | what are the service running on your compute node | 15:34 |
zzelle | ? | 15:34 |
mili__ | nova, neutron ovs | 15:35 |
mili__ | http://paste.openstack.org/show/59919/ | 15:36 |
zzelle | mili__, normally tapXXX must be tagged on network and compute nodes | 15:37 |
zzelle | so your compute node is not correctly configured | 15:37 |
*** spzala has joined #openstack | 15:38 | |
*** mikeoutland has joined #openstack | 15:38 | |
*** factor__ has quit IRC | 15:38 | |
zzelle | it seems neutron ovs plugin service is not correctly configured | 15:38 |
*** tvardeman has quit IRC | 15:39 | |
zzelle | did you configure rabbit host for neutron ? | 15:39 |
*** smead1 has joined #openstack | 15:39 | |
mili__ | yes i did | 15:39 |
*** Ruetobas has joined #openstack | 15:39 | |
*** smead has quit IRC | 15:39 | |
zzelle | can you look at neutron ovs service logs ? | 15:40 |
*** krypto has quit IRC | 15:40 | |
*** panda__ has joined #openstack | 15:42 | |
mili__ | what do you mean? | 15:42 |
mili__ | oo | 15:42 |
mili__ | sorry | 15:42 |
mili__ | I read service tag | 15:42 |
*** pmathews has joined #openstack | 15:42 | |
zzelle | grep ERROR /var/log/neutron/... on your compute node | 15:43 |
zzelle | or tail /var/log... | 15:43 |
mili__ | no error | 15:43 |
zzelle | huhum | 15:43 |
*** factor__ has joined #openstack | 15:44 | |
mili__ | i can see tabXXXX on my interfaces | 15:44 |
mili__ | on the comput node | 15:44 |
*** diegows has quit IRC | 15:44 | |
*** rtheis has quit IRC | 15:45 | |
*** panda_ has quit IRC | 15:45 | |
zzelle | but they must have tag attribute : "tag: 2" or "tag: 3" | 15:45 |
zzelle | it is not the case | 15:45 |
zzelle | could you do neutron agent-list using an admin account ? | 15:45 |
*** djbkd has joined #openstack | 15:46 | |
*** sybix has quit IRC | 15:46 | |
*** ckramer has joined #openstack | 15:46 | |
*** rnirmal has joined #openstack | 15:47 | |
*** armax has left #openstack | 15:47 | |
mili__ | They are al healthey, I added it to the paste file | 15:48 |
mili__ | http://paste.openstack.org/show/59921/ | 15:48 |
*** orion195_ has joined #openstack | 15:48 | |
orion195_ | hi guys | 15:48 |
orion195_ | quick question: after I added a floating-ip-subnet, associated 2 ip to 2 instances, and after removed the 2 instances and removed the floating-ip-subnet | 15:49 |
orion195_ | I still see all the subnet in the floating_ips table of nova db | 15:49 |
*** ckramer is now known as claytonk | 15:50 | |
zzelle | mili__, can you add to pastebin nova-compute neutron conf ? | 15:50 |
*** majeff has joined #openstack | 15:51 | |
zzelle | orion195_, you are using nova-network or neutron ? | 15:51 |
orion195_ | nova-network, atm | 15:51 |
orion195_ | zzelle: I'll switch to neutron | 15:51 |
orion195_ | but, atm... I have the dashboard and the mysql with all the ip range and 2 of them have also the proejct_id field set | 15:52 |
orion195_ | I tried to update the table in the mysql setting the value to NULL | 15:52 |
orion195_ | but that didn't change anything | 15:52 |
zzelle | orion195_, that is the value in the deleted column ? | 15:53 |
*** claytonk is now known as ninjix | 15:53 | |
*** terriyu has quit IRC | 15:53 | |
orion195_ | NULL is the value set in the project_id column | 15:54 |
mili__ | do you want nova.conf or neutron conf? | 15:54 |
mili__ | or both? | 15:54 |
orion195_ | the deleted column contains the same as id | 15:54 |
zzelle | mili__, both and ovs_plugin.ini | 15:55 |
*** changbl has quit IRC | 15:57 | |
*** bynaryshef has joined #openstack | 15:57 | |
*** sigurding has quit IRC | 15:57 | |
*** diegows has joined #openstack | 15:57 | |
*** changbl has joined #openstack | 15:57 | |
*** smead1 has quit IRC | 15:58 | |
*** desai has joined #openstack | 15:58 | |
zzelle | so there are deleted | 15:58 |
*** Drankis has quit IRC | 15:59 | |
zzelle | orion195_, so there are deleted | 15:59 |
zzelle | orion195_, normally dashboard must not show them | 15:59 |
zzelle | orion195_, if so it look like a bug | 15:59 |
*** chmouel has joined #openstack | 16:00 | |
*** badiane_ka has quit IRC | 16:00 | |
*** qwebirc67663 has joined #openstack | 16:00 | |
*** M00sL0gB0t has quit IRC | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
*** M00sL0gB0t has joined #openstack | 16:01 | |
*** mikeoutl_ has joined #openstack | 16:01 | |
*** mikeoutland has quit IRC | 16:02 | |
*** sigurding has joined #openstack | 16:02 | |
*** mwichmann has quit IRC | 16:02 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** tryggvil has joined #openstack | 16:03 | |
*** mwichmann has joined #openstack | 16:05 | |
*** ifarkas has quit IRC | 16:05 | |
*** Egyptian[Laptop] has quit IRC | 16:05 | |
*** otherwiseguy has joined #openstack | 16:06 | |
*** mdorman has joined #openstack | 16:06 | |
*** zenoway has joined #openstack | 16:06 | |
*** perfectsine has joined #openstack | 16:07 | |
*** pnavarro has joined #openstack | 16:07 | |
*** jprovazn is now known as jprovazn_afk | 16:07 | |
*** Ruetobas has quit IRC | 16:08 | |
*** Ruetobas has joined #openstack | 16:08 | |
*** MrThePlague has joined #openstack | 16:11 | |
*** qwebirc67663 has quit IRC | 16:11 | |
*** sigurding has quit IRC | 16:14 | |
*** lxsli0 is now known as lxsli | 16:14 | |
*** wbx_ has joined #openstack | 16:15 | |
*** bladernr_ has quit IRC | 16:15 | |
*** bladernr_ has joined #openstack | 16:15 | |
*** xgsa has quit IRC | 16:19 | |
*** glejeune_taf has quit IRC | 16:20 | |
*** zenoway has quit IRC | 16:24 | |
*** zenoway has joined #openstack | 16:25 | |
*** mili__ has quit IRC | 16:25 | |
*** alop has joined #openstack | 16:25 | |
*** Trixboxer has joined #openstack | 16:26 | |
*** zenoway has quit IRC | 16:29 | |
*** factor__ has quit IRC | 16:31 | |
*** sigurding has joined #openstack | 16:31 | |
*** nelsnelson has joined #openstack | 16:32 | |
*** vfiduccia has joined #openstack | 16:36 | |
*** ProfFalken has quit IRC | 16:37 | |
*** pballand has joined #openstack | 16:37 | |
*** MrThePlague has quit IRC | 16:37 | |
*** rnorwood1 has joined #openstack | 16:37 | |
*** smead has joined #openstack | 16:38 | |
*** ewnd9_ has joined #openstack | 16:38 | |
*** msekleta has quit IRC | 16:39 | |
*** otherwiseguy has quit IRC | 16:40 | |
*** bvandenh has quit IRC | 16:40 | |
*** dangers_` is now known as dangers | 16:40 | |
*** sigurding has quit IRC | 16:42 | |
*** hemna has joined #openstack | 16:43 | |
*** pberis has quit IRC | 16:45 | |
*** wbx_ has quit IRC | 16:45 | |
*** rossella_s has joined #openstack | 16:47 | |
*** deeceedee has joined #openstack | 16:47 | |
*** batlogg has joined #openstack | 16:49 | |
*** mili_ has joined #openstack | 16:49 | |
*** monst has joined #openstack | 16:49 | |
*** vartom11111111 has joined #openstack | 16:49 | |
*** deeceedee has quit IRC | 16:50 | |
*** reed has joined #openstack | 16:50 | |
*** deeceedee has joined #openstack | 16:50 | |
*** Ilja has quit IRC | 16:51 | |
*** deeceedee has quit IRC | 16:52 | |
*** deeceedee has joined #openstack | 16:52 | |
*** kenhui has quit IRC | 16:54 | |
*** deeceedee has quit IRC | 16:56 | |
*** comstud is now known as bearhands | 16:56 | |
*** bjornar has joined #openstack | 16:56 | |
*** mili_ has quit IRC | 16:56 | |
*** zzelle has quit IRC | 16:56 | |
*** bdpayne has joined #openstack | 16:57 | |
*** mili_ has joined #openstack | 16:57 | |
*** noslzzp has joined #openstack | 17:00 | |
*** jnoller has joined #openstack | 17:01 | |
*** kaushal has joined #openstack | 17:01 | |
kaushal | Hi | 17:01 |
*** gyee_ has joined #openstack | 17:02 | |
kaushal | Are there monitoring tools to monitor openstack platform for example KVM Hypervisor and guest Hosts? | 17:02 |
kaushal | For example i know of Nagios | 17:03 |
*** ade_b has quit IRC | 17:03 | |
*** premera has joined #openstack | 17:03 | |
kaushal | Any pointers? | 17:03 |
*** radez is now known as radez_g0n3 | 17:04 | |
*** otherwiseguy has joined #openstack | 17:05 | |
*** coolsvap has quit IRC | 17:05 | |
*** deep13 has quit IRC | 17:05 | |
*** coolsvap has joined #openstack | 17:06 | |
*** coolsvap has quit IRC | 17:06 | |
*** mili_ has quit IRC | 17:06 | |
*** Shmouel is now known as Shmouel`away | 17:07 | |
*** mili_ has joined #openstack | 17:07 | |
*** coolsvap has joined #openstack | 17:07 | |
*** mili__ has joined #openstack | 17:07 | |
*** orion195 has quit IRC | 17:08 | |
*** orion195_ has quit IRC | 17:08 | |
*** ffio_ has quit IRC | 17:10 | |
*** brdude has joined #openstack | 17:11 | |
*** mili_ has quit IRC | 17:11 | |
*** nmagnezi has quit IRC | 17:12 | |
*** daneyon has joined #openstack | 17:13 | |
*** daneyon has quit IRC | 17:13 | |
*** daneyon has joined #openstack | 17:13 | |
*** csd has joined #openstack | 17:14 | |
*** mindpixel has quit IRC | 17:14 | |
*** aleksandr_null has quit IRC | 17:15 | |
*** mikedawson has joined #openstack | 17:16 | |
*** rcleere has joined #openstack | 17:16 | |
*** jecarey has joined #openstack | 17:16 | |
*** MaxV has quit IRC | 17:17 | |
*** WackoRobie has quit IRC | 17:17 | |
*** WackoRob_ has joined #openstack | 17:17 | |
*** arif-ali has quit IRC | 17:17 | |
*** MaxV has joined #openstack | 17:17 | |
*** SumitNaiksatam has quit IRC | 17:18 | |
*** mikedawson has quit IRC | 17:18 | |
*** hockeynut has quit IRC | 17:19 | |
*** bjornar has quit IRC | 17:19 | |
*** ildikov_ has joined #openstack | 17:19 | |
*** xresonance has joined #openstack | 17:21 | |
*** MaxV has quit IRC | 17:22 | |
*** berendt has quit IRC | 17:22 | |
*** eglynn-lunch is now known as eglynn | 17:23 | |
*** gyee_ has quit IRC | 17:23 | |
*** ygk has joined #openstack | 17:23 | |
*** pzimmer has joined #openstack | 17:23 | |
ygk | Hi All | 17:23 |
*** berendt has joined #openstack | 17:23 | |
*** flaper87 is now known as flaper87|afk | 17:24 | |
*** vartom11111111 has quit IRC | 17:25 | |
*** mikeoutl_ has quit IRC | 17:25 | |
ygk | any SME's online ? | 17:26 |
ygk | i have some queries abt openstack | 17:27 |
*** derekh has quit IRC | 17:29 | |
*** sybix has joined #openstack | 17:29 | |
*** moted has quit IRC | 17:29 | |
*** moted has joined #openstack | 17:30 | |
*** gyee_ has joined #openstack | 17:30 | |
*** warik has joined #openstack | 17:31 | |
*** Drankis has joined #openstack | 17:32 | |
larsks | ygk: Your best bet is just to ask the questions and see if someone is around who can answer them. | 17:33 |
*** knoxy has joined #openstack | 17:33 | |
*** jpich has quit IRC | 17:34 | |
ygk | i am installing openstack neuteron on centos | 17:34 |
ygk | i am facing some problems | 17:34 |
*** renebarbosa has quit IRC | 17:34 | |
*** CaptTofu has joined #openstack | 17:34 | |
ygk | after creating an external bridge , how to bring it up ? | 17:34 |
*** SumitNaiksatam has joined #openstack | 17:34 | |
ygk | should it be set to onboot=n or yes ? | 17:35 |
*** pzimmer has left #openstack | 17:35 | |
*** rmoe has quit IRC | 17:35 | |
*** ArminderS has quit IRC | 17:35 | |
*** CaptTofu_ has joined #openstack | 17:35 | |
larsks | You would typically set ONBOOT=y to bring the bridge up when the system boots. | 17:35 |
Sam-I-Am | ygk: does this help? https://bugzilla.redhat.com/show_bug.cgi?id=1034476 | 17:35 |
larsks | http://openstack.redhat.com/Neutron_with_existing_external_network has some information that might be useful. | 17:35 |
kaushal | checking in again for my question? | 17:36 |
*** ArminderS has joined #openstack | 17:36 | |
*** renebarbosa has joined #openstack | 17:36 | |
ygk | without rebooting how to bring it up ? | 17:36 |
larsks | ygk: Generally, using "ifup <interfacename>" | 17:36 |
ygk | thats not working | 17:36 |
ygk | i tried it | 17:36 |
larsks | What does "not working" mean? | 17:36 |
ygk | ifup br-ex | 17:37 |
*** Abosherpa has joined #openstack | 17:37 | |
ygk | that 's not working | 17:37 |
*** tryggvil has quit IRC | 17:37 | |
Sam-I-Am | kaushal: http://wiki.zenoss.org/ZenPack:OpenStack_Cloud_Monitor | 17:37 |
larsks | Let me rephrase. What do you mean by "not working"? Are you getting errors? Unexpected behavior? | 17:37 |
Sam-I-Am | kaushal: i'm a big fan of zenoss | 17:37 |
Sam-I-Am | mostly due to its configurability | 17:37 |
Sam-I-Am | its kind of a beast, but you can customize it heavily | 17:37 |
*** giorgiodinapoli has quit IRC | 17:38 | |
*** harlowja_away is now known as harlowja | 17:38 | |
larsks | ygk: You may also want to consider posting your question to http://ask.openstack.org/, but be prepared to write a good question with explicit information about errors and observed behavior. | 17:39 |
*** giorgiodinapoli has joined #openstack | 17:39 | |
*** CaptTofu has quit IRC | 17:39 | |
*** jnoller has quit IRC | 17:41 | |
*** cihhan has joined #openstack | 17:41 | |
*** fbo is now known as fbo_away | 17:42 | |
*** Underbyte has quit IRC | 17:42 | |
larsks | I'm not sure. I'm using Fedora 19 locally, so I would have to take a closer look at a CentOS system. I might try that this afternoon. | 17:42 |
larsks | Whoops... | 17:42 |
Sam-I-Am | ? | 17:44 |
*** renebarbosa has quit IRC | 17:45 | |
*** rtheis has joined #openstack | 17:46 | |
larsks | Okay. Well, check back tomorrow afternoon :). I'm usually online around 9AM Eastern. | 17:46 |
larsks | STOP THAT FINGERS. Seriously. | 17:46 |
*** renebarbosa has joined #openstack | 17:47 | |
*** berendt has quit IRC | 17:47 | |
*** angdraug has joined #openstack | 17:47 | |
*** ygk has left #openstack | 17:47 | |
*** jdurgin1 has joined #openstack | 17:48 | |
Sam-I-Am | heh | 17:49 |
*** mkollaro has quit IRC | 17:51 | |
*** rmoe has joined #openstack | 17:51 | |
larsks | One of these days I will have a focus-follows-eyes window manager and my problems will be over. :) | 17:53 |
*** Entonian has joined #openstack | 17:53 | |
*** dave_tucker_zzz has joined #openstack | 17:53 | |
*** dave_tucker_zzz is now known as dave_tucker | 17:53 | |
Sam-I-Am | ha | 17:54 |
Sam-I-Am | now i see whats going on | 17:54 |
*** dave_tucker is now known as dave_tucker_zzz | 17:54 | |
Sam-I-Am | surprised google hasnt released that feature yet | 17:54 |
Sam-I-Am | then they can advertise based on what you're looking at | 17:54 |
*** jistr has quit IRC | 17:55 | |
*** deciph3r has joined #openstack | 17:55 | |
*** hemna has quit IRC | 17:57 | |
*** ndipanov has quit IRC | 17:57 | |
*** tma996 has quit IRC | 17:58 | |
*** stkowski_ has joined #openstack | 18:01 | |
*** inc0 has quit IRC | 18:01 | |
*** laney_ has quit IRC | 18:01 | |
*** laney_ has joined #openstack | 18:02 | |
*** pballand has quit IRC | 18:02 | |
*** Andrewsd has joined #openstack | 18:02 | |
*** Ilja has joined #openstack | 18:02 | |
*** Blackavar has quit IRC | 18:02 | |
*** Andrewsd has left #openstack | 18:03 | |
*** Entonian has quit IRC | 18:03 | |
*** berendt has joined #openstack | 18:04 | |
*** hemna has joined #openstack | 18:04 | |
*** rossk has joined #openstack | 18:05 | |
*** bknudson has quit IRC | 18:05 | |
*** bknudson has joined #openstack | 18:06 | |
*** Ilja has quit IRC | 18:07 | |
*** jlibosva has quit IRC | 18:10 | |
*** ptownpaul has joined #openstack | 18:11 | |
*** ViswaVutharkar has joined #openstack | 18:11 | |
*** ViswaVutharkar is now known as ViswaV | 18:13 | |
*** zenoway has joined #openstack | 18:13 | |
*** ViswaV has left #openstack | 18:14 | |
*** prad has joined #openstack | 18:14 | |
*** smead has quit IRC | 18:16 | |
*** MarcMorata has quit IRC | 18:18 | |
*** bjornar has joined #openstack | 18:19 | |
*** pzimmer has joined #openstack | 18:19 | |
*** negronjl_ has joined #openstack | 18:20 | |
*** ptownpaul has quit IRC | 18:20 | |
*** eglynn has quit IRC | 18:21 | |
*** negronjl_ has quit IRC | 18:22 | |
*** rushiagr has joined #openstack | 18:22 | |
*** negronjl_ has joined #openstack | 18:23 | |
*** xresonance has left #openstack | 18:23 | |
*** negronjl has quit IRC | 18:23 | |
*** kenhui has joined #openstack | 18:25 | |
*** kbringard has quit IRC | 18:25 | |
*** monst has quit IRC | 18:25 | |
*** negronjl_ has quit IRC | 18:26 | |
*** rwsu has quit IRC | 18:28 | |
*** negronjl has joined #openstack | 18:28 | |
*** daMaestro has joined #openstack | 18:28 | |
*** dcramer_ has quit IRC | 18:28 | |
*** _sulo has quit IRC | 18:29 | |
*** johnthetubaguy1 has quit IRC | 18:30 | |
*** Ch00k has joined #openstack | 18:30 | |
*** itarchitectkev has quit IRC | 18:31 | |
*** panda_ has joined #openstack | 18:31 | |
*** dpippenger has joined #openstack | 18:33 | |
*** dtx00ff_ has joined #openstack | 18:34 | |
*** panda__ has quit IRC | 18:35 | |
*** giorgiodinapoli has quit IRC | 18:35 | |
*** pnavarro has quit IRC | 18:36 | |
*** kevinconway has quit IRC | 18:38 | |
*** fcape has quit IRC | 18:43 | |
*** shaon has quit IRC | 18:44 | |
*** saju_m has joined #openstack | 18:44 | |
*** zenoway has quit IRC | 18:44 | |
*** shaon has joined #openstack | 18:44 | |
*** zenoway has joined #openstack | 18:44 | |
*** rossella_s has quit IRC | 18:44 | |
*** kevinconway has joined #openstack | 18:45 | |
*** yogesh has joined #openstack | 18:45 | |
*** coolsvap has quit IRC | 18:49 | |
*** etoews1 has quit IRC | 18:51 | |
*** atomek has joined #openstack | 18:52 | |
*** kenhui has quit IRC | 18:52 | |
*** dtx00ff has joined #openstack | 18:53 | |
cihhan | For the installation of compute node, the documentation (http://docs.openstack.org/trunk/install-guide/install/apt/content/nova-compute.html) says: "Use different IP addresses when you configure eth0. This guide uses 192.168.0.11 for the internal network. Do not configure eth1 with a static IP address. The networking component of OpenStack assigns and configures an IP address.". But previously it was saying that I need to set it static. C | 18:53 |
cihhan | an anyone suggest a setting for the compute node installation? | 18:53 |
*** zzelle has joined #openstack | 18:54 | |
*** panda__ has joined #openstack | 18:54 | |
*** ade_b has joined #openstack | 18:54 | |
Sam-I-Am | are you using nova-net or neutron? | 18:55 |
Sam-I-Am | the docs can be kind of confusing as to network configs | 18:55 |
*** zenoway has quit IRC | 18:56 | |
*** dtx00ff_ has quit IRC | 18:56 | |
*** zenoway has joined #openstack | 18:56 | |
*** panda_ has quit IRC | 18:57 | |
*** batlogg has quit IRC | 18:57 | |
*** Perimore has quit IRC | 18:57 | |
cihhan | Sam-I-Am, nove-network | 18:59 |
*** stkowski_ has quit IRC | 18:59 | |
*** MaxV has joined #openstack | 19:00 | |
cihhan | I have installed everything on one node with Ubuntu 12.04 -- so far so good. The only thing I needed to do is the IPTables. But previously when I added another compute node, I had problems. | 19:00 |
cihhan | I am really desperate in that | 19:00 |
*** coolsvap has joined #openstack | 19:00 | |
*** zenoway has quit IRC | 19:01 | |
*** JonnyNomad has quit IRC | 19:01 | |
*** k_stev has joined #openstack | 19:01 | |
*** gyee_ has quit IRC | 19:02 | |
Sam-I-Am | the second node should have two interfaces... one for management, and one for instance traffic | 19:03 |
Sam-I-Am | the bridge would be associated with the instance traffic interface | 19:03 |
cihhan | both my compute and controller nodes have 2 nic | 19:04 |
*** rushiagr has quit IRC | 19:05 | |
cihhan | but how should my compute node network be? | 19:05 |
cihhan | eth0 with static for internal and eth1 with static for external? | 19:05 |
*** berendt has quit IRC | 19:06 | |
*** etoews1 has joined #openstack | 19:07 | |
*** batlogg has joined #openstack | 19:08 | |
*** jcarter has quit IRC | 19:08 | |
*** trad5111 has joined #openstack | 19:08 | |
*** MaxV has quit IRC | 19:09 | |
mili__ | Hi Guys, I moved to neutron GRE and I'm facing connectivity issues | 19:10 |
mili__ | first thing that I can notice is that ip netns returns networks on the controller node but nothing on the compute node, is this fine? | 19:10 |
*** atomek has quit IRC | 19:11 | |
*** mili__ has quit IRC | 19:12 | |
*** mili_ has joined #openstack | 19:12 | |
*** mili__ has joined #openstack | 19:13 | |
*** galstrom_zzz is now known as galstrom | 19:14 | |
*** sushils has quit IRC | 19:15 | |
*** negronjl has quit IRC | 19:16 | |
*** mili_ has quit IRC | 19:17 | |
*** galstrom is now known as galstrom_zzz | 19:17 | |
*** JonnyNomad has joined #openstack | 19:18 | |
*** negronjl has joined #openstack | 19:18 | |
*** jvoorhis has joined #openstack | 19:18 | |
*** galstrom_zzz is now known as galstrom | 19:18 | |
larsks | mili__: That is expected: namespaces are not used on the compute nodes. | 19:19 |
*** hockeynut has joined #openstack | 19:19 | |
*** jcarter has joined #openstack | 19:21 | |
*** negronjl has quit IRC | 19:21 | |
*** negronjl has joined #openstack | 19:22 | |
*** triven has joined #openstack | 19:23 | |
*** warik has quit IRC | 19:23 | |
*** bynaryshef has quit IRC | 19:24 | |
*** rnorwood1 has quit IRC | 19:24 | |
*** giulivo has quit IRC | 19:24 | |
triven | Hi, Which host OS you will be most suitable to install Virtualbox for building Openstack Training Cluster | 19:25 |
triven | ? | 19:25 |
triven | Which host OS will be most suitable to install Virtualbox for building Openstack Training Cluster | 19:25 |
*** pix9 has joined #openstack | 19:25 | |
*** jgrimm has joined #openstack | 19:25 | |
*** warik has joined #openstack | 19:25 | |
*** etoews1 has quit IRC | 19:26 | |
*** etoews1 has joined #openstack | 19:26 | |
*** saju_m has quit IRC | 19:26 | |
*** jtomasek has quit IRC | 19:27 | |
*** Free_maN has quit IRC | 19:27 | |
larsks | triven: If you're using VirtualBox it may not matter all that much. Use what you're most familiar with. | 19:28 |
larsks | If you're not tied to VirtualBox, there are a lot of people using KVM on Linux to test out OpenStack. | 19:28 |
cihhan | Sam-I-Am, | 19:28 |
*** beisner has joined #openstack | 19:29 | |
*** zenoway has joined #openstack | 19:29 | |
cihhan | Sam-I-Am, I have a question to you. Previosuly you told me that I need to set floating IPs for the VMs on compute nodes to be able to ssh them. If you are available I have a couple quick questions about that if you are available? | 19:29 |
triven | Dear larsks, thanks for reply. I am trying to create training cluster http://docs.openstack.org/training-guides/content/building-training-cluster.html#virtualbox-manual and my host is windows xp. | 19:30 |
*** clnperez has quit IRC | 19:30 | |
pix9 | hmm | 19:30 |
triven | I created host-only networks but they were not named vboxnet0 , vboxnet1 and so on. | 19:31 |
triven | Then I found this article http://www.fidian.com/problems-only-tyler-has/renaming-windows-network-adapter to rename networks from windows regedit . | 19:32 |
*** batlogg has quit IRC | 19:32 | |
pix9 | @cihhan would you like to share your questions with me? | 19:32 |
*** vlad_starkov has quit IRC | 19:32 | |
cihhan | pix9, thanks for asking. My problem is that I followed the instructions for Ubuntu and installed it on 2 nodes (compute + controller but controller has also the compute packages) | 19:33 |
triven | then I installed ubuntu servers as described in the trainning guide. | 19:34 |
*** kaushal has quit IRC | 19:34 | |
cihhan | pix9, when I launch a VM on controller I can ssh to it without any problems, but when I launch a VM on compute node, I cannot reach it from controller since it has private IP (but I can ssh from compute node) | 19:34 |
*** Drankis has quit IRC | 19:34 | |
cihhan | pix9, what should I do? | 19:35 |
triven | now I don't see any network on ubuntu server other then loopback. | 19:35 |
pix9 | @cihhan have you created security policies? | 19:35 |
*** vlad_starkov has joined #openstack | 19:35 | |
*** CaptTofu_ has quit IRC | 19:35 | |
pix9 | perhaps which allows ssh to vm | 19:36 |
cihhan | pix9, these yes: nova secgroup-add-rule default tcp 22 22 0.0.0.0/0 AND nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 | 19:36 |
*** galstrom is now known as galstrom_zzz | 19:36 | |
pix9 | other thing have you properly bridged the networks? | 19:36 |
pix9 | that is play where mostof them hit the walls | 19:37 |
cihhan | pix9, one thing is, am i supposed to create the sec group on every node or only on the controller? | 19:37 |
pix9 | place* not play | 19:37 |
pix9 | err | 19:37 |
*** perror has quit IRC | 19:37 | |
*** renebarbosa has quit IRC | 19:37 | |
pix9 | sec grop is created centrally or tenant specific | 19:37 |
triven | sudo service networking restart ..output ...stop:unknown instance: networking stop/waiting ///and ping www.google.com give ..ping:unknown host www.google.com | 19:38 |
pix9 | if created independently you have to assigne it to tenant | 19:38 |
*** melmoth has quit IRC | 19:38 | |
cihhan | pix9, so on the controller ony. That one is correct then? | 19:38 |
cihhan | pix9, I may have some issues with the bridge as you have mentioned | 19:38 |
pix9 | it is not host specific but yes you may say that as of now | 19:39 |
*** spzala has quit IRC | 19:39 | |
pix9 | yes | 19:39 |
*** renebarbosa has joined #openstack | 19:39 | |
*** renebarbosa has joined #openstack | 19:39 | |
pix9 | networking will give you a good toss | 19:39 |
*** rnorwood1 has joined #openstack | 19:39 | |
pix9 | it gave me a toss even in my exam :P | 19:40 |
pix9 | any ways | 19:40 |
pix9 | how many network adapters are you using? | 19:40 |
*** eggmaster has joined #openstack | 19:40 | |
cihhan | pix9, 2 NIC for each of them | 19:40 |
pix9 | both are vm rite? | 19:40 |
Sam-I-Am | cihhan: sorry i can't help much... been on the phone for several hours in meetings :/ | 19:40 |
*** devoid has joined #openstack | 19:41 | |
*** melmoth has joined #openstack | 19:41 | |
*** zenoway has quit IRC | 19:41 | |
*** devoid has left #openstack | 19:41 | |
cihhan | pix9, for host machines I have 2 NICs (each of them) | 19:41 |
*** rwsu has joined #openstack | 19:41 | |
pix9 | hmm | 19:41 |
cihhan | Sam-I-Am, no problem, thank you very much :) | 19:42 |
*** dpippenger has quit IRC | 19:42 | |
pix9 | @cihhan so you have 2 physical computers with 2 nics on both of them | 19:43 |
cihhan | pix9, exactly | 19:43 |
pix9 | great | 19:43 |
*** trad5111 has quit IRC | 19:43 | |
pix9 | can you run "brctl show" on both the systems and give me output | 19:44 |
cihhan | of course | 19:44 |
pix9 | ok thank you | 19:44 |
*** coolsvap has quit IRC | 19:44 | |
*** doug_shelley66 has quit IRC | 19:45 | |
pix9 | @triven I tried looking into your problem | 19:45 |
*** rnorwood1 has quit IRC | 19:45 | |
*** colinmcnamara has quit IRC | 19:45 | |
cihhan | pix9, here is the outputs: http://paste.openstack.org/show/ifSF21jVSq5oIdK7zdaZ/ | 19:45 |
pix9 | but I was not able to understand your problem, it sounded more like you have issue with virtualbox network configurations | 19:45 |
*** doug_shelley66 has joined #openstack | 19:46 | |
*** colinmcnamara has joined #openstack | 19:47 | |
*** jeraldv_ has quit IRC | 19:48 | |
cihhan | pix9, so what do you think? | 19:48 |
*** noslzzp has quit IRC | 19:48 | |
pix9 | @cihhan I roughly went through the guide it felt like they are doing everything on virtual environment | 19:48 |
pix9 | i.e virtualbox | 19:48 |
cihhan | pix9, im not using virtualbox | 19:49 |
pix9 | and what you are doing is on 2 physical machines | 19:49 |
cihhan | pix9, im using two physical machines, each of them has 2 NIC, running Ubuntu 12.04 | 19:49 |
pix9 | and you followed guide | 19:49 |
cihhan | pix9, yes | 19:49 |
pix9 | ok 1 dumb question, please don't take it in wrong way, I just want to know your understanding about openstack | 19:50 |
pix9 | if you don't mind :) | 19:50 |
pix9 | may I? | 19:50 |
cihhan | no problem pix9, in fact that would be nice so that I can check if I understood it completely | 19:51 |
*** pbarquero has quit IRC | 19:51 | |
pix9 | what do you understand about it. is it your first time to try it? | 19:51 |
cihhan | yes pix9, im new to it. so what i understood is it manages the nodes, network, etc. amony multiple computers | 19:52 |
pix9 | @cihhan do you think it is something like virtualization? | 19:53 |
cihhan | pix9, and what i am trying to do is to run VMs on compute nodes and to be able to ssh them from controller or another node | 19:53 |
*** vlad_starkov has quit IRC | 19:53 | |
cihhan | pix9, as far as i know openstack is not development of the virtualization -- instead it uses virtualization such as kvm | 19:53 |
cihhan | and im using kvm | 19:54 |
*** vlad_starkov has joined #openstack | 19:54 | |
pix9 | great | 19:54 |
pix9 | lol I am wondering how to phrase it !! | 19:54 |
cihhan | pix9, so am i wrong? | 19:54 |
pix9 | I mean how to explain things to you. | 19:54 |
pix9 | not really | 19:54 |
*** batlogg has joined #openstack | 19:55 | |
cihhan | pix9, ok that s good at least :) | 19:55 |
*** fikst has joined #openstack | 19:55 | |
pix9 | to make it clear to you, ven I am new to openstack, only possible diffrence can be I just had attended training on it | 19:55 |
*** batlogg has quit IRC | 19:56 | |
pix9 | concept is big in itselfe, home or personal labs can't give you complete taste of whole thing | 19:56 |
*** pnavarro has joined #openstack | 19:57 | |
cihhan | pix9, i understand. well my problem is that my prof wants to combine multiple computers and servers in the lab. | 19:57 |
*** blackboxsw has quit IRC | 19:58 | |
cihhan | so in terms of computation power i believe that we have enough :) | 19:58 |
pix9 | if you ask me to make a complete test of fledged implementation of open-stack will need atleasat 20-30 boxes :P | 19:58 |
*** atomek has joined #openstack | 19:58 | |
*** monst has joined #openstack | 19:58 | |
*** crhylove has joined #openstack | 19:58 | |
pix9 | but that is limitation of what all things I want to do with it | 19:59 |
cihhan | as long as i can make 2 of them run, i can move to 6-7 blades | 19:59 |
pix9 | lol let's get back to your problem | 19:59 |
pix9 | if you want to extract computing power out of your hardware you can use rhev insted | 19:59 |
*** vipul is now known as vipul-away | 20:00 | |
pix9 | or Ovirt | 20:00 |
*** Darkness650 has joined #openstack | 20:00 | |
cihhan | pix9, the project requires openstack :) | 20:00 |
pix9 | any ways openstack uses it's own network | 20:00 |
pix9 | typically creates 2 | 20:00 |
pix9 | 1 private one public | 20:00 |
*** rmartinelli_ has quit IRC | 20:01 | |
pix9 | public is for linking outer public | 20:01 |
pix9 | to vm's | 20:01 |
pix9 | private is for internal communication of services | 20:01 |
pix9 | now you need to bridge outer network to your nova's public network | 20:02 |
*** ildikov_ has quit IRC | 20:02 | |
cihhan | ok im listening carefully | 20:02 |
pix9 | and that is accessible on your one of bridges | 20:02 |
pix9 | typically pr-ex (external | 20:03 |
pix9 | and for private br-in | 20:03 |
pix9 | ohh are those created on your system | 20:03 |
*** renebarbosa has quit IRC | 20:03 | |
pix9 | but again that depends on which networking plugin you have used :D | 20:04 |
jdubz | Sam-I-Am: you around ? | 20:04 |
cihhan | I am using nova-network | 20:04 |
pix9 | ahha | 20:04 |
pix9 | that is service | 20:04 |
*** jcarter has quit IRC | 20:04 | |
pix9 | service supports diffrent type of plugins | 20:04 |
pix9 | like for cisco switches | 20:05 |
pix9 | typically it should be ovs | 20:05 |
pix9 | that's the free one | 20:05 |
pix9 | you like brctl | 20:05 |
*** MarkAtwood has joined #openstack | 20:05 | |
pix9 | you would also get some command like ovsctl | 20:06 |
Sam-I-Am | jdubz: physically yes, but i've been on the phone for hours now in meetings... probably won't be done for another few hours. | 20:06 |
jdubz | no problem | 20:06 |
*** davi has joined #openstack | 20:06 | |
*** davi has joined #openstack | 20:06 | |
Sam-I-Am | jdubz: i'd much rather be doing openstack stuff :) | 20:06 |
pix9 | that will needto be linked with yout external network | 20:06 |
cihhan | pix9, ok | 20:06 |
jdubz | I ended up being awake till about 5am, waiting on Dell to deliver parts for a failed server | 20:07 |
*** vipul-away is now known as vipul | 20:07 | |
pix9 | so you are dealing with bridging of 3 diffrent networking topologies | 20:07 |
pix9 | hope you understood something :) | 20:08 |
cihhan | pix9, internal, external, and bridge; right? | 20:08 |
pix9 | how many bridges are shown at your systems | 20:08 |
pix9 | in ifconfig | 20:08 |
pix9 | do you see anything like br-ex br-in | 20:08 |
*** flaper87|afk is now known as flaper87 | 20:08 | |
cihhan | br100 and virbr0 (this one comes from kvm as far as i remember) | 20:09 |
*** jrb has quit IRC | 20:09 | |
pix9 | ok | 20:09 |
pix9 | well in fedora only virbr0 comes from kvm | 20:09 |
Sam-I-Am | jdubz: thats crappy | 20:10 |
cihhan | yes virbr0 came with kvm | 20:10 |
pix9 | another challenge wwe have here is we have expirence on diffrent environment :D | 20:10 |
pix9 | lol this is getting intresting | 20:10 |
cihhan | pix9, that s the main problem for my case | 20:10 |
*** clnperez has joined #openstack | 20:11 | |
pix9 | currently I am trying to configure 2 node setup in both virtual and physical environment | 20:11 |
cihhan | I am using 2 blades from a blade server to check if I can configure so that later I can continue by adding | 20:11 |
*** psyl0n has quit IRC | 20:12 | |
pix9 | hmm it should work, networking and bridging parts needs to be taken care off | 20:12 |
pix9 | mostlikely I am goingto implement network tommorrow | 20:13 |
*** atomek has quit IRC | 20:13 | |
pix9 | my controller is ready with glance keystone and nova | 20:13 |
pzimmer | Is anyone here using puppet to manage openstack services? | 20:13 |
pix9 | not me, | 20:13 |
*** dcramer_ has joined #openstack | 20:14 | |
cihhan | pix9, on my controller I have glance, keystone, and nova up and running -- and as I mentioned before if I carete an instance on the controller node, I can ssh to it | 20:14 |
pix9 | hmm | 20:14 |
pix9 | yes | 20:14 |
*** ArxCruz has quit IRC | 20:14 | |
pix9 | I am getting your point | 20:15 |
*** Ch00k has quit IRC | 20:15 | |
pix9 | well accessible locally or from remote machine from outside | 20:15 |
*** spzala has joined #openstack | 20:15 | |
pix9 | locally it should be accessible | 20:16 |
cihhan | yes, they are accessible locally | 20:16 |
*** jvoorhis has quit IRC | 20:16 | |
cihhan | but not remotely | 20:16 |
pix9 | so you need to break your head in bridging area :D | 20:16 |
pix9 | heheh | 20:16 |
*** dereky has joined #openstack | 20:17 | |
*** jdubz has quit IRC | 20:17 | |
pix9 | you need to bridge your nova network with your external network's interface | 20:17 |
*** jcarter has joined #openstack | 20:18 | |
*** Egyptian[Laptop] has joined #openstack | 20:18 | |
cihhan | then isnt this what im supposed to do? nova network-create vmnet --fixed-range-v4=10.0.0.0/24 --bridge-interface=br100 --multi-host=T | 20:18 |
cihhan | based on the documentation | 20:18 |
pix9 | that is correct | 20:18 |
cihhan | and on both physical machines i have br100 connected to eth1 | 20:19 |
cihhan | which is my public network | 20:20 |
*** radez_g0n3 is now known as radez | 20:20 | |
pzimmer | quit | 20:20 |
*** pzimmer has quit IRC | 20:20 | |
pix9 | but rough idea that I got about documentation is that it was meant for virtual environment (correct me if wrong, for I haven't read doc completely) | 20:20 |
cihhan | the documentation is for physical machines as far as i know | 20:21 |
cihhan | bcs in a section they are saying if you are using virtual env, please apply these steps | 20:21 |
pix9 | ok good | 20:21 |
pix9 | then i definately saw steps for virtual env | 20:21 |
*** WackoRob_ has quit IRC | 20:21 | |
*** davi has quit IRC | 20:22 | |
*** rnorwood1 has joined #openstack | 20:22 | |
pix9 | @cihhan can you please guide me to networking part of doc? | 20:22 |
*** rnorwood1 has quit IRC | 20:22 | |
pix9 | perhaps which you are following :) | 20:23 |
*** vipul is now known as vipul-away | 20:23 | |
*** blackboxsw has joined #openstack | 20:24 | |
cihhan | pix9, you mean this?: http://docs.openstack.org/trunk/install-guide/install/apt/content/nova-network.html | 20:24 |
cihhan | or this? http://docs.openstack.org/trunk/install-guide/install/apt/content/basics-networking.html | 20:24 |
*** hartbot has quit IRC | 20:25 | |
pix9 | hey | 20:25 |
pix9 | you are just 1 step ahead from me | 20:25 |
*** ryanpetrello has quit IRC | 20:26 | |
pix9 | today itselfe I've finished implementing "Install Compute controller services" | 20:27 |
pix9 | yet to add network on my setup | 20:27 |
*** ryanpetrello has joined #openstack | 20:27 | |
*** lcestari has quit IRC | 20:28 | |
*** jsavak has joined #openstack | 20:29 | |
mili__ | Hi Experts, I have an outstanding issue with my neutron. My VM dont get and IP address, I just ran tcpdump -nn -i br-int and I cannot see IPv4 brodcast or .. just IPv6 | 20:30 |
mili__ | a tapXX is created on the compute node but nothing else | 20:31 |
mili__ | I really cant figure this out | 20:31 |
pix9 | @cihhan what is bringing in br10 | 20:31 |
*** hootjr has quit IRC | 20:31 | |
*** joesavak has quit IRC | 20:31 | |
mili__ | another strange thing is that in ip link show i see br-int state unknown | 20:31 |
*** shaon has quit IRC | 20:32 | |
*** bmcgahan has joined #openstack | 20:32 | |
*** ali` has quit IRC | 20:32 | |
pix9 | @cihhan I am sorry have to leave now | 20:33 |
pix9 | @cihhan I will update you on my setup tommorrow probably around same time | 20:33 |
*** lborda has quit IRC | 20:34 | |
*** clnperez has quit IRC | 20:34 | |
*** WackoRobie has joined #openstack | 20:34 | |
pix9 | good night everyone | 20:34 |
pix9 | bye | 20:34 |
*** jdubz has joined #openstack | 20:35 | |
*** joesavak has joined #openstack | 20:35 | |
*** Free_maN has joined #openstack | 20:35 | |
*** lborda has joined #openstack | 20:35 | |
cihhan | pix9, sorry I had a phone call | 20:36 |
cihhan | Thanks a lot | 20:36 |
*** hartsocks has joined #openstack | 20:36 | |
cihhan | I will be waiting for you tomorrow then | 20:36 |
*** rnorwood1 has joined #openstack | 20:37 | |
*** clnperez has joined #openstack | 20:37 | |
*** pix9 has quit IRC | 20:37 | |
*** jsavak has quit IRC | 20:38 | |
*** psyl0n has joined #openstack | 20:38 | |
*** MarkAtwood has quit IRC | 20:40 | |
*** kbringard has joined #openstack | 20:41 | |
*** panda has joined #openstack | 20:41 | |
*** kbringard has quit IRC | 20:41 | |
*** vipul-away is now known as vipul | 20:42 | |
*** otherwiseguy has quit IRC | 20:42 | |
*** jrb has joined #openstack | 20:43 | |
*** sushils has joined #openstack | 20:44 | |
*** rnorwood1 has quit IRC | 20:44 | |
*** panda__ has quit IRC | 20:44 | |
*** bmcgahan has quit IRC | 20:46 | |
*** ildikov has quit IRC | 20:49 | |
*** Free_maN has quit IRC | 20:49 | |
*** ewnd9_ has quit IRC | 20:50 | |
*** diegows has quit IRC | 20:50 | |
*** fikst has quit IRC | 20:50 | |
*** Ilja has joined #openstack | 20:51 | |
*** ArminderS has quit IRC | 20:51 | |
Ilja | hi | 20:53 |
Ilja | I have a question about the best approach to multi ISP networking deployment of openstack. Is this a correct channel? | 20:53 |
*** smead has joined #openstack | 20:53 | |
Ilja | The issue is about routing traffic from a VM to different gateways based on target IP. | 20:54 |
*** ozialien_ has joined #openstack | 20:57 | |
*** dtx00ff has quit IRC | 20:57 | |
ozialien_ | I am researching notifications in Openstack and wondered if there are event to email subsystems implemented? | 20:57 |
*** melwitt has joined #openstack | 20:58 | |
*** msekleta has joined #openstack | 20:58 | |
*** vipul is now known as vipul-away | 20:59 | |
*** melwitt1 has joined #openstack | 21:00 | |
Ilja | @ozialien_, it should be possible with a default python handler - http://docs.python.org/2/library/logging.handlers.html#smtphandler | 21:01 |
*** jprovazn_afk has quit IRC | 21:02 | |
*** jrb has quit IRC | 21:02 | |
*** diegows has joined #openstack | 21:02 | |
ozialien_ | @Ilja: Just wondered if there was some database integrated notification subsystem. | 21:02 |
*** vipul-away is now known as vipul | 21:02 | |
*** chrissgo has joined #openstack | 21:03 | |
*** melwitt has quit IRC | 21:03 | |
*** kaushal has joined #openstack | 21:04 | |
mili__ | Neutron guys out here | 21:04 |
mili__ | help | 21:04 |
*** psyl0n has quit IRC | 21:06 | |
*** xmltok_ has joined #openstack | 21:07 | |
*** xmltok has quit IRC | 21:07 | |
*** vipul is now known as vipul-away | 21:08 | |
*** vipul-away is now known as vipul | 21:08 | |
*** jrb has joined #openstack | 21:08 | |
*** jasondotstar has quit IRC | 21:09 | |
*** kenhui has joined #openstack | 21:10 | |
*** aroque has quit IRC | 21:13 | |
*** smead has quit IRC | 21:15 | |
*** bladernr_ has quit IRC | 21:15 | |
*** buckaroo has joined #openstack | 21:16 | |
*** bladernr_ has joined #openstack | 21:17 | |
*** ade_b has quit IRC | 21:17 | |
*** dtx00ff has joined #openstack | 21:19 | |
*** zenoway has joined #openstack | 21:21 | |
*** rfolco has quit IRC | 21:24 | |
*** rmartinelli has quit IRC | 21:28 | |
*** Trixboxer has quit IRC | 21:29 | |
*** kaushal has quit IRC | 21:29 | |
*** jrb has quit IRC | 21:30 | |
*** bdperkin has quit IRC | 21:30 | |
*** zenoway has quit IRC | 21:31 | |
*** zenoway has joined #openstack | 21:31 | |
*** melmoth has quit IRC | 21:32 | |
*** kenhui has quit IRC | 21:32 | |
*** diegows has quit IRC | 21:35 | |
*** zenoway has quit IRC | 21:35 | |
*** mikeoutland has joined #openstack | 21:36 | |
*** rnorwood1 has joined #openstack | 21:37 | |
*** rnorwood1 has quit IRC | 21:37 | |
*** otherwiseguy has joined #openstack | 21:38 | |
*** rmartinelli has joined #openstack | 21:41 | |
*** budmang has quit IRC | 21:44 | |
*** Egyptian[Laptop] has quit IRC | 21:44 | |
*** giulivo has joined #openstack | 21:44 | |
*** Egyptian[Laptop] has joined #openstack | 21:45 | |
*** jrb has joined #openstack | 21:46 | |
*** diegows has joined #openstack | 21:48 | |
*** budmang has joined #openstack | 21:48 | |
*** factor has joined #openstack | 21:50 | |
*** mahipal has joined #openstack | 21:51 | |
*** jsavak has joined #openstack | 21:53 | |
*** lsmola_ has quit IRC | 21:55 | |
*** vipul is now known as vipul-away | 21:56 | |
*** vipul-away is now known as vipul | 21:56 | |
*** joesavak has quit IRC | 21:57 | |
*** sybix has quit IRC | 21:57 | |
*** psyl0n has joined #openstack | 21:59 | |
*** sybix has joined #openstack | 22:00 | |
*** diegows has quit IRC | 22:02 | |
*** danielbruno has quit IRC | 22:03 | |
*** psyl0n has quit IRC | 22:03 | |
*** DrBacchus has quit IRC | 22:03 | |
*** Egyptian[Laptop] has quit IRC | 22:04 | |
*** comay has quit IRC | 22:04 | |
*** beagles has quit IRC | 22:04 | |
*** ozialien_ has quit IRC | 22:04 | |
*** G________ has quit IRC | 22:04 | |
*** ozialien has joined #openstack | 22:05 | |
*** WackoRobie has quit IRC | 22:07 | |
*** sybix has quit IRC | 22:07 | |
*** vartom11111111 has joined #openstack | 22:07 | |
*** psyl0n has joined #openstack | 22:07 | |
*** balajiiyer has quit IRC | 22:08 | |
*** psyl0n has quit IRC | 22:08 | |
*** balajiiyer has joined #openstack | 22:08 | |
*** Deoan has quit IRC | 22:08 | |
*** mikeoutl_ has joined #openstack | 22:10 | |
*** mikeoutland has quit IRC | 22:10 | |
*** pbarquero has joined #openstack | 22:11 | |
*** sgordon has quit IRC | 22:12 | |
*** ozialien has quit IRC | 22:12 | |
*** lblanchard has quit IRC | 22:14 | |
*** diegows has joined #openstack | 22:15 | |
ekarlso | koolhead17: around ? :D | 22:17 |
*** mrproper has joined #openstack | 22:17 | |
*** mikeoutl_ has quit IRC | 22:17 | |
*** prad has quit IRC | 22:17 | |
*** valgrind has joined #openstack | 22:18 | |
*** mikeoutland has joined #openstack | 22:18 | |
*** erkrnt has joined #openstack | 22:18 | |
*** rmartinelli has quit IRC | 22:19 | |
*** triven has quit IRC | 22:20 | |
*** sybix has joined #openstack | 22:20 | |
*** jergerber has joined #openstack | 22:20 | |
*** jfarschman has joined #openstack | 22:21 | |
*** vartom11111112 has joined #openstack | 22:21 | |
*** deciph3r has quit IRC | 22:21 | |
jfarschman | Is there a proper way to share a 'private' glance image with a project. I've tried to find this on a couple of occasions and failed. | 22:21 |
*** vartom11111111 has quit IRC | 22:22 | |
*** SumitNaiksatam has quit IRC | 22:24 | |
*** balajiiyer has quit IRC | 22:24 | |
*** balajiiyer1 has joined #openstack | 22:24 | |
*** Ghost7478 has joined #openstack | 22:24 | |
Ghost7478 | Hi everyone | 22:24 |
*** dereky has quit IRC | 22:24 | |
*** balajiiyer1 has quit IRC | 22:25 | |
*** rtheis has quit IRC | 22:25 | |
Ghost7478 | I'm wanting to know are the controller and compute nodes different components | 22:26 |
*** mikeoutland has quit IRC | 22:26 | |
*** mikeoutland has joined #openstack | 22:26 | |
*** Rocky_ has joined #openstack | 22:26 | |
Ghost7478 | I'm running xenserver on bare-metal with one vm running ubuntu 12.04 and another running rhel 6.5 , so I have one vm as controller and the other as computer. Please help | 22:27 |
Ghost7478 | compute sorry for typo | 22:27 |
*** Ghost7478_ has joined #openstack | 22:30 | |
*** lborda has quit IRC | 22:30 | |
*** dave_tucker_zzz is now known as dave_tucker | 22:30 | |
jfarschman | Ghost7478 yes, they are different components | 22:30 |
*** gork4life has joined #openstack | 22:30 | |
jfarschman | controllers manage thing and the actual VM/instances live on the compute nodes. | 22:31 |
jfarschman | BTW: solved my problem. if you want to set an image to be visible to only one project, first make the image private, then | 22:31 |
jfarschman | glance member-create --can-share imageid tenantid | 22:31 |
*** MarkAtwood has joined #openstack | 22:32 | |
*** Ghost7478 has quit IRC | 22:32 | |
gork4life | jfarschman: ok so they would be on two different nodes | 22:34 |
*** jergerber has quit IRC | 22:34 | |
gork4life | jfarschman: even if they are virtual nodes | 22:34 |
*** Joel-S has joined #openstack | 22:35 | |
*** eharney has quit IRC | 22:35 | |
*** Joel-S_ has joined #openstack | 22:35 | |
*** vipul is now known as vipul-away | 22:35 | |
*** mspreitz has joined #openstack | 22:36 | |
*** vipul-away is now known as vipul | 22:36 | |
*** jobewan has quit IRC | 22:37 | |
*** SCarniel has quit IRC | 22:37 | |
*** WackoRobie has joined #openstack | 22:38 | |
jfarschman | Sure… sorry for the delay. You can install them on two different nodes, but for learning a lot of people build an all-in-one node | 22:39 |
jfarschman | I have a controller and a bunch of compute nodes. | 22:40 |
*** JuanDRay has quit IRC | 22:40 | |
*** factor has quit IRC | 22:40 | |
mspreitz | I have a pip question, I am have installed devstack and am running into trouble with nova's run_tests.sh | 22:41 |
*** Joel-S_ has quit IRC | 22:41 | |
gork4life | jfarschman: ok I guess what I'm asking I have xenserver install on baremetal and each vm I guess would be a node am I right | 22:41 |
mspreitz | I elected to let run_tests make its own virtual environment, isolated. It can not find an adequately high version of netaddr | 22:41 |
*** monst_ has joined #openstack | 22:42 | |
*** WackoRobie has quit IRC | 22:42 | |
mspreitz | but my host already has an adequately high version of netaddr. So why does pip in the venv not find it? | 22:42 |
jfarschman | gork4life each instance (vm) you spin up would live on a compute node | 22:43 |
*** ryanpetrello has quit IRC | 22:43 | |
mspreitz | Oddly, pip says PyPI has an adequately high version, but installs a lower version when asked | 22:43 |
mspreitz | I mean pip in the venv finds the high enough version with `pip search` but not with `pip install` | 22:43 |
*** monst has quit IRC | 22:45 | |
gork4life | jfarschman: so every vm that I spin up will live on a compute node even though theres no openstack on these vm | 22:45 |
*** factor has joined #openstack | 22:45 | |
*** mrproper has quit IRC | 22:46 | |
mspreitz | Is there a better place to ask my question? | 22:46 |
gork4life | jfarschman: I'm confused because I use xencenter to create these vms how are these automatically compute nodes | 22:47 |
*** jagee has quit IRC | 22:48 | |
*** dcramer_ has quit IRC | 22:48 | |
*** Ghost7478_ has quit IRC | 22:49 | |
*** jcarter has quit IRC | 22:50 | |
*** Makdaam is now known as MMMM | 22:52 | |
*** MMMM is now known as Makdaam | 22:52 | |
*** nphase has joined #openstack | 22:52 | |
*** nphase has joined #openstack | 22:52 | |
*** Makdaam has quit IRC | 22:52 | |
*** Makdaam has joined #openstack | 22:52 | |
*** Makdaam has quit IRC | 22:52 | |
*** Makdaam has joined #openstack | 22:52 | |
*** Egyptian[Laptop] has joined #openstack | 22:53 | |
*** gork4life has left #openstack | 22:53 | |
jfarschman | gork4life: Okay… so you use xencenter to make the openstack controller and the openstack compute node | 22:55 |
jfarschman | or to spin up _instances_ on the openstack compute node? | 22:55 |
*** etoews2 has joined #openstack | 22:56 | |
jfarschman | Once you have an set of openstack servers built you can use the openstack GUI or CLI to spin up instances | 22:56 |
jfarschman | I'm probably more confused then you are at this point. | 22:56 |
*** sparc has quit IRC | 22:57 | |
*** etoews1 has quit IRC | 22:57 | |
*** mspreitz has left #openstack | 22:57 | |
*** weshay has quit IRC | 22:58 | |
*** kevinconway has quit IRC | 22:59 | |
*** ppradhan has left #openstack | 23:02 | |
*** mili__ has quit IRC | 23:02 | |
*** diegows has quit IRC | 23:03 | |
*** mili_ has joined #openstack | 23:06 | |
*** pbarquero has quit IRC | 23:08 | |
*** dbalog has left #openstack | 23:08 | |
*** vlad_starkov has quit IRC | 23:09 | |
*** mili_ has quit IRC | 23:10 | |
*** hockeynut has quit IRC | 23:10 | |
*** mili_ has joined #openstack | 23:10 | |
*** mili_ has quit IRC | 23:10 | |
*** mili_ has joined #openstack | 23:10 | |
*** mikeoutland has quit IRC | 23:11 | |
*** diegows has joined #openstack | 23:15 | |
*** Chicago has joined #openstack | 23:15 | |
*** flaper87 is now known as flaper87|afk | 23:15 | |
*** rdxc has quit IRC | 23:16 | |
*** yocum has quit IRC | 23:16 | |
*** peristeri has quit IRC | 23:16 | |
*** vlad_starkov has joined #openstack | 23:18 | |
*** desai has quit IRC | 23:18 | |
*** hartsocks has quit IRC | 23:18 | |
*** galstrom_zzz is now known as galstrom | 23:19 | |
*** marcelodieder has quit IRC | 23:19 | |
*** jsavak has quit IRC | 23:20 | |
*** diegows has quit IRC | 23:20 | |
*** tryggvil has joined #openstack | 23:21 | |
*** monst_ has quit IRC | 23:21 | |
*** bynaryshef has joined #openstack | 23:22 | |
*** galstrom is now known as galstrom_zzz | 23:23 | |
*** giulivo has quit IRC | 23:24 | |
*** vartom11111113 has joined #openstack | 23:26 | |
*** mrproper has joined #openstack | 23:28 | |
*** sushils has quit IRC | 23:28 | |
*** vartom11111112 has quit IRC | 23:28 | |
*** cjellick has quit IRC | 23:28 | |
*** vartom11111114 has joined #openstack | 23:29 | |
*** dmsimard has quit IRC | 23:30 | |
*** vipul is now known as vipul-away | 23:30 | |
*** vipul-away is now known as vipul | 23:30 | |
*** vartom11111113 has quit IRC | 23:31 | |
*** Egyptian[Laptop] has quit IRC | 23:31 | |
*** devoid has joined #openstack | 23:32 | |
*** mkollaro has joined #openstack | 23:32 | |
*** diegows has joined #openstack | 23:33 | |
*** rcleere has quit IRC | 23:33 | |
*** erkrnt has quit IRC | 23:33 | |
*** cjellick has joined #openstack | 23:33 | |
*** ninjix has quit IRC | 23:33 | |
*** erkrnt has joined #openstack | 23:33 | |
*** bjornar has quit IRC | 23:35 | |
*** devoid has quit IRC | 23:35 | |
*** devoid has joined #openstack | 23:35 | |
*** tryggvil has quit IRC | 23:37 | |
*** dbrandon has quit IRC | 23:37 | |
*** jrb has quit IRC | 23:39 | |
*** zz_ewindisch is now known as ewindisch | 23:40 | |
*** msekleta has quit IRC | 23:40 | |
*** mdorman has quit IRC | 23:41 | |
*** clnperez has quit IRC | 23:41 | |
*** mrproper has quit IRC | 23:42 | |
*** AndyDugas has joined #openstack | 23:43 | |
*** ewindisch is now known as zz_ewindisch | 23:45 | |
*** factor has quit IRC | 23:46 | |
*** diegows has quit IRC | 23:46 | |
*** vipul is now known as vipul-away | 23:46 | |
*** yogesh has quit IRC | 23:46 | |
*** julim has quit IRC | 23:47 | |
*** dpippenger has joined #openstack | 23:49 | |
*** zz_ewindisch is now known as ewindisch | 23:49 | |
*** mili_ has quit IRC | 23:49 | |
*** idetik2 has joined #openstack | 23:50 | |
*** jfarschman has quit IRC | 23:51 | |
*** wbx_ has joined #openstack | 23:52 | |
*** ewindisch is now known as zz_ewindisch | 23:53 | |
*** rnirmal has quit IRC | 23:54 | |
*** tryggvil has joined #openstack | 23:54 | |
*** nelsnelson has quit IRC | 23:56 | |
*** dimsum has quit IRC | 23:57 | |
*** jecarey has quit IRC | 23:57 | |
*** diegows has joined #openstack | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!