Friday, 2015-01-16

*** bknudson has joined #openstack00:00
SaintAardvarkI think I'm getting closer to figuring out why my instances can't contact the metadata server00:01
*** fsimonce has quit IRC00:02
SaintAardvarkOn a compute node, I can see requests coming in on the tap attached to the libvirt instance00:02
*** kei_yama has joined #openstack00:02
*** Marga__ has quit IRC00:02
SaintAardvark(that is, the syn packet)00:02
SaintAardvarkbut for some reason the syn+ack is heading out the compute node's main interface00:02
*** Marga_ has joined #openstack00:02
SaintAardvark-- that is, to it's default gateway rather than back on the interface it came in on00:02
*** ranger81 has quit IRC00:03
*** gigawhat1 has quit IRC00:03
*** Marga_ has quit IRC00:03
*** ranger81_ has quit IRC00:03
*** bknudson1 has joined #openstack00:03
*** brokencycle has joined #openstack00:04
SaintAardvarkIn the setup I have right now, the gateway is a different machine from the network node00:04
*** Marga_ has joined #openstack00:04
Sam-I-AmSaintAardvark: is this neutron?00:05
SaintAardvarkis that wrong? is it meant to have a route to the tenant network? is that something that's meant to be configured on the Neutron router?00:05
SaintAardvarkSam-I-Am: yes, neutron00:05
*** bknudson has quit IRC00:05
Sam-I-Amso compute node + network node?00:05
SaintAardvarkcorrect, but also: controller node, and separate gateway machine00:05
SaintAardvarkgateway machine acting as typical router; not connected to OpenStack00:06
*** Marga_ has quit IRC00:06
SaintAardvarkjust happens to be the default gateway of all the nodes00:06
SaintAardvarkDoes that make sense? :-)00:06
*** rbak has quit IRC00:06
*** Marga_ has joined #openstack00:06
*** Zack_Deee has joined #openstack00:06
Sam-I-Amso like some sort of jump box?00:06
*** Guest31809 is now known as kbsingh00:06
Sam-I-Amnat box, whatever00:07
SaintAardvarkSam-I-Am: yes00:07
*** Marga_ has quit IRC00:07
Sam-I-Amwhat type of tenant networks?00:07
*** Marga_ has joined #openstack00:07
*** timthowtdi has joined #openstack00:07
*** blair has quit IRC00:07
*** kayaliu has quit IRC00:08
*** muhalam has joined #openstack00:08
SaintAardvarkDoes this have what you need? http://paste.openstack.org/show/158186/00:08
muhalamHi Every one, I need some help regarding Havana Installation using devstack purposefully.00:09
SaintAardvarkI've been following the directions at http://docs.openstack.org/juno/install-guide/install/apt/content/neutron_initial-tenant-network.html00:09
muhalamI cant find any thing related to Havana on Github00:09
muhalamand Havana-eol branch is not working.00:09
h6wHow do I interrogate br-tun on a gre network?  I've tried tcpdump -i br-tun but nothing appears.  I've also tried adding a port and tcpdump -i snooper0.00:09
Sam-I-AmSaintAardvark: looking00:10
*** Marga_ has quit IRC00:10
Sam-I-Ammuhalam: havana is dead00:10
h6wtcpdump -i br-int works, and I can see the patch from br-int to br-tun, but nothing seems to appear on br-tun at all.00:10
*** reed_ has quit IRC00:10
*** pixelbeat has quit IRC00:10
*** jasonsb has quit IRC00:10
SaintAardvarkSam-I-Am: many thanks00:11
Sam-I-Amh6w: what are you trying to find out?00:11
*** Marga_ has joined #openstack00:11
*** Marga_ has quit IRC00:11
*** dtrainor has quit IRC00:11
h6wI'm trying to find out why my instance stopped being able to ping the virtual router.00:11
*** Marga_ has joined #openstack00:11
*** cptwease_ has quit IRC00:11
Sam-I-AmSaintAardvark: so, if you're using the standard config... the tenant network is probably a gre tunnel00:12
*** annegentle has quit IRC00:12
*** setkeh has quit IRC00:12
*** setkeh has joined #openstack00:12
*** Marga_ has quit IRC00:12
*** ancoron_ has joined #openstack00:12
Sam-I-AmSaintAardvark: is the neutron metadata agent running on the network node, and configured correctly? there's a log in /var/log/neutron for most of those thing.00:12
h6wSo I'm trying to trace the packets to see where they go wrong.00:12
*** ancoron has quit IRC00:12
*** Marga_ has joined #openstack00:12
muhalamyeah if some body want to do it purposefully then?00:12
Sam-I-Amh6w: do you see any encapsulated packets crossing the tunnel interface between the compute and network node where the tenant network gateway lives?00:13
muhalamSam-I-Am:  yeah if some body want to do it purposefully then?00:13
*** appprod0 has joined #openstack00:13
Sam-I-AmSaintAardvark: there should be something on that branch00:13
Sam-I-Amgit.openstack.org ?00:13
*** sputnik1_ has quit IRC00:13
*** cdub has quit IRC00:14
*** robbiew has joined #openstack00:14
*** yamamoto has joined #openstack00:14
X123I do not like green eggs and ham, I do not like them Sam-I-Am00:14
*** gaughen has quit IRC00:14
*** annashen has quit IRC00:14
Sam-I-AmX123: lol00:14
*** jasonsb has joined #openstack00:14
*** filippos has quit IRC00:15
*** dlfryar has quit IRC00:15
SamYaplei want to point out that at no time was "green ham" specified. it could have been regular ham00:15
*** thumpba_ has quit IRC00:15
X123I do not like {green eggs} and {ham}00:15
*** EmilienM is now known as EmilienM|afk00:15
X123:>00:16
Sam-I-Ami like eggs and ham00:16
Sam-I-Amthe only time i've had green eggs is when they get that greenish fringe from cooking in bacon grease00:17
Sam-I-Amyummm00:17
SamYapleMy wife told me to go to the store to get a gallon of milk. she said if they have eggs, get a dozen. I came home with 12 gallons of milk00:17
Sam-I-AmSamYaple: lol. sentences should have parenthesis.00:17
X123haha00:17
j05h(My wife told me to go to the store to get a gallon of milk. she said if they have eggs, get a dozen. I came home with 12 gallons of milk)00:17
muhalamSam-I-Am: its not there.00:17
X123yeah that's one of the age old IT jokes :)00:18
*** jeremati_ has joined #openstack00:18
SaintAardvarkSam-I-Am: yep, neutron-metadata running on network node00:18
X123how do you know your husband is a progammer.. :)00:18
X123there u go lol00:18
SamYaplemuhalam: there is a havana-eol _tag_ for all of those projects00:18
Sam-I-Amheh00:18
SamYapleit isnt a branch00:18
SaintAardvarkif I run "ip netns exec [qrouter] netstat -tupl" I see the process listening00:19
SaintAardvarkchecking logs now00:19
Sam-I-Amdoes the instance get an ip?00:19
h6wSam-I-Am: Yes.  http://pastebin.com/RZPdDY6R00:19
*** red_horned_rihno has quit IRC00:19
*** cdub has joined #openstack00:20
*** sushils_ has joined #openstack00:20
*** jerematic has quit IRC00:20
*** red_horned_rihno has joined #openstack00:20
SamYapleSaintAardvark: if you tcpdump on the qvb*** interface associated with the tap*** interfacem do you see the syn?00:20
SamYapleif not, your iptable rules are dropping it and you need to update your secgroup rules00:20
SaintAardvarkSamYaple: Are you talking about the compute or network nodes?00:20
SamYaplecompute00:21
*** amalagon_ has quit IRC00:21
*** Marga_ has quit IRC00:21
SamYaplethe tap*** dev is in a bridge called qbr*** with another device called qvb***00:21
*** Marga_ has joined #openstack00:21
*** shibby has quit IRC00:22
h6wSam-I-Am: And I can see the ARP on the other end of br-mgmt at the network node.00:22
*** filippos has joined #openstack00:22
*** tomoe has joined #openstack00:22
*** sushils has quit IRC00:23
Sam-I-Amh6w: so the packets make it into the network node...00:23
*** side_control has joined #openstack00:23
*** prad has quit IRC00:23
Sam-I-Amh6w: from there, they should make it into the qrouter-* namespace00:23
*** abrahamrhoffman has joined #openstack00:23
Sam-I-Amtheres a 'qr' interface in there that has the tenant network gateway00:23
Sam-I-Amand there should also be a 'qr' port on br-int to it00:24
*** adiantum has quit IRC00:24
*** adiantum has joined #openstack00:24
SaintAardvarkSamYaple: Huh; I see the syn on the tap, and on the qbr -- but *NOT* the qvb interface00:25
*** sushils has joined #openstack00:25
SamYapleSaintAardvark: so update your secgroup rules to allow port 80 out00:25
SamYaplei suggested that a while ago00:25
Sam-I-Amusually secgroups dont impact metadata traffic00:25
Sam-I-Amor... shouldnt00:25
SamYapleSam-I-Am: how would it not?00:26
Sam-I-Amthey dont block it by default00:26
*** Marga_ has quit IRC00:26
Sam-I-Amisnt that the issue here? vm not getting meta?00:26
SamYapleyea he posted no default secgroup stuff earlier00:26
SamYaplenon*00:26
SamYaplelooks like only icmp and ssh were allowed00:26
*** gaughen has joined #openstack00:26
*** yellowbig has joined #openstack00:26
Sam-I-Amhmm i didnt see that output00:27
Sam-I-Ambut that would be where things get blocked00:27
SaintAardvarkSam-I-Am: http://paste.openstack.org/show/158184/00:27
*** esker has joined #openstack00:27
h6wSam-I-Am: Nothing at br-int on the network node.  There's a patch from br-tun to br-int again.  The problem must be in the ovs flow at the network node.00:27
SaintAardvarkSamYaple: Sorry if I missed that earlier (scrolls back...)00:27
SamYapleSaintAardvark: its not a problem! sorry for not pointing it out again, I thought you tried it00:27
*** EricGonczer_ has joined #openstack00:27
SaintAardvarkSamYaple: just to be clear...the rules look to me (n00b) pretty open; what am I missing?00:28
*** sbfox has quit IRC00:28
SamYapleSaintAardvark: you need an explict allow rule00:28
*** plaurin_ has quit IRC00:28
*** pavel_bondar has quit IRC00:29
SaintAardvarkSamYaple: huh, okay, let me give that a try now00:29
*** crose has quit IRC00:29
SamYapleyou can allow all egress ports, but you need an explict rule somewhere that also included port 8000:29
Sam-I-Amso...00:29
SamYapleby default I believe all are allowed to egress00:29
Sam-I-Ammaybe i'm missing something here, but we're dealing with a metadata issue, right?00:29
*** pavel_bondar has joined #openstack00:29
Sam-I-Ambecause by default (assuming you didnt delete egress rules), metadata should work00:29
Sam-I-Amyou dont need a secgroup for it00:29
SamYaplehe cant curl http://169.254.169.254 Sam-I-Am00:29
*** dmsimard is now known as dmsimard_away00:29
Sam-I-Amer, secgroup rule00:29
SamYapleand it doesnt appear that all of the default rules were there00:30
SaintAardvarkSam-I-Am: Yep, metadata; instances can't retrieve SSH keys00:30
SamYapleSaintAardvark: just for the record, you can also enable configdrive00:30
SamYapleit creates an iso with the metadata that exists in a virtual dcrom00:31
Sam-I-Amhttp://pastebin.com/GVvSycaY00:31
SamYaplecloudinit looks for it there too00:31
Sam-I-Am^ thats a fresh set of rules + ingress ssh and icmp00:31
*** fyb3r has left #openstack00:31
Sam-I-Amtwo networks, so double the count00:31
*** esker has quit IRC00:31
Sam-I-AmSaintAardvark: so... i'd be tcpdumping to see where the packets stop00:32
*** Bryanstein has quit IRC00:32
Sam-I-Amh6w: this might be useful - http://23.253.231.218/rpc-diagrams/networkguide-neutron-legacy-ovs-flowns1.png00:32
SamYapleSam-I-Am: he said it doesnt appear on the qvb*** interface00:32
Sam-I-Amyou want to follow the yellow-ish vxlan/gre tunnel lines, not the vlan lines.00:33
Sam-I-Amunless you're using vlan tenant networks, of course00:33
Sam-I-Amthe only real difference is where 'qg' ends up00:33
*** markvoelker_ has quit IRC00:33
SaintAardvarkSamYaple: apologies, but I don't see how your paste is different from mine, aside from number of networks; I must be missing something but I can't figure out what it is00:33
SaintAardvark(arghh, sorry, Sam-I-Am)00:33
SamYapleI am the real Sam00:33
*** markvoelker has joined #openstack00:33
SaintAardvarkOh no, I've crossed the streams :-)00:34
SamYaple>:D00:34
Sam-I-Amheh00:34
Sam-I-Amthats ok... my tab completion is hating SamYaple and SaintAardvark00:34
SaintAardvarkBut in any case: something like "neutron security-group-rule-create --protocol tcp --port-range-min 80 --port-range-max 80 --direction ingress default" (plus another for egress) should do the trick right?00:35
SamYapleSaintAardvark: just the egress one00:35
SaintAardvark(tab completion? ...hot damn, erc has tab completion. I never knew!)00:35
SamYapleingress would be some random port and allowed due to iptables contracting00:35
SaintAardvarkall right, egress it is00:35
*** ancoron_ has quit IRC00:36
Sam-I-AmSaintAardvark: so... couple of things to look for00:36
*** githogori_ has joined #openstack00:36
*** annashen has joined #openstack00:37
*** otter768 has joined #openstack00:37
*** sbadia has joined #openstack00:37
*** ranger81 has joined #openstack00:37
*** ayoung has quit IRC00:37
Sam-I-AmSaintAardvark: first, whats iptables look like on the compute node with the vm?00:37
Sam-I-AmSaintAardvark: if your neutron config is wrong, those rules might not be getting applied00:37
*** abhirc has joined #openstack00:38
*** markvoelker has quit IRC00:38
Sam-I-Amfor example, the compute node doesn't know to ask neutron for security groups00:38
SaintAardvarkSam-I-Am: aha; would a pastebin help?00:38
*** danman has joined #openstack00:38
*** sbfox has joined #openstack00:38
*** sunny has joined #openstack00:39
*** badon has quit IRC00:39
Sam-I-AmSaintAardvark: probably00:39
*** ancoron has joined #openstack00:39
*** githogori has quit IRC00:39
*** ygoto has joined #openstack00:39
SaintAardvarkSam-I-Am: which tables?00:40
*** qhartman has joined #openstack00:40
*** andreaturli has quit IRC00:40
*** mwichmann has quit IRC00:40
Sam-I-Amjust iptables -S is fine00:40
SaintAardvarkkk00:41
*** otter768 has quit IRC00:41
*** bluedusk has joined #openstack00:42
*** FL1SK has joined #openstack00:42
*** warik has quit IRC00:43
*** sbfox has quit IRC00:44
SaintAardvarkSam-I-Am: http://paste.openstack.org/show/158193/00:44
*** hemna is now known as hemnafk00:45
SamYapleSaintAardvark: with the port 80 do you see it on the qvb*** interface?00:45
SamYapleor is it still dropping00:46
*** virtuallynathan_ has quit IRC00:46
*** dims has quit IRC00:46
Sam-I-Am-A nova-api-metadat-INPUT -d 10.200.10.57/32 -p tcp -m tcp --dport 8775 -j ACCEPT00:46
*** kbringard has quit IRC00:46
Sam-I-Amwhat is this ^00:46
Sam-I-Amare you running some nova network processes?00:46
*** LinstatSDR has joined #openstack00:46
Sam-I-Amlike... the metadata process00:46
SaintAardvarkSam-I-Am: lemme check00:46
*** dgbaley has joined #openstack00:47
SamYaplenova network is the only one that hand out metadata Sam-I-Am00:47
SamYaple-network00:47
*** kebray_ has quit IRC00:47
SaintAardvarkyes, nova-api-network is running on that compute node00:47
Sam-I-AmSaintAardvark: it should not be00:47
Sam-I-Amno nova network processes should be running when there's neutron00:47
Sam-I-AmSamYaple: yes, except neutron proxies it to nova00:47
*** alop has quit IRC00:48
*** melwitt has quit IRC00:48
SaintAardvarkSo if I'm reading instructions from  here correctly: http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-controller-node.html00:48
dgbaleyCan I run multiple nova-computes on a node? Maybe by setting DEFAULT/host or something. I'd like to run lxc and kvm on the same node. I'd also like to run some flavors that use local storage for ephemeral and others that use rbd.00:49
SamYapleright, but those are different ports00:49
SaintAardvarkthen it tells you to restart nova-api as part of finishing up neutron installation00:49
Sam-I-AmSamYaple: neutron re-jiggers stuff to the nova port00:49
SamYaplenot that it would matter since neutron is listening in the namespace only00:49
*** omnibus7 is now known as davidlenwell00:49
Sam-I-AmSaintAardvark: nova-api is not nova-api-metadata00:50
Sam-I-AmSaintAardvark: and you're restarting nova-api on the controller, not the compute node00:50
*** davidlenwell is now known as davidlenwell__00:50
*** danman has quit IRC00:50
*** davidlenwell__ is now known as davidlenwell00:50
*** sushils has quit IRC00:50
SaintAardvarkSam-I-Am:: sorry, my mistake; "usr/bin/python /usr/bin/nova-api-metadata --config-file=/etc/nova/nova.conf" is what's running on computenode00:50
*** Bryanstein has joined #openstack00:51
Sam-I-Amyeah, that needs off00:51
Sam-I-Amand any nova-network processes00:51
SaintAardvarkwell crap; nova-network is running...remnant of earlier setup00:52
SaintAardvarklemme turn that off + nova-api-metadata00:52
*** nkhare has joined #openstack00:52
SaintAardvarkwould anything else need restarting to pick that up? or maybe booting up new instance?00:52
Sam-I-Amwell, in light of nova-network leftovers, you might want to make really certain none of your config files are still looking for nova-net00:53
X123wheeee00:53
* X123 spins00:53
*** salv-orlando has quit IRC00:53
Sam-I-AmSaintAardvark: after checking the config files, i'd reboot the compute node and at least restart nova-api on the controller00:53
*** henrynash has joined #openstack00:53
*** VW__ has quit IRC00:53
*** nitti has joined #openstack00:53
SaintAardvarkGah; learning the interconnections between all these services is one of the biggest hills to climb00:54
*** annashen has quit IRC00:54
*** nitti has joined #openstack00:54
Sam-I-AmSaintAardvark: also, that diagram i posted earlier might be useful for you too00:54
*** rdaly2 has joined #openstack00:54
*** yuntong has joined #openstack00:54
Sam-I-Ami'm writing a networking guide... it will be part of it00:54
*** addnull has joined #openstack00:54
Sam-I-Ambecause there just isnt enough useful info about networking00:54
SaintAardvarkSam-I-Am: cool, thanks; and ++ for networking guide; would totally buy00:55
*** barclaac|2 has quit IRC00:55
X123Sam-I-Am if u need any help on network stuff let me know :)00:55
SaintAardvarkSo here are the two lines in nova.conf that seem relevant:00:55
SaintAardvark"network_api_class = nova.network.neutronv2.api.API"00:55
Sam-I-AmX123: make it easier? :)00:55
SaintAardvarkand "linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver"00:55
SaintAardvarkwould that last one count as a leftover? :-)00:56
X123it's not really hard it's just cumbersome00:56
Sam-I-AmSaintAardvark: those are correct00:56
SaintAardvarkkk00:56
X123soo many rules everywhere00:56
Sam-I-AmSaintAardvark: the things you need are at the bottom of this page: http://docs.openstack.org/juno/install-guide/install/yum/content/neutron-controller-node.html00:56
Sam-I-Amwell, near the bottom00:56
*** oro has quit IRC00:57
*** mohitsharma has joined #openstack00:57
SaintAardvark"To configure Compute to use Networking", correct?00:57
*** Staples84 has quit IRC00:58
Sam-I-Amthere's that too00:58
Sam-I-Ambut there's stuff on the controller00:58
Sam-I-Amneutron requires a few changes to nova.conf on the compute and controller noe00:58
Sam-I-Amnode00:58
Sam-I-Amone of those things is where it manages security groups00:58
Sam-I-AmSaintAardvark: out of curiosity, how has the install guide worked?00:59
Sam-I-Amminus networking issues (everyones problem)00:59
*** yellowbig has quit IRC00:59
*** rdaly2 has quit IRC00:59
SaintAardvarkSam-I-Am: Pretty well, actually00:59
SaintAardvarkoriginally got nova networking up and working, and now I'm circling back for Neutron00:59
Sam-I-Ammmkay01:00
SaintAardvarkwhich took a *long* time, but mostly because I hurried through and made a bunch of silly errors01:00
Sam-I-Amgood news is neutron works out of the box now01:00
SaintAardvark(and also networking is not a strong point)01:00
Sam-I-Ami think your issue was mainly going novanet->neutron01:00
Sam-I-Amnetworking is no ones strong point01:00
SaintAardvarkI am so very glad to hear that. :-)01:00
*** kitch_ has joined #openstack01:00
X123networking is my strong point! :)01:00
* X123 grins01:00
SaintAardvarkAnd yeah, I'm building on the work I did before, so not surprising I missed bits like this01:01
Sam-I-Amfor a long time neutron was a mess in the install guide. i rewrote it for icehouse and it works for most people.01:01
*** mohitsharma has quit IRC01:01
Sam-I-Ami cant count how many times i've installed openstack at this point01:01
Sam-I-Amwell over 10001:01
SaintAardvarkX123: and that is why you will be treasured after the revolution, while I will be harvesting sugar for our new insect overlords01:01
*** achanda has joined #openstack01:01
Sam-I-Amlol01:01
*** achanda has quit IRC01:01
SaintAardvarkSam-I-Am: wah. I am in awe.  Both for installs & writing guide.01:02
SaintAardvarkMy compliments to you01:02
X123haha01:02
*** anish_ is now known as anish01:02
Sam-I-Amlearning cloud networking is important.01:02
X123not if all the power goes out :)01:02
*** anish has quit IRC01:02
*** anish has joined #openstack01:02
SaintAardvarkI can't hardly devoops without it. :-)01:02
X123someone's been watching falling skies01:02
Sam-I-Amwhat i've noticed is most people who move to cloud came from vmware, which only had basic networking. most sysadmins just assign an IP to an interface and move on.01:02
SaintAardvarkX123: ?01:03
SaintAardvarkSam-I-Am: not a VMWare person, but I totally relate01:03
X123awesome tv show :)01:03
Sam-I-Amthere are networking folks, but most of them have never dug into networking on linux. just juniper, cisco, etc.01:03
X123aliens come and wipe out most of the planet01:03
Sam-I-Amso... knowing networking on linux is ++01:03
* SaintAardvark runs off to check out Wikipedia page for that01:03
X123it's made by TNT so u know it's good :)01:03
SaintAardvarkHAH :-)01:03
X123haha01:04
Sam-I-Ammy background was a bit weird. i did systems and network administration for years, and due to crap budgets, ran most of my firewalls/routers on linux and openbsd.01:04
SaintAardvarkYeah, there's a lot going on w/Linux networking that's new to me01:04
SaintAardvarkSounds like you worked next door to me. :-)01:04
X123all i do is networking, all day every day01:04
Sam-I-Amhowever, i bashed my head on the desk for a month trying to get neutron working01:04
*** EricGonczer_ has quit IRC01:04
*** Guest38864 has quit IRC01:04
*** weshay has quit IRC01:04
Sam-I-Amturns out it was 4 lines missing from nova.conf on the compute node.01:04
*** achanda_ has quit IRC01:04
Sam-I-Amthat were not documented!01:04
*** tier has joined #openstack01:05
Sam-I-Amthats when i said... time to fix this.01:05
X123most of my time is consumed by testing, and the other consumed by making filters01:05
Sam-I-Amaround that time (oct 2013) there were what seemed like endless numbers of people in here all stuck at the same place01:05
*** shaturo has quit IRC01:05
*** Stanley00 has joined #openstack01:05
*** sunny has quit IRC01:05
Sam-I-Amthe problem was nova on the compute node wasnt configured to use neutron (those 4 lines you saw), and so it would ask for a nova-net, but nova-net wasnt actually running. bam... error.01:06
Sam-I-Amand of course, error handling and reporting sucks01:06
X123haha i noticed that sam01:06
X123it doesn't really tell you WHY01:06
X123just some ambiguous error msg01:06
Sam-I-Amiirc it was some vif crap01:06
*** barclaac has joined #openstack01:06
X123or, it errors on something like interface creation01:07
*** mohitsharma has joined #openstack01:07
Sam-I-Ami only figured out what was wrong by digging in the code01:07
X123so you think the problem is that, but it's actually something 10 steps up the chain01:07
laney-i had vif error too when i started heh01:07
SaintAardvarkGah, I've had to to that a few times too01:07
X123is very annoying to debug :)01:07
*** barclaac|2 has joined #openstack01:07
SaintAardvark"binding_type=undefined"01:07
Sam-I-Amyep01:07
SaintAardvarkusually my rule of thumb is "If I'm looking at source code I'm in over my head"01:07
*** baoli has quit IRC01:07
*** shashankhegde has joined #openstack01:07
X123and it's not like i can just open a TAC case with cisco or juniper haha01:08
X123and make them fix it01:08
*** EricGonczer_ has joined #openstack01:08
SaintAardvarkbut it's tempting to ignore it..."Just five more minutes..."01:08
*** sunny has joined #openstack01:08
Sam-I-Amas of icehouse, nova confirms network creation with neutron, so if you forget THOSE lines in the config file, you get other errors01:08
X123which is very gratifying sometimes :)01:08
Sam-I-AmX123: you open a case with #openstack01:08
*** blair has joined #openstack01:08
Sam-I-Amlike everyone else does :)01:08
X123when i can say, you know what! YOU GUYS FIX THIS01:08
X123hehe01:08
Sam-I-Amnow taking... #4501:08
X123lol01:08
*** ranger81_ has joined #openstack01:08
Sam-I-Amthats also why there's companies that package and support openstack01:09
X123like this ubuntu thing01:09
X123i just assign a tech to fix it lol01:09
*** suneelb has quit IRC01:09
X123will see what he does01:09
*** tier has quit IRC01:09
*** j05h has quit IRC01:09
*** ranger81 has quit IRC01:09
*** ranger81 has joined #openstack01:09
Sam-I-Amhmm, looks like this next diagram is going to require a higher level of tetris playing01:10
X123mmm i love tetris01:10
*** annegentle has joined #openstack01:10
Sam-I-AmX123: sadly, some things in DVR are actually easier to draw01:10
SaintAardvark....yeah, openstack diagrams01:10
X123it's easier than building networking filters01:10
Sam-I-Amer, than conventional neutron01:10
SaintAardvarkthings were so much simpler once I realized that you could say "everone talks over rabbitmq and talks to the database"01:10
SaintAardvarkthen the diagrams didn't look so...scary01:10
X123DVR is a hack :)01:10
Sam-I-Amit wasnt always that way01:10
abhircSam-I-Am: do you have a primer for networking for people who are new to OpenStack and don't have a lot of networking background01:11
Sam-I-Amup until juno, nova-net on compute nodes still wanted to hit the DB directly01:11
Sam-I-Amcinder-volume still uses direct db access01:11
*** kitch_ has quit IRC01:11
*** barclaac has quit IRC01:11
*** yellowbig has joined #openstack01:11
Sam-I-Amabhirc: i'm working on a networking guide with a few other people that will get posted on docs.openstack.org in the coming months01:11
SaintAardvarkright...I remember coming across that in docs01:11
X123now that stuff is out of my range of 'things that i give a 123 about'01:11
abhircSam-I-Am: something on the lines of this really informative article - http://blogs.gnome.org/markmc/2014/06/06/an-ideal-openstack-developer/01:11
abhircSam-I-Am: thanks , appreciate it !01:12
Sam-I-Amabhirc: it will explain virtual networking components, neutron stuff, and then provide a handful of scenarios you can more or less copy-paste the config01:12
*** mohitsharma has quit IRC01:12
Sam-I-Amabhirc: here's an example for DVR - https://github.com/ionosphere80/openstack-networking-guide/blob/master/scenario-dvr/scenario-dvr.md01:12
*** okrieg has joined #openstack01:12
*** mohitsharma has joined #openstack01:12
*** blair has quit IRC01:13
*** ranger81_ has quit IRC01:13
Sam-I-Amabhirc: all the scenarios will more or less follow that format01:13
*** tier has joined #openstack01:14
*** rbarabas has quit IRC01:14
abhircSam-I-Am: Awesome , this would be really useful01:15
*** annegentle has quit IRC01:15
Sam-I-Amabhirc: should be done in time for the kilo release01:15
Sam-I-Amhopefully earlier01:15
Sam-I-Amits a lot of work01:15
*** tsekiyama has joined #openstack01:16
*** MilesDenver has quit IRC01:16
*** mtanino has quit IRC01:16
*** baoli has joined #openstack01:17
*** spicyramen_ has quit IRC01:17
*** gyee has joined #openstack01:17
abhircwould it be of any help if you had some volunteers who can do some offbeat work like making images based on some hand drawn image just to get some work off you01:18
*** tsekiyam_ has quit IRC01:19
*** kayaliu has joined #openstack01:19
*** nkhare has quit IRC01:19
*** rmoe_ has quit IRC01:19
Sam-I-Amabhirc: well, there's a table of topics for the guide. you might be able to contribute somewhere. i think i have a handle on the diagrams.01:19
abhircOkie I will take a look at it, thanks !01:20
*** baoli has quit IRC01:20
*** Guest97735 is now known as mfisch01:20
*** mfisch has joined #openstack01:20
*** yaguang has joined #openstack01:20
*** tsekiyama has quit IRC01:20
*** ktorn has joined #openstack01:20
*** darkcharl has joined #openstack01:21
*** mohits has joined #openstack01:21
Sam-I-Amabhirc: https://wiki.openstack.org/wiki/NetworkingGuide/TOC01:21
abhircthanks , looking at that only01:22
SaintAardvarkall right, leaving this for now.  Thanks *very* much, everyone, for the help!01:23
*** vicky has joined #openstack01:23
Sam-I-AmSaintAardvark: sure. i need to grab some dinner.01:23
Sam-I-Amdid it work?01:23
*** ncerny has joined #openstack01:23
*** vicky is now known as Guest5343901:23
*** ifdm_ has quit IRC01:24
SaintAardvarkSam-I-Am: not yet, but I've got more digging out not-relevant-bits to do.01:24
SaintAardvarkThanks again!01:24
Sam-I-Amsure01:24
Sam-I-Ami'm mostly around01:24
*** a1 is now known as al01:24
X123mostly :)01:25
*** gyee has quit IRC01:25
*** lmh has joined #openstack01:25
*** ifdm_ has joined #openstack01:25
*** adalbas has quit IRC01:26
*** macjack has joined #openstack01:26
*** mikeyp_ has quit IRC01:28
*** elo has quit IRC01:29
*** dims has joined #openstack01:29
*** SaintAardvark has quit IRC01:31
*** ranger81 has quit IRC01:31
*** swat30 has quit IRC01:32
*** magopieri has quit IRC01:33
*** mikeyp has joined #openstack01:33
*** openstack has joined #openstack01:35
*** sunny has quit IRC01:35
*** appprod0 has quit IRC01:35
h6wMy qvb*** is on the compute node on br-int.  I also have a qvb*** interface but it doesn't appear in ovs-vsctl show01:36
*** rmoe has joined #openstack01:36
*** promulo__ has quit IRC01:37
*** promulo has joined #openstack01:37
Sam-I-Amh6w: there should be a 'qvo' interface on br-int01:37
h6wYes, it's there.01:37
h6wI'm still a bit lost at the point where GRE hits br-tun on the network node.01:38
*** sunny has joined #openstack01:38
Sam-I-Amoh01:38
Sam-I-Amit goes from br-tun to br-int01:38
*** dgbaley has quit IRC01:38
h6wtcpdump -i br-mgmt on the network node shows the ARP packets reaching, but it doesn't appear on br-int.01:38
*** swat30 has joined #openstack01:38
*** muhalam has quit IRC01:38
Sam-I-Amthe qrouter namespace (with your tenant network gateway) and the dhcp namespace (provides dhcp on the tenant network) are attached to br-int01:38
*** ncerny has quit IRC01:38
Sam-I-Amwhat is this br-mgmt thing?01:39
*** appprod0 has joined #openstack01:39
h6wbr-mgmt is a bridge to eth0.01:39
*** cpg is now known as cpg|away01:39
*** robbiew has left #openstack01:40
Sam-I-Amwhat sort of deployment is this?01:40
h6wMirantis Juno.01:40
*** mrproper has quit IRC01:41
Sam-I-Amis br-mgmt a linux bridge?01:41
h6wbr-mgmt is an openvswitch bridge.01:41
*** ayoung has joined #openstack01:41
Sam-I-Aminteresting way to name it01:41
Sam-I-Ami'm not familiar with what mirantis does01:41
h6wI agree.  It's a tad confusing.01:42
Sam-I-Amso br-mgmt is attached to the tunnel interface?01:42
*** dims has quit IRC01:42
*** dims has joined #openstack01:42
h6wThe fuel UI lists Public, Admin, Management, and Storage networks.01:42
*** dims has quit IRC01:43
Sam-I-Amdoes it run internal service comms over br-mgmt too?01:43
Sam-I-Amor, the management network01:43
h6wMy network node's ovs: http://pastebin.com/eLrFuCy701:43
Sam-I-Amcurious what the admin network is01:43
*** KaZeR_ has quit IRC01:43
*** dgbaley has joined #openstack01:44
*** dgbaley has quit IRC01:44
h6wAnd matching ip a : http://pastebin.com/w25HkNYN01:45
h6wYou'll see that br-mgmt is assigned 10.0.1.x which is the GRE tunnel.01:45
*** Stanley00 has quit IRC01:45
h6wSo if I tcpdump -i br-mgmt I get everything that goes back and forth over the tunnel.01:45
h6wI presumed this was what you were referring to earlier.01:46
*** kayaliu has quit IRC01:46
*** LinstatSDR has quit IRC01:46
Sam-I-Amhmmm01:46
h6wThe Admin network is Fuel's control network.  So only the fuel master talks on br-fw-admin.01:46
*** MrMonkey_ has quit IRC01:47
h6wbr-ex is "Public".01:47
Sam-I-Amsomehow br-mgmt should be attached to br-tun01:47
Sam-I-Amunless they rewrote parts of openstack01:47
Sam-I-Amin this diagram...01:48
h6wDoes it?   Surely that would cause a loop.01:48
Sam-I-Amon the network node, put br-mgmt in between br-tun and interface 201:48
h6wgre refers to 10.0.1.x, which then causes the packet to jump from br-tun to br-mgmt.01:48
*** annegentle has quit IRC01:49
*** tier has quit IRC01:50
*** dims has joined #openstack01:50
*** annegentle has joined #openstack01:50
*** hdd_ has quit IRC01:50
*** virtuallynathan_ has joined #openstack01:51
Sam-I-Amin 'regular' openstack... br-tun has a port on the physical network interface for tunnels01:51
h6wSame at the other end.  br-mgmt is the tail end of the gre tunnel, so the packets then get dumped onto br-tun again.01:51
Sam-I-Amit connect to br-int, which has a qr* port to the qrouter namespace that has the tenant network gateway on it01:52
*** Stanley00 has joined #openstack01:52
Sam-I-Amso your packet needs to make it all the way into the qrouter namespace01:52
h6wYes, but this is a GRE-based neutron network.01:52
Sam-I-Amyeah, br-tun on the network node unwraps the gre encapsulation01:52
Sam-I-Amif you use 'ovs-ofctl dump-flows br-tun' you'll see the magic01:53
h6wI've seen a port on br-tun before, but it was when the design was using VLANs.01:53
*** sushils has joined #openstack01:53
*** dmsimard_away is now known as dmsimard01:53
Sam-I-Amyou can use br-tun for vlan networks too. they just get tagged with a vid on the way out.01:54
*** sorrison has quit IRC01:54
*** sorrison has joined #openstack01:54
Sam-I-Amalthough that flow seems to be on br-int iirc01:54
h6wYep.  http://pastebin.com/K9abp51n  That was basically where I got to, but that's where I got a bit lost.01:55
*** igordcard has quit IRC01:55
h6wThe flows look the same as on the compute node, so they should work.01:55
h6wIf I read that correctly, 3 of the 4 flows in table 0 redirect to table 3, which only contains a "drop", yes?01:56
h6wredirect = resubmit01:57
Sam-I-Amare all these bridges/interfaces up?01:57
Sam-I-Amyeah, thats how it works01:57
Sam-I-Amyou can look at packet counts to see where stuff is going01:57
h6wOh, in ovs?01:58
Sam-I-Amyeah01:58
h6wYes, all bridges/interfaces are up.01:58
Sam-I-Amits not really intuitive01:58
Sam-I-Amso...01:59
Sam-I-Ampacket goes into br-mgmt ... and gets lost?01:59
h6wSorry.  I can't see the command for the packet count.02:00
*** gyee has joined #openstack02:00
*** dmsimard is now known as dmsimard_away02:00
Sam-I-Amits in that flow output as 'n_bytes'02:00
Sam-I-Amand 'n_packets'02:00
Sam-I-Amso...02:01
*** jasonsb has quit IRC02:01
h6wAh, I see.02:01
Sam-I-Amthe way this looks to me... eth0 -> br-eth0 -> br-eth0--br-mgmt -> br-mgmt02:02
h6wYes, in_port=4 is the only one going up, and it resubmits to table 3.02:02
Sam-I-Amand br-mgmt is not connected to anything02:02
*** ngoracke has joined #openstack02:02
*** Joufflu has joined #openstack02:02
*** annegentle has quit IRC02:02
Sam-I-Amso the question is how are things getting from br-mgmt to br-tun02:02
Sam-I-Ami dont see a patch there02:02
h6wYes, but there isn't a patch on the compute node, and that's getting from br-tun to br-mgmt.02:03
*** ChuckC has joined #openstack02:04
h6wqvo** -> br-int -> br-tun -> gre 10.0.1.6 -> br-mgmt -> eth102:04
*** sivy has joined #openstack02:05
Sam-I-Aminteresting. i'm not sure whats going on there. maybe some stuff outside of ovs?02:05
Sam-I-Amusually there's a port to those things though02:05
*** darkcharl has quit IRC02:05
*** darkcharl has joined #openstack02:05
*** ChuckC_ has quit IRC02:05
*** DrBacchus has joined #openstack02:05
h6wYes, I believe that's the "normal" linux networking bit.02:06
Sam-I-Ami mean... how things are getting to br-mgmt if it doesnt have an obvious port on something02:06
h6wgre looks up 10.0.1.6, which is an interface on br-mgmt02:06
*** timfreun1 is now known as timfreund02:06
Sam-I-Amand then the reverse on the network node02:06
h6wExactly.02:06
*** freeflying has quit IRC02:07
*** Dave114 has quit IRC02:07
Sam-I-Amare you seeing things get to br-tun on there?02:07
*** gyee has quit IRC02:07
*** freeflying has joined #openstack02:07
h6wNo.  But that's because ovs-ofctl lists that source as something to drop.02:07
*** ShaunR2 has quit IRC02:08
h6wAt least, that's what my relatively newbie brain reads it as.02:08
*** rbowen has quit IRC02:09
*** blair has joined #openstack02:09
Sam-I-Ami wonder if something isnt writing a flow like it should02:09
Sam-I-Amso... let me show you this02:11
Sam-I-Amhttp://pastebin.com/m04CYRpE02:12
Sam-I-Amthats my br-tun02:12
Sam-I-Amgranted, i have a bit more going on02:12
Sam-I-Ambut table 3 has more than a drop rule02:12
Sam-I-Amso something isnt being created correctly by openstack02:12
*** spicyramen_ has joined #openstack02:13
Sam-I-Amwhat table 3 should be doing is assigning the internal vlan tag of inbound packets02:13
Sam-I-Amsince ovs uses internal vlans for everything02:13
Sam-I-Amthen table 10 shoves it toward br-int02:13
*** blair has quit IRC02:14
*** sunny has quit IRC02:14
*** okrieg has quit IRC02:15
*** aimon has joined #openstack02:15
h6wI agree.  I believe that the error lies in a missing flow or two assigning vlans on the way back in from the management network.02:15
*** spicyramen_ has quit IRC02:15
*** lazy_prince has joined #openstack02:15
Sam-I-Amits almost as if the network node isn't aware of your network02:15
h6wNow I just have to work out what service rewrites these flows so I can kick it.02:15
*** lazy_prince has left #openstack02:16
Sam-I-Amit would be the ovs agent02:16
Sam-I-Ammy guess is there's a config issue somewhere02:16
Sam-I-Amdo you see internal vlan tag flows on br-tun on the compute node?02:16
Sam-I-Amtable 3 should have vlan stuff02:17
*** cdub has quit IRC02:17
*** shibby has joined #openstack02:18
*** michaelneale has quit IRC02:18
*** daMaestro has joined #openstack02:18
h6wMy guess is that something unexpectedly died.  I had to kick mysql earlier.02:18
*** annegentle has joined #openstack02:18
*** matiu_ has joined #openstack02:18
Sam-I-Amthats weird02:19
Sam-I-Amso what interested you in mirantis fuel?02:19
*** matiu_ is now known as Guest5546002:19
*** ygoto has quit IRC02:19
*** ygoto has joined #openstack02:20
h6wHmmm, no vlan tag flows on the compute node.  ??02:20
*** shawnlower has quit IRC02:20
*** shaturo has joined #openstack02:21
*** rossk has quit IRC02:21
*** KaZeR has joined #openstack02:21
*** aeperezt has joined #openstack02:22
h6wMirantis Fuel was the first OS distribution that offered (1) Deployment to metal; (2) Ubuntu nodes, and (3) no unreasonable machine counts.02:22
h6wRe (3) - I'm looking at you MaaS.02:23
h6w"Requires a minimum of 10 machines for a basic install."02:23
*** addnull has quit IRC02:23
Sam-I-Amheh02:23
Sam-I-Amhave you seen this?02:24
Sam-I-Amhttps://github.com/stackforge/os-ansible-deployment02:24
Sam-I-Ammore or less the code behind rackspace private cloud02:24
*** addnull has joined #openstack02:24
*** addnull_ has joined #openstack02:26
*** addnull has quit IRC02:26
*** khofach has joined #openstack02:26
Sam-I-Amcouple of notes - there's probably more underlying host configuration prior to deployment, but it also doesn't use openvswitch :)02:26
*** addnull_ has quit IRC02:26
*** addnull has joined #openstack02:27
*** mohitsharma has quit IRC02:27
*** addnull has quit IRC02:28
Sam-I-Ambbiaf02:28
*** addnull has joined #openstack02:28
*** andresmujica has quit IRC02:29
*** addnull has quit IRC02:29
*** dims has quit IRC02:29
*** addnull has joined #openstack02:29
*** ancoron_ has joined #openstack02:29
*** addnull has quit IRC02:30
*** addnull has joined #openstack02:30
*** addnull has quit IRC02:31
*** addnull has joined #openstack02:31
*** kayaliu has joined #openstack02:32
*** addnull has quit IRC02:32
*** addnull has joined #openstack02:32
*** nelsnels_ has quit IRC02:32
*** mberlin1 has joined #openstack02:32
*** _cjones_ has quit IRC02:33
*** addnull has quit IRC02:33
*** ancoron has quit IRC02:34
*** addnull has joined #openstack02:34
*** budman has joined #openstack02:34
*** addnull has quit IRC02:34
*** addnull has joined #openstack02:35
*** mberlin has quit IRC02:35
*** addnull has quit IRC02:36
*** nitti has quit IRC02:36
*** addnull has joined #openstack02:36
*** mrproper has joined #openstack02:36
*** annegentle has quit IRC02:36
*** addnull has quit IRC02:37
*** addnull has joined #openstack02:37
*** kayaliu has quit IRC02:37
*** otter768 has joined #openstack02:37
*** erkules_ has joined #openstack02:38
*** red_horned_rihno has quit IRC02:38
*** addnull has quit IRC02:38
*** nelsnelson has joined #openstack02:38
*** addnull has joined #openstack02:38
*** shibby has quit IRC02:39
*** mikeoutland has joined #openstack02:39
*** addnull has quit IRC02:39
*** patrickeast has quit IRC02:39
*** addnull has joined #openstack02:39
*** KaZeR has quit IRC02:40
*** addnull has quit IRC02:40
*** addnull has joined #openstack02:41
*** erkules has quit IRC02:41
*** gli has joined #openstack02:41
*** addnull has quit IRC02:41
Sam-I-Amback02:42
*** addnull has joined #openstack02:42
Sam-I-Amh6w: figure it out?02:42
*** KaZeR_ has joined #openstack02:42
*** otter768 has quit IRC02:42
*** addnull has quit IRC02:43
*** addnull has joined #openstack02:43
*** georgem1 has joined #openstack02:43
*** addnull has quit IRC02:44
*** addnull has joined #openstack02:44
*** gpruessmann1 has joined #openstack02:44
*** Marga_ has joined #openstack02:44
*** addnull has quit IRC02:45
*** addnull has joined #openstack02:45
*** yamahata has quit IRC02:45
*** Joufflu_ has joined #openstack02:46
*** addnull has quit IRC02:46
*** addnull has joined #openstack02:46
*** gimps_ has quit IRC02:46
*** gpruessmann has quit IRC02:46
*** Marga_ has quit IRC02:46
*** Marga__ has joined #openstack02:46
*** gimps has joined #openstack02:46
*** addnull has quit IRC02:47
*** addnull has joined #openstack02:47
*** Guest38864 has joined #openstack02:48
*** addnull has quit IRC02:48
*** addnull has joined #openstack02:48
*** blair has joined #openstack02:49
*** Joufflu has quit IRC02:49
*** jareddlc has quit IRC02:49
*** addnull has quit IRC02:49
*** addnull has joined #openstack02:49
*** georgem1 has quit IRC02:50
*** addnull has quit IRC02:50
*** KaZeR_ has quit IRC02:50
*** addnull has joined #openstack02:51
*** KaZeR has joined #openstack02:51
*** annegentle has joined #openstack02:51
*** addnull has quit IRC02:51
*** EricGonczer_ has quit IRC02:52
*** addnull has joined #openstack02:52
*** Joufflu_ has quit IRC02:52
*** otter768 has joined #openstack02:52
*** addnull has quit IRC02:52
*** addnull has joined #openstack02:53
*** addnull has quit IRC02:54
*** addnull has joined #openstack02:54
*** shashankhegde has quit IRC02:54
*** Guest38864 has quit IRC02:54
*** addnull has quit IRC02:55
*** addnull has joined #openstack02:55
*** JD|cloud has joined #openstack02:55
*** KaZeR has quit IRC02:55
*** kayaliu has joined #openstack02:55
*** addnull has quit IRC02:55
*** addnull has joined #openstack02:56
*** rdaly2 has joined #openstack02:56
*** addnull has quit IRC02:57
*** addnull has joined #openstack02:57
*** muhalam has joined #openstack02:57
*** harlowja is now known as harlowja_away02:57
*** addnull has quit IRC02:58
*** addnull has joined #openstack02:58
*** kayaliu has quit IRC02:58
*** annegentle has quit IRC02:58
*** addnull has quit IRC02:59
*** ethX is now known as eth202:59
*** addnull has joined #openstack02:59
*** addnull has quit IRC03:00
*** masco has joined #openstack03:00
*** addnull has joined #openstack03:00
*** addnull has quit IRC03:01
*** hdd_ has joined #openstack03:01
*** rdaly2 has quit IRC03:01
*** addnull has joined #openstack03:01
*** georgem1 has joined #openstack03:01
*** addnull has quit IRC03:02
*** addnull has joined #openstack03:02
*** martinst is now known as martins-afk03:02
*** LinstatSDR has joined #openstack03:03
*** dmsimard_away is now known as dmsimard03:03
*** addnull has quit IRC03:03
*** addnull has joined #openstack03:03
*** cyclonis_ has quit IRC03:03
*** addnull has quit IRC03:04
*** addnull has joined #openstack03:04
*** Egyptian[Home] has joined #openstack03:05
*** zymurgy has quit IRC03:05
*** addnull has quit IRC03:05
*** addnull has joined #openstack03:05
*** kapil__ has joined #openstack03:05
Egyptian[Home]hi - i used a centos image and imported into glance then updated it and configured it to my liking .. can i export this instance to a qemu file to reimport it into glance and use it as a template ?03:05
*** georgem1 has quit IRC03:06
*** otter768 has quit IRC03:06
*** addnull has quit IRC03:06
*** georgem1 has joined #openstack03:06
*** addnull has joined #openstack03:06
*** RagingSoHard has quit IRC03:07
*** Vivek_ has quit IRC03:07
*** addnull has quit IRC03:07
*** addnull has joined #openstack03:07
*** agy has quit IRC03:07
*** Longgeek has joined #openstack03:08
*** Marga__ has quit IRC03:08
*** RagingSoHard has joined #openstack03:08
*** addnull has quit IRC03:08
*** addnull has joined #openstack03:09
*** agy has joined #openstack03:09
*** zymurgy has joined #openstack03:10
*** addnull_ has joined #openstack03:10
*** addnull has quit IRC03:10
*** ranger81 has joined #openstack03:10
*** addnull_ has quit IRC03:11
*** annashen has joined #openstack03:11
*** addnull has joined #openstack03:11
*** baker has joined #openstack03:11
*** addnull has quit IRC03:12
*** addnull has joined #openstack03:12
*** vozcelik has joined #openstack03:12
*** pixelbeat has joined #openstack03:12
*** Vivek has joined #openstack03:13
*** addnull has quit IRC03:13
*** Vivek is now known as Guest7423903:13
*** addnull has joined #openstack03:13
*** vukcrni has joined #openstack03:14
*** addnull has quit IRC03:14
*** addnull has joined #openstack03:14
h6wSam-I-Am: no, sorry. I keep getting called awa for silly people who rely on Windows and then expect it to work. :-p03:15
*** dmsimard is now known as dmsimard_away03:15
*** addnull has quit IRC03:15
h6wOooh, look.  Ansible's first sentence refers to br-mgmt.03:15
h6w:-p03:15
*** addnull has joined #openstack03:15
Sam-I-Amlol03:16
Sam-I-Amexcept br-mgmt doesnt handle your vm traffic :)03:16
*** g3danken has quit IRC03:16
*** addnull has quit IRC03:16
h6wTrue, that. :-p03:16
*** addnull has joined #openstack03:17
Sam-I-Amh6w: http://docs.rackspace.com/rpc/api/v9/bk-rpc-installation/content/sec_overview_host-networking.html03:17
Sam-I-Amdiagrams!03:17
Sam-I-Amshows you how all this stuff is connected, both on the host and inside openstack03:17
*** addnull has quit IRC03:17
*** addnull has joined #openstack03:18
h6wYep.  I have a million of these, and they always seem to change depending upon the distribution and verstion.03:18
*** otter768 has joined #openstack03:18
h6wBut I've got the basics ok.  Today I just have to learn flows in more detail to work out what's going wrong.03:18
*** addnull has quit IRC03:18
Sam-I-Amwell, this is the openstack-ansible variant :)03:18
*** Egyptian[Home] has quit IRC03:19
Sam-I-Amyeah your problem seems like a config issue03:19
*** addnull has joined #openstack03:19
*** Egyptian[Home] has joined #openstack03:19
h6wI don't think it's a config issue because it was working before mysql died.03:19
*** adiantum_ has joined #openstack03:19
*** addnull has quit IRC03:19
*** mohitsharma has joined #openstack03:20
h6wSorry, that's a very end-user way of looking at it.03:20
*** addnull has joined #openstack03:20
h6wThe flows on the compute node are the same, except that they seem to work.03:20
*** addnull has quit IRC03:21
*** addnull_ has joined #openstack03:21
*** adiantum has quit IRC03:21
*** addnull_ has quit IRC03:22
*** addnull has joined #openstack03:22
*** addnull has quit IRC03:23
*** addnull has joined #openstack03:23
Sam-I-Amdid you try recreating the networks?03:24
*** michaelneale has joined #openstack03:24
*** addnull has quit IRC03:24
*** Osenpai has joined #openstack03:24
*** addnull has joined #openstack03:24
*** addnull_ has joined #openstack03:25
*** addnull has quit IRC03:25
*** Osenpai_ has quit IRC03:26
*** addnull_ has quit IRC03:26
*** addnull has joined #openstack03:26
*** salv-orlando has joined #openstack03:27
*** addnull has quit IRC03:27
*** mohitsharma has quit IRC03:27
*** addnull has joined #openstack03:28
*** mohitsharma has joined #openstack03:28
*** mwagner_lap has joined #openstack03:28
*** appprod0 has quit IRC03:28
*** addnull has quit IRC03:28
*** General__ has quit IRC03:29
*** addnull has joined #openstack03:29
*** mohits has quit IRC03:29
*** Guest55460 is now known as matiu_03:29
*** addnull has quit IRC03:30
*** matiu_ has quit IRC03:30
*** matiu_ has joined #openstack03:30
*** addnull has joined #openstack03:30
*** salv-orlando has quit IRC03:30
*** addnull_ has joined #openstack03:31
*** addnull has quit IRC03:31
*** lmh has quit IRC03:32
*** addnull_ has quit IRC03:32
*** addnull has joined #openstack03:32
*** badiane_ka has joined #openstack03:32
*** addnull has quit IRC03:33
*** h6w has quit IRC03:33
*** dlfryar has joined #openstack03:33
*** addnull has joined #openstack03:33
*** addnull has quit IRC03:34
*** noslzzp has quit IRC03:34
*** addnull has joined #openstack03:34
*** annegentle has joined #openstack03:35
*** lamasnik has quit IRC03:35
*** muhalam has quit IRC03:35
*** salv-orlando has joined #openstack03:35
*** jckasper has joined #openstack03:36
*** addnull has quit IRC03:36
*** addnull has joined #openstack03:36
*** addnull has quit IRC03:37
*** addnull has joined #openstack03:37
*** budman has quit IRC03:38
*** koolhead17 has joined #openstack03:39
*** koolhead17 has quit IRC03:39
*** koolhead17 has joined #openstack03:39
*** salv-orlando has quit IRC03:39
*** addnull has quit IRC03:40
*** yaguang has quit IRC03:40
*** addnull has joined #openstack03:40
*** Longgeek has quit IRC03:41
*** gpruessmann1 has quit IRC03:41
*** addnull has quit IRC03:42
*** addnull has joined #openstack03:42
*** Longgeek has joined #openstack03:42
*** salty has joined #openstack03:43
*** salv-orlando has joined #openstack03:43
*** salty is now known as Guest6508003:43
*** gpruessmann has joined #openstack03:43
*** jckasper has quit IRC03:43
*** jckasper has joined #openstack03:44
*** addnull has quit IRC03:44
*** addnull has joined #openstack03:44
*** Guest65080 has quit IRC03:44
*** Marga_ has joined #openstack03:45
*** signed8bit has joined #openstack03:45
*** addnull has quit IRC03:45
*** addnull has joined #openstack03:46
*** addnull has quit IRC03:47
*** salv-orlando has quit IRC03:48
*** addnull has joined #openstack03:48
*** Joufflu has joined #openstack03:48
*** codad has joined #openstack03:48
*** midokura-mike has quit IRC03:48
*** jobewan has joined #openstack03:49
*** addnull has quit IRC03:49
*** addnull has joined #openstack03:49
*** pdm_ is now known as pdm03:50
*** gigawhat has joined #openstack03:50
*** jasonsb has joined #openstack03:50
*** addnull has quit IRC03:51
*** addnull has joined #openstack03:51
*** jeevan_ullas has joined #openstack03:53
*** addnull has quit IRC03:53
*** addnull has joined #openstack03:53
*** aveek has joined #openstack03:54
*** addnull has quit IRC03:55
*** vnguyen has joined #openstack03:55
*** wastrel has quit IRC03:55
*** addnull has joined #openstack03:55
*** addnull has quit IRC03:56
*** nphase has joined #openstack03:57
*** nphase has joined #openstack03:57
*** addnull has joined #openstack03:57
*** rdaly2 has joined #openstack03:57
*** pixelbeat has quit IRC03:57
*** gigawhat has quit IRC03:58
*** addnull has quit IRC03:58
*** comay has quit IRC03:58
*** addnull has joined #openstack03:58
*** vnguyen has quit IRC03:58
*** gigawhat has joined #openstack03:59
*** addnull has quit IRC03:59
*** addnull has joined #openstack03:59
*** rdaly2 has quit IRC04:01
*** abrahamrhoffman has quit IRC04:01
*** deepthi has joined #openstack04:01
*** masco has quit IRC04:01
*** codad has quit IRC04:02
*** red_horned_rihno has joined #openstack04:02
*** lamasnik has joined #openstack04:03
*** abrahamrhoffman has joined #openstack04:03
*** wuhg has quit IRC04:04
*** comay has joined #openstack04:04
*** Longgeek has quit IRC04:05
*** masco has joined #openstack04:06
*** Longgeek has joined #openstack04:07
*** yuntong has quit IRC04:08
*** SumitNaiksatam has quit IRC04:09
*** nphase has quit IRC04:10
*** thrash is now known as thrash|g0ne04:10
*** rushiagr_away is now known as rushiagr04:11
*** ivar-lazzaro has quit IRC04:12
*** mohitsharma has quit IRC04:13
*** h6w has joined #openstack04:13
*** mohitsharma has joined #openstack04:13
h6wSorry.  Power issues at work.  Fun fun fun.04:14
Sam-I-Amlol04:14
Sam-I-Amall this stuff keeping you from important things04:14
*** dlfryar has quit IRC04:16
*** Egyptian[Home] has quit IRC04:16
h6wIndeed.04:16
*** fifieldt__ has joined #openstack04:17
h6wAll I can say is TGIF. :-p04:18
*** kbrierly_ has quit IRC04:18
*** macjack has quit IRC04:18
Sam-I-Amnot quite friday here04:18
Sam-I-Ambut soon!04:18
*** addnull has quit IRC04:19
*** Networkn_ has quit IRC04:19
*** Networkn3rd has joined #openstack04:19
*** tomoe has quit IRC04:19
h6w100 minutes to go. :-)04:20
*** addnull has joined #openstack04:20
*** mohitsharma has quit IRC04:20
*** addnull has quit IRC04:21
*** adiantum_ has quit IRC04:21
*** fandi_ has quit IRC04:21
*** fandi_ has joined #openstack04:21
*** addnull has joined #openstack04:21
*** addnull has quit IRC04:22
*** addnull has joined #openstack04:22
*** lmh has joined #openstack04:22
*** addnull has quit IRC04:23
*** addnull has joined #openstack04:23
*** jkugel has quit IRC04:24
*** addnull has quit IRC04:24
*** addnull has joined #openstack04:24
*** ranger81 has quit IRC04:25
*** jkugel has joined #openstack04:25
*** addnull has quit IRC04:25
*** addnull has joined #openstack04:25
*** addnull has quit IRC04:26
*** addnull_ has joined #openstack04:26
*** annegentle has quit IRC04:27
*** addnull_ has quit IRC04:27
*** annegentle has joined #openstack04:27
*** addnull has joined #openstack04:28
*** addnull has quit IRC04:28
*** addnull has joined #openstack04:29
*** jkugel has quit IRC04:29
*** addnull has quit IRC04:29
*** addnull has joined #openstack04:30
*** addnull has quit IRC04:31
*** ahonda has joined #openstack04:31
*** addnull has joined #openstack04:31
*** muhalam has joined #openstack04:32
*** addnull has quit IRC04:32
*** addnull has joined #openstack04:32
*** annegentle has quit IRC04:33
*** lmh has quit IRC04:33
*** addnull has quit IRC04:33
*** addnull has joined #openstack04:33
*** Marga_ has quit IRC04:34
*** addnull has quit IRC04:34
*** annegentle has joined #openstack04:34
*** madison_ has joined #openstack04:34
*** addnull has joined #openstack04:34
*** ranger81 has joined #openstack04:34
*** annegentle has quit IRC04:34
*** addnull has quit IRC04:35
*** dhritishikhar has joined #openstack04:35
*** addnull has joined #openstack04:36
*** yuntong has joined #openstack04:36
*** addnull has quit IRC04:36
*** rossk has joined #openstack04:37
*** addnull has joined #openstack04:37
*** addnull has quit IRC04:37
*** addnull has joined #openstack04:38
*** addnull has quit IRC04:39
*** addnull has joined #openstack04:39
*** addnull_ has joined #openstack04:40
*** addnull has quit IRC04:40
*** annashen has quit IRC04:41
*** addnull_ has quit IRC04:41
*** addnull has joined #openstack04:41
*** addnull_ has joined #openstack04:42
*** addnull has quit IRC04:42
*** addnull_ has quit IRC04:43
*** addnull has joined #openstack04:43
*** achanda has joined #openstack04:44
*** hdd_ has quit IRC04:44
*** addnull has quit IRC04:44
*** addnull has joined #openstack04:45
*** yamahata has joined #openstack04:45
*** addnull has quit IRC04:45
*** addnull has joined #openstack04:46
*** achanda has quit IRC04:46
*** addnull has quit IRC04:46
*** addnull has joined #openstack04:47
*** addnull has quit IRC04:48
*** addnull has joined #openstack04:48
*** addnull has quit IRC04:49
*** addnull has joined #openstack04:49
*** addnull has quit IRC04:50
*** addnull has joined #openstack04:50
*** pal has joined #openstack04:51
*** addnull has quit IRC04:51
*** addnull_ has joined #openstack04:51
*** pravins has joined #openstack04:51
*** addnull_ has quit IRC04:52
*** addnull has joined #openstack04:52
*** addnull has quit IRC04:53
*** addnull_ has joined #openstack04:53
*** jeremati_ has quit IRC04:53
*** stuart has joined #openstack04:54
*** skirk has quit IRC04:54
*** ChuckC_ has joined #openstack04:54
*** addnull_ has quit IRC04:54
*** signed8bit is now known as signed8bit_ZZZzz04:54
*** stuart is now known as Guest7620704:54
*** skirk has joined #openstack04:54
*** addnull has joined #openstack04:54
*** georgem1 has quit IRC04:55
*** ChuckC has quit IRC04:55
*** pravins has quit IRC04:55
*** addnull_ has joined #openstack04:56
*** addnull has quit IRC04:56
*** signed8bit_ZZZzz has quit IRC04:56
*** mohits has joined #openstack04:56
*** addnull_ has quit IRC04:57
*** achanda has joined #openstack04:57
*** addnull has joined #openstack04:57
*** achanda has quit IRC04:57
*** sbfox has joined #openstack04:57
*** addnull has quit IRC04:58
*** addnull has joined #openstack04:58
*** Guest76207 has quit IRC04:58
*** addnull has quit IRC04:59
*** cpg|away is now known as cpg04:59
*** addnull has joined #openstack04:59
*** addnull has quit IRC05:00
*** addnull has joined #openstack05:00
*** ranger81 has quit IRC05:01
*** addnull has quit IRC05:01
*** addnull has joined #openstack05:02
*** addnull has quit IRC05:02
*** dhritishikhar has quit IRC05:02
*** muhalam has quit IRC05:02
*** ranger81 has joined #openstack05:02
*** addnull has joined #openstack05:03
*** addnull_ has joined #openstack05:04
*** addnull has quit IRC05:04
*** mohits has quit IRC05:04
*** addnull_ has quit IRC05:04
*** addnull has joined #openstack05:05
*** gli has quit IRC05:06
*** addnull has quit IRC05:06
*** addnull has joined #openstack05:06
*** muhalam has joined #openstack05:06
*** abhirc has quit IRC05:06
*** ngoracke has quit IRC05:06
*** addnull has quit IRC05:07
*** daMaestro has quit IRC05:07
*** addnull has joined #openstack05:07
*** addnull has quit IRC05:08
*** addnull has joined #openstack05:08
*** spicyramen_ has joined #openstack05:09
*** addnull has quit IRC05:09
*** addnull has joined #openstack05:09
*** addnull has quit IRC05:10
*** addnull has joined #openstack05:10
*** mrproper has quit IRC05:10
*** addnull_ has joined #openstack05:11
*** addnull has quit IRC05:11
*** addnull has joined #openstack05:12
*** addnull_ has quit IRC05:12
*** addnull has quit IRC05:13
h6wAhah!05:13
*** tomoe has joined #openstack05:13
h6wI thought that in an HA environment, all the packets would be sent to all the controller nodes.05:13
*** daMaestro has joined #openstack05:14
*** addnull has joined #openstack05:14
h6wI mean network nodes.05:14
*** addnull has quit IRC05:14
h6wIt turns out that packets are landing only on node-1.05:14
*** addnull has joined #openstack05:15
*** hdd_ has joined #openstack05:15
*** otter768 has quit IRC05:15
h6wSo there must be some other mechanism that's detecting traffic in case of failure.05:15
*** koolhead17 has quit IRC05:15
h6wI wonder if I tear down the management interface on one of the nodes, does it magically appear on another node.05:15
*** addnull has quit IRC05:16
*** addnull has joined #openstack05:16
*** addnull has quit IRC05:17
*** addnull has joined #openstack05:17
*** annashen has joined #openstack05:17
*** aeperezt has quit IRC05:18
*** addnull has quit IRC05:18
h6wHmmm, no. :-(05:18
*** mohitsharma has joined #openstack05:18
*** gigawhat has quit IRC05:18
*** nkhare has joined #openstack05:18
*** lodgenbd has quit IRC05:18
*** addnull has joined #openstack05:18
*** anilvenkata has joined #openstack05:19
*** addnull has quit IRC05:19
*** achanda has joined #openstack05:19
*** addnull has joined #openstack05:19
*** lodgenbd has joined #openstack05:19
*** addnull has quit IRC05:20
*** addnull has joined #openstack05:20
*** Dev_Jin has joined #openstack05:21
*** addnull has quit IRC05:21
*** addnull has joined #openstack05:21
*** gli has joined #openstack05:22
*** gigawhat has joined #openstack05:22
*** addnull has quit IRC05:22
h6wHmmm, that's interesting.  If I take down the admin interface I suddely get a IPv6 sync change request.05:22
*** addnull has joined #openstack05:23
h6wAnd then it gets routed.05:23
*** muhalam has quit IRC05:23
*** addnull has quit IRC05:23
*** addnull has joined #openstack05:24
*** pravins has joined #openstack05:24
*** addnull has quit IRC05:25
*** addnull_ has joined #openstack05:25
*** addnull_ has quit IRC05:26
*** nkhare_ has joined #openstack05:26
*** addnull has joined #openstack05:26
*** addnull has quit IRC05:27
*** addnull has joined #openstack05:27
*** mrjazzcat has quit IRC05:28
*** addnull_ has joined #openstack05:28
*** addnull has quit IRC05:29
*** addnull_ has quit IRC05:29
*** addnull has joined #openstack05:29
*** subir has joined #openstack05:30
*** gigawhat has quit IRC05:30
*** ranger81 has quit IRC05:31
*** addnull has quit IRC05:31
*** addnull has joined #openstack05:32
*** neoXsys has quit IRC05:32
*** addnull has quit IRC05:34
h6wOk, so I was kinda right.  Packets are sent to all network nodes.  It's the network nodes themselves that decide whether to forward the packet locally.05:34
*** addnull has joined #openstack05:34
*** ranger81 has joined #openstack05:34
*** ranger81 has quit IRC05:35
*** pravin_s has joined #openstack05:35
*** addnull has quit IRC05:36
*** addnull has joined #openstack05:36
*** madison_ has quit IRC05:37
*** addnull has quit IRC05:37
*** erkules_ is now known as erkules05:37
*** addnull has joined #openstack05:37
*** ranger81 has joined #openstack05:37
*** pravins has quit IRC05:37
*** mrmartin has joined #openstack05:39
*** addnull has quit IRC05:39
*** addnull has joined #openstack05:39
*** onetwothree has joined #openstack05:40
*** anderbubble has joined #openstack05:40
*** addnull has quit IRC05:41
*** addnull has joined #openstack05:41
*** addnull has quit IRC05:43
*** addnull_ has joined #openstack05:43
*** addnull has joined #openstack05:44
*** addnull_ has quit IRC05:44
*** baker has quit IRC05:45
*** addnull has quit IRC05:46
*** addnull has joined #openstack05:46
*** lmh has joined #openstack05:47
*** macjack has joined #openstack05:47
*** neoXsys has joined #openstack05:47
*** addnull_ has joined #openstack05:48
*** addnull has quit IRC05:48
*** jasonsb has quit IRC05:48
*** addnull_ has quit IRC05:49
*** addnull has joined #openstack05:49
*** anilvenkata has quit IRC05:50
*** kbrierly has joined #openstack05:50
*** sayan has joined #openstack05:51
*** aveek has quit IRC05:51
*** addnull has quit IRC05:51
*** addnull has joined #openstack05:51
*** addnull has quit IRC05:53
*** addnull has joined #openstack05:53
*** jrussell has joined #openstack05:53
*** anilvenkata has joined #openstack05:53
*** addnull has quit IRC05:54
*** jerematic has joined #openstack05:54
*** addnull has joined #openstack05:55
*** dk- is now known as dk05:56
*** addnull has quit IRC05:56
*** jobewan has quit IRC05:56
*** pensu has joined #openstack05:56
*** dk is now known as Guest5403305:56
*** addnull has joined #openstack05:56
*** LinstatSDR has quit IRC05:57
*** gildub has quit IRC05:58
*** addnull has quit IRC05:58
*** addnull has joined #openstack05:58
*** rdaly2 has joined #openstack05:58
*** jerematic has quit IRC05:59
*** addnull has quit IRC05:59
*** addnull has joined #openstack06:00
*** addnull has quit IRC06:01
*** addnull has joined #openstack06:01
*** lmh has quit IRC06:02
*** melmoth has joined #openstack06:02
*** vigneshvar_ has joined #openstack06:02
*** addnull has quit IRC06:03
*** rdaly2 has quit IRC06:03
*** foulou has quit IRC06:03
*** ashneo76 has quit IRC06:03
*** addnull has joined #openstack06:03
*** achanda has quit IRC06:03
*** michaelneale has quit IRC06:04
*** addnull has quit IRC06:04
*** addnull has joined #openstack06:05
onetwothreehow to control process in namespaces??06:05
*** ashneo76 has joined #openstack06:05
*** achanda has joined #openstack06:05
*** rushiagr is now known as rushiagr_away06:05
onetwothreewe have multiple namespaces with each having a process running, if one process dies, the namespace is removed along with all other namespaces06:06
*** addnull has quit IRC06:06
*** addnull has joined #openstack06:06
*** shaturo has quit IRC06:07
*** nelsnelson has quit IRC06:07
*** addnull has quit IRC06:08
*** addnull has joined #openstack06:08
*** rushiagr_away is now known as rushiagr06:08
*** addnull has quit IRC06:10
*** ranger81 has quit IRC06:10
*** addnull has joined #openstack06:10
*** vozcelik has quit IRC06:10
*** vozcelik has joined #openstack06:11
*** chandankumar has joined #openstack06:11
*** addnull has quit IRC06:11
*** addnull has joined #openstack06:11
*** ranger81 has joined #openstack06:13
*** addnull has quit IRC06:13
*** addnull has joined #openstack06:13
*** daMaestro has quit IRC06:15
*** KaZeR has joined #openstack06:15
*** saibarspeis has joined #openstack06:16
*** achanda has quit IRC06:16
*** chandankumar has quit IRC06:16
*** youellet2 has quit IRC06:16
*** youellet has joined #openstack06:16
*** pensu has left #openstack06:17
*** jasonsb has joined #openstack06:19
*** KaZeR has quit IRC06:20
*** macjack has quit IRC06:21
*** anshul has joined #openstack06:21
*** salty has joined #openstack06:23
*** achanda has joined #openstack06:23
*** salty is now known as Guest6696506:23
*** jasonsb has quit IRC06:24
*** Techguy305 has quit IRC06:24
*** mohitsharma has quit IRC06:26
*** mohitsharma has joined #openstack06:26
*** mohitsharma has quit IRC06:27
*** addnull has quit IRC06:29
*** spicyramen_ has quit IRC06:29
*** koolhead17 has joined #openstack06:30
*** mzbik has joined #openstack06:31
*** ygoto has quit IRC06:31
*** taj has joined #openstack06:32
*** ranger81 has quit IRC06:32
*** ygoto has joined #openstack06:32
*** macjack has joined #openstack06:32
*** mohitsharma has joined #openstack06:33
*** saibarspeis has quit IRC06:33
*** saibarspeis has joined #openstack06:33
*** spicyramen_ has joined #openstack06:36
*** ranger81 has joined #openstack06:36
*** Qlawy_ is now known as Qlawy06:37
*** jobewan has joined #openstack06:37
*** annegentle has joined #openstack06:37
*** Qlawy has quit IRC06:37
*** Qlawy has joined #openstack06:37
*** anshul has quit IRC06:38
*** BOKALDO has joined #openstack06:39
*** Vdash has quit IRC06:41
*** annegentle has quit IRC06:42
*** a_le has quit IRC06:43
*** a_le has joined #openstack06:44
*** Mierdin_ has left #openstack06:45
*** jobewan has quit IRC06:46
*** achanda has quit IRC06:46
*** robklg has joined #openstack06:47
*** freeflying has quit IRC06:48
*** jobewan has joined #openstack06:48
*** freeflying has joined #openstack06:48
*** a_le has quit IRC06:48
*** oro has joined #openstack06:49
*** walterheck has joined #openstack06:51
*** harihara has joined #openstack06:52
hariharaI need some help with fwaas plugin in devstack06:52
hariharaunable to stack as i get an error06:52
hariharacan anyone help?06:53
*** shang has quit IRC06:53
hariharaError - cp: cannot stat '/opt/stack/neutron/etc/fwaas_driver.ini': No such file or directory06:53
hariharafollowed this step06:53
hariharahttp://docs.openstack.org/admin-guide-cloud/content/install_neutron-fwaas-agent.html06:53
hariharabut doesnt seem to work06:53
*** nihilifer has joined #openstack06:54
*** jasonsb has joined #openstack06:55
*** salv-orlando has joined #openstack06:56
*** sbfox has quit IRC06:56
*** annashen has quit IRC06:57
*** jasonsb has quit IRC06:59
*** hdd_ has quit IRC06:59
*** sivy has quit IRC06:59
*** rossk has quit IRC07:00
*** wuhg has joined #openstack07:00
*** rossk has joined #openstack07:00
*** sushils has quit IRC07:01
*** masco has quit IRC07:01
*** annashen has joined #openstack07:03
*** walterheck has quit IRC07:05
*** sbfox has joined #openstack07:05
*** rossk has quit IRC07:05
*** jerematic has joined #openstack07:05
*** mrunge has joined #openstack07:08
*** two_oes has joined #openstack07:08
*** rossk has joined #openstack07:09
*** Osenpai has quit IRC07:09
*** zadark has quit IRC07:09
*** dylanmei has joined #openstack07:10
*** spicyramen_1 has joined #openstack07:10
*** jerematic has quit IRC07:10
*** ifdm_ has quit IRC07:13
*** spicyramen_ has quit IRC07:13
*** cemason has joined #openstack07:14
*** dylanmei has quit IRC07:15
*** groen692 has joined #openstack07:15
*** otter768 has joined #openstack07:16
*** ifdm_ has joined #openstack07:16
*** anande has joined #openstack07:16
*** lmh has joined #openstack07:17
*** salv-orlando has quit IRC07:17
*** Longgeek has quit IRC07:18
*** blair has quit IRC07:18
*** flaper87 has quit IRC07:19
*** flaper87 has joined #openstack07:19
*** chlong has quit IRC07:20
*** Longgeek has joined #openstack07:20
*** bjornar has joined #openstack07:20
*** otter768 has quit IRC07:20
*** mikeoutland has quit IRC07:23
*** bbcmicrocomputer has joined #openstack07:23
*** spicyramen_1 has quit IRC07:24
*** bodam2005 has quit IRC07:24
*** spicyramen_ has joined #openstack07:25
*** bodam has joined #openstack07:25
*** bjornar has quit IRC07:26
*** kurt_ has quit IRC07:27
*** Guest53439 has quit IRC07:28
*** kurt_ has joined #openstack07:29
*** jobewan has quit IRC07:30
*** scheuran has joined #openstack07:31
*** anande has quit IRC07:31
*** annashen has quit IRC07:33
*** cemason has quit IRC07:34
*** annegentle has joined #openstack07:35
*** nkrinner has joined #openstack07:38
*** ranger81 has quit IRC07:39
*** zymurgy has quit IRC07:39
*** zymurgy has joined #openstack07:39
*** annegentle has quit IRC07:40
*** zymurgy has joined #openstack07:41
*** jtomasek_ has joined #openstack07:41
*** robklg has quit IRC07:42
*** ranger81 has joined #openstack07:43
*** marius_endian has joined #openstack07:43
*** belmoreira has joined #openstack07:44
*** koolhead17 has quit IRC07:44
*** vukcrni has quit IRC07:44
*** RoozbehShafiee has joined #openstack07:44
*** Guest53439 has joined #openstack07:44
*** koolhead17 has joined #openstack07:44
*** rick_ has joined #openstack07:46
*** jprovazn has joined #openstack07:46
*** vukcrni has joined #openstack07:47
*** ranger81 has quit IRC07:48
*** mrmartin has quit IRC07:49
*** koolhead17 has quit IRC07:49
*** Miouge has joined #openstack07:52
*** anderbubble has quit IRC07:52
*** pensu1 has joined #openstack07:56
*** dkusidlo has joined #openstack07:57
*** ifdm_ has quit IRC07:58
*** ifdm_ has joined #openstack07:58
*** TobiasE has joined #openstack07:59
*** oro has quit IRC07:59
*** rdaly2 has joined #openstack08:00
*** wa is now known as WhiteAnthrax08:00
*** romainh has joined #openstack08:00
*** mohitsharma has quit IRC08:01
*** ronis has joined #openstack08:01
*** melmoth has quit IRC08:01
*** teju has joined #openstack08:01
*** vicky has joined #openstack08:03
*** walterheck has joined #openstack08:03
*** vicky is now known as Guest1135508:03
*** grkim has joined #openstack08:04
*** rdaly2 has quit IRC08:04
*** Guest53439 has quit IRC08:04
*** romainh has quit IRC08:05
*** mohitsharma has joined #openstack08:05
*** markus_z has joined #openstack08:06
*** examon has joined #openstack08:07
*** grkim has quit IRC08:07
*** ttrifonov_ is now known as zz_ttrifonov_08:09
*** romainh has joined #openstack08:10
*** getup has joined #openstack08:10
*** pask81 has joined #openstack08:11
*** RoozbehShafiee has quit IRC08:11
*** ronis_ has joined #openstack08:12
*** freeflying has quit IRC08:12
*** RoozbehShafiee has joined #openstack08:13
*** ronis has quit IRC08:13
*** ronis has joined #openstack08:14
*** dhritishikhar has joined #openstack08:15
*** Ala has joined #openstack08:15
*** fzdarsky has joined #openstack08:15
*** dgurtner has joined #openstack08:15
*** dgurtner has joined #openstack08:15
*** twillber has joined #openstack08:16
*** twillber has joined #openstack08:16
*** ronis_ has quit IRC08:18
*** alesales has joined #openstack08:18
*** blair has joined #openstack08:19
*** yamahata has quit IRC08:19
*** vukcrni has quit IRC08:21
*** cburgess_ has quit IRC08:21
*** morganfainberg has quit IRC08:21
*** jrussell has quit IRC08:21
*** morganfainberg has joined #openstack08:21
*** Trefex has joined #openstack08:23
*** blair has quit IRC08:23
*** cburgess has joined #openstack08:23
*** corXi has joined #openstack08:23
*** purpleid1a is now known as purpleidea08:25
*** purpleidea has joined #openstack08:25
*** kawa2014 has joined #openstack08:26
*** Trefex has quit IRC08:27
*** vukcrni has joined #openstack08:27
*** fsimonce has joined #openstack08:27
*** RoozbehShafiee has quit IRC08:28
*** gfidente has joined #openstack08:29
*** alesales has quit IRC08:29
*** gfidente has quit IRC08:29
*** gfidente has joined #openstack08:29
*** dkusidlo has quit IRC08:29
*** gli has quit IRC08:30
*** deepakcs has joined #openstack08:30
*** MarcMorata has joined #openstack08:31
*** jtomasek_ has quit IRC08:31
*** spicyramen_1 has joined #openstack08:32
*** geaaru has joined #openstack08:32
*** andreaturli has joined #openstack08:33
*** spicyramen_ has quit IRC08:34
*** jtomasek has joined #openstack08:35
*** annegentle has joined #openstack08:35
*** cgoncalv1s is now known as cgoncalves08:38
*** zz_ttrifonov_ is now known as ttrifonov08:38
*** rwsu has quit IRC08:40
*** anshul has joined #openstack08:40
*** afazekas_ has joined #openstack08:41
*** Guest39600 is now known as jell08:41
*** alexm has quit IRC08:41
*** jeevan_ullas has quit IRC08:41
*** alesales has joined #openstack08:41
*** ygoto_ has joined #openstack08:42
*** jeevan_ullas has joined #openstack08:42
*** ygoto has quit IRC08:42
*** annegentle has quit IRC08:43
*** gli has joined #openstack08:43
*** Guest29706 has quit IRC08:43
*** Guest29706 has joined #openstack08:43
*** Guest29706 is now known as martin08:43
*** nacim has joined #openstack08:43
*** ajo has joined #openstack08:44
*** ranger81 has joined #openstack08:44
*** lmh has quit IRC08:46
*** mohitsharma has quit IRC08:47
*** jtomasek has quit IRC08:50
*** jpena has joined #openstack08:50
*** dbrandon has quit IRC08:51
*** Guest42204 has quit IRC08:52
*** francois has joined #openstack08:52
*** henrynash has quit IRC08:52
*** rick_ has quit IRC08:53
*** pradipta_away is now known as pradipta08:53
*** attoriozi has joined #openstack08:53
*** jerematic has joined #openstack08:54
*** jasonsb has joined #openstack08:55
*** freeflying has joined #openstack08:58
*** jerematic has quit IRC08:58
*** dbrandon has joined #openstack08:59
*** jasonsb has quit IRC08:59
*** Acinonyx has quit IRC08:59
*** sivy has joined #openstack08:59
*** Acinonyx has joined #openstack09:00
*** jeevan_ullas has quit IRC09:01
*** pnavarro has joined #openstack09:01
*** nacim has quit IRC09:02
*** coolsvap|afk is now known as coolsvap09:03
*** yamamoto has quit IRC09:03
*** sivy has quit IRC09:04
*** berendt has joined #openstack09:04
*** jeevan_ullas has joined #openstack09:05
*** jpich has joined #openstack09:06
*** gpruessmann has quit IRC09:06
*** jaosorior has joined #openstack09:07
*** subir has quit IRC09:07
*** Zack_Deee has quit IRC09:07
*** githogori_ has quit IRC09:09
*** ifdm_ has quit IRC09:10
*** Hexxis has quit IRC09:10
*** deepakcs has quit IRC09:11
*** gpruessmann has joined #openstack09:12
*** Hexxis has joined #openstack09:12
*** pawels has joined #openstack09:13
*** vozcelik has quit IRC09:13
*** ifdm_ has joined #openstack09:14
*** oro has joined #openstack09:15
*** jtomasek has joined #openstack09:15
*** Guest11355 has quit IRC09:15
*** dgurtner has quit IRC09:16
*** otter768 has joined #openstack09:17
*** pravin_s has quit IRC09:18
*** robklg has joined #openstack09:18
*** gary has joined #openstack09:19
*** jistr has joined #openstack09:19
*** pedroalvarez_ is now known as pedroalvarez09:19
*** gary is now known as Guest2666109:19
*** brokencycle has joined #openstack09:20
*** dulek has joined #openstack09:20
*** ade_b has joined #openstack09:20
*** otter768 has quit IRC09:21
*** ygoto_ has quit IRC09:22
*** rossk has quit IRC09:24
*** MaxV has joined #openstack09:24
*** pblaho has joined #openstack09:25
*** derekh has joined #openstack09:26
*** tomoe has quit IRC09:26
*** pawels1 has joined #openstack09:28
*** avagi has joined #openstack09:28
*** pawels has quit IRC09:30
*** racedo_ has joined #openstack09:31
*** spicyramen_1 has quit IRC09:31
*** dkusidlo has joined #openstack09:31
*** Jackster_ has quit IRC09:32
*** racedo has quit IRC09:32
*** racedo_ is now known as racedo09:32
*** ehdr has joined #openstack09:32
*** racedo` has joined #openstack09:32
*** kei_yama has quit IRC09:32
*** ahonda has quit IRC09:33
*** ifdm_ has quit IRC09:33
*** MaxV has quit IRC09:34
*** qba73 has joined #openstack09:34
*** dizquierdo has joined #openstack09:34
*** MaxV has joined #openstack09:35
*** avozza is now known as zz_avozza09:35
*** zz_avozza is now known as avozza09:35
*** pravins has joined #openstack09:36
*** pdb has joined #openstack09:36
*** obutenko has joined #openstack09:36
*** avozza is now known as zz_avozza09:36
*** zz_avozza is now known as avozza09:37
*** MaxV has quit IRC09:37
*** mohitsharma has joined #openstack09:37
*** Jackster has joined #openstack09:37
*** MaxV has joined #openstack09:37
*** jcoufal has joined #openstack09:38
*** MaxV has quit IRC09:40
*** MaxV_ has joined #openstack09:40
*** MaxV_ has quit IRC09:41
*** yamamoto has joined #openstack09:42
*** yamamoto has quit IRC09:42
*** ndipanov_gone is now known as ndipanov09:43
*** githogori_ has joined #openstack09:43
*** ndipanov has joined #openstack09:43
*** pask81 has quit IRC09:44
*** blair has joined #openstack09:44
*** salty has joined #openstack09:45
*** Guest66965 has quit IRC09:45
*** salty is now known as Guest2498109:45
*** pask81 has joined #openstack09:46
*** ifdm_ has joined #openstack09:46
*** Longgeek has quit IRC09:48
*** avozza is now known as zz_avozza09:48
*** Longgeek has joined #openstack09:48
*** blair has quit IRC09:49
*** itarchitectkev has joined #openstack09:50
*** githogori_ has quit IRC09:50
*** mohitsharma has quit IRC09:51
*** sbfox has quit IRC09:51
*** Longgeek_ has joined #openstack09:52
*** dkusidlo has quit IRC09:53
*** vdo has joined #openstack09:53
*** wuhg has quit IRC09:54
*** pawels1 has quit IRC09:55
*** Longgeek has quit IRC09:55
*** jasonsb has joined #openstack09:56
*** Longgeek_ has quit IRC09:56
*** franred_ has quit IRC09:56
*** cemason has joined #openstack09:56
*** franred has joined #openstack09:56
*** Longgeek has joined #openstack09:56
*** dkusidlo has joined #openstack09:57
*** MaxV has joined #openstack09:59
*** ktorn has quit IRC09:59
*** jasonsb has quit IRC10:00
*** deepakcs has joined #openstack10:00
*** mohitsharma has joined #openstack10:00
*** stamak has joined #openstack10:01
*** rdaly2 has joined #openstack10:01
*** aspiers has joined #openstack10:02
*** bluex-pl has joined #openstack10:03
*** ranger81 has quit IRC10:03
*** qba73 has quit IRC10:04
*** rdaly2 has quit IRC10:05
*** e0ne has joined #openstack10:07
*** dhritishikhar has quit IRC10:07
*** jasonsb has joined #openstack10:07
*** tzn has joined #openstack10:07
*** ifdm_ has quit IRC10:07
*** bvandenh has joined #openstack10:08
*** anilvenkata has quit IRC10:09
*** yuntong has quit IRC10:09
*** lupu1 has joined #openstack10:09
*** jasonsb has quit IRC10:12
*** dizquierdo has quit IRC10:13
*** marcelodieder has joined #openstack10:14
*** ehdr has quit IRC10:14
*** macjack has quit IRC10:15
*** freeflying has quit IRC10:15
*** bluex-pl has quit IRC10:16
*** cemason has quit IRC10:16
*** nacim has joined #openstack10:18
*** jasonsb has joined #openstack10:19
*** mohitsharma has quit IRC10:20
*** tvvcox has joined #openstack10:20
*** bluex-pl has joined #openstack10:21
*** lucendio has joined #openstack10:21
*** ifdm_ has joined #openstack10:22
*** ifdm_ has joined #openstack10:22
*** jasonsb has quit IRC10:24
*** oro_ has joined #openstack10:24
*** anilvenkata has joined #openstack10:24
*** Longgeek_ has joined #openstack10:25
*** mcornea has joined #openstack10:26
*** dhritishikhar has joined #openstack10:26
*** Longgeek_ has quit IRC10:27
*** Free_maN has joined #openstack10:27
*** amalagon has joined #openstack10:27
*** Longgeek_ has joined #openstack10:27
*** Longgeek has quit IRC10:28
*** e0ne is now known as e0ne_10:28
*** oro_ has quit IRC10:29
*** heartones has joined #openstack10:29
*** Osenpai has joined #openstack10:30
*** nacim has quit IRC10:30
*** jasonsb has joined #openstack10:30
*** lucendio has quit IRC10:30
*** geekinutah has quit IRC10:30
*** arxcruz has joined #openstack10:31
*** lucendio has joined #openstack10:32
*** mpaolino has joined #openstack10:32
*** Osenpai is now known as BinSlashBash10:32
*** ashneo76 has quit IRC10:34
*** jasonsb has quit IRC10:34
*** annegentle has joined #openstack10:35
*** karimb has joined #openstack10:35
*** bvandenh has quit IRC10:35
*** Longgeek has joined #openstack10:36
*** bvandenh has joined #openstack10:36
*** cpg is now known as cpg|away10:37
*** Guest24981 has quit IRC10:37
*** salty has joined #openstack10:38
*** Longgeek_ has quit IRC10:38
*** tombee has quit IRC10:38
*** tombee has joined #openstack10:38
*** tombee has joined #openstack10:38
*** salty is now known as Guest9985410:38
*** fam has quit IRC10:38
*** e0ne_ has quit IRC10:38
*** onetwothree has quit IRC10:39
*** gli has quit IRC10:39
*** dgurtner has joined #openstack10:39
*** dgurtner has joined #openstack10:39
*** subir has joined #openstack10:40
*** geekinutah has joined #openstack10:40
*** annegentle has quit IRC10:40
*** jasonsb has joined #openstack10:41
heartonesI have a question about Keypair authentication, I have an all in one Openstack server, that I've created an ubuntu trusty instance on, I have injected the public key using nova boot etc..., but one day I've decided to delete my public key using Horrizon, which I did, and didn't know how to inject another public key or where to add the keys for my instance in my Openstack cli, now I am stuck I can not ssh to my running instance,10:41
heartonesnova keypair-show10:41
*** bvandenh has quit IRC10:41
heartonesand still have my private key on my computer10:42
*** Guest99854 has quit IRC10:42
*** jp_at_hp has joined #openstack10:42
*** ddmitriev has quit IRC10:42
*** bvandenh has joined #openstack10:42
*** jerematic has joined #openstack10:43
heartonesany one has some hints about how can I access my instance10:43
*** pravins has quit IRC10:44
*** pravins has joined #openstack10:44
*** m4j1nb00 is now known as majinboo10:45
*** jasonsb has quit IRC10:45
heartonesthe problem is when I deleted my public key using Horizon, and I did nova show my instance ID still can see the injected public key being used by my instance how can I re-inject another public key  without terminating my instane10:46
heartonesinstance10:46
*** romainh has quit IRC10:47
*** swtshoulder has joined #openstack10:47
*** jerematic has quit IRC10:47
swtshoulderhi10:48
*** heartones has quit IRC10:48
*** Masahiro has quit IRC10:48
*** jasonsb has joined #openstack10:52
*** Stanley00 has quit IRC10:53
*** nacim has joined #openstack10:54
*** nivtuckio_ has joined #openstack10:54
*** pawels has joined #openstack10:56
*** nivtuckio_ has quit IRC10:56
*** jasonsb has quit IRC10:56
*** Joufflu has quit IRC10:57
*** bezabaza has joined #openstack10:57
*** dgel has joined #openstack10:57
*** bezabaza is now known as nivtukcio10:58
*** pawels has quit IRC10:58
*** melmoth has joined #openstack10:59
*** dgel has quit IRC11:00
*** heartones has joined #openstack11:02
*** pawels has joined #openstack11:03
*** jasonsb has joined #openstack11:04
*** pelix1 has joined #openstack11:04
*** Reyu is now known as ReyuAway11:04
*** nacim has quit IRC11:04
*** JimP has joined #openstack11:05
*** lucendio has quit IRC11:06
*** salv-orlando has joined #openstack11:06
*** kayaliu has joined #openstack11:06
*** anilvenkata has quit IRC11:07
*** jasonsb has quit IRC11:08
JimPHi all, does anyone know how to use the nova api to list all instances on a specific host, and stop those instances? (I've attempted 'nova-manage vm list | grep hostname', but we have multiple vms with the same name, so can't then use 'nova stop' with a specific name)11:08
*** kayaliu has quit IRC11:09
*** che-arne has joined #openstack11:09
*** karimb has quit IRC11:09
*** srini has quit IRC11:10
*** pal_ has joined #openstack11:10
*** anilvenkata has joined #openstack11:10
*** dkusidlo has quit IRC11:11
*** pal has quit IRC11:11
*** neoXsys has quit IRC11:12
*** lucendio has joined #openstack11:12
*** ade_b has quit IRC11:12
*** dulek has quit IRC11:13
*** jasonsb has joined #openstack11:15
*** e0ne has joined #openstack11:16
*** otter768 has joined #openstack11:18
*** neoXsys has joined #openstack11:19
*** ttrifonov is now known as zz_ttrifonov11:19
*** jasonsb has quit IRC11:20
*** nkhare_ has quit IRC11:20
*** aveek has joined #openstack11:21
*** ifdm_ has quit IRC11:22
*** thebloggu has joined #openstack11:22
*** otter768 has quit IRC11:22
_nicknova hypervisor-servers hostname11:22
_nickand then stop using each instance's uuid11:23
*** kayaliu has joined #openstack11:23
*** ifdm_ has joined #openstack11:23
*** karimb has joined #openstack11:24
*** subir has quit IRC11:24
*** nacim has joined #openstack11:25
*** fzdarsky is now known as fzdarsky-lunch11:26
*** kayaliu has quit IRC11:26
*** jasonsb has joined #openstack11:26
*** walterheck has quit IRC11:26
JimPPerfect! thanks Nick, that works for me11:27
*** heartones has quit IRC11:27
*** dkusidlo has joined #openstack11:28
*** cdent has joined #openstack11:28
*** swtshoulder has quit IRC11:28
*** freeflying has joined #openstack11:28
*** rfolco has joined #openstack11:29
*** sayan has quit IRC11:30
*** ddmitriev has joined #openstack11:30
*** jasonsb has quit IRC11:31
*** salty has joined #openstack11:31
*** disap4m has joined #openstack11:31
disap4myay11:31
*** salty is now known as Guest4080911:32
*** kayaliu has joined #openstack11:32
disap4mHi all, I am currently installing openstack using https://openstack.redhat.com/forum/discussion/533/openstack-havana-neutron-setup-on-rhel6-4-centos-troubleshooting/p1 that guide, The OS is RHEL 6.5 64 bit and when i execute packstack --allinone I get this error: http://pastebin.com/L03kETBp11:33
theblogguI have a packstack (on fedora 19) installation of Openstack Havana. I'm not able to attach or detach volumes. Here's what I think is relevant of /var/log/cinder/api.log the scheduler log is empty and the the volume.log has nothing relevant. can someone help me?11:33
*** zz_ttrifonov is now known as ttrifonov11:33
theblogguthe volume.log's here: http://paste.openstack.org/show/158239/11:34
thebloggus/volume/api11:34
*** dorftrottel has joined #openstack11:34
*** salv-orlando has quit IRC11:35
*** adalbas has joined #openstack11:35
*** annegentle has joined #openstack11:35
*** salv-orlando has joined #openstack11:35
*** teju has quit IRC11:35
*** kayaliu has quit IRC11:36
*** Anonymouslemming has quit IRC11:36
*** Longgeek has quit IRC11:37
*** gszasz has joined #openstack11:38
*** jasonsb has joined #openstack11:38
_nickJimP: no probs11:39
*** Guest40809 has quit IRC11:39
*** kayaliu has joined #openstack11:40
*** annegentle has quit IRC11:40
*** steveg is now known as sgordon11:41
*** deepthi has quit IRC11:42
*** jasonsb has quit IRC11:42
*** nacim has quit IRC11:42
*** kayaliu has quit IRC11:43
*** nshaikh has joined #openstack11:46
*** fandi_ has quit IRC11:46
*** fandi has joined #openstack11:46
*** robklg has quit IRC11:47
*** Arminder has quit IRC11:48
*** Arminder has joined #openstack11:48
*** Masahiro has joined #openstack11:48
*** Anonymouslemming has joined #openstack11:49
*** tzn has quit IRC11:50
*** mzbik has quit IRC11:51
*** tzn has joined #openstack11:51
*** Anonymouslemming has quit IRC11:51
*** smookher has joined #openstack11:52
*** Arminder- has joined #openstack11:52
*** Arminder has quit IRC11:53
*** Masahiro has quit IRC11:53
*** kayaliu has joined #openstack11:53
*** dims__ has joined #openstack11:53
*** gszasz has quit IRC11:54
*** Dev_Jin has quit IRC11:55
*** gszasz has joined #openstack11:55
*** salv-orlando has quit IRC11:55
*** kayaliu has quit IRC11:55
*** getup has quit IRC11:55
*** Arminder has joined #openstack11:57
*** walterheck has joined #openstack11:57
*** Arminder- has quit IRC11:57
*** anilvenkata has quit IRC11:58
*** kitch_ has joined #openstack11:58
*** gszasz has quit IRC11:58
*** gszasz has joined #openstack11:58
*** anilvenkata has joined #openstack11:58
*** Arminder- has joined #openstack11:59
*** smookher has quit IRC11:59
*** Egyptian[Home] has joined #openstack12:00
*** RScottCoyle__ has joined #openstack12:00
*** kayaliu has joined #openstack12:01
*** robklg has joined #openstack12:01
*** dulek has joined #openstack12:01
*** Arminder has quit IRC12:02
*** kitch_ has quit IRC12:02
*** rdaly2 has joined #openstack12:02
*** anilvenkata has quit IRC12:03
*** henrynash has joined #openstack12:03
*** kayaliu has quit IRC12:04
*** anilvenkata has joined #openstack12:04
*** dmsimard_away is now known as dmsimard12:05
*** kbyrne has quit IRC12:06
*** deepthi has joined #openstack12:07
*** lucendio has quit IRC12:07
*** rdaly2 has quit IRC12:07
*** haorenzhu has joined #openstack12:07
*** kbyrne has joined #openstack12:08
*** anilvenkata has quit IRC12:09
*** robklg has quit IRC12:13
*** pradipta is now known as pradipta_away12:14
*** haorenzhu has quit IRC12:14
*** kumagai19o_ has quit IRC12:14
*** anilvenkata has joined #openstack12:14
*** Zack_Deee has joined #openstack12:17
*** rtheis has joined #openstack12:18
*** fzdarsky-lunch is now known as fzdarsky12:18
*** kumagai19o has joined #openstack12:19
*** pixelbeat has joined #openstack12:19
*** ifdm_ has quit IRC12:20
*** deepakcs has quit IRC12:21
*** grafuls has joined #openstack12:22
*** lmh has joined #openstack12:22
*** nacim has joined #openstack12:24
*** Arminder- has quit IRC12:24
*** Arminder has joined #openstack12:25
*** Egyptian[Home] has quit IRC12:25
*** pal_ has quit IRC12:25
*** robklg has joined #openstack12:27
*** JimP has quit IRC12:27
*** pboros has joined #openstack12:27
*** mcornea has quit IRC12:29
*** mcornea has joined #openstack12:29
*** Longgeek has joined #openstack12:29
*** saibarspeis has quit IRC12:31
*** saibarspeis has joined #openstack12:31
*** salty has joined #openstack12:32
*** henrynash has quit IRC12:32
*** salty is now known as Guest1113412:33
*** dhritishikhar has quit IRC12:33
*** pravins has quit IRC12:33
*** eby_ has joined #openstack12:33
*** kayaliu has joined #openstack12:34
*** Dev_Jin has joined #openstack12:34
*** attoriozi has quit IRC12:35
*** annegentle has joined #openstack12:35
*** booly-yam has joined #openstack12:36
*** kayaliu_ has joined #openstack12:36
*** lucendio has joined #openstack12:36
*** nstrug has quit IRC12:36
*** kayaliu_ has quit IRC12:36
*** ifdm_ has joined #openstack12:37
*** kayaliu has quit IRC12:38
*** Trefex has joined #openstack12:38
*** dhritishikhar has joined #openstack12:39
*** okrieg has joined #openstack12:39
*** koolhead17 has joined #openstack12:39
*** rathmuller2 has joined #openstack12:39
*** kayaliu has joined #openstack12:39
*** koolhead17 has quit IRC12:39
*** koolhead17 has joined #openstack12:39
*** nacim has quit IRC12:39
*** henrynash has joined #openstack12:40
*** annegentle has quit IRC12:41
*** Gwys has joined #openstack12:41
*** heartones has joined #openstack12:41
*** swtshoulder has joined #openstack12:41
*** Guest11134 has quit IRC12:41
*** kayaliu has quit IRC12:42
*** Jackster has quit IRC12:42
*** romainh has joined #openstack12:42
*** nacim has joined #openstack12:42
*** Trefex has quit IRC12:43
*** bvandenh has quit IRC12:44
*** mcornea has quit IRC12:44
*** mcornea has joined #openstack12:45
*** annegentle has joined #openstack12:47
*** Caguax has joined #openstack12:47
*** aveek has quit IRC12:48
*** rushiagr is now known as rushiagr_away12:48
*** flexator has joined #openstack12:48
*** pavel_bondar has quit IRC12:49
*** annegentle has quit IRC12:50
*** dkusidlo has quit IRC12:50
*** annegentle has joined #openstack12:51
*** kayaliu has joined #openstack12:51
*** annegentle has quit IRC12:52
*** mcornea has quit IRC12:53
*** aveek has joined #openstack12:53
*** dkusidlo has joined #openstack12:53
*** lmh has quit IRC12:53
*** signed8bit has joined #openstack12:54
*** kayaliu has quit IRC12:55
*** lblanchard has joined #openstack12:55
*** mcornea has joined #openstack12:55
*** mcornea has quit IRC12:57
*** Masahiro has joined #openstack12:57
*** mcornea has joined #openstack12:58
*** walterheck has quit IRC12:58
*** toddnni has quit IRC12:58
*** mcornea has quit IRC12:59
*** sgordon is now known as steveg13:00
*** toddnni has joined #openstack13:00
*** mcornea has joined #openstack13:01
*** esker has joined #openstack13:01
*** Stylesoftware has joined #openstack13:01
*** anilvenkata has quit IRC13:01
*** dhritishikhar has quit IRC13:01
*** Masahiro has quit IRC13:02
*** tvvcox has quit IRC13:02
*** bkopilov has quit IRC13:02
*** dkusidlo has quit IRC13:02
*** tvvcox has joined #openstack13:02
*** haseeb has joined #openstack13:03
*** Stylesoftware has left #openstack13:03
*** dizquierdo has joined #openstack13:03
*** tvvocold has joined #openstack13:04
*** Longgeek has quit IRC13:04
*** flexator has left #openstack13:04
*** ayoung has quit IRC13:04
*** dkusidlo has joined #openstack13:05
*** mcornea has quit IRC13:05
*** EmilienM|afk is now known as EmilienM13:05
*** salv-orlando has joined #openstack13:05
*** gszasz has quit IRC13:05
*** mcornea has joined #openstack13:05
*** mcornea has quit IRC13:06
*** georgem1 has joined #openstack13:06
*** nacim has quit IRC13:06
*** aveek has quit IRC13:06
*** nacim has joined #openstack13:06
*** weshay has joined #openstack13:06
*** thrash|g0ne is now known as thrash13:06
*** mcornea has joined #openstack13:07
*** mcornea has quit IRC13:07
*** afazekas_ has quit IRC13:07
*** mikedawson has quit IRC13:08
*** freeflyi_ has joined #openstack13:09
*** lborda has joined #openstack13:10
*** newb_ has joined #openstack13:10
*** nacim has quit IRC13:10
*** Longgeek has joined #openstack13:11
*** juanluisrp has joined #openstack13:11
*** freeflying has quit IRC13:12
*** walterheck has joined #openstack13:13
*** mfink_ has quit IRC13:13
*** TheOsprey has joined #openstack13:15
*** tzn has quit IRC13:15
*** ulkesh__ has quit IRC13:16
*** ulkesh has joined #openstack13:16
*** the_ktosiek is now known as ktosiek13:17
*** engkur has joined #openstack13:17
*** otter768 has joined #openstack13:18
*** mohitsharma has joined #openstack13:20
*** stannie42 has joined #openstack13:21
*** afazekas_ has joined #openstack13:21
*** Bretos has joined #openstack13:21
*** jerematic has joined #openstack13:21
*** EricGonczer_ has joined #openstack13:21
*** EricGonczer_ has quit IRC13:22
Bretoshello guys, would it be possible to upload a LUKS-encrypted container with full-blown filesystem as an object to openstack swift, and then mount it on a dedicated sever or vps as loop device?13:22
*** kitch_ has joined #openstack13:22
*** morazi has quit IRC13:23
*** otter768 has quit IRC13:24
*** dhritishikhar has joined #openstack13:24
*** Marga_ has joined #openstack13:24
*** EricGonczer_ has joined #openstack13:25
*** pavel_bondar has joined #openstack13:25
*** mohitsharma has quit IRC13:25
*** galstrom_zzz is now known as galstrom13:26
*** Jackster has joined #openstack13:26
*** okrieg has quit IRC13:27
*** georgem1 has quit IRC13:28
*** signed8bit has quit IRC13:29
*** salty has joined #openstack13:29
*** salty is now known as Guest1017713:29
*** berendt has quit IRC13:30
*** ayoung has joined #openstack13:31
*** jfarschman has joined #openstack13:31
*** jfarschman is now known as MilesDenver13:31
*** ccrouch1 has joined #openstack13:31
*** kayaliu has joined #openstack13:31
*** henrynash has quit IRC13:33
*** scheuran has quit IRC13:33
*** pal has joined #openstack13:33
*** robklg has quit IRC13:34
*** kayaliu has quit IRC13:35
*** jaypipes has joined #openstack13:35
*** Networkn3rd has quit IRC13:35
*** tochi has quit IRC13:36
*** ranger81 has joined #openstack13:36
*** salv-orlando has quit IRC13:36
*** mfink_ has joined #openstack13:38
*** hdd_ has joined #openstack13:38
*** danielbruno has joined #openstack13:38
*** nivtukcio has quit IRC13:38
*** nphase has joined #openstack13:39
*** ranger81 has quit IRC13:41
*** dizquierdo has quit IRC13:42
*** heartones has quit IRC13:42
*** swtshoulder has quit IRC13:42
*** Acidnerd has joined #openstack13:43
*** henrynash has joined #openstack13:45
*** nacim has joined #openstack13:45
*** rushiagr_away is now known as rushiagr13:46
*** mcornea has joined #openstack13:46
*** arielb has joined #openstack13:47
*** arielb has quit IRC13:47
*** arielb has joined #openstack13:47
*** jeevan_ullas is now known as jeevan_ullas_13:47
*** dylanmei has joined #openstack13:47
*** spzala_ has quit IRC13:47
*** scheuran has joined #openstack13:48
*** fandi has quit IRC13:48
*** jaypipes is now known as leakypipes13:49
*** ktorn has joined #openstack13:49
*** robklg has joined #openstack13:49
*** nkhare has quit IRC13:50
*** kseifried has joined #openstack13:50
*** georgem1 has joined #openstack13:50
*** dylanmei has quit IRC13:52
*** kseifried has quit IRC13:53
*** georgem1 has quit IRC13:53
*** twillber has quit IRC13:53
*** tkramer has joined #openstack13:53
*** dizquierdo has joined #openstack13:54
*** ngoracke has joined #openstack13:54
*** defaultrouteuk has joined #openstack13:55
*** georgem1 has joined #openstack13:55
*** tvvcox has quit IRC13:55
*** puck` has quit IRC13:55
*** Miouge_ has joined #openstack13:56
*** puck has joined #openstack13:56
*** newb_ has quit IRC13:59
*** Miouge has quit IRC13:59
*** Miouge_ is now known as Miouge13:59
*** fandi has joined #openstack13:59
*** tier has joined #openstack13:59
championofcyrod1Bretos: LUKS volume headers are critical.  as long as the server can properly read the volume header, and you of course have the key to unlock it... should be fine.14:00
*** arbrandes has joined #openstack14:02
*** klamath has joined #openstack14:02
*** dyasny has joined #openstack14:02
*** klamath has quit IRC14:03
*** vigneshvar_ has quit IRC14:03
*** klamath has joined #openstack14:03
*** afazekas_ has quit IRC14:04
*** Maveric7911 has joined #openstack14:04
*** newb_ has joined #openstack14:04
*** salv-orlando has joined #openstack14:05
*** ktorn has quit IRC14:05
*** ktorn has joined #openstack14:05
*** Bretos has quit IRC14:06
*** mwichmann has joined #openstack14:06
*** fandi has quit IRC14:06
*** henrynash has quit IRC14:07
*** jkugel has joined #openstack14:07
*** galstrom is now known as galstrom_zzz14:07
*** fandi has joined #openstack14:07
*** kso has joined #openstack14:07
*** koolhead17 has quit IRC14:07
*** ifdm_ has quit IRC14:08
*** GentileBen has joined #openstack14:09
*** Bretos has joined #openstack14:10
*** edleafe is now known as figleaf14:11
*** bill_az has joined #openstack14:11
*** Raj__ has joined #openstack14:12
*** harihara has quit IRC14:12
*** dims__ is now known as dimsum__14:13
*** karimb has quit IRC14:14
*** JuanDRay has joined #openstack14:14
*** fandi has quit IRC14:14
*** fandi has joined #openstack14:15
*** benrodrigue has joined #openstack14:15
*** morazi has joined #openstack14:15
*** MarcMorata has quit IRC14:16
*** dhritishikhar has quit IRC14:17
*** dgurtner has quit IRC14:17
*** wastrel has joined #openstack14:18
*** afazekas_ has joined #openstack14:19
Bretoschampionofcyrod1: well, it's not, I guess headers break upon reboot. This setup must survive reboots, but the container seems to get broken14:20
Bretos:(14:20
BretosI guess I'll try with simple loop device without encrypting it14:21
championofcyrod1tricky this is14:21
*** hdd_ has quit IRC14:22
*** blentz has joined #openstack14:22
*** hdd_ has joined #openstack14:22
*** aeperezt has joined #openstack14:22
*** ifdm_ has joined #openstack14:23
*** blahx has joined #openstack14:23
*** diegows has quit IRC14:23
*** wormwood has joined #openstack14:24
*** gszasz has joined #openstack14:24
*** dgurtner has joined #openstack14:24
*** eby_ has quit IRC14:25
*** scheuran has quit IRC14:25
*** eby_ has joined #openstack14:25
*** okrieg has joined #openstack14:25
*** jdandrea has joined #openstack14:25
*** eby_ has quit IRC14:26
*** macjack has joined #openstack14:26
*** eby_ has joined #openstack14:27
*** spzala has joined #openstack14:28
*** bvandenh has joined #openstack14:28
*** cdent has quit IRC14:29
*** dansmith is now known as superdan14:29
*** platta has joined #openstack14:29
*** doug-fish has joined #openstack14:30
*** jecarey has joined #openstack14:30
*** jlrodriguez has joined #openstack14:31
plattaI'm studying building OpenStack environments in my company's lab, trying to connect vCenter as compute but it looks like I can't do that unless I have VMware NSX set up. Is there another way to get that to work?14:32
*** ifdm_ has quit IRC14:33
*** radez_g0` is now known as radez_g0n314:34
*** juanluisrp has quit IRC14:34
*** MilesDenver has quit IRC14:35
*** pm90_ has joined #openstack14:35
*** marcelodieder has quit IRC14:35
*** pm90_ has quit IRC14:36
*** Bretos has quit IRC14:36
*** radez_g0n3 is now known as radez14:37
*** pm90_ has joined #openstack14:37
*** saibarspeis has quit IRC14:37
*** popw has quit IRC14:37
*** popw has joined #openstack14:37
*** scheuran has joined #openstack14:37
*** jwalcik has joined #openstack14:38
*** VW_ has joined #openstack14:38
*** berendt has joined #openstack14:38
*** mrieger has joined #openstack14:39
championofcyrod1platta: we just completed dropped vmware and switched to the native qemu.14:40
championofcyrod1completely*14:40
*** sayan has joined #openstack14:40
championofcyrod1i'm assuming since you have vCenter... you probably have licenses you don't want going to waste...14:41
*** ReyuAway is now known as Reyu14:41
plattachampionofcyrod1: That's correct, I don't have a choice about being on VMware so I was hoping I could find a way to make it work with what we've got.14:42
*** mcornea has quit IRC14:42
*** scheuran has quit IRC14:42
*** mcornea has joined #openstack14:42
*** joeg has quit IRC14:43
plattachampionofcyrod1: I was debating buying my own standalone host and using kvm on it, but I don't think I can afford that for now :)14:43
*** jfarschman has joined #openstack14:43
*** jfarschman is now known as MilesDenver14:43
*** mcornea has quit IRC14:43
*** appprod0 has joined #openstack14:44
*** booly-yam has quit IRC14:44
*** lucendio has quit IRC14:44
*** mcornea has joined #openstack14:45
*** cdent has joined #openstack14:45
*** Masahiro has joined #openstack14:46
*** osvaldo has joined #openstack14:46
*** Techguy305 has joined #openstack14:46
*** georgem1 has quit IRC14:47
*** Techguy305 has quit IRC14:47
*** hdd_ has quit IRC14:47
*** joeg has joined #openstack14:47
*** lucendio has joined #openstack14:47
*** mohits has joined #openstack14:48
*** mcornea has quit IRC14:48
*** MilesDenver has quit IRC14:48
*** appprod0 has quit IRC14:49
*** coredump has joined #openstack14:49
*** mcornea has joined #openstack14:49
*** lucendio1 has joined #openstack14:49
*** georgem1 has joined #openstack14:50
*** pberis has quit IRC14:50
*** nshaikh has quit IRC14:50
*** mcornea has quit IRC14:50
*** Masahiro has quit IRC14:50
*** mcornea has joined #openstack14:50
*** picta has joined #openstack14:50
championofcyrod1platta: maybe try using the fuel installer from mirantis.  I remember it having support for VMware in the installation process.14:51
*** dudy has joined #openstack14:51
championofcyrod1the downside is... it will configure EVERYTHING for you, and troubleshooting will be difficult since you wont know how it was all set up.14:51
*** lucendio has quit IRC14:52
*** cptweasel has joined #openstack14:52
*** mcornea has quit IRC14:53
*** mcornea has joined #openstack14:53
plattaThat would be a shame. My whole focus is understanding the configuration and low level stuff.14:53
*** mcornea has quit IRC14:53
*** mcornea has joined #openstack14:54
*** mcornea has quit IRC14:54
*** mjturek has joined #openstack14:54
*** okrieg has quit IRC14:54
*** mcornea has joined #openstack14:55
*** coolsvap is now known as coolsvap|afk14:55
*** ian_ott has joined #openstack14:55
*** annegentle has joined #openstack14:55
*** rbak has joined #openstack14:55
*** jprovazn has quit IRC14:56
Sam-I-Amplatta: are you new to openstack?14:56
plattaSam-I-Am: Very! I'm actually a software engineer, so a lot of the virtualization concepts are new to me as well. Trying to learn as best I can.14:57
*** ifdm_ has joined #openstack14:57
*** ifdm_ has joined #openstack14:57
*** pawels1 has joined #openstack14:57
*** picta has quit IRC14:58
*** TobiasE1 has joined #openstack14:58
*** TobiasE has quit IRC14:58
*** nelsnelson has joined #openstack14:59
*** FunnyLookinHat has joined #openstack14:59
*** Sir_Desi has quit IRC14:59
*** mcornea has quit IRC15:00
Sam-I-Amplatta: it makes sense to configure openstack in the most basic way first, then try to integrate more advanced things like vcenter/esc15:00
*** balajiiyer has joined #openstack15:00
Sam-I-Amesx15:00
*** timsim has joined #openstack15:00
*** davi has joined #openstack15:00
*** tzn has joined #openstack15:00
Sam-I-Amesx hypervisors are probably not too bad... vcenter gets a bit more interesting15:00
*** mcornea has joined #openstack15:00
*** pawels has quit IRC15:00
*** navneet has joined #openstack15:01
championofcyrod1^i was thinking that it would be odd to integrate vcenter, rather than all the esx(i) nodes15:01
*** ifdm_ has quit IRC15:01
*** navneet has left #openstack15:01
plattaCan you integrate a single esxi host? I didn't think that was supported.15:01
*** tmclaugh[work] has joined #openstack15:01
*** mattgriffin has joined #openstack15:02
*** Gwys has quit IRC15:03
*** pkoniszewski has joined #openstack15:03
*** thangp has joined #openstack15:03
*** bvandenh has quit IRC15:03
*** mattgri__ has joined #openstack15:03
*** mtanino has joined #openstack15:03
Sam-I-Ami'm not quite sure15:04
*** russellb is now known as rustlebee15:04
*** robklg has quit IRC15:04
Sam-I-Amguess it depends on what the docs say15:04
*** jerematic has quit IRC15:04
*** zz_avozza is now known as avozza15:04
*** datajerk has joined #openstack15:04
plattaThe docs only talk about vCenter. I tried searching for information on connecting a standalone host, but there didn't seem to be anything out there.15:04
*** sk91 has joined #openstack15:05
*** marcelodieder has joined #openstack15:05
*** okrieg has joined #openstack15:05
*** zz_gondoi is now known as gondoi15:05
sk91Hi, i am installing openstack Legacy Networking on 2 Virtual machines with kvm, both own Ubuntu 14.04 OS, one controller and the other compute. everything was fine till installing nova of the section of networking by http://docs.openstack.org/juno/install-guide/install/apt/content/section_nova-networking.html   i get this error and these are my nova logs : http://paste.ubuntu.com/9761972/ may i know how to solve it?15:05
*** plaurin_ has joined #openstack15:06
*** kalz has quit IRC15:06
*** mattgriffin has quit IRC15:07
*** baker has joined #openstack15:07
*** baker has quit IRC15:09
*** nelsnelson has quit IRC15:09
Sam-I-Amsk91: looks like a config error.15:09
*** shibby has joined #openstack15:09
*** jerematic has joined #openstack15:10
*** atpa8a_ is now known as atpa8a15:10
sk91Sam-I-Am, ty for the reply...may i know which configs?15:10
Sam-I-Amprobably something in nova.conf15:10
*** annegentle has quit IRC15:10
*** henrynash has joined #openstack15:10
championofcyrod1https://software.mirantis.com/key-related-openstack-projects/project-fuel/15:10
*** baker has joined #openstack15:10
*** ncerny has joined #openstack15:10
championofcyrod1"That means that if you have an existing VMware vCenter/ESX-based server environment, you can use those servers as compute resources for Mirantis OpenStack."15:10
sk91Sam-I-Am, thanks ill check it15:10
Sam-I-Amplatta: the other option is seeing what mirantis does15:11
Sam-I-Amthen try to replicate it15:11
Sam-I-Amtheir code is somewhere, and its probably just config file stuffs15:11
championofcyrod1they have a slash (/) in there which leads me to believe its an 'OR' :)15:11
*** a_le has joined #openstack15:11
*** jimbaker` is now known as jimbaker15:11
championofcyrod1" Fuel installs a Nova compute service with the VMWare vCenter server driver activated onto a controller node. This service then communicates directly with vCenter so that the OpenStack scheduler can create VM instances on ESXi servers."15:12
*** pkoniszewski has quit IRC15:12
championofcyrod1looks like you need vCenter then.15:12
*** Raj__ has quit IRC15:12
plattaI think I will look into what Mirantis does. Thanks for your advice :)15:13
*** nelsnelson has joined #openstack15:14
*** whenry has joined #openstack15:14
championofcyrod1IRC #fuel can be helpful15:14
SamYaplegood morning all15:14
championofcyrod1mornin'15:14
plattaThere's also VOVA, which VMware made as an all in one OpenStack on vSphere appliance. I might check that out, too.15:14
Sam-I-Ammorning15:14
*** hdd_ has joined #openstack15:15
*** ChrisAM1 has quit IRC15:15
*** ChrisAM1 has joined #openstack15:15
*** ChrisAM1 is now known as ChrisAM15:15
*** geek_cl has joined #openstack15:16
*** sivy has joined #openstack15:16
*** shaturo has joined #openstack15:17
*** mohits has quit IRC15:18
*** blinky_ghost has joined #openstack15:18
*** balajiiyer has left #openstack15:18
*** nitti has joined #openstack15:18
SamYaplehey Sam-I-Am. Did you get SaintAardvark fixed up last night (metadata issue)?15:18
blinky_ghosthi all, is it possible to disable ipv6 in neutron? thanks15:18
SamYaplei had t ocrash15:18
*** georgem1 has quit IRC15:18
*** mcornea has quit IRC15:19
*** jeevan_ullas_ has quit IRC15:19
*** dlfryar has joined #openstack15:19
*** fandi has quit IRC15:19
*** mrjazzcat has joined #openstack15:19
*** otter768 has joined #openstack15:19
*** sushils has joined #openstack15:20
*** esheffield has joined #openstack15:20
*** TobiasE has joined #openstack15:21
*** vnguyen has joined #openstack15:21
*** grafuls is now known as grafuls|AFK15:22
*** TobiasE1 has quit IRC15:22
*** nihilifer has quit IRC15:23
*** jasondotstar has joined #openstack15:23
*** Dev_Jin has quit IRC15:23
*** nkrinner has quit IRC15:24
*** otter768 has quit IRC15:24
*** ipolyzos_ is now known as ipolyzos15:25
*** ipolyzos has quit IRC15:25
*** ipolyzos has joined #openstack15:25
*** jerematic has quit IRC15:25
*** abhirc has joined #openstack15:25
*** eby_ has quit IRC15:26
Sam-I-AmSamYaple: not sure15:26
Sam-I-Amdidnt hear back15:26
*** henrynash has quit IRC15:27
*** amalagon has quit IRC15:27
*** jerematic has joined #openstack15:29
*** plaurin_ has quit IRC15:29
sk91Sam-I-Am, i have checked conf files, which i inserted in http://paste.ubuntu.com/9762099/  and i cant understand the problem15:29
*** dulek has quit IRC15:29
*** jcoufal_ has joined #openstack15:30
*** elo has joined #openstack15:30
*** fnaval has quit IRC15:30
*** fnaval has joined #openstack15:31
*** shibby has quit IRC15:31
*** fandi has joined #openstack15:32
*** jmckind has joined #openstack15:32
*** jcoufal has quit IRC15:33
*** jmckind has quit IRC15:33
*** krtaylor has quit IRC15:33
*** georgem1 has joined #openstack15:34
*** plaurin_ has joined #openstack15:34
*** galstrom_zzz is now known as galstrom15:34
*** jmckind has joined #openstack15:34
*** j05h has joined #openstack15:35
*** fnaval has quit IRC15:35
*** fandi has quit IRC15:36
*** Raj__ has joined #openstack15:36
*** fandi has joined #openstack15:36
*** booly-yam has joined #openstack15:36
*** walterheck has quit IRC15:36
*** deepthi has quit IRC15:36
*** shaturo has quit IRC15:37
*** jfarschman has joined #openstack15:37
*** jfarschman is now known as MilesDenver15:37
*** okrieg has quit IRC15:37
*** robbiew has joined #openstack15:37
*** Networkn3rd has joined #openstack15:37
*** TheOsprey has quit IRC15:38
*** vdo has quit IRC15:38
*** e0ne has quit IRC15:38
*** gigawhat has joined #openstack15:38
*** lupu1 has quit IRC15:39
*** j05h has quit IRC15:39
*** fandi has quit IRC15:39
*** j05h has joined #openstack15:39
*** fandi has joined #openstack15:40
*** maxdml has joined #openstack15:40
*** jcoufal_ has quit IRC15:40
*** qhartman has quit IRC15:41
*** dtrainor has joined #openstack15:41
*** rotbeard has joined #openstack15:43
*** shaturo has joined #openstack15:43
*** shaturo has left #openstack15:43
*** fandi has quit IRC15:43
*** fandi has joined #openstack15:44
*** alesales has quit IRC15:44
*** avozza is now known as zz_avozza15:44
*** jcoufal has joined #openstack15:45
*** fandi has quit IRC15:45
*** neoXsys has quit IRC15:45
*** e0ne has joined #openstack15:45
*** tsekiyama has joined #openstack15:45
*** dmz has quit IRC15:47
*** fnaval has joined #openstack15:47
*** okrieg has joined #openstack15:47
*** fischerw has joined #openstack15:47
*** rushiagr is now known as rushiagr_away15:47
*** kebray has joined #openstack15:48
Sam-I-Amsk91: on the compute node(s), is the nova-network process running?15:48
Sam-I-Amand configured15:49
*** kebray has quit IRC15:49
Sam-I-Amthis also implies the rest of nova is working on the compute node15:49
*** kebray has joined #openstack15:49
*** shibby has joined #openstack15:49
abhircI have access to a multi node OpenStack environment with Ceph as the storage backend  , would there be any tips on how to stress test my setup15:50
*** esheffield has quit IRC15:50
*** Guest80831 has quit IRC15:50
*** panda has joined #openstack15:50
*** wormwood has quit IRC15:51
*** jpich has quit IRC15:51
*** m01 has joined #openstack15:52
*** jobewan has joined #openstack15:53
*** jpich has joined #openstack15:53
*** AlanClark has joined #openstack15:53
*** wormwood has joined #openstack15:54
*** markus_z has quit IRC15:54
*** annegentle has joined #openstack15:55
*** karimb has joined #openstack15:55
*** EricGonczer_ has quit IRC15:55
*** hemnafk is now known as hemna15:55
*** crose has joined #openstack15:56
*** salv-orlando has quit IRC15:56
*** anderbubble has joined #openstack15:57
*** pawels1 has quit IRC15:57
*** jwalcik has quit IRC15:58
*** anshul has quit IRC15:58
*** booly-yam has quit IRC15:58
*** pawels has joined #openstack15:58
*** yfauser has joined #openstack15:58
*** pawels has left #openstack15:58
*** yfauser has left #openstack15:59
*** EricGonczer_ has joined #openstack15:59
*** oro has quit IRC15:59
sk91Sam-I-Am, how can i check? i inserted the command "nova-network" and gave me these errors: http://paste.ubuntu.com/9762249/15:59
*** dkusidlo has quit IRC16:00
*** pal has quit IRC16:00
*** annegentle has quit IRC16:00
Sam-I-Amsk91: your nova.conf lacks rabbit config16:00
Sam-I-Amsk91: go back to the 'configure a compute node' in the install guide16:00
*** nacim has quit IRC16:00
*** ngoracke has quit IRC16:01
*** alesales has joined #openstack16:01
sk91Sam-I-Am, thanks alot :)16:01
*** kapil__ has quit IRC16:01
*** ian_ott has quit IRC16:01
*** mpaolino has quit IRC16:02
*** mcornea has joined #openstack16:02
*** esheffield has joined #openstack16:02
*** mfink_ has quit IRC16:04
*** mfink_ has joined #openstack16:04
*** mcornea has quit IRC16:04
*** kbringard has joined #openstack16:04
*** georgem1 has quit IRC16:04
m01Hi all. I'm confused about the following: how is static IP address assignment supposed to work in OpenStack on neutron networks that don't use DHCP? I believe cloud-init is capable of using an /etc/network/interfaces template if it appears in the config drive, but I don't think nova usually does that.16:05
*** mcornea has joined #openstack16:05
*** pm90_ has quit IRC16:05
*** annegentle has joined #openstack16:05
*** annashen has joined #openstack16:05
*** jwalcik has joined #openstack16:05
*** gondoi is now known as zz_gondoi16:07
*** booly-yam has joined #openstack16:07
*** henrynash has joined #openstack16:08
*** jab416171 has quit IRC16:10
sk91Sam-I-Am, unfortunately i have done exactly the same as the ' configure a compute node' section and this time i also replaced "MANAGEMENT_INTERFACE_IP_ADDRESS" with "controller" instead of "192.168.1.31" and it didnt work in both ways16:13
*** jobewan has quit IRC16:13
Sam-I-Amthats because this is a rabbit problem16:13
Sam-I-Amlook for rabbit_host in nova.conf16:13
*** kkirkpatrick has quit IRC16:13
Sam-I-Amit needs to point to the controller node16:13
*** ccrouch1 has quit IRC16:13
sk91ok16:14
*** mpaolino has joined #openstack16:14
*** salv-orlando has joined #openstack16:15
*** salv-orlando has quit IRC16:15
*** Dev_Jin has joined #openstack16:15
*** salv-orlando has joined #openstack16:15
*** ronis has quit IRC16:16
*** jab416171 has joined #openstack16:16
larsksm01: I'm not positive what the answer is, but the address is provided in the local-ipv4 key in the metadata available on the config drive...so if nothing else, you could pass in a userdata script that would take that and configure things for you.16:16
sk91Sam-I-Am, both nova.conf (controller and compute nova.confs) got the lines "rabbit_host = controller" and "rabbit_password = rabbitPass"16:16
*** mjfork has quit IRC16:16
*** georgem1 has joined #openstack16:17
*** daMaestro has joined #openstack16:18
*** lucendio1 has quit IRC16:18
sk91Sam-I-Am should i reinstall rabbitmq-server?16:18
*** Fetch_ is now known as Fetch16:18
larsksm01: Hmmm, but the meta-data doesn't provide a netmask or default gateway, so maybe not all that useful after all.16:19
m01larsks: well that's not quite enough, you'd need the netmask, default gw and DNS servers as well16:19
*** jtomasek has quit IRC16:19
larsksYeah :)16:19
*** karimb has quit IRC16:19
m01exactly :)16:19
*** Miouge has quit IRC16:19
*** Ala has quit IRC16:19
larsksThere's was a proposal out there to provide that in the metadata...let me see if I can find the review.16:19
*** ngoracke has joined #openstack16:19
m01so I remember seeing some bits of code in I think the bare metal driver that put the template into the config drive16:19
larsksm01: this is the blueprint I was thinking of: https://blueprints.launchpad.net/nova/+spec/metadata-service-network-info16:20
m01and the libvirt driver seems to inject it straight into /etc/network/interfaces (which seems highly suspicious)16:20
*** abrahamrhoffman has quit IRC16:20
Sam-I-Amsk91: is rabbitmq running on the controller node?16:20
larsksm01: yeah, anything that directly modifies the image seems to me like a terrible idea.16:20
Sam-I-Amm01: some cloud providers inject stuff directly into network config files16:21
* larsks eeeeeeeeews.16:21
*** Miouge has joined #openstack16:21
Sam-I-Ambecause there's no other obvious way in openstack to do it16:21
Sam-I-Amits not really designed for static IPs unless they're assigned by dhcp16:22
larsksm01:  as a workaround, you could provide netmask and gateway information via --meta, and have a script that interprets that along with the local-ipv4 key.16:22
m01well, as I said, I believe cloud-init has the mechanisms to look at that info in the config drive and apply it16:22
Sam-I-Amcloud-init can do it iirc16:22
*** tvvocold has quit IRC16:22
m01but if nova doesn't give it that info, that's not enough16:22
*** abrahamrhoffman has joined #openstack16:22
larsksm01: was that a reply to me?16:23
*** j05h has quit IRC16:23
m01larsks: no16:23
*** jobewan has joined #openstack16:23
m01larsks: well, that's very ugly because I now need to pre-allocate ports etc as well16:24
*** arxcruz has quit IRC16:24
m01the specific issue I'm facing I can indeed work around it with --meta, but I'm trying to understand what the general solution should be..16:24
*** booly-yam has quit IRC16:25
*** mattgri__ has quit IRC16:25
m01it seems like the blueprint that larsks dug out will fix the problem for OpenStack in kilo-2, subject to an accompanying cloud-init implementation16:25
larsksm01: I'm not sure why you would need to pre-allocate ports, but I agree it's not really pretty.  Other than that blueprint, which I think didn't go anywhere, I'm not really sure there is a pretty solution for assignment without dhcp.16:25
*** dimsum__ has quit IRC16:25
larsksOh, is it actually going to make it in kilo 2?16:26
Sam-I-Amm01: you might need to make whatever you're doing more... cloudy.16:26
larsksSpiffy.16:26
m01larsks: I thought it said series goal: acccepted for kilo-216:26
* larsks did not actually read very closely.16:26
*** cdub has joined #openstack16:27
m01Sam-I-Am: long story.. haha. But, the thing here is that OpenStack does expose the DHCP yes/no option on neutron networks, except that now you end up in a situation where OpenStack allocates an IP for your instance and you can't really find out about it16:28
m01Sam-I-Am: and it looks like most of the pieces are there, there's just a little bit missing in the middle16:28
*** dimsum__ has joined #openstack16:28
*** qhartman has joined #openstack16:29
sk91Sam-I-Am, seems rabbitmq is running controller :http://paste.ubuntu.com/9762364/16:29
*** achanda has joined #openstack16:30
*** jdurgin1 has joined #openstack16:30
*** amalagon has joined #openstack16:30
*** Raugturi has joined #openstack16:31
*** taj has quit IRC16:31
*** fzdarsky is now known as fzdarsky-afk16:31
*** dims_ has joined #openstack16:32
*** annashen has quit IRC16:33
*** vozcelik has joined #openstack16:33
*** krtaylor has joined #openstack16:33
*** jpsandiego42 has quit IRC16:34
*** Masahiro has joined #openstack16:35
*** macjack has quit IRC16:35
m01any idea how I can find code reviews for a given blueprint? (https://blueprints.launchpad.net/nova/+spec/metadata-service-network-info)16:35
*** nitti_ has joined #openstack16:35
*** benrodrigue has quit IRC16:35
*** ndipanov has quit IRC16:36
m01it says implementation: needs code review. I searched around gerrit but didn't find anything.16:36
*** a_le has quit IRC16:36
*** dimsum__ has quit IRC16:37
*** a_le has joined #openstack16:37
*** zz_avozza is now known as avozza16:38
m01ah found it16:38
m01from the whiteboard links16:38
Sam-I-Amsk91: and rabbit_host = controller (or the ip) ?16:38
Sam-I-Amsk91: and there's no firewall on the controller node?16:38
*** Networkn3rd has quit IRC16:38
*** Networkn3rd has joined #openstack16:38
*** nitti has quit IRC16:38
*** ggnel_t has quit IRC16:38
*** e0ne is now known as e0ne_16:39
*** Masahiro has quit IRC16:39
*** shibby has quit IRC16:39
*** Longgeek has quit IRC16:41
*** annashen has joined #openstack16:41
*** MilesDenver has quit IRC16:41
*** jsfrk has joined #openstack16:41
*** a_le has quit IRC16:41
*** obutenko_ has quit IRC16:41
*** obutenko has quit IRC16:41
*** karimb has joined #openstack16:41
jsfrkhi all16:42
*** steveg has quit IRC16:42
*** dizquierdo has quit IRC16:43
*** steveg` has joined #openstack16:43
*** elo has quit IRC16:43
*** Networkn3rd has quit IRC16:43
*** ddmitriev has quit IRC16:43
*** Networkn3rd has joined #openstack16:44
*** _cjones_ has joined #openstack16:44
jsfrkI'm looking for help with running Orchestration / Heat on my Openstack installation.16:44
*** fzdarsky-afk has quit IRC16:44
*** epopt37 has quit IRC16:44
*** jp_at_hp has quit IRC16:44
jsfrkplease look there: http://paste.openstack.org/show/158282/16:45
jsfrkthe problem is that heat stack-create fails with error: heatclient.exc.HTTPBadRequest: ERROR: Property error : server1: image 'NoneType' object has no attribute 'replace'16:45
*** alop has joined #openstack16:45
*** Longgeek has joined #openstack16:45
*** dmsimard is now known as dmsimard_away16:46
jsfrkinstallation was done using guide for Juno for Debian 716:46
*** cptweasel has quit IRC16:46
*** rwsu has joined #openstack16:47
*** Free_maN has quit IRC16:47
*** jpsandiego42 has joined #openstack16:47
*** dmsimard_away is now known as dmsimard16:47
*** duplex has quit IRC16:48
sk91Sam-I-Am, dont think firewall prevents, http://paste.ubuntu.com/9762460/ though when i inserted the command "nova-network" on compute, it said something about unrechable "localhost:5672" and the also port refused connection, could it be the problem? and rabbit_host = 192.168.1.31 didnt work same as rabbit_host = controller16:48
*** booly-yam has joined #openstack16:48
*** radez is now known as radez_g0n316:49
*** ktorn has quit IRC16:49
*** martins-afk is now known as martinst16:49
*** mrmartin has joined #openstack16:49
*** ktorn has joined #openstack16:49
*** benrodrigue has joined #openstack16:50
*** shibby has joined #openstack16:50
*** mikeoutland has joined #openstack16:50
*** achanda has quit IRC16:50
Sam-I-Amtry 'service restart nova-network' instead of just running the service16:50
*** bbcmicrocomputer has quit IRC16:52
*** jistr has quit IRC16:52
*** salv-orlando has quit IRC16:53
*** belmoreira has quit IRC16:53
*** danny__ is now known as dkr16:53
*** anshul has joined #openstack16:53
*** pblaho has quit IRC16:53
*** aimon has quit IRC16:54
*** jasonsb has joined #openstack16:54
*** ttrifonov is now known as zz_ttrifonov16:54
*** Longgeek has quit IRC16:54
*** mrmartin has quit IRC16:54
*** groen692 has quit IRC16:55
*** ktorn has quit IRC16:55
*** ktorn_ has joined #openstack16:55
*** Longgeek has joined #openstack16:55
*** Raj__ has quit IRC16:55
*** ktorn_ has quit IRC16:55
*** ktorn has joined #openstack16:56
*** dkr has left #openstack16:56
*** afazekas_ has quit IRC16:56
*** gszasz has quit IRC16:56
*** epopt37 has joined #openstack16:56
*** MarkBaker has quit IRC16:56
*** walterheck has joined #openstack16:58
*** annashen has quit IRC16:58
*** amotoki has joined #openstack16:58
*** KaZeR has joined #openstack16:58
*** swebb has quit IRC16:59
*** MarkBaker has joined #openstack17:00
*** rwsu has quit IRC17:00
*** ncerny has quit IRC17:00
*** abhirc has quit IRC17:00
*** jdurgin1 has quit IRC17:01
*** ncerny has joined #openstack17:01
*** wormwood has quit IRC17:01
*** vigneshvar_ has joined #openstack17:01
sk91Sam-I-Am, not again :(17:01
*** makije_ is now known as makije17:01
*** rmoe has quit IRC17:02
guimalufwhere can I find a debian7 image to upload on glance?17:02
*** bjornar has joined #openstack17:02
*** romainh has left #openstack17:03
*** koolhead17 has joined #openstack17:03
*** pberis has joined #openstack17:03
jsfrkguimaluf: if you have any debian running you can make image with 'build-openstack-debian-image'17:05
*** anshul has quit IRC17:06
*** nacim has joined #openstack17:06
*** gyee has joined #openstack17:06
*** alesales has quit IRC17:06
*** e0ne_ is now known as e0ne17:07
*** EricGonczer_ has quit IRC17:09
*** EricGonczer_ has joined #openstack17:09
*** Dev_Jin has quit IRC17:09
*** MrMonkey_ has joined #openstack17:09
*** abrahamrhoffman1 has joined #openstack17:09
*** cptweasel has joined #openstack17:09
*** jagee has joined #openstack17:10
*** Marga_ has quit IRC17:10
*** abrahamrhoffman has quit IRC17:11
*** amotoki has quit IRC17:11
*** corXi has quit IRC17:12
*** mrmartin has joined #openstack17:13
*** karimb has quit IRC17:13
*** abrahamrhoffman has joined #openstack17:13
*** abrahamrhoffman1 has quit IRC17:14
*** booly-yam has quit IRC17:14
*** damadhat has quit IRC17:14
*** rmoe has joined #openstack17:15
*** amotoki has joined #openstack17:15
*** nphase has quit IRC17:15
*** a_le has joined #openstack17:15
*** n0ano has quit IRC17:16
*** MrMonkey_ has quit IRC17:16
*** vigneshvar_ has quit IRC17:16
*** georgem1 has quit IRC17:16
*** zz_gondoi is now known as gondoi17:16
*** MrMonkey_ has joined #openstack17:16
*** mutex has quit IRC17:17
*** damadhatter has joined #openstack17:17
*** oro has joined #openstack17:17
*** MaxV has quit IRC17:17
*** LinstatSDR has joined #openstack17:18
*** pm90_ has joined #openstack17:18
*** bluex-pl has quit IRC17:18
*** sbfox has joined #openstack17:18
*** e0ne is now known as e0ne_17:18
*** yfauser has joined #openstack17:18
*** bluex-pl has joined #openstack17:19
*** booly-yam has joined #openstack17:19
*** mutex has joined #openstack17:19
*** rwsu has joined #openstack17:19
*** jfarschman has joined #openstack17:19
*** jfarschman is now known as MilesDenver17:19
*** pask81 has quit IRC17:19
*** marius_endian has quit IRC17:20
*** yfauser has left #openstack17:20
*** otter768 has joined #openstack17:20
m01larsks & Sam-I-am: thank you guys for your help. I think with that blueprint and the corresponding functionality in cloud-init, we'll be in good shape.17:20
*** TobiasE has left #openstack17:20
*** e0ne_ is now known as e0ne17:21
*** LinstatSDR has quit IRC17:21
*** dorftrottel has quit IRC17:21
*** sputnik13 has joined #openstack17:21
*** sputnik13 has quit IRC17:22
*** Muntaner has joined #openstack17:22
*** jpich has quit IRC17:22
Muntanerhi, I'm trieing to install OpenStack but I'm facing an issue, anybody can help?17:23
*** sputnik13 has joined #openstack17:23
*** huwei_ has joined #openstack17:23
*** galstrom is now known as galstrom_zzz17:24
* larsks activates mind reading skills.17:25
*** otter768 has quit IRC17:25
*** koolhead17 has quit IRC17:25
*** galstrom_zzz is now known as galstrom17:25
*** leeantho has joined #openstack17:26
*** shashankhegde has joined #openstack17:26
*** ronis has joined #openstack17:26
*** dims_ has quit IRC17:26
*** amotoki has quit IRC17:27
*** nacim has quit IRC17:28
*** SaintAardvark has joined #openstack17:28
*** lucendio has joined #openstack17:28
*** baker has quit IRC17:28
*** jwalcik has quit IRC17:28
*** jrist has quit IRC17:30
*** rromans has quit IRC17:30
*** dimsum__ has joined #openstack17:30
*** Tross1 has quit IRC17:30
*** steveg` is now known as sgordon17:30
*** bluex-pl has quit IRC17:31
*** Guest10177 has quit IRC17:31
*** derekh has quit IRC17:31
*** Tross has joined #openstack17:32
*** Muntaner has quit IRC17:32
*** jsfrk has quit IRC17:33
*** sarob has joined #openstack17:33
*** oro has quit IRC17:33
thebloggu I have an Havana deployment where I have some instances with associated volumes running correctly. However every time I try to attach a new volume or detach an existing one I get a "Attaching"/"Detaching" status for a while and then returns to its old status. I looked around the cinder logs and here's the relevant part of the api.log. volume and scheduler logs were either empty or with old entries. After a cinder-volume service restart I got the17:34
thebloggu following message on volume.log: "2015-01-16 12:27:00.292 24301 WARNING cinder.brick.iscsi.iscsi [req-ed588134-762b-4b00-88d6-6e8261963aa4 None None] Attempting recreate of backing lun...". Meanwhile I turned cinder debug and verbose mode so I can provide more info. Can someone help me?17:34
*** Arminder- has joined #openstack17:35
*** mpaolino has quit IRC17:35
*** amotoki has joined #openstack17:36
*** annegentle has quit IRC17:36
*** mpaolino has joined #openstack17:36
*** nivtukcio_ has joined #openstack17:36
*** annegentle has joined #openstack17:37
*** inodb_ has quit IRC17:37
*** aimon has joined #openstack17:37
*** baoli has joined #openstack17:37
*** nacim has joined #openstack17:37
*** inodb has joined #openstack17:37
*** rromans has joined #openstack17:38
*** Arminder has quit IRC17:39
*** vigneshvar has joined #openstack17:39
*** e0ne has quit IRC17:39
*** oro has joined #openstack17:39
*** cemason has joined #openstack17:40
*** m01 has left #openstack17:40
*** Arminder- has quit IRC17:40
*** Arminder has joined #openstack17:40
*** Marga_ has joined #openstack17:41
*** jwalcik has joined #openstack17:41
*** suneelb has joined #openstack17:41
*** Marga_ has quit IRC17:41
*** pm90_ has quit IRC17:42
*** pdb has quit IRC17:42
*** Marga_ has joined #openstack17:42
*** githogori_ has joined #openstack17:42
*** ronis has quit IRC17:42
*** SaintAardvark has quit IRC17:42
*** pm90_ has joined #openstack17:42
*** jrist has joined #openstack17:42
*** jareddlc has joined #openstack17:43
*** Realmy has joined #openstack17:44
*** bdpayne has joined #openstack17:44
*** Networkn3rd has quit IRC17:44
*** SaintAardvark has joined #openstack17:44
*** Networkn3rd has joined #openstack17:44
*** itarchitectkev has quit IRC17:48
*** koolhead17 has joined #openstack17:49
*** leeantho has quit IRC17:49
*** baoli has quit IRC17:49
*** baoli has joined #openstack17:50
*** achanda has joined #openstack17:50
*** nitti_ has quit IRC17:51
*** rwsu has quit IRC17:51
*** gszasz has joined #openstack17:51
*** nitti has joined #openstack17:51
*** ktorn has quit IRC17:53
*** puzzled has joined #openstack17:53
*** salv-orlando has joined #openstack17:53
*** shashankhegde has quit IRC17:54
*** mpaolino has quit IRC17:54
*** abhirc has joined #openstack17:55
*** rossk has joined #openstack17:55
*** ktorn has joined #openstack17:55
*** ranger81 has joined #openstack17:56
*** pkoniszewski has joined #openstack17:56
*** annashen has joined #openstack17:56
*** Reepicheep has joined #openstack17:56
*** Reepicheep has joined #openstack17:56
*** joffter has quit IRC17:57
*** lucendio has quit IRC17:57
*** thumpba has joined #openstack17:58
*** annegentle has quit IRC17:58
*** dylanmei has joined #openstack17:58
*** rotbeard has quit IRC17:58
*** nphase has joined #openstack17:58
*** rwsu has joined #openstack17:58
*** achanda has quit IRC17:59
*** nphase_ has joined #openstack17:59
*** nphase has quit IRC17:59
*** salv-orl_ has joined #openstack17:59
*** cemason has quit IRC17:59
*** annegentle has joined #openstack18:00
*** bvandenh has joined #openstack18:00
*** Miouge has quit IRC18:00
*** Marga_ has quit IRC18:00
*** bvandenh has quit IRC18:01
*** salv-orlando has quit IRC18:01
*** Marga_ has joined #openstack18:01
*** bvandenh has joined #openstack18:01
*** bvandenh has quit IRC18:01
*** okrieg has quit IRC18:01
*** ranger81_ has joined #openstack18:01
*** achanda has joined #openstack18:02
*** Marga_ has quit IRC18:02
*** oro has quit IRC18:02
*** shakamunyi has joined #openstack18:03
*** changbl has quit IRC18:03
*** ranger8__ has joined #openstack18:03
*** achanda has quit IRC18:03
*** Marga_ has joined #openstack18:03
*** ranger81 has quit IRC18:03
*** annegentle has quit IRC18:03
*** wormwood has joined #openstack18:04
*** patrickeast has joined #openstack18:04
*** warik has joined #openstack18:05
*** ranger81_ has quit IRC18:06
*** ljfisher has joined #openstack18:07
*** booly-yam has quit IRC18:07
*** SaintAardvark has quit IRC18:07
*** SaintAardvark has joined #openstack18:07
*** itarchitectkev has joined #openstack18:07
*** VW_ has quit IRC18:07
*** tzn has quit IRC18:08
*** leeantho has joined #openstack18:08
*** georgem1 has joined #openstack18:08
*** spicyramen_ has joined #openstack18:09
*** ranger81 has joined #openstack18:09
*** Bryanstein has left #openstack18:10
*** sbfox has quit IRC18:10
*** booly-yam has joined #openstack18:11
RealmyHi all18:11
*** pkoniszewski has quit IRC18:11
*** mrieger has quit IRC18:11
RealmyI have what is probably a stupid question18:11
*** lucendio has joined #openstack18:12
Realmycan you use ceph as a replacement for swift?18:12
Realmyor is it something that's usually done off to the side?18:12
Realmy(sorry for my lack of expertise on this)18:12
*** spicyramen_ has quit IRC18:12
*** ranger8__ has quit IRC18:12
*** jwalcik has quit IRC18:13
*** markvoelker has joined #openstack18:14
*** franred has quit IRC18:14
*** baoli has quit IRC18:14
*** baoli has joined #openstack18:15
*** amotoki has quit IRC18:15
*** spicyramen_ has joined #openstack18:15
*** bkopilov has joined #openstack18:15
*** georgem1 has quit IRC18:15
*** lucendio has quit IRC18:16
*** lucendio has joined #openstack18:16
*** shashankhegde has joined #openstack18:16
*** koolhead17 has quit IRC18:17
*** ivar-lazzaro has joined #openstack18:17
*** Miouge has joined #openstack18:17
*** harlowja_away is now known as harlowja18:18
*** georgem1 has joined #openstack18:18
*** maxdml has quit IRC18:19
*** jasonsb has quit IRC18:19
*** rossk_ has joined #openstack18:19
*** ivar-lazzaro has quit IRC18:19
*** ranger81 has quit IRC18:20
*** jasonsb has joined #openstack18:20
*** ivar-lazzaro has joined #openstack18:20
*** mrieger has joined #openstack18:20
*** sbfox has joined #openstack18:20
*** kso has quit IRC18:20
*** makije has quit IRC18:21
*** ranger81 has joined #openstack18:21
visualnewhy I cant I remove a /dev/loop1 from cinder-volumes18:22
visualneI keep seeing that its still in use18:22
*** ranger81_ has joined #openstack18:22
visualneI just want to get rid of it18:22
*** amotoki has joined #openstack18:22
*** stamak has quit IRC18:23
*** itarchitectkev has quit IRC18:23
*** rossk has quit IRC18:23
*** Masahiro has joined #openstack18:23
Sam-I-Amlvm still own it?18:24
Sam-I-Amfuser /dev/loop118:24
Sam-I-Amor lsof18:24
larsksOr just 'pvs', maybe....18:24
*** vectra has quit IRC18:24
*** jasonsb has quit IRC18:24
*** makije has joined #openstack18:25
*** huwei_ has quit IRC18:25
*** huwei_ has joined #openstack18:25
*** mcornea has quit IRC18:25
*** nivtukcio_ has quit IRC18:26
*** baoli has quit IRC18:26
*** nivtukcio__ has joined #openstack18:26
*** ranger81 has quit IRC18:26
*** ozstacker has joined #openstack18:26
Sam-I-Amor that18:26
*** baoli has joined #openstack18:26
sk91Hi, should i install rabbitmq-server on compute node as well or only on controller node?18:26
*** Marga_ has quit IRC18:26
Sam-I-Amcontroller only18:27
sk91ty18:27
*** Marga_ has joined #openstack18:27
*** spzala has quit IRC18:28
*** Masahiro has quit IRC18:28
*** prad has joined #openstack18:28
*** yfauser has joined #openstack18:28
*** yfauser has left #openstack18:28
*** e0ne has joined #openstack18:28
*** sbfox1 has joined #openstack18:29
*** sbfox1 has quit IRC18:29
*** sbfox has quit IRC18:29
*** sbfox1 has joined #openstack18:29
*** CASP3R has joined #openstack18:30
*** sk91 has quit IRC18:31
*** grafuls|AFK is now known as grafuls|gone18:31
*** puck has quit IRC18:32
*** swebb has joined #openstack18:33
*** budman has joined #openstack18:33
*** puck has joined #openstack18:33
*** Marga_ has quit IRC18:34
*** Marga_ has joined #openstack18:34
*** kso has joined #openstack18:34
*** pensu1 has quit IRC18:35
*** Marga__ has joined #openstack18:35
*** clayb has joined #openstack18:35
*** Marga__ has quit IRC18:35
*** Marga_ has quit IRC18:36
*** Guest26661 has quit IRC18:36
*** Marga_ has joined #openstack18:36
*** oro has joined #openstack18:37
*** pensu has joined #openstack18:38
*** grafuls|gone is now known as grafuls18:39
*** okrieg has joined #openstack18:39
*** dgurtner has quit IRC18:40
*** nivtukcio__ has quit IRC18:40
*** jcoufal has quit IRC18:41
*** grunt1 has quit IRC18:41
*** kso has quit IRC18:42
*** jwalcik has joined #openstack18:42
*** kso has joined #openstack18:42
*** Marga_ has quit IRC18:42
*** gszasz has quit IRC18:42
*** Marga_ has joined #openstack18:42
*** Marga_ has quit IRC18:43
*** Marga_ has joined #openstack18:43
*** cbader has joined #openstack18:44
*** salty has joined #openstack18:44
*** salty is now known as Guest2506818:45
*** FunnyLookinHat has quit IRC18:46
*** kitch_ has quit IRC18:46
*** kevinc_ has joined #openstack18:46
*** sunny has joined #openstack18:47
*** shashankhegde has quit IRC18:47
*** Marga_ has quit IRC18:48
sontekAre there docs on how to use cythonize with pbr?  Looking to add a couple build extensions18:48
*** baoli has quit IRC18:48
*** henrynash has quit IRC18:48
*** Marga_ has joined #openstack18:48
*** okrieg has quit IRC18:48
*** egallen has joined #openstack18:49
*** baoli has joined #openstack18:49
*** g3danken has joined #openstack18:49
*** Marga_ has quit IRC18:50
*** blinky_ghost has quit IRC18:50
*** Marga_ has joined #openstack18:50
*** Wizard-Z1 has joined #openstack18:51
*** yfauser has joined #openstack18:51
*** okrieg has joined #openstack18:51
*** sk91 has joined #openstack18:52
*** sputnik13 has quit IRC18:52
*** booly-yam has quit IRC18:52
sk91Do i need to inser "rabbit_port =5672" in nova.conf of both controller and compute node18:53
*** tkramer has quit IRC18:53
*** tkramer has joined #openstack18:53
*** geaaru has quit IRC18:53
*** CASP3R has quit IRC18:54
*** jcoufal has joined #openstack18:54
*** yfauser has left #openstack18:54
*** jpsandiego42 has quit IRC18:54
*** thumpba has quit IRC18:55
*** Marga_ has quit IRC18:55
*** shashankhegde has joined #openstack18:55
*** koolhead17 has joined #openstack18:55
*** thumpba has joined #openstack18:55
*** gaughen has quit IRC18:55
*** jcoufal has quit IRC18:55
*** gaughen has joined #openstack18:55
*** MrMonkey_ has quit IRC18:55
*** Marga_ has joined #openstack18:55
*** okrieg has quit IRC18:56
larskssmoser: If you're around...any chance of https://bugs.launchpad.net/cloud-init/+bug/1246485 getting fixes soon? The patch from siert seems like a reasonable fix.18:56
larskssk91: that should be the default, but it doesn't hurt to make it explicit.  And yes, all your nova services -- on either controller or compute node -- need to know how to reach the rabbitmq server.18:57
smoserlooking18:57
larskssmoser: Just ran into someone else who got bitten by the magical changing hostname...18:57
*** amotoki has quit IRC18:58
*** MrMonkey_ has joined #openstack18:58
*** jasonsb has joined #openstack18:58
*** jpsandiego42 has joined #openstack18:58
sk91larsks, thanks18:59
*** _cjones_ has quit IRC18:59
*** radez_g0n3 is now known as radez18:59
*** shibby has quit IRC18:59
*** okrieg has joined #openstack19:00
*** amotoki has joined #openstack19:01
*** cdent has quit IRC19:01
*** kireevco has joined #openstack19:01
*** _cjones_ has joined #openstack19:01
sontekI'm not seeing any documentation or projects using build extensions in openstack, is this a feature not supported now? Do I just use it the standard way instead of declaring in setup.cfg?19:02
*** balajiiyer has joined #openstack19:02
kireevcoHi all, I'm trying to mount swift with s3fuse, anyone could give some guidance please?19:02
*** jwalcik has quit IRC19:02
*** Wizard-Z1 has quit IRC19:02
kireevco(specifically url parameter and creds, I'm getting: s3fs: could not establish security credentials, check documentation) Thanks!19:02
*** Marga_ has quit IRC19:03
*** sputnik13 has joined #openstack19:03
*** Marga_ has joined #openstack19:03
*** baoli has quit IRC19:03
*** flaviof has joined #openstack19:03
*** Marga_ has quit IRC19:04
*** Marga_ has joined #openstack19:04
*** avozza is now known as zz_avozza19:05
*** kitch_ has joined #openstack19:05
*** marcelodieder has quit IRC19:06
*** Guest54033 is now known as dk19:06
*** marcelodieder has joined #openstack19:06
*** renatoarmani has joined #openstack19:07
smoserlarsks, fwiw, the code specifically has a coment on this.19:07
smoserin cloudinit/distros/rhel.py19:07
smoserpointing to http://www.centos.org/docs/5/html/5.2/Deployment_Guide/s2-sysconfig-network.html19:07
smoserwhic hsays:19:07
smoserHOSTNAME=<value>, where <value> should be the Fully Qualified Domain Name (FQDN), such as hostname.expample.com, but can be whatever hostname is necessary.19:07
*** nacim has quit IRC19:07
larskssmoser: riiiiight.19:07
larskssmoser: but the problem is that cloud-init is setting the writeable hostname different from the runtime hostname.19:08
smoserfor sure changing doesnt make sense.19:08
larskssmoser: if it were to use *either* the fqdn for both, or the short form for both, that would be fine.19:08
championofcyrod1hi.  where should i start looking if instances don't become active and just hang when attaching/allocating a volume?19:08
championofcyrod1like... what 'openstack' logs would have the error?19:08
smoserhostnames really suck.19:08
larskssmoser: so using the fqdn for both seems to make the most sense to me.19:08
smoserhttps://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/138379419:08
larsksThis is what the system does when it reboots -- it reads the hostname from that file, and uses it verbatim.19:08
smosersee that ^19:08
smoserannoying.19:08
championofcyrod1if your host name isnt fqdn, you can just add the domain in /etc/resolv.conf as 'search domain.com'19:09
*** booly-yam has joined #openstack19:09
championofcyrod1and it should find the short name19:09
larskssmoser: Agreed...so I don't really prefer one vs the other, as long as the value written to the file matches the value configured at runtime.19:09
*** openstick has joined #openstack19:09
smoserright.19:09
*** openstick has quit IRC19:09
*** baoli has joined #openstack19:10
larskssmoser: Should there be a cloud-config switch for "use fqdn" vs "use short name"?19:10
*** Marga_ has quit IRC19:10
championofcyrod1i would throw exception if FQDN isnt used.19:10
larsksAnd then just use the same value in both places?19:10
championofcyrod1then most users connectivitiy issues would be mitigated.19:10
*** morazi_ has joined #openstack19:10
*** vzm has joined #openstack19:10
*** Marga_ has joined #openstack19:10
larsksOr should this just be handled in the distro modules, and be different for rhel-ish vs ubuntu-ish?19:10
*** madjar has quit IRC19:11
smoserlarsks, well changing doens't make any sense.19:11
larskssmoser: I'm not following you there.19:12
smoserchanging on reboot doesn't make sense.19:12
smoseron any distro19:12
larsksRight, agreed.19:12
larsksBUt this is what cloud-init is telling the sysytem to do right now :)19:12
larsksSiert's patch, which passes writeable_hostname to both _write_hostname and _apply_hostname, would fix that behavior.19:13
smoserright.19:14
*** morazi has quit IRC19:14
*** Marga_ has quit IRC19:14
*** ranger81 has joined #openstack19:14
*** Marga_ has joined #openstack19:14
*** Hexxis has quit IRC19:14
*** yamahata has joined #openstack19:15
*** marrusl has quit IRC19:15
*** ajo has quit IRC19:15
*** rwsu has quit IRC19:15
*** dims_ has joined #openstack19:16
*** berendt has quit IRC19:16
*** fandi has joined #openstack19:17
larsksDoes that "right" mean "yes that is indeed the behavior of the patch", or is that more along the lines of "yes that seems like a reasonable fix"?19:17
*** Hexxis has joined #openstack19:17
*** ranger81_ has quit IRC19:17
*** shibby has joined #openstack19:18
*** dimsum__ has quit IRC19:19
*** zz_avozza is now known as avozza19:20
*** jpsandiego42 has quit IRC19:20
*** nacim has joined #openstack19:21
*** otter768 has joined #openstack19:21
*** nelsnelson has quit IRC19:24
*** elo has joined #openstack19:24
*** kevinc_ has quit IRC19:25
*** thebloggu has quit IRC19:25
*** davi has quit IRC19:25
* larsks attempts to inscrute (<-- not a real word) smoser19:25
*** otter768 has quit IRC19:26
*** nacim has quit IRC19:26
*** kawa2014 has quit IRC19:26
*** walterheck has quit IRC19:26
*** Arminder has quit IRC19:27
*** Arminder has joined #openstack19:27
*** nelsnelson has joined #openstack19:27
*** kevinc_ has joined #openstack19:28
*** okrieg has quit IRC19:28
*** racedo has quit IRC19:28
*** ajo has joined #openstack19:28
*** Marga_ has quit IRC19:29
*** sunny has quit IRC19:29
*** Marga_ has joined #openstack19:29
*** jpsandiego42 has joined #openstack19:30
*** Marga_ has quit IRC19:30
*** Arminder has quit IRC19:30
*** thumpba has quit IRC19:30
*** Marga_ has joined #openstack19:30
*** walterheck has joined #openstack19:30
*** Arminder has joined #openstack19:30
*** thumpba has joined #openstack19:31
*** thumpba has quit IRC19:31
*** thumpba has joined #openstack19:31
*** avozza is now known as zz_avozza19:31
smoserlarsks, fixed and pushed to trunk.19:32
*** Maveric7911 has quit IRC19:32
*** Hexxis has quit IRC19:32
*** okrieg has joined #openstack19:32
vt102I stuck my fingers into icehouse/neutron/OVS and now my router namespace is being created, but the qr- and qg- interfaces are not.  Trying to figure out what I broke.  What should make those, l3-agent?19:32
*** rwsu has joined #openstack19:32
*** pixelbeat has quit IRC19:33
larskssmoser: awesome!19:33
*** antons has joined #openstack19:33
championofcyrod1well at this point I'm stumped.  who do I PAY to get openstack support from the context of... my pretty ui in horizon shows a spinner/gif that never ends. and i need guidance for troubleshooting a failed resize?19:33
Sam-I-Amchampionofcyrod1: lol19:33
*** walterheck has quit IRC19:33
*** Arminder has quit IRC19:34
Sam-I-Amthere are a few companies out there, but they also support their own rollups of openstack19:34
*** Arminder has joined #openstack19:34
championofcyrod1so i have to pay for their rollup... meh, i'll just keep digging and bashing my head against the logs until i find the single line in a conf file that needs tweaking.19:35
antonsguys is there skype group for openstack/linux training ?19:35
*** go_habs_go has quit IRC19:35
antonsi need help on setting up multi-vm-machine using kvm. thats for openstack19:35
championofcyrod1antons: the way that statement is phrased confuses me19:36
*** Hexxis has joined #openstack19:36
*** ZZelle_ has joined #openstack19:36
*** sunny has joined #openstack19:37
championofcyrod1multi-vm-machine - ??? a machine that runs multiple VMs?19:37
*** VW_ has joined #openstack19:37
antonsits very simple19:37
antonsits one server 12cpu's 2tb storage that i want to split in 5 servers19:37
antonsto run devstack cloud on19:37
championofcyrod1using openstack19:37
antonsit has 3 nic's19:37
championofcyrod1right, so you "need help adding a server to an openstack cluster as an additional compute node?"19:37
*** crose has quit IRC19:38
Sam-I-Amchampionofcyrod1: you actually pay for support19:38
*** yamahata has quit IRC19:38
Sam-I-Amchampionofcyrod1: the software is free19:38
antonsi need help setting up kvm and spinning 4 centos vm's  on it19:38
*** cpg|away is now known as cpg19:38
*** ranger81 has quit IRC19:38
Sam-I-Amchampionofcyrod1: for example, os-ansible-deployment is more or less rackspace private cloud19:38
championofcyrod1Sam-I-Am: i know.   as we charge support for the open source product we make :)19:38
*** cookednoodles has joined #openstack19:38
Sam-I-Amchampionofcyrod1: you can download and install it without any $, but if you want support, its $.19:38
*** yamahata has joined #openstack19:38
*** ranger81 has joined #openstack19:38
*** sivy has quit IRC19:38
antonsdoes ansible/vagrant sits on top of KVM ?19:39
championofcyrod1antons: centos? ubuntu?19:39
antonscentos19:39
*** shibby has quit IRC19:39
championofcyrod1antons: http://wiki.centos.org/HowTos/KVM19:39
antonsbut im confused how its all overlayed ...19:39
championofcyrod1you don't really need 'openstack' if you just want kvm19:40
championofcyrod1Host setup is for you server...19:40
*** marrusl has joined #openstack19:40
*** Marga_ has quit IRC19:40
championofcyrod1guest setup is an example of setting up a VM.19:40
*** Marga_ has joined #openstack19:40
championofcyrod1so do step 1, once... step 2, five times.19:41
*** amotoki has quit IRC19:41
antonswait. what do you mean i dont want to go with openstack if i go with kvm ?19:41
*** lodgenbd has quit IRC19:41
championofcyrod1openstack depends on kvm, which depends on libvirt19:42
championofcyrod1http://en.wikipedia.org/wiki/Libvirt19:42
antonsso if i want to do devstack on single node server19:43
championofcyrod1so if you just want 5 VMs on a single host... you can use KVM to accomplish that w/o installing openstack.19:43
antonshow do i do it without installing kvm ?19:43
championofcyrod1what do you mean by 'devstack'19:43
antonsi want 5vms that will run devstack on single node...19:43
championofcyrod1LAMP ?19:43
antonstheres thing called devstack19:43
*** shibby has joined #openstack19:43
*** joffter has joined #openstack19:44
antonsits basically openstack in the mini form19:44
championofcyrod1ah... devstack is another openstack product then... i guess you'll need openstack to support it then19:44
*** kitch_ has quit IRC19:45
georgem1antons: what do you actually want to do? why do you need devstack? if you just need 5 vms that will start and do their thing, then openstack is overkill19:45
championofcyrod1we're using openstack because we have 10 servers like the one you mentioned.  and each 'cloud' (vpc) needs it's own LAN.19:45
championofcyrod1essentially to manage multiple hypervisors and networks.19:46
*** Realmy has quit IRC19:46
georgem1antons: if you want to actually give some devs and enviroment where they can spin up theirown vms using API calls or a dashboard, then openstack is the tool, but devstack is not the best choice19:46
championofcyrod1georgem1: i think antons wants the software listed here: http://docs.openstack.org/developer/devstack/overview.html19:47
championofcyrod1aka, apache, rabbitmq, qpid, apache, postgres, mysqld...19:47
*** jwalcik has joined #openstack19:47
georgem1championofcyrod1: I know what devstack does, I don't know what he wants to do with it..19:48
*** sk91 has quit IRC19:48
*** Marga_ has quit IRC19:49
*** Joufflu has joined #openstack19:49
*** mbeierl has joined #openstack19:49
*** Marga_ has joined #openstack19:49
championofcyrod1Probably this:"DevStack is ideal for potential users who want to see what the Dashboard looks like from an admin or user perspective, and OpenStack contributors wanting to test against a complete local environment." - http://www.openstack.org/software/start/19:50
championofcyrod1i'm guessing he isnt a contributor...19:50
*** a_le has quit IRC19:51
mbeierlI made a mistake somewhere in my neutron config and I ended up with the name "alias" in there at one time.  I fixed that up and there are no more references to the name "alias" anywhere under /etc/neutron/*, yet when I start the agent up, I still get neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] Unable to create tunnel port. Invalid remote IP: alias.  Where else might I have missed?19:51
*** georgem1 has quit IRC19:51
*** VW_ has quit IRC19:52
*** _cjones_ has quit IRC19:53
*** Marga_ has quit IRC19:53
*** Marga_ has joined #openstack19:53
*** tongli has joined #openstack19:54
championofcyrod1mbeierl: my openstack config uses mysqld and there is a neutron table....19:54
*** Arminder- has joined #openstack19:55
mbeierlchampionofcyrod1: thanks!  good point19:55
championofcyrod1and in my networks table, are all of my virtual networks.19:55
championofcyrod1sorry...19:55
championofcyrod1a neutron database, and a networks table.19:55
*** baoli has quit IRC19:56
*** aimon has quit IRC19:56
*** Arminder has quit IRC19:56
mbeierlyes.  followed that :)19:56
*** sunny has quit IRC19:56
*** aimon has joined #openstack19:56
*** shibby has quit IRC19:56
*** signed8bit has joined #openstack19:57
*** Marga_ has quit IRC19:57
*** Marga_ has joined #openstack19:57
*** PaulCapestany has joined #openstack19:58
*** sbfox1 has quit IRC19:58
*** marcelodieder has quit IRC19:58
*** cptweasel has quit IRC19:58
*** shibby has joined #openstack19:58
*** sbfox has joined #openstack19:59
*** BinSlashBash has quit IRC19:59
*** sbfox has quit IRC19:59
*** sbfox has joined #openstack20:00
mbeierlaha.  Found a name in ml2_gre_endpoints;  Now to track down relationships and clean that up20:00
*** sunny has joined #openstack20:00
*** achanda has joined #openstack20:00
*** moos3 has quit IRC20:01
*** aimon has quit IRC20:01
*** kevinc_ has quit IRC20:01
antonsi don't think question was whether what i was trying to do with devstack but rather how to setup devstack on kvm but i guess it's easier to derail questions right georgem120:01
championofcyrod1and i just found my error with my cinder volume management!20:01
*** baker has joined #openstack20:01
*** moos3 has joined #openstack20:02
championofcyrod1antons: aside from that... i think devstack "includes" kvm.20:02
championofcyrod1ah maybe not...20:02
*** SaintAardvark has quit IRC20:02
championofcyrod1"The default services configured by DevStack are Identity (Keystone), Object Storage (Swift), Image Storage (Glance), Block Storage (Cinder), Compute (Nova), Network (Nova), Dashboard (Horizon), Orchestration (Heat)"20:02
championofcyrod1KVM is for the 'compute' service.20:03
*** sputnik13 has quit IRC20:03
*** che-arne has quit IRC20:03
championofcyrod1in some cases i've heard of people also using vmware with the nova compute service20:03
antonsi believe i'll need to split physical node into multiple vm's for multiple openstack purposes20:03
antonsfor now im trying to do 2 vm's on single node using kvm so i can get multi-node devstack installed and working20:04
antonsbut never had kvm experience20:04
*** amalagon has quit IRC20:04
*** shibby has quit IRC20:04
sc68calantons: have you looked at the docs for multinode on devstack.org?20:04
*** annashen has quit IRC20:04
antonssc68cal, yes but they dont go into details on kvm setup/config20:04
antonsor i missed it20:05
sc68calantons: kvm setup is handled by nova and devstack20:05
championofcyrod1^was gonna say that20:05
championofcyrod1http://docs.openstack.org/developer/devstack/guides/multinode-lab.html20:05
championofcyrod1shows the path in the cleaning up after devstack portion20:05
sc68calvia VIRT_DRIVER in DevStack20:06
championofcyrod1"/etc/libvirt/qemu..."20:06
*** Marga_ has quit IRC20:06
*** amalagon has joined #openstack20:06
*** Marga_ has joined #openstack20:07
*** VW_ has joined #openstack20:07
*** zerick has joined #openstack20:07
*** blair has joined #openstack20:07
antonswait where in multi-node-lab there's KVM portion ?20:07
antonsi'm confused whether they use 2 actual physical nodes for this setup20:08
*** kebray has quit IRC20:08
antonsor setup was performed on single physical node that was later split by kvm or something else20:08
*** eblake has joined #openstack20:09
*** bill_az has quit IRC20:09
championofcyrod1antons: the KVM install is included here :http://docs.openstack.org/developer/devstack/guides/multinode-lab.html#download-devstack20:09
championofcyrod1stack.sh maybe?20:09
*** sunny has quit IRC20:09
*** salv-orl_ has quit IRC20:10
*** thangp has quit IRC20:10
*** RScottCoyle__ has quit IRC20:10
antonsso its basically automated ? script splits physical node into multiple vm's and installs roles on it ?20:10
*** achanda has quit IRC20:10
antonscan somebody confirm that20:10
*** sunny has joined #openstack20:10
*** georgem1 has joined #openstack20:11
*** mrmartin has quit IRC20:11
*** renatoarmani has quit IRC20:11
sc68calantons: No20:11
sc68calDevStack just sets up the services you specify in ENABLED_SERVICES20:12
*** radez is now known as radez_g0n320:12
*** achanda has joined #openstack20:12
championofcyrod1yum groupinstall "Virtualization" "Virtualization Tools" "Virtualization Platform"20:12
sc68calyou'd have two write tooling around creating VMs then pushing configs on each, then invoking devstack20:12
*** Masahiro has joined #openstack20:12
sc68calmy suggestion is to start with an all-in-one configuration20:12
antonssc68cal, is there guide for that20:12
antonsthats easy20:12
*** moos3 has quit IRC20:13
antonsi was trying hard way with multinode :)20:13
sc68calDevStack is a bit tricky, depending on the position of the planets, especially if you're running master branch20:13
sc68calso all-in-one is the best way to get started20:13
*** VW_ has quit IRC20:13
*** VW_ has joined #openstack20:14
*** amalagon has quit IRC20:14
championofcyrod1speaking of easy... since i started using openstack, i've been thinking about switching careers and just selling grilled cheese sandwiches to drunk college students in my town.20:14
*** sivy has joined #openstack20:14
*** ranger81 has quit IRC20:15
*** radez_g0n3 is now known as radez20:15
championofcyrod1like a corner booth20:15
championofcyrod1witha  george foreman20:15
sc68calchampionofcyrod1: lol - i too have had dreams of living a more simple life20:15
championofcyrod1hmmm... any ideas about this one:20:16
championofcyrod1 ERROR cinder.scheduler.filters.capacity_filter [req-39d5774e-9f31-4e1c-a074-db37ffb4cd30 c697f2d5e3fb40a6abea3d8fc5d3c9df 0dc5c66d16b04d48b07c868cc195f46a - - -] Free capacity not set: volume node info collection broken.20:16
*** jwalcik has quit IRC20:16
*** Masahiro has quit IRC20:17
championofcyrod1also rabbitmq ECONNREFUSED errors... but i checked the settings in /etc/cinder/cinder.conf for rabbitmq_userid/password and they are correct.20:17
*** achanda has quit IRC20:17
*** e0ne is now known as e0ne_20:18
*** aimon has joined #openstack20:18
*** fzdarsky has joined #openstack20:19
championofcyrod1holy smokes... cinder supports ZFS?!20:20
championofcyrod1just found that in the cinder.conf20:20
*** shashankhegde has quit IRC20:20
*** jpena has quit IRC20:20
*** sivy has quit IRC20:21
*** timsim has quit IRC20:21
*** SaintAardvark has joined #openstack20:21
*** rushiagr_away is now known as rushiagr20:22
*** badon has joined #openstack20:22
*** zz_avozza is now known as avozza20:23
*** _cjones_ has joined #openstack20:23
*** diegows has joined #openstack20:23
*** nivtukcio_ has joined #openstack20:24
*** pboros has quit IRC20:26
georgem1championofcyrod1:is it connecting to the right rabbitmq?20:26
*** annashen has joined #openstack20:26
*** salv-orlando has joined #openstack20:26
*** arbrandes has quit IRC20:28
*** prad has quit IRC20:28
*** Arminder- has quit IRC20:29
*** Marga_ has quit IRC20:29
*** nivtukcio_ has quit IRC20:29
*** Arminder has joined #openstack20:29
*** Marga_ has joined #openstack20:30
*** balajiiyer has quit IRC20:30
*** Marga_ has quit IRC20:30
*** morazi_ has quit IRC20:30
*** morazi has joined #openstack20:30
*** visualne has quit IRC20:30
*** Marga_ has joined #openstack20:31
mbeierlStill caught in a catch-22: cannot delete a vm because on one and only one node, "Connection to neutron failed: Maximum attempts reached".  How do I find out what neutron server the nova compute is attempting to contact that only the one server says it cannot be reached?20:31
*** Arminder has quit IRC20:31
mbeierlI have tried diffing the files between systems20:31
*** rossk_ is now known as rossk20:31
*** Arminder has joined #openstack20:32
*** GentileBen has quit IRC20:32
*** avozza is now known as zz_avozza20:32
avagimbeierl: did you check the service status? (horizon or commandline)20:33
*** galstrom is now known as galstrom_zzz20:34
championofcyrod1georgem1: yea, i checked the port it was trying against the PID.  and it's not the murano rabbitmq... which is the only one i have20:35
*** georgem1 has quit IRC20:35
championofcyrod1the cinder-api.log showed creating of the volume w/o a problem... what it looks like is the message is being published to nova compute to allocate the instance... nova compute says standby... but never responds w/ ACTIVE... which could be related to the queue connection being refused...20:36
*** signed8bit has quit IRC20:36
*** achanda has joined #openstack20:36
*** gpruessmann has left #openstack20:37
championofcyrod1MessagingTimeout: Timed out waiting for a reply to message ID 1eba4624abd749639581cbbe89c3cc9f20:37
championofcyrod1i'm getting closer... i can feel it.20:38
avagimbeierl: check the following lists: "nova service-list; neutron agent-list"20:38
mbeierlavagi: the neutron service on the main controller?  Yes, it is up and reachable by two other compute nodes in this 3 node cluster20:38
mbeierlavagi: from controller or on node20:39
avagimbeierl: from controller20:39
*** georgem1 has joined #openstack20:39
avagimbeierl: I assume, the agent-list is not fine20:40
mbeierlavagi: you pointed me at something really good:  it appears that when I tried to execute the command on the compute node, it hit my corporate proxy instead of the controller !20:40
championofcyrod12015-01-16 20:32:27.136 4741 ERROR oslo.messaging._drivers.impl_rabbit [req-1d4785a4-e718-4dc9-a38d-dd65d06e0311 ] Failed to publish message to topic 'conductor': [Errno 32] Broken pipe20:40
*** pm90_ has quit IRC20:40
avagimbeierl: ;-)20:40
*** shibby has joined #openstack20:41
mbeierlavagi: but that happens on the other too... from cmd line where the alias was.  Looking further to this one, as the services show good on the controller20:41
*** georgem1 has quit IRC20:41
*** signed8bit has joined #openstack20:42
championofcyrod1=ERROR REPORT==== 16-Jan-2015::20:32:41 ===20:42
championofcyrod1closing AMQP connection <0.15149.1850> (10.10.20.5:38451 -> 10.10.20.3:5673):20:42
championofcyrod1{handshake_timeout,handshake}20:42
*** Longgeek has quit IRC20:42
*** georgem1 has joined #openstack20:42
championofcyrod1hmmm handshake timeouts?20:42
*** achanda has quit IRC20:42
*** dyasny has quit IRC20:42
*** Reyu is now known as ReyuAway20:42
*** achanda has joined #openstack20:43
*** VW_ has quit IRC20:43
*** VW_ has joined #openstack20:43
*** Longgeek has joined #openstack20:43
*** ajo has quit IRC20:43
*** SaintAardvark has quit IRC20:44
*** henrynash has joined #openstack20:44
avagimbeierl: ... and the agent-list? are all with simely :-) ?20:44
championofcyrod1also probably why my ceilometer-agent is having issues too... remind me not to ever let rabbitmq fail20:44
*** dyasny has joined #openstack20:44
mbeierlavagi: yes20:44
*** ranger81 has joined #openstack20:45
*** nacim has joined #openstack20:46
avagimbeierl: did you try to grep for the error message in /var/log/{nova,neutron}? the lines before should help you to identify the target server20:47
*** yigal has quit IRC20:47
*** timsim has joined #openstack20:48
avagimbeierl: ... or you can enable debug mode to get more info20:49
mbeierlin nova it does not tell me the target server.  It shows the instance id, a large backtrace but no targetr20:49
mbeierlavagi: will try turning on debug20:49
*** cptweasel has joined #openstack20:49
*** pensu has quit IRC20:50
*** timsim has quit IRC20:50
avagiif you have only some compute nodes, you can check on the horizon/hipervisors menü the instanec IDs20:50
*** kalz has joined #openstack20:51
*** timsim has joined #openstack20:51
*** SaintAardvark has joined #openstack20:52
*** Marga_ has quit IRC20:52
*** changbl has joined #openstack20:52
*** timsim has quit IRC20:53
*** e0ne_ has quit IRC20:53
*** timsim has joined #openstack20:54
*** _cjones_ has quit IRC20:54
*** _cjones_ has joined #openstack20:54
*** anderbubble has quit IRC20:55
avagior try this: # for inst in $(nova list | grep "[[:alnum:]]-[[:alnum:]]" | awk '{print $4}'); do echo -n "$inst:"; nova show $inst | grep "instance_name"; done20:55
*** baker has quit IRC20:55
*** jlrodriguez has quit IRC20:55
*** pixelbeat has joined #openstack20:56
avagibetter version: # for inst in $(nova list | grep "[[:alnum:]]-[[:alnum:]]" | awk '{print $4}'); do echo "$inst:"; nova show $inst | egrep "(host|instance_name)"; done20:56
*** shibby has quit IRC20:56
*** anderbubble has joined #openstack20:57
*** anderbubble has quit IRC20:57
*** vt102 has quit IRC20:57
*** rlucio has joined #openstack20:57
*** sunny has quit IRC20:58
*** ChuckC_ has quit IRC20:58
*** qhartman has quit IRC20:59
*** signed8bit has quit IRC21:00
*** vigneshvar has quit IRC21:00
*** nitti_ has joined #openstack21:00
championofcyrod1okay... well it looks like nova notifications are not making back from the queue21:00
*** rmartinelli_ has quit IRC21:00
*** nitti_ has quit IRC21:00
*** baker has joined #openstack21:01
*** MarcMorata has joined #openstack21:01
*** nitti_ has joined #openstack21:01
mbeierlavagi: aha!  It was the stupid http proxy.  I ended up putting 'unset http_proxy' right into the /etc/init.d/openstack-nova script and now it works.21:01
mbeierlwhen nova cannot call back, bad things happen :)21:01
avagicongrat :-)21:02
*** sputnik13 has joined #openstack21:02
*** ChuckC has joined #openstack21:02
*** sayan has quit IRC21:02
*** georgem1 has quit IRC21:03
mbeierlthanks for that command that I accidentally ran on the compute node.  It right away gave me the clue when it gave an HTTP 403 response.  I recognize that in this network to mean: "403 - you hit the proxy, dummy!"21:03
mbeierlAnd that is a wonderful one-liner script you posted.  Lots of good info too21:03
*** nitti has quit IRC21:04
*** a_le has joined #openstack21:04
*** coredump has quit IRC21:05
*** Longgeek_ has joined #openstack21:06
*** anderbubble has joined #openstack21:06
*** Longgeek has quit IRC21:06
*** picta has joined #openstack21:07
*** nitti has joined #openstack21:07
*** yigal has joined #openstack21:07
*** nitti has quit IRC21:07
*** nitti has joined #openstack21:08
avagimbeierl: you are welcome  :-)21:09
* championofcyrod1 is about to call it a day.21:09
*** achanda has quit IRC21:09
*** ReyuAway is now known as Reyu21:09
*** joffter has quit IRC21:10
*** pixelbeat has quit IRC21:10
*** nitti_ has quit IRC21:10
*** test____ has joined #openstack21:13
*** test____ has left #openstack21:13
*** vigneshvar has joined #openstack21:15
*** panda has quit IRC21:15
*** sarob has quit IRC21:16
*** melwitt has joined #openstack21:16
*** sarob has joined #openstack21:16
*** amalagon has joined #openstack21:16
*** panda has joined #openstack21:16
*** pm90_ has joined #openstack21:17
*** okrieg has joined #openstack21:17
*** pm90_ has quit IRC21:17
*** shashankhegde has joined #openstack21:18
*** pm90_ has joined #openstack21:18
*** achanda has joined #openstack21:19
*** achanda has quit IRC21:20
*** sputnik13 has quit IRC21:21
*** sc68cal has quit IRC21:22
*** Longgeek_ has quit IRC21:22
*** otter768 has joined #openstack21:22
*** sputnik13 has joined #openstack21:22
*** fsimonce has quit IRC21:23
*** zz_avozza is now known as avozza21:23
*** stamak has joined #openstack21:24
*** mattgriffin has joined #openstack21:25
*** spicyramen_ has quit IRC21:25
*** otter768 has quit IRC21:27
*** zz_ttrifonov is now known as ttrifonov21:28
*** georgem1 has joined #openstack21:28
*** platta has quit IRC21:28
*** e0ne has joined #openstack21:28
*** e0ne has quit IRC21:29
*** osvaldo has quit IRC21:29
*** sc68cal has joined #openstack21:30
*** arielb has quit IRC21:30
*** sunny has joined #openstack21:31
*** dylanmei_ has joined #openstack21:31
*** fandi has quit IRC21:32
*** VW__ has joined #openstack21:33
*** VW_ has quit IRC21:33
*** VW__ has quit IRC21:33
*** dylanmei has quit IRC21:34
*** pberis has quit IRC21:34
*** VW_ has joined #openstack21:34
*** joffter has joined #openstack21:35
*** sputnik13 has quit IRC21:35
*** sputnik13 has joined #openstack21:35
*** tongli has quit IRC21:35
*** sunny has quit IRC21:35
*** picta has quit IRC21:36
*** wormwood has quit IRC21:36
*** pelix1 has quit IRC21:37
*** leakypipes has quit IRC21:38
*** sarob has quit IRC21:38
*** stamak has quit IRC21:38
*** jeremati_ has joined #openstack21:39
*** radez is now known as radez_g0n321:41
*** markvoelker has quit IRC21:41
*** markvoelker has joined #openstack21:41
*** jerematic has quit IRC21:43
*** okrieg has quit IRC21:43
*** fandi has joined #openstack21:44
*** moos3 has joined #openstack21:44
*** changbl has quit IRC21:44
*** dachary has quit IRC21:44
*** dachary has joined #openstack21:44
*** daMaestro has quit IRC21:44
*** koolhead17 has quit IRC21:45
*** markvoelker has quit IRC21:45
*** bdpayne has quit IRC21:48
jillrlearning ceilometer and having a rough go with 'limit'. can anyone point me at where I'm going wrong?  http://paste.openstack.org/show/158322/21:48
*** Osenpai has joined #openstack21:48
*** badiane_ka has quit IRC21:49
*** wormwood has joined #openstack21:52
*** baker has quit IRC21:54
*** cptwease_ has joined #openstack21:56
*** kevinc_ has joined #openstack21:56
*** avozza is now known as zz_avozza21:57
*** cptweasel has quit IRC21:58
*** sarob has joined #openstack21:58
*** yfauser has joined #openstack21:59
*** yfauser has left #openstack21:59
*** appprod0 has joined #openstack22:00
*** cptwease_ has quit IRC22:00
*** badiane_ka has joined #openstack22:00
*** Masahiro has joined #openstack22:01
*** youellet has quit IRC22:01
*** badiane_ka has joined #openstack22:02
*** youellet has joined #openstack22:02
*** sputnik13 has quit IRC22:02
*** MilesDenver has quit IRC22:03
*** huwei_ has quit IRC22:03
*** cptweasel has joined #openstack22:04
*** BOKALDO has quit IRC22:04
*** cptweasel has quit IRC22:05
*** jfarschman has joined #openstack22:05
*** jfarschman is now known as MilesDenver22:05
*** appprod0 has quit IRC22:05
*** baker has joined #openstack22:05
*** MilesDenver has quit IRC22:05
*** jfarschman has joined #openstack22:05
*** jfarschman is now known as MilesDenver22:05
*** mrunge has quit IRC22:05
*** Masahiro has quit IRC22:06
*** thrash is now known as thrash|wknd22:06
*** huwei_ has joined #openstack22:07
*** rossk has quit IRC22:07
*** baoli has joined #openstack22:07
*** jagee has quit IRC22:08
*** pm90_ has quit IRC22:08
*** jasonsb has quit IRC22:09
*** keith_newstadt has joined #openstack22:10
*** sputnik13 has joined #openstack22:10
*** jmckind has quit IRC22:11
*** lborda has quit IRC22:11
*** lupu1 has joined #openstack22:11
*** Marga_ has joined #openstack22:13
*** nivtukcio_ has joined #openstack22:13
*** achanda has joined #openstack22:14
*** martyfalatic has joined #openstack22:14
*** martyfalatic has quit IRC22:15
*** Marga_ has quit IRC22:15
*** Marga_ has joined #openstack22:16
*** MilesDenver has quit IRC22:16
*** jfarschman has joined #openstack22:16
*** jfarschman is now known as MilesDenver22:16
*** AlanClark has quit IRC22:16
*** shibby has joined #openstack22:17
*** MilesDenver has quit IRC22:17
*** melmoth has quit IRC22:17
*** jfarschman has joined #openstack22:17
*** jfarschman is now known as MilesDenver22:17
*** thumpba has quit IRC22:17
*** nivtukcio_ has quit IRC22:18
*** jasondotstar has quit IRC22:19
*** kumagai19o has quit IRC22:19
*** sunny has joined #openstack22:20
*** shashankhegde has quit IRC22:20
*** yigal has quit IRC22:21
*** baoli has quit IRC22:21
*** lblanchard has quit IRC22:23
*** j05h has joined #openstack22:23
*** kumagai19o has joined #openstack22:24
*** blair has quit IRC22:24
*** barclaac has joined #openstack22:25
*** esheffield has quit IRC22:25
*** sk91 has joined #openstack22:25
*** EmilienM is now known as EmilienM|afk22:26
*** jckasper has quit IRC22:27
*** elo has quit IRC22:27
*** mjturek has quit IRC22:28
*** barclaac|2 has quit IRC22:28
*** keith_newstadt has quit IRC22:28
*** keith_newstadt has joined #openstack22:28
*** Networkn3rd has quit IRC22:31
*** georgem1 has quit IRC22:31
*** dgurtner has joined #openstack22:32
*** dylanmei_ has quit IRC22:33
*** achanda has quit IRC22:33
*** EricGonczer_ has quit IRC22:34
*** ljfisher has quit IRC22:34
*** sunny has quit IRC22:34
*** dyasny has quit IRC22:34
*** amalagon has quit IRC22:36
*** dylanmei has joined #openstack22:37
*** nitti_ has joined #openstack22:37
*** Vdash has joined #openstack22:38
*** hdd_ is now known as hdd22:38
sk91Hi, anybody knows how to solve nova network-create ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) ?  i have gathered all log informations on https://ask.openstack.org/en/question/58558/nova-network-create-error-the-server-has-either-erred-or-is-incapable-of-performing-the-requested-operation-http-500/22:39
*** dmsimard is now known as dmsimard_away22:39
*** kayaliu has joined #openstack22:40
*** nphase_ has quit IRC22:40
*** achanda has joined #openstack22:40
*** dims_ has quit IRC22:40
*** nitti has quit IRC22:40
*** shakamunyi has quit IRC22:40
*** robbiew has left #openstack22:41
*** nitti_ has quit IRC22:42
*** wormwood has quit IRC22:42
*** markvoelker has joined #openstack22:42
*** shibby has quit IRC22:42
*** ayoung has quit IRC22:42
*** salv-orlando has quit IRC22:43
*** tier has quit IRC22:43
*** fischerw has quit IRC22:43
*** achanda has quit IRC22:43
*** cbader has quit IRC22:43
*** sunny has joined #openstack22:43
*** ncerny has quit IRC22:44
*** dlfryar has quit IRC22:44
*** kayaliu has quit IRC22:44
*** Marga_ has quit IRC22:45
*** Raugturi has quit IRC22:45
*** Marga_ has joined #openstack22:45
*** ddmitriev has joined #openstack22:45
abrahamrhoffmanlooks like your API call is timing out22:46
*** shashankhegde has joined #openstack22:46
abrahamrhoffman@sk9122:46
*** markvoelker has quit IRC22:47
abrahamrhoffmancould be a lot of things, does another call work, like "nova list" ?22:47
*** rtheis has quit IRC22:47
*** swebb has quit IRC22:47
sk91@abrahamrhoffman, thanks for the reply22:47
sk91yes nova  list shows tables of empty data22:48
sk91it works22:48
*** vzm has quit IRC22:48
*** tier has joined #openstack22:48
abrahamrhoffmanokay so the issue probably is with your network setup22:48
*** mfink_ has quit IRC22:48
abrahamrhoffmanare you using nova-network or neutron?22:48
sk91nova-network Legacy22:49
*** achanda has joined #openstack22:49
*** bdpayne has joined #openstack22:50
*** klamath has quit IRC22:50
*** Marga_ has quit IRC22:54
*** jkugel has left #openstack22:54
*** Marga_ has joined #openstack22:54
*** spicyramen_ has joined #openstack22:55
*** mattronix_ is now known as mattronix22:56
*** baker has quit IRC22:56
*** Caguax_ has joined #openstack22:57
*** two_oes has quit IRC22:57
*** nacim has quit IRC22:57
*** annegentle has joined #openstack22:58
*** signed8bit has joined #openstack22:59
*** shashankhegde has quit IRC23:00
*** ranger81 has quit IRC23:00
*** appprod0 has joined #openstack23:00
*** Caguax has quit IRC23:01
*** Caguax_ has quit IRC23:01
*** salv-orlando has joined #openstack23:01
*** sarob has quit IRC23:02
*** MattMan1 has quit IRC23:03
*** swebb has joined #openstack23:03
*** jaosorior has quit IRC23:03
*** nihilifer has joined #openstack23:04
*** amalagon has joined #openstack23:04
*** zz_avozza is now known as avozza23:07
*** avozza is now known as zz_avozza23:08
*** mfink_ has joined #openstack23:08
*** shashankhegde has joined #openstack23:08
*** Acidnerd has quit IRC23:08
*** achanda has quit IRC23:09
*** MarcMorata has quit IRC23:09
*** ZZelle has quit IRC23:09
*** ZZelle has joined #openstack23:09
*** gondoi is now known as zz_gondoi23:13
serverascodesk91: are you adding the same network that is already on the other interface?23:14
*** kbringard has quit IRC23:14
*** dylanmei_ has joined #openstack23:14
*** marcusvrn has quit IRC23:15
*** marcusvrn has joined #openstack23:15
*** VW_ has quit IRC23:16
*** examon has quit IRC23:16
*** gfidente has quit IRC23:16
*** dylanmei_ has quit IRC23:16
sk91serverascode, sorry dont get it23:16
*** dylanmei_ has joined #openstack23:17
*** geek_cl has quit IRC23:17
*** dudy has quit IRC23:17
serverascodeI just see that in your config you use 192.168.1.x for your servers, and then are trying to add that same network as the flat net23:17
*** dylanmei has quit IRC23:17
*** henrynash has quit IRC23:17
serverascodeyou prob want to add a different network to the flat interface23:17
*** danielbruno has quit IRC23:18
*** tier has quit IRC23:18
*** ngoracke has quit IRC23:18
*** tkramer has quit IRC23:19
*** igordcard has joined #openstack23:19
sk91yes you are right, but what network could i add?23:19
*** zz_avozza is now known as avozza23:19
serverascodeI dunno, depends on how you're setting up your network23:19
*** morazi has quit IRC23:19
serverascodeare these physical boxes or is this in vagrant or something?23:20
sk91its just a test openstack for home, :D i have problems with the concepts required for what u mean :D23:21
sk91i just want it to work, so what kind  of flat netwok would u mind suggest?23:21
sk91if i may23:22
*** tier has joined #openstack23:22
serverascodewhat network is on eth1 in your system?23:22
serverascodelooks like your compute has two interfaces, eth0 and eth1 right?23:22
serverascodeeth1 is connected to a network?23:23
*** otter768 has joined #openstack23:23
*** vnguyen has quit IRC23:23
*** newb_ has quit IRC23:24
*** mrieger has quit IRC23:24
sk91http://paste.ubuntu.com/9764389/  yes, the mannual said that i do it (http://docs.openstack.org/juno/install-guide/install/apt/content/ch_basic_environment.html)23:25
sk91i provided both nodes with cat /etc/network/intefrace command23:25
*** annegentle has quit IRC23:25
*** blair has joined #openstack23:25
*** 17SABIH3M is now known as annegentle23:26
serverascodeok so I think in your case you can just pick a private network that isn't 192.168.1.023:26
*** tier has quit IRC23:26
*** dtrainor has quit IRC23:27
*** otter768 has quit IRC23:27
sk91oh, ok thanks i try that...should it be something special or i just can use randomly like the manual recommanded? (203.0.113.24/29) at (http://docs.openstack.org/juno/install-guide/install/apt/content/nova-network-initial-network.html)23:28
*** boichev has quit IRC23:29
serverascodeThat's not a random IP, it's a real IP used in the example, so no, you shouldn't use that23:29
serverascodeAgain not too sure what your network looks like but you could just do 192.168.2.0/2423:29
*** barclaac has quit IRC23:30
*** blair has quit IRC23:30
*** jpeeler has quit IRC23:30
*** tmclaugh[work] has quit IRC23:30
*** anderbubble has quit IRC23:30
sk91ok thanks, may i know what concept and keywords should i look for to understand better of what u meant?23:30
sk91these things u said, i don know what is called :)23:31
*** yfauser has joined #openstack23:31
*** yfauser has quit IRC23:31
serverascodeMaybe https://en.wikipedia.org/wiki/Private_network? You might need to look into some basic networking examples23:31
sk91thanks :) yeah i should23:32
*** ranger81 has joined #openstack23:32
*** yfauser has joined #openstack23:32
*** yfauser has left #openstack23:32
*** jobewan has quit IRC23:33
*** geek_cl has joined #openstack23:34
*** mwichmann has quit IRC23:36
*** pixelbeat has joined #openstack23:38
*** Marga_ has quit IRC23:39
*** Marga_ has joined #openstack23:40
*** abhirc has quit IRC23:40
*** signed8bit has quit IRC23:41
*** dimsum__ has joined #openstack23:41
*** rbak has quit IRC23:41
abrahamrhoffman@sk91 - I suggest using RDO for first installations. It is very simple. Literally two commands.23:41
*** markvoelker has joined #openstack23:43
*** pixelbeat has quit IRC23:43
sk91abrahamrhoffman, yeah ill consider that ty23:43
*** boichev has joined #openstack23:43
abrahamrhoffmanThen you can look at the network plumbing and nova.conf setup from there23:43
abrahamrhoffmanmakes it a bit easier23:44
*** dgurtner has quit IRC23:44
abrahamrhoffmanthings like openvswitch make all the network nesting kinda confusing at first23:44
sk91yeah that cool23:44
sk91agreed23:44
abrahamrhoffmanhttps://openstack.redhat.com/Quickstart23:44
abrahamrhoffmangoodluck! :)23:44
sk91should install fedora for it ... gonna do it :)23:45
sk91gl 2 u 223:45
*** mattgriffin has quit IRC23:45
*** MrMonkey_ has quit IRC23:46
*** MrMonkey_ has joined #openstack23:46
*** dimsum__ has quit IRC23:47
*** VW_ has joined #openstack23:47
*** MrMonkey_ has quit IRC23:47
*** jeflui has joined #openstack23:48
*** markvoelker has quit IRC23:48
*** MrMonkey_ has joined #openstack23:48
*** okrieg has joined #openstack23:49
*** marrusl has quit IRC23:49
*** avozza is now known as zz_avozza23:49
*** ChuckC has quit IRC23:50
*** Masahiro has joined #openstack23:50
*** sk91 has quit IRC23:51
*** sunny has quit IRC23:52
*** ranger81_ has joined #openstack23:53
*** _|lech687 is now known as |lechat|23:53
*** jckasper has joined #openstack23:54
*** Masahiro has quit IRC23:54
*** ranger81 has quit IRC23:54
*** ranger81_ has quit IRC23:55
*** gigawhat has quit IRC23:56
*** sunny has joined #openstack23:56
*** thumpba has joined #openstack23:58
*** thumpba has quit IRC23:58
*** thumpba has joined #openstack23:58
*** dmsimard_away is now known as dmsimard23:58
*** vigneshvar has quit IRC23:59

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