Friday, 2016-11-04

*** smccarthy has quit IRC00:00
*** bobh has joined #openstack00:00
*** smccarthy has joined #openstack00:00
dxiriSam-I-Am: ping to/from the dhcp namespace don't work00:01
*** bobh has quit IRC00:01
*** rama_y has quit IRC00:01
dxiritcpdump along the path, I did that already (tracing where it breaks) I see the dhcp request coming into the physical host, but it never enters the container00:01
Sam-I-Amthere should be a veth pair between the host and container, right?00:02
dxirithis is all real hardware, 4 nodes, 1 controller, 1 compute, 1 storage, 1 central logging00:02
Sam-I-Amis this something you made yourself, or using a deployment tool?00:02
*** rootsghost has joined #openstack00:03
dxiriSam-I-Am: using openstack-ansible00:03
*** rootsghost has quit IRC00:04
Sam-I-Amcan you see what happens at the veth pair into the container?00:04
*** smccarthy has quit IRC00:05
*** spzala has joined #openstack00:05
*** fsimonce has quit IRC00:06
*** anuxivm has left #openstack00:07
*** bobmel has joined #openstack00:08
dxirihow can I tell if its veth or not?00:08
dxirilet me get you the interface list on a pastebin00:08
dxirihang on00:08
Sam-I-Amcontainers use veths into the underlying OS00:09
*** johnavp1989 has quit IRC00:09
Sam-I-Amso there's a pair from whatever is the provider network inside the agent container to some interface on the host00:09
*** jwitko has quit IRC00:10
*** bobh has joined #openstack00:11
*** jaugustine has joined #openstack00:11
*** spzala has quit IRC00:11
*** harlowja has joined #openstack00:11
*** jaugustine has quit IRC00:12
*** jaugustine has joined #openstack00:12
*** bobmel has quit IRC00:13
dxirihere: http://paste.openstack.org/show/587842/00:13
*** thorst has joined #openstack00:14
*** mariusv has quit IRC00:15
*** lunarlamp is now known as mariusv00:15
*** bobh has quit IRC00:15
*** mariusv has joined #openstack00:15
*** vegasq has quit IRC00:15
dxirimy provider network is on eth1 with IP 172.25.190.251, no bridge or anything, eth0 has 3 different bridges and the containers are tied to those bridges, the paste also has the output of the brctl show if you need it :)00:16
dxiriI'm completely lost since I am noob both on openstack and openstack ansible :P00:16
Sam-I-Amso there's no bridge with an interface on eth1?00:16
*** acidrainfall has joined #openstack00:17
dxirino bridge on eth100:17
Sam-I-Amso your instances on private nets can't see out either?00:17
*** achampion has joined #openstack00:17
*** thorst_ has joined #openstack00:18
*** evidex has quit IRC00:18
*** mrjazzcat has quit IRC00:18
*** thorst has quit IRC00:18
*** panda is now known as panda|zZ00:18
*** spzala has joined #openstack00:18
dxiriI don't have a router yet, I wanted the private nets to be vm-to-vm only, and have the provider network IPs to get directly attached to the VMs00:18
Sam-I-Ami think you should see eth1 plugged into br-vlan00:18
Sam-I-Amso my guess is something wasn't configured correctly in the inventory file00:19
Sam-I-Amor the config file... it uses dynamic inventory00:19
Sam-I-Amif this is your first time using openstack, o-a may be a little too advanced if you're just shooting for a POC to see if it works00:19
*** anuvrat has quit IRC00:20
*** jmlowe has joined #openstack00:20
*** infernix has quit IRC00:20
*** anuvrat has joined #openstack00:22
*** schwicht has quit IRC00:22
*** thorst_ has quit IRC00:22
*** Guest54972 has quit IRC00:22
*** mmalik4 has quit IRC00:22
dxirimmmm, why br-vlan? isn't that for well...vlans?00:23
dxiriflat/provider network is untagged00:23
*** johnavp19891 has joined #openstack00:25
*** jwitko has joined #openstack00:26
Sam-I-Amiirc, it handles both flat and vlan networks00:26
Sam-I-Amwhich are essentially the same thing, just flat lacks a tag00:27
Sam-I-Ambut they're not tunneled00:27
*** links has joined #openstack00:27
*** zhugaoxiao has quit IRC00:30
*** zhugaoxiao has joined #openstack00:30
dxiriso If I do that...I would have to change neutron config to point flat at the br-vlan bridge?00:31
Sam-I-Amwell, whats in your o-a config?00:31
Sam-I-Ami suspect the problem is there00:31
dxirilet me get that00:31
Sam-I-Amsomething in there needs to mention eth100:32
dxirihttp://paste.openstack.org/show/587843/00:33
*** victorhe has joined #openstack00:33
*** bobh has joined #openstack00:33
dxiri(thanks so much for your help so far)00:33
*** macjack has joined #openstack00:34
*** fandi__ has quit IRC00:34
*** Algorith- is now known as AlgorithmWizard00:34
Sam-I-Amwell, line 49... that should be eth100:34
Sam-I-Amhost_bind_override00:34
Sam-I-Amalso a little curious why i see vlan subints in your bridge output00:35
*** limao has joined #openstack00:36
*** infernix has joined #openstack00:36
Sam-I-Ameth0.10, eth0.20, eth0.30, etc00:37
dxiricause I wanted tagged traffic for that00:37
dxiriso br-mgmt is all tagged with vlan 10 for example00:37
dxiriand I have that same config on the switch00:37
*** rhagarty has quit IRC00:37
dxiriso if I change that line...do I need to first attach eth1 to the br-vlan bridge?00:38
Sam-I-Amwhats on eth0.20 and 30?00:39
dxiriI based my config on this by the way http://docs.openstack.org/developer/openstack-ansible/install-guide/app-config-test.html#test-environment-config00:39
Sam-I-Amah, ok00:39
Sam-I-Amheh, i wrote a good chunk of that00:39
*** Pavo_ has joined #openstack00:39
Sam-I-Amits also possible there's a problem in your interfaces config file00:40
Sam-I-Amnamely br-vlan00:40
*** amotoki has joined #openstack00:41
*** Pavo has quit IRC00:41
*** Pavo_ is now known as Pavo00:41
dxiri30 is tunnel vlan, 20 is storage vlan00:42
dxiriyou wrote it? awesome :) looks like I came to the right place00:42
Sam-I-Amwell, there is an openstack-ansible channel on here00:42
dxiriI know..I already asked there00:43
Sam-I-Ami figured out how to put neutron in containers way back when00:43
Sam-I-Amit makes things a little messy for new people00:43
Sam-I-Amunless you're really familiar with linux networking00:43
dxirithey did help, but I figured I had a problem not related to OSA itself00:43
*** thorst has joined #openstack00:43
Sam-I-Amyeah, this isnt an o-a problem00:43
Sam-I-Amits a config issue somewhere00:43
dxiriI am familiar with linux networking, but not to this inception level of interfaces inside interfaces inside interfaces00:44
Sam-I-Amyeah, and bridges00:44
*** thorst has quit IRC00:44
Sam-I-Amwhat are you looking to do with openstack?00:44
dxiriwant to spin up caches for a CDN we want to fully virtualize00:45
Sam-I-Amah. what are you using now?00:45
dxiriwe have different versions of the CDN software, so I want to be able to spin up and tear down envs at will for testing00:45
Sam-I-Amah, cool00:46
Sam-I-Amwell, i'd either reconfig o-a to use eth1 for br-vlan (and/or your interfaces file) ... run the things... see if that works00:47
*** ezobn has joined #openstack00:47
Sam-I-Amotherwise you could try shoving eth1 into br-vlan manually00:47
*** MrDanDan has quit IRC00:47
Sam-I-Amits pretty clear br-vlan has no ports on anything but container interfaces at this time00:48
dxiriah, one point I forgot to mention00:48
*** Razique has joined #openstack00:48
dxiriif I log into a vm console00:48
*** jonaspaulo has quit IRC00:48
dxiriand set the IP manually in there00:48
dxirisay 172.25.190.61/24 and 172.25.190.1 as gateway00:48
dxiriit works00:49
dxiriinternet and everything00:49
Sam-I-Amthere's a neutron l2 agent on the compute node00:49
Sam-I-Ami'm guessing it is working00:50
Sam-I-Amits your controller node (or whatever you showed me) thats messed up00:50
Sam-I-Amso whats the output of brctl show on the compute node with that instance?00:50
dxirilet me get that00:51
*** havill has joined #openstack00:51
*** alagar has joined #openstack00:53
*** jmlowe has quit IRC00:53
*** hybridpollo has quit IRC00:53
*** macjack has quit IRC00:53
*** shibby has quit IRC00:53
dxirihttp://paste.openstack.org/show/587846/00:54
dxirian example would be tap91b7c922-8200:55
*** bobh has quit IRC00:55
*** sree has joined #openstack00:56
Sam-I-Amwell, in this case, brq088xxx looks like your provider net, and its actually using eth0, not eth100:56
Sam-I-Amso you might want to check where eth0 actually goes00:56
*** Razique has quit IRC00:56
*** victorhe has quit IRC00:56
*** markvoelker has quit IRC00:57
*** vegasq has joined #openstack00:57
*** victorhe has joined #openstack00:57
Sam-I-Amif there is an eth1, its not using it00:58
*** Razique has joined #openstack00:58
*** arguros has joined #openstack00:58
dxirimy thinking was to have eth1 with only an IP so I can reach from anywhere provided I have vpn access if I ended up breking the whole setup00:59
Sam-I-Amso, out of band mgmt?00:59
dxirieth0 and eth1 should be able to commnunicate between each other shouldn't they? its all directly connected network to the linux box00:59
Sam-I-Amyes, to some extent.01:00
dxiriwhat do you mean by "check where eth0 actually goes"?01:00
*** victorhe has quit IRC01:00
*** sree has quit IRC01:00
*** arguros_ has quit IRC01:00
dxiriIf I do a dhcp request right now, I see the packets going out of eth001:00
Sam-I-Amit sounded like you wanted your provider network on eth101:01
dxiriand they do get into the controller/network node01:01
Sam-I-Ambut apparently its on eth0?01:01
*** arguros has quit IRC01:01
dxiricrap, I confused you :P01:01
Sam-I-Amyep01:01
*** victorhe has joined #openstack01:01
*** theor has quit IRC01:02
dxiriok so, 172.25.190.0/24 its a network that we have on the lab, that has a juniper firewall as a gateway on 172.25.190.101:02
dxirion the openstack setup, I use the 3 networks you saw on the configuration file01:02
*** phuongnh has joined #openstack01:03
dxirinow what I want to do, is to give the VMs an IP on the 172.25.190.0/24 network so that they can be directly accesses01:03
dxiriaccessed01:03
Sam-I-Amso 190/24 is connected to eth0, untagged?01:03
dxirino01:03
*** fas3r has quit IRC01:03
dxirieth1 untagged01:03
Sam-I-Amso what are you pinging from the vm that works?01:04
*** fam_away is now known as fam_01:04
dxirianything on 190/24, provided I set a static IP01:04
dxiriI can ping the juniper gateway, the DNS server01:05
dxirieverything01:05
Sam-I-Amsomething is fishy here01:05
Sam-I-Amalmost as if you really have eth0 on the layer 2 network that contains 190/2401:05
Sam-I-Amor something is plumbed very weirdly01:06
dxiriI have both eth0 and eth1 connected to the same switch01:06
dxiriin fact, all hosts are on the same switch01:06
Sam-I-Amare they both on the same layer 2 network?01:06
dxirithey must be if they are connected to the same switch01:08
Sam-I-Amwell, you could put ports in separate vlans01:08
dxiriits only that I am not using eth0 directly (cause its part of the bridges)01:08
Sam-I-Ambut sounds like you have a little bit of a switching loop going on01:08
*** bobh has joined #openstack01:09
dxiriIf I wanted to....I could set an IP on the 190/24 to any of the bridges01:09
dxiriwill that help?01:09
*** johnavp19891 has quit IRC01:10
*** hybridpollo has joined #openstack01:10
dxiriwhy switching loop?01:10
Sam-I-Amwell, the reason this seems to work is because eth0 on your compute node is on the same layer-2 network as eth101:11
Sam-I-Amso it "seems" to work01:11
*** macjack has joined #openstack01:11
*** Son_Goku has quit IRC01:13
Sam-I-Amso you have one more thing sort of messed up here01:13
dxiriso what if I set an ip in the range of 190/24 to br-vlan?01:14
*** daMaestro has joined #openstack01:14
dxirior to br-mgmt01:14
dxiriwill that make the dhcp work, or do you think I have something messed up bad that will bite me later?01:15
dxirithis is the only thing I can see broken right now01:15
dxirithe rest looks good01:15
Sam-I-Amwell, i bet if you did 'brctl addif br-vlan eth1' it might work01:15
Sam-I-Amyou have a lot of things messed up at this point01:15
Sam-I-Amit might also create a switching loop01:15
*** hacworld has joined #openstack01:16
dxiriif I do that...I lose the IP on eth1 right? so I would need to set that on br-vlan01:16
dxirior do I leave it without ip01:16
Sam-I-Amjust leave it without01:16
dxirik let me try01:17
dxirione mi01:17
dxirimin01:17
*** hacworld has quit IRC01:17
*** lborda has quit IRC01:17
Sam-I-Amneutron passes the ip from the dhcp namespace all the way through to eth101:17
Sam-I-Ambr-vlan, and eth1, is just a layer-2 thing at this point01:17
dxirithat's on the controller node right?01:17
Sam-I-Amyeah01:17
*** hfu has joined #openstack01:18
*** acidrainfall has quit IRC01:18
*** dsuper7 has joined #openstack01:19
dxirik its done01:21
dxiritrying now01:21
*** JoseMello has quit IRC01:22
*** ezobn has quit IRC01:22
dxiriah shit01:23
dxiriforgot about haproxy01:23
*** webguynow has quit IRC01:23
dxiriwhich had an ip on eth1 as an external ip01:23
*** webguynow has joined #openstack01:24
*** bobh has quit IRC01:25
*** jerrygb has joined #openstack01:26
*** jerrygb_ has quit IRC01:27
*** bobh has joined #openstack01:27
*** johnavp19891 has joined #openstack01:28
dxiriI rebooted from nova cli, and looks like I can ping it :)01:30
*** takashi has joined #openstack01:30
dxirino ssh though, trying with a brand new instance01:31
*** dsuper7 has quit IRC01:31
*** gnalawad has joined #openstack01:32
*** jerrygb_ has joined #openstack01:32
Sam-I-Amthat could be a secgroup issue01:33
*** Razique has quit IRC01:33
dxiriI have the defaults which I believe is wide open01:33
Sam-I-Amno, they arent01:33
dxirireally? I have seen ingress ipv4 and 0.0.0.0 on the sec group01:34
Sam-I-Amweird. maybe something set them that way, but by default all inbound to instance is blocked01:34
*** jerrygb has quit IRC01:35
dxiridoes cirros default image has ssh already enabled?01:38
dxirithat was I was testing with01:38
*** rhagarty has joined #openstack01:38
*** amontalban has quit IRC01:39
*** jerrygb_ has quit IRC01:39
Sam-I-Amyeah01:40
Sam-I-Amhowever, if it cant get metadata for some reason, startup of the ssh daemon may take a while01:40
*** jerrygb has joined #openstack01:41
*** gnalawad has quit IRC01:42
*** workmank has joined #openstack01:42
dxiriok this is taking a while to figure out...so assuming this made it work...how would this translate into the o-a config?01:43
*** rhagarty has quit IRC01:43
*** steveg_afk has quit IRC01:43
dxirijust change the host bind override?01:43
Sam-I-Amwell, changing host_bind_override to eth1 is a start01:43
Sam-I-Amthen you probably need to remove the untagged vlan from whatever port eth0 plugs into your switches01:44
*** bobh has quit IRC01:48
*** georgem1 has joined #openstack01:49
*** jerrygb has quit IRC01:49
*** baoli has joined #openstack01:49
dxirigot it :) thanks a lot for your help01:49
dxiriI will come back tomorrow and try that01:49
Sam-I-Amok. where are you based?01:50
dxiriSam-I-Am: long live Dr Seuss01:50
*** jerrygb has joined #openstack01:50
dxiriCosta Rica01:50
*** AnilV4 has joined #openstack01:50
Sam-I-Amok, so close to my time zone01:50
Sam-I-Amits pretty late here now01:50
*** mikeoutland has joined #openstack01:50
dxiri8pm here01:50
Sam-I-Amsame here01:50
*** hybridpollo has quit IRC01:50
Sam-I-Amand i like my green eggs and ham01:50
*** maliniB has quit IRC01:51
*** smccarthy has joined #openstack01:51
Sam-I-Ami'll be around a little tomorrow morning, but not much. back monday most of the day.01:51
*** lucendio has quit IRC01:52
*** trisq has joined #openstack01:54
dxiricool, thanks a ton!01:54
dxirienjoy your night, and the weekend if I don't see you again this week01:54
*** havill has quit IRC01:54
*** mikeoutland has quit IRC01:55
*** smccarthy has quit IRC01:55
*** smccarthy has joined #openstack01:56
*** jckasper has joined #openstack01:56
*** markvoelker has joined #openstack01:57
*** spzala has quit IRC01:58
*** havill has joined #openstack01:58
*** spzala has joined #openstack01:58
*** yuanyou_ has joined #openstack02:01
*** victorhe has quit IRC02:02
*** phileas has quit IRC02:02
*** markvoelker has quit IRC02:02
*** spzala has quit IRC02:03
Sam-I-Amdxiri: seeya!02:04
*** phileas has joined #openstack02:04
*** dxiri has quit IRC02:05
*** hybridpollo has joined #openstack02:05
*** baoli has quit IRC02:05
*** workmank has quit IRC02:06
*** chlong has joined #openstack02:06
*** bobmel has joined #openstack02:09
*** jerrygb has quit IRC02:12
*** Son_Goku has joined #openstack02:12
*** victorhe has joined #openstack02:13
*** rossella_s has quit IRC02:13
*** bobmel has quit IRC02:13
*** jerrygb has joined #openstack02:13
*** spzala has joined #openstack02:13
*** fzdarsky__ has joined #openstack02:14
*** rossella_s has joined #openstack02:14
*** Son_Goku has quit IRC02:14
*** Son_Goku has joined #openstack02:16
*** EricGonczer_ has joined #openstack02:16
*** Son_Goku has quit IRC02:16
*** shuquan has joined #openstack02:17
*** fzdarsky_ has quit IRC02:17
*** Son_Goku has joined #openstack02:18
*** spzala has quit IRC02:19
*** Son_Goku has quit IRC02:19
*** jperry has joined #openstack02:19
*** spzala has joined #openstack02:21
*** dxiri has joined #openstack02:21
*** georgem1 has quit IRC02:22
*** hybridpollo has quit IRC02:24
*** hybridpollo has joined #openstack02:25
*** GuruZen has joined #openstack02:25
*** hybridpollo has quit IRC02:26
*** dxiri has quit IRC02:27
*** victorhe has quit IRC02:28
*** EricGonczer_ has quit IRC02:29
*** jerrygb has quit IRC02:29
*** jerrygb has joined #openstack02:30
*** romerocesar has joined #openstack02:36
*** winggundamth has quit IRC02:37
*** ezobn has joined #openstack02:39
*** Pent has joined #openstack02:39
*** navidr has joined #openstack02:41
*** jerrygb_ has joined #openstack02:42
*** winggundamth has joined #openstack02:43
*** hybridpollo has joined #openstack02:43
*** jerrygb has quit IRC02:44
*** jerrygb has joined #openstack02:47
*** ezobn has quit IRC02:48
*** ziggit has quit IRC02:50
*** jerrygb_ has quit IRC02:50
*** vegasq has quit IRC02:52
*** mikeoutland has joined #openstack02:53
*** arguros has joined #openstack02:54
*** rhagarty has joined #openstack02:55
*** erkules_ has joined #openstack02:56
*** rhagarty has quit IRC02:56
*** dxiri has joined #openstack02:57
*** dxiri has joined #openstack02:58
*** erkules has quit IRC02:58
*** dsuper7 has joined #openstack02:59
*** somepoortech has quit IRC03:04
*** ezobn has joined #openstack03:04
*** gnalawad has joined #openstack03:05
*** ziggit has joined #openstack03:07
*** arguros has quit IRC03:08
*** ezobn has quit IRC03:09
*** yamahata has quit IRC03:10
*** jckasper has quit IRC03:13
*** alagar has quit IRC03:15
*** mikeoutland has quit IRC03:15
*** spzala has quit IRC03:16
*** mikeoutland has joined #openstack03:17
*** ghuang has joined #openstack03:18
*** shuquan has quit IRC03:19
*** dxiri has quit IRC03:20
*** dxiri has joined #openstack03:20
*** mikeoutland has quit IRC03:25
*** dxiri has quit IRC03:26
*** dxiri has joined #openstack03:26
*** Klumben has quit IRC03:26
*** valw has joined #openstack03:26
*** mikeoutland has joined #openstack03:28
*** nawwmz has quit IRC03:30
*** mikeoutland has quit IRC03:31
*** shuquan has joined #openstack03:31
*** Klumben has joined #openstack03:31
*** alagar has joined #openstack03:32
*** smccarthy has quit IRC03:32
*** smccarthy has joined #openstack03:33
*** smccarthy has quit IRC03:34
*** somepoortech has joined #openstack03:34
*** smccarthy has joined #openstack03:34
*** mikeoutland has joined #openstack03:36
*** valw has quit IRC03:36
*** mikeoutland has quit IRC03:39
*** saschpe has quit IRC03:40
*** saschpe has joined #openstack03:41
*** valw has joined #openstack03:43
*** ezobn has joined #openstack03:46
*** AnilV4 has quit IRC03:46
*** nicolasbock has quit IRC03:48
*** Mudpuppy has quit IRC03:48
*** Mudpuppy has joined #openstack03:48
*** dxiri has quit IRC03:50
*** Mudpuppy has quit IRC03:53
*** mikeoutland has joined #openstack03:56
*** PaulCape_ has quit IRC03:58
*** markvoelker has joined #openstack03:58
*** PaulCapestany has joined #openstack03:59
*** shuquan has quit IRC04:00
*** ezobn has quit IRC04:00
*** shuquan has joined #openstack04:02
*** mikeoutland has quit IRC04:02
*** markvoelker has quit IRC04:03
*** alagar has quit IRC04:05
*** namnh has joined #openstack04:06
*** germs has left #openstack04:09
*** MikeG451 has quit IRC04:09
*** alagar has joined #openstack04:10
*** bobmel has joined #openstack04:10
*** dxiri has joined #openstack04:10
*** wcriswell has quit IRC04:11
*** jperry has quit IRC04:12
*** Lee1092 has joined #openstack04:13
*** evidex has joined #openstack04:14
*** bobmel has quit IRC04:14
*** dxiri has quit IRC04:15
*** trishnag has quit IRC04:16
*** trishnag has joined #openstack04:17
*** baoli has joined #openstack04:17
*** hybridpollo has quit IRC04:18
*** evidex has quit IRC04:19
*** smccarth_ has joined #openstack04:19
*** smccarthy has quit IRC04:22
*** baoli has quit IRC04:22
*** ziggit has quit IRC04:23
*** jerrygb has quit IRC04:24
*** AnilV4 has joined #openstack04:25
*** rdas has joined #openstack04:27
*** shuquan has quit IRC04:27
*** valw has quit IRC04:31
*** ziggit has joined #openstack04:37
*** ezobn has joined #openstack04:37
*** cliles has quit IRC04:41
*** ezobn has quit IRC04:42
*** alagar has quit IRC04:42
*** dsuper7 has quit IRC04:42
*** gnalawad has quit IRC04:44
*** kiran-r has quit IRC04:46
*** acidrainfall has joined #openstack04:49
*** wcriswell has joined #openstack04:50
*** erolozcan has quit IRC04:50
*** alagar has joined #openstack04:50
*** john-davidge has joined #openstack04:52
*** gnalawad has joined #openstack04:54
*** john-davidge has quit IRC04:56
*** livelace has joined #openstack04:57
*** ezobn has joined #openstack04:58
*** dxiri has joined #openstack04:58
*** ezobn has quit IRC05:00
*** MikeG451 has joined #openstack05:00
*** ezobn has joined #openstack05:00
*** gkadam has joined #openstack05:02
*** smccarth_ has quit IRC05:03
*** gkadam is now known as Guest6077605:03
*** dxiri has quit IRC05:03
*** Guest60776 is now known as gkadam05:03
*** smccarthy has joined #openstack05:03
*** jordi_ has quit IRC05:07
*** prateek has joined #openstack05:08
*** c06 has joined #openstack05:08
*** aconole has joined #openstack05:08
*** aconole has quit IRC05:12
*** ezobn has quit IRC05:12
*** abehl has joined #openstack05:13
*** spzala has joined #openstack05:17
*** namnh has quit IRC05:19
*** spzala has quit IRC05:22
*** acidrainfall has quit IRC05:22
*** shuquan has joined #openstack05:23
*** masco has joined #openstack05:24
*** sandanar has joined #openstack05:24
*** alagar has quit IRC05:24
*** GuruZen has quit IRC05:26
*** mslazar has joined #openstack05:26
*** cactoid has joined #openstack05:27
*** daMaestro has quit IRC05:28
*** khushbu_ has joined #openstack05:31
*** g3ek has quit IRC05:35
*** sticker has quit IRC05:36
*** rhagarty has joined #openstack05:39
*** g3ek has joined #openstack05:42
*** ksobkowiak has quit IRC05:48
*** smccarthy has quit IRC05:49
*** Son_Goku has joined #openstack05:49
*** alagar has joined #openstack05:50
*** shuquan has quit IRC05:53
*** vimal has joined #openstack05:53
*** kbringard has quit IRC05:54
*** shuquan has joined #openstack05:54
*** rcernin has joined #openstack05:55
*** saikiran has quit IRC05:58
*** markvoelker has joined #openstack05:59
*** ashland has joined #openstack06:00
*** knikolla has quit IRC06:03
*** nkrinner_afk is now known as nkrinner06:03
*** markvoelker has quit IRC06:04
*** john-davidge has joined #openstack06:09
*** ezobn has joined #openstack06:09
*** bobmel has joined #openstack06:10
*** wangbo has quit IRC06:13
*** rossella_s has quit IRC06:13
*** jckasper has joined #openstack06:13
*** rossella_s has joined #openstack06:14
*** john-davidge has quit IRC06:14
*** lbrune has joined #openstack06:14
*** evidex has joined #openstack06:14
*** bobmel has quit IRC06:15
*** knangia has joined #openstack06:15
*** jckasper has quit IRC06:18
*** evidex has quit IRC06:19
*** jaugustine has quit IRC06:21
*** ezobn has quit IRC06:22
*** alagar has quit IRC06:22
*** alagar has joined #openstack06:23
*** phuongnh has quit IRC06:25
*** phuongnh has joined #openstack06:26
*** mkovarik has joined #openstack06:26
*** ChubYann has quit IRC06:27
*** baoli has joined #openstack06:30
*** romerocesar has quit IRC06:31
*** alagar has quit IRC06:32
*** wangbo has joined #openstack06:32
*** slaweq has quit IRC06:34
*** baoli has quit IRC06:34
*** Naeil has joined #openstack06:35
*** AnilV4 has quit IRC06:36
*** slaweq has joined #openstack06:36
*** alagar has joined #openstack06:39
*** ezobn has joined #openstack06:39
*** pegmanm_ has joined #openstack06:40
*** cgfbee has quit IRC06:41
*** wangbo has quit IRC06:41
*** cyborg-one has joined #openstack06:42
*** ezobn has quit IRC06:44
*** slaweq has quit IRC06:44
*** khushbu_ has quit IRC06:44
*** slaweq has joined #openstack06:44
*** groen692 has joined #openstack06:44
*** Bhaskarakiran has joined #openstack06:45
*** subho has joined #openstack06:48
*** kiran-r has joined #openstack06:50
*** cgfbee has joined #openstack06:51
*** rarcea has joined #openstack06:51
*** gfidente has quit IRC06:52
*** rarcea has quit IRC06:52
*** rarcea has joined #openstack06:52
*** sree has joined #openstack06:53
*** wangbo has joined #openstack06:54
*** gnalawad has quit IRC06:54
*** gnalawad has joined #openstack06:55
*** fxpester has joined #openstack06:56
*** pegmanm_ has quit IRC06:57
*** sree has quit IRC06:58
*** khushbu has joined #openstack06:58
*** rhagarty has quit IRC06:58
*** two_oes has joined #openstack06:59
*** gildub_ has quit IRC07:00
*** clouder has joined #openstack07:00
*** ezobn has joined #openstack07:00
*** markvoelker has joined #openstack07:00
*** as0bu has quit IRC07:00
*** h5t4 has joined #openstack07:00
*** cyborg-one has quit IRC07:02
*** hfu has quit IRC07:03
*** prateek has quit IRC07:03
*** clouder has quit IRC07:03
*** clouder has joined #openstack07:04
*** clouder has quit IRC07:04
*** tesseract has joined #openstack07:04
*** ezobn has quit IRC07:04
*** markvoelker has quit IRC07:04
*** tesseract is now known as Guest1319407:04
*** rasca has joined #openstack07:05
*** cyborg-one has joined #openstack07:06
*** misty-cloud has joined #openstack07:06
*** arecknag has joined #openstack07:07
*** Bhaskarakiran has quit IRC07:08
*** lbrune has quit IRC07:08
*** hfu has joined #openstack07:08
*** Bhaskarakiran has joined #openstack07:09
*** kiran-r has quit IRC07:14
*** phuongnh has quit IRC07:14
*** armaan has joined #openstack07:14
*** prateek has joined #openstack07:14
*** weezhard has joined #openstack07:15
*** leijie has joined #openstack07:18
*** liverpooler has joined #openstack07:20
*** armaan has quit IRC07:21
*** belmoreira has joined #openstack07:21
*** ezobn has joined #openstack07:22
*** jprovazn has joined #openstack07:22
*** sree_ has joined #openstack07:23
*** lbrune has joined #openstack07:23
*** sree_ is now known as Guest8515407:24
*** Guest85154 has quit IRC07:25
*** sree has joined #openstack07:27
*** someara2 has quit IRC07:27
*** shuquan has quit IRC07:27
*** shuquan has joined #openstack07:28
*** AnilV4 has joined #openstack07:28
*** sree has quit IRC07:29
*** sree has joined #openstack07:29
*** leijie has quit IRC07:29
*** Gi0 has joined #openstack07:31
*** ezobn has quit IRC07:31
*** teclator has joined #openstack07:32
*** ashland has quit IRC07:32
*** valw has joined #openstack07:33
*** pcaruana has joined #openstack07:33
*** chlong has quit IRC07:33
*** evidex has joined #openstack07:34
*** shuquan has quit IRC07:34
*** shuquan has joined #openstack07:34
*** sree has quit IRC07:34
*** ezobn has joined #openstack07:36
*** valw has quit IRC07:38
*** c06 has quit IRC07:39
*** ezobn has quit IRC07:41
*** ezobn has joined #openstack07:41
*** sree has joined #openstack07:42
*** sree has quit IRC07:43
*** sree has joined #openstack07:43
*** sree has quit IRC07:43
*** aossama has quit IRC07:46
*** mcornea has joined #openstack07:46
*** mmoster has joined #openstack07:47
*** sree has joined #openstack07:48
*** smccarthy has joined #openstack07:50
*** shootbird has quit IRC07:50
*** raghusab has quit IRC07:50
*** ssbarnea has joined #openstack07:52
*** cheran75 has quit IRC07:52
*** mmoster has quit IRC07:53
*** grafuls has joined #openstack07:53
*** PhilA__ has joined #openstack07:54
*** smccarthy has quit IRC07:54
*** iranzo has joined #openstack07:56
*** iranzo has quit IRC07:56
*** iranzo has joined #openstack07:56
*** bobmel has joined #openstack07:56
*** KK_ has joined #openstack07:57
*** ashland has joined #openstack07:58
*** ttx has quit IRC07:58
*** ttx has joined #openstack07:59
*** rhagarty has joined #openstack07:59
*** shardy has joined #openstack08:00
*** iogg has joined #openstack08:00
*** prateek has quit IRC08:01
*** bobmel has quit IRC08:01
*** sree has quit IRC08:02
*** KK_ has quit IRC08:02
*** sree has joined #openstack08:02
*** swebb has quit IRC08:03
*** rhagarty has quit IRC08:04
*** prateek has joined #openstack08:05
*** kjackal_ has quit IRC08:05
*** arecknag has quit IRC08:06
*** livelace has quit IRC08:07
*** apahim has joined #openstack08:07
*** adriant has quit IRC08:07
*** fragatina has joined #openstack08:09
*** shuquan_ has joined #openstack08:09
*** arecknag has joined #openstack08:09
*** prateek_ has joined #openstack08:09
*** shootbird has joined #openstack08:09
*** fragatina has quit IRC08:10
*** hseipp has joined #openstack08:10
*** jackNemrod has joined #openstack08:10
*** raghusab has joined #openstack08:10
*** fragatina has joined #openstack08:10
*** rvd has joined #openstack08:11
*** shuquan has quit IRC08:11
*** prateek has quit IRC08:12
*** Darcidride has joined #openstack08:12
*** kickinz1 has joined #openstack08:12
*** swebb has joined #openstack08:13
*** jckasper has joined #openstack08:14
*** spzala has joined #openstack08:17
*** yamahata has joined #openstack08:18
*** jckasper has quit IRC08:18
*** MarkBaker has joined #openstack08:18
*** MrDan has joined #openstack08:18
*** fam_ has quit IRC08:19
*** fam_away has joined #openstack08:20
*** smccarthy has joined #openstack08:21
*** Mudpuppy has joined #openstack08:21
*** benwh4 has joined #openstack08:22
*** spzala has quit IRC08:22
*** knangia has quit IRC08:22
*** fam_away is now known as fam_08:24
*** smccarthy has quit IRC08:25
*** Mudpuppy has quit IRC08:26
*** MrDan has quit IRC08:26
*** geaaru has joined #openstack08:28
*** yo has joined #openstack08:28
*** yo is now known as Guest3038108:29
*** khushbu has quit IRC08:29
*** amoralej|off is now known as amoralej08:29
*** kxseven has joined #openstack08:30
*** macjack has quit IRC08:30
*** f13o has joined #openstack08:33
*** Guest30381 has quit IRC08:33
*** jpena|off is now known as jpena08:35
*** john-davidge has joined #openstack08:36
*** xek has joined #openstack08:38
*** john-davidge has quit IRC08:41
*** fsimonce has joined #openstack08:41
*** hseipp has quit IRC08:42
*** benwh4 has quit IRC08:43
*** toscalix has joined #openstack08:43
*** ronis has joined #openstack08:44
*** yaume has joined #openstack08:44
*** Cyberg has joined #openstack08:46
*** TMM has quit IRC08:48
*** hardbot has joined #openstack08:51
*** shashank has joined #openstack08:55
*** Serlex has joined #openstack08:55
*** hseipp has joined #openstack08:55
*** evidex has quit IRC08:56
*** shashank has left #openstack08:56
*** curious_corn has joined #openstack08:57
*** hseipp has left #openstack08:57
*** someara2 has joined #openstack08:58
*** gfidente has joined #openstack08:58
*** gfidente has quit IRC08:58
*** gfidente has joined #openstack08:58
*** jpich has joined #openstack08:59
*** slaweq has quit IRC09:03
*** lucendio has joined #openstack09:03
*** havill has quit IRC09:04
*** Cyberg has quit IRC09:05
*** gszasz has joined #openstack09:06
*** tobberyd_ has joined #openstack09:07
*** jsheeren has joined #openstack09:07
*** Jack_Iv has joined #openstack09:08
*** slaweq has joined #openstack09:10
*** psanchez has quit IRC09:10
*** rdas has quit IRC09:13
*** psanchez has joined #openstack09:13
*** brensen has joined #openstack09:14
*** toanju has joined #openstack09:16
*** toanju has quit IRC09:16
*** alagar1 has joined #openstack09:16
*** toanju has joined #openstack09:17
*** alagar has quit IRC09:17
*** hseipp has joined #openstack09:18
*** sree has quit IRC09:18
*** e0ne has joined #openstack09:19
*** MrDan has joined #openstack09:20
*** navidr has quit IRC09:21
*** jackNemrod_ has joined #openstack09:23
*** sree has joined #openstack09:23
*** jackNemrod has quit IRC09:24
*** jackNemrod_ is now known as jackNemrod09:24
*** sree has quit IRC09:28
*** hardbot has quit IRC09:30
*** erkules_ is now known as erkules09:31
*** sree has joined #openstack09:32
*** sree has quit IRC09:36
*** e0ne has quit IRC09:38
*** misty-cloud- has joined #openstack09:38
*** misty-cloud has quit IRC09:39
*** ivo_ has joined #openstack09:41
*** curious_corn has quit IRC09:41
*** curious_corn has joined #openstack09:42
*** tobberyd_ has quit IRC09:45
*** jahmalz has joined #openstack09:45
*** mmoster has joined #openstack09:49
*** ivo_ has quit IRC09:49
*** ivo_ has joined #openstack09:49
*** arecknag is now known as arne_09:50
*** TMM has joined #openstack09:50
*** someara2 has quit IRC09:50
*** sree has joined #openstack09:50
*** panda|zZ is now known as panda09:55
*** karthi has joined #openstack09:56
*** slaweq_ has quit IRC09:56
*** shuquan_ has quit IRC09:57
*** bobmel has joined #openstack09:57
*** shuquan has joined #openstack09:58
*** stevemul has joined #openstack09:58
*** takashi has quit IRC10:00
*** taliaga has joined #openstack10:00
*** slaweq_ has joined #openstack10:01
*** rhagarty has joined #openstack10:01
*** subho has quit IRC10:02
*** bobmel has quit IRC10:02
*** subho has joined #openstack10:02
*** gaughen has joined #openstack10:03
*** taliaga has quit IRC10:03
*** shuquan has quit IRC10:03
*** khushbu has joined #openstack10:04
*** hfu has quit IRC10:04
*** rhagarty has quit IRC10:06
*** hfu has joined #openstack10:06
*** hfu has quit IRC10:07
*** ggnel_t has joined #openstack10:08
*** limao has quit IRC10:11
*** jsheeren has quit IRC10:12
*** rossella_s has quit IRC10:13
*** khushbu has quit IRC10:13
*** rossella_s has joined #openstack10:14
*** misty-cloud- has quit IRC10:14
*** wangbo has quit IRC10:16
*** two_oes has quit IRC10:18
*** curious_corn is now known as curious_corn[awa10:18
*** e0ne has joined #openstack10:19
*** subho has quit IRC10:21
*** Dw_Sn has joined #openstack10:22
*** curious_corn[awa is now known as curious_corn10:22
*** wangbo has joined #openstack10:24
*** someara2 has joined #openstack10:29
*** sq4ind has quit IRC10:30
*** yamahata has quit IRC10:30
*** sq4ind has joined #openstack10:31
*** sq4ind has left #openstack10:31
*** johnbelamaric has quit IRC10:34
*** MarkBaker has quit IRC10:35
*** anrah has joined #openstack10:37
anrahHi! I have a problem with heat and deleting/getting status of stacks when the heat api is provided with tls10:40
*** kbyrne has quit IRC10:40
*** abehl has quit IRC10:40
*** curious_corn is now known as curious_corn[awa10:41
anrahListing and creating works fine, but deleting is for some reason redirecting the delete request to plain http and that won't work as keystone is not listening the http10:41
*** curious_corn[awa is now known as curious_corn10:41
*** macsz has quit IRC10:42
*** kklimonda has quit IRC10:42
*** ggherdov- has quit IRC10:42
*** Tribaal has quit IRC10:42
*** asingh_ has quit IRC10:42
*** phileas has quit IRC10:42
*** blair has quit IRC10:42
*** worstadmin has quit IRC10:42
*** hrybacki has quit IRC10:42
*** kdavyd has quit IRC10:42
*** kbyrne has joined #openstack10:42
*** themaste- has quit IRC10:43
*** AndyWojo has quit IRC10:43
*** dham1 has quit IRC10:43
*** auviga has quit IRC10:43
*** zefciu has quit IRC10:43
*** Oku_OS has quit IRC10:43
*** rushiagr has quit IRC10:43
*** ulkesh has quit IRC10:43
*** MarkAtwood has quit IRC10:43
*** lewq has quit IRC10:43
*** afrikha has quit IRC10:43
*** JD|cloud has quit IRC10:43
*** aglarendil has quit IRC10:43
*** mehdi___ has quit IRC10:43
*** elemoine_ has quit IRC10:43
*** vmtyler has quit IRC10:43
*** harbie has quit IRC10:43
*** setkeh has quit IRC10:43
*** raorn has quit IRC10:43
*** nkrinner has quit IRC10:44
*** afazekas has quit IRC10:44
*** sep has quit IRC10:44
*** OlaNys has quit IRC10:44
*** classicsnail has quit IRC10:44
*** icy_ground has quit IRC10:44
*** TobiSan has quit IRC10:44
*** Sketch has quit IRC10:44
*** bopper has quit IRC10:44
*** zhenguo has quit IRC10:44
*** coredump has quit IRC10:44
*** neith has quit IRC10:44
*** NeatBasis has quit IRC10:44
*** CustosLimen has quit IRC10:44
*** Apsu has quit IRC10:44
*** mancdaz has quit IRC10:44
*** tdasilva has quit IRC10:44
anrahhttp://paste.ubuntu.com/23424978/10:44
*** OlaNys has joined #openstack10:44
*** NeatBasis has joined #openstack10:44
*** icy_ground has joined #openstack10:44
*** pegmanm has quit IRC10:44
*** tries_ has quit IRC10:44
*** hardbot has joined #openstack10:44
*** themasterchef has joined #openstack10:44
*** jckasper has joined #openstack10:44
*** raorn has joined #openstack10:45
*** john-davidge has joined #openstack10:45
*** macsz has joined #openstack10:45
*** sree has quit IRC10:45
*** afrikha has joined #openstack10:45
*** AndyWojo has joined #openstack10:45
*** zefciu has joined #openstack10:45
*** dham1 has joined #openstack10:45
*** worstadmin has joined #openstack10:45
*** Tribaal has joined #openstack10:45
*** kdavyd has joined #openstack10:45
*** gaughen has quit IRC10:46
*** hrybacki has joined #openstack10:46
*** aglarendil has joined #openstack10:46
*** sree has joined #openstack10:46
*** ghostlight has quit IRC10:46
*** auviga has joined #openstack10:46
*** duplex has quit IRC10:46
*** sree has quit IRC10:46
*** neith has joined #openstack10:46
*** coredump has joined #openstack10:46
*** vmtyler has joined #openstack10:46
*** elemoine_ has joined #openstack10:46
*** JD|cloud has joined #openstack10:47
*** duplex has joined #openstack10:47
*** sree has joined #openstack10:47
*** bopper has joined #openstack10:47
*** ulkesh has joined #openstack10:47
*** MarkAtwood has joined #openstack10:47
*** lewq has joined #openstack10:47
*** mehdi___ has joined #openstack10:47
*** zhenguo has joined #openstack10:47
*** sree has quit IRC10:47
*** someara2 has quit IRC10:48
*** setkeh has joined #openstack10:48
*** setkeh has quit IRC10:48
*** setkeh has joined #openstack10:48
*** mancdaz has joined #openstack10:48
*** Sketch has joined #openstack10:49
*** phileas has joined #openstack10:49
*** kklimonda has joined #openstack10:49
*** afazekas has joined #openstack10:49
*** CustosLimen has joined #openstack10:50
*** jckasper has quit IRC10:50
*** Oku_OS has joined #openstack10:50
*** Apsu has joined #openstack10:51
*** sree has joined #openstack10:52
*** arne_ has quit IRC10:53
*** blair has joined #openstack10:53
*** belmoreira has quit IRC10:54
*** afazekas has quit IRC10:54
*** afazekas has joined #openstack10:55
*** sree__ has joined #openstack10:55
*** rushiagr has joined #openstack10:55
*** someara2 has joined #openstack10:55
*** asingh_ has joined #openstack10:56
*** sep has joined #openstack10:56
*** nkrinner has joined #openstack10:56
*** ghostlight has joined #openstack10:57
*** sree has quit IRC10:57
*** tries_ has joined #openstack10:57
*** tries_ has joined #openstack10:57
*** mkovarik has quit IRC10:57
*** steveg_afk has joined #openstack10:57
*** classicsnail has joined #openstack10:58
*** electrofelix has joined #openstack10:58
*** sree has joined #openstack10:58
*** pegmanm has joined #openstack10:58
*** ggherdov- has joined #openstack10:58
*** sree__ has quit IRC10:59
*** mkovarik has joined #openstack11:00
*** pbandark has joined #openstack11:00
*** belmoreira has joined #openstack11:00
*** rtheis has joined #openstack11:00
*** dhsomasu has joined #openstack11:01
*** Bhaskarakiran has quit IRC11:01
*** bbcmicrocomputer has joined #openstack11:02
*** bbcmicrocomputer has joined #openstack11:02
*** gaughen has joined #openstack11:02
*** dhsomasu is now known as c0611:02
*** sree has quit IRC11:02
*** rfolco has joined #openstack11:05
*** rtheis has quit IRC11:06
*** macjack has joined #openstack11:07
*** schwicht has joined #openstack11:07
*** rtheis has joined #openstack11:07
*** CrackerJackMack has quit IRC11:10
*** rchavik has joined #openstack11:11
*** hseipp has quit IRC11:16
*** CrackerJackMack has joined #openstack11:18
*** bvanhav_ has joined #openstack11:18
*** gopenshaw_ has quit IRC11:19
*** EricGonczer_ has joined #openstack11:21
*** pblaho has joined #openstack11:22
*** Jack_Iv has quit IRC11:23
*** someara2 has quit IRC11:23
*** Jack_Iv has joined #openstack11:24
*** Jack_Iv has quit IRC11:24
*** jprovazn has quit IRC11:26
*** karthi has quit IRC11:27
*** cgfbee has quit IRC11:32
*** rtheis has quit IRC11:34
*** curious_corn has quit IRC11:34
*** schwicht has quit IRC11:34
*** gaughen has quit IRC11:36
*** retreved has joined #openstack11:37
*** retreved has quit IRC11:37
*** retreved has joined #openstack11:37
*** MarkBaker has joined #openstack11:38
*** rhagarty has joined #openstack11:38
*** tdasilva has joined #openstack11:40
*** harbie has joined #openstack11:40
*** f13o has quit IRC11:41
*** f13o has joined #openstack11:42
*** rhagarty has quit IRC11:43
*** lucendio has quit IRC11:43
*** aurimasm has joined #openstack11:43
*** VW has joined #openstack11:45
*** two_oes has joined #openstack11:45
*** two_oes has quit IRC11:46
*** ooichman has joined #openstack11:46
*** portdirect_away is now known as portdirect11:46
*** ooichman has quit IRC11:46
*** macjack has quit IRC11:46
*** two_oes has joined #openstack11:46
*** georgem1 has joined #openstack11:47
*** arecknag has joined #openstack11:47
*** gaughen has joined #openstack11:48
*** mkovarik_ has joined #openstack11:49
*** mkovarik has quit IRC11:49
*** someara2 has joined #openstack11:50
*** thorst has joined #openstack11:52
*** thorst has quit IRC11:52
*** thorst has joined #openstack11:53
*** gkadam has quit IRC11:53
*** jcarter2 has joined #openstack11:56
*** morazi has quit IRC11:57
*** donghao has joined #openstack11:57
*** bobmel has joined #openstack11:58
*** two_oes has quit IRC11:58
*** aurimasm has quit IRC11:59
*** cyborg-one has quit IRC11:59
*** aurimasm has joined #openstack11:59
*** someara2 has quit IRC12:00
*** tpsilva has joined #openstack12:00
*** retreved has quit IRC12:00
*** baoli has joined #openstack12:01
*** trisq has quit IRC12:02
*** bobmel has quit IRC12:03
*** PhilA__ has quit IRC12:04
*** aurimasm has quit IRC12:04
*** retreved has joined #openstack12:04
*** baoli has quit IRC12:05
c06hi all12:09
*** D4RKS1D3 has quit IRC12:09
c06which framework openstack using for rest api12:09
*** lborda has joined #openstack12:11
*** iogg has quit IRC12:11
*** baoli has joined #openstack12:11
*** led_belly has quit IRC12:12
*** baoli_ has joined #openstack12:12
*** f13o has quit IRC12:13
*** led_belly has joined #openstack12:13
*** chlong has joined #openstack12:14
*** achampion has quit IRC12:14
*** arecknag is now known as arne_12:14
c06anyone on12:15
*** baoli has quit IRC12:16
*** xek has quit IRC12:17
*** amontalban has joined #openstack12:17
*** amontalban has joined #openstack12:17
*** spzala has joined #openstack12:18
*** jdwald has joined #openstack12:19
c06what are the libraries they used for RESTapi, any suggestions12:20
*** georgem1 has quit IRC12:20
*** aurimasm has joined #openstack12:20
*** smccarthy has joined #openstack12:21
*** cgfbee has joined #openstack12:21
*** Mudpuppy has joined #openstack12:22
*** georgem1 has joined #openstack12:23
*** curious_corn has joined #openstack12:23
*** PhilA__ has joined #openstack12:23
*** markvoelker has joined #openstack12:23
*** spzala has quit IRC12:23
*** jerrygb has joined #openstack12:23
*** Darcidride_ has joined #openstack12:23
*** valw has joined #openstack12:23
*** bobh has joined #openstack12:24
*** grafuls has quit IRC12:24
*** bobh has quit IRC12:24
*** rootsghost has joined #openstack12:26
*** rootsghost has quit IRC12:26
*** smccarthy has quit IRC12:26
*** Darcidride has quit IRC12:26
*** Mudpuppy has quit IRC12:28
*** jerrygb has quit IRC12:31
*** georgem1 has quit IRC12:32
*** hseipp has joined #openstack12:33
*** e0ne has quit IRC12:33
*** MarkBaker has quit IRC12:35
*** iogg has joined #openstack12:36
*** khushbu_ has joined #openstack12:36
*** MarkBaker has joined #openstack12:38
*** srobert has joined #openstack12:38
*** evilrob has quit IRC12:38
*** VW has quit IRC12:39
*** hogetaro has joined #openstack12:40
*** khushbu_ has quit IRC12:40
*** freddieptf has joined #openstack12:41
*** evilrob has joined #openstack12:41
*** jerrygb has joined #openstack12:42
*** aconole has joined #openstack12:43
*** srobert has quit IRC12:43
*** EricGonczer_ has quit IRC12:44
*** srobert has joined #openstack12:44
*** kjw3 has joined #openstack12:44
*** khushbu has joined #openstack12:44
*** Naeil has quit IRC12:44
*** chlong has quit IRC12:46
*** rodrigods has quit IRC12:46
*** rchavik has quit IRC12:46
*** felixsch_ has quit IRC12:46
*** rodrigods has joined #openstack12:46
*** ezobn_ has joined #openstack12:49
*** valw has quit IRC12:49
*** khushbu has quit IRC12:49
*** felixsch_ has joined #openstack12:49
*** jozwior has quit IRC12:50
*** spzala has joined #openstack12:50
*** apahim has quit IRC12:50
*** freddieptf has quit IRC12:51
*** ezobn has quit IRC12:52
*** hseipp has quit IRC12:52
*** georgem1 has joined #openstack12:53
*** bvanhav_ has quit IRC12:54
*** f13o has joined #openstack12:54
*** morazi has joined #openstack12:55
*** jheroux has joined #openstack12:55
*** freddieptf has joined #openstack12:56
*** felixsch_ has quit IRC12:56
*** led_belly has quit IRC12:56
*** hfu has joined #openstack12:58
*** NickCao has joined #openstack12:59
*** shuquan has joined #openstack12:59
*** NickCao has quit IRC12:59
*** vegasq has joined #openstack12:59
*** led_belly has joined #openstack13:00
*** jmlowe has joined #openstack13:00
*** Naeil has joined #openstack13:00
*** led_belly has quit IRC13:01
*** jerrygb has quit IRC13:01
*** morazi has quit IRC13:02
*** PhilA has joined #openstack13:02
*** masco has quit IRC13:02
*** subho has joined #openstack13:02
*** achampion has joined #openstack13:03
*** zkassab has joined #openstack13:03
*** led_belly has joined #openstack13:03
*** shuquan has quit IRC13:04
*** PhilA__ has quit IRC13:04
*** annegentle has joined #openstack13:05
*** tobias_fiberdata has joined #openstack13:06
*** led_belly has quit IRC13:06
*** jozwior has joined #openstack13:06
*** led_belly has joined #openstack13:08
*** tobias-fiberdata has quit IRC13:08
*** StraubTW has joined #openstack13:09
*** felixsch_ has joined #openstack13:09
*** StraubTW_ has joined #openstack13:10
*** hseipp has joined #openstack13:10
*** bvanhav_ has joined #openstack13:11
*** jarvis has joined #openstack13:11
*** schwicht has joined #openstack13:12
*** pradk has quit IRC13:12
*** trisq has joined #openstack13:13
*** pradk has joined #openstack13:13
*** StraubTW has quit IRC13:13
*** links has quit IRC13:13
*** shibby has joined #openstack13:14
*** SirNeo has quit IRC13:14
*** morazi has joined #openstack13:15
*** grafuls has joined #openstack13:16
*** SirNeo has joined #openstack13:17
*** c06 has quit IRC13:17
*** johnavp19891 has quit IRC13:20
*** shibby has quit IRC13:20
*** valw has joined #openstack13:21
*** jprovazn has joined #openstack13:22
*** aurimasm has quit IRC13:23
*** SirNeo has quit IRC13:24
*** valw has quit IRC13:26
*** ivo_ has quit IRC13:27
*** Mudpuppy has joined #openstack13:27
*** gaughen has quit IRC13:29
*** SauzaRob has joined #openstack13:29
*** haplo37_ has quit IRC13:29
*** GenteelBen has joined #openstack13:30
*** daemontool has joined #openstack13:32
*** amoralej is now known as amoralej|lunch13:32
*** ashland has quit IRC13:32
*** LotharKAtt has joined #openstack13:33
*** paw has quit IRC13:33
*** thiagolib has joined #openstack13:34
*** dansmith is now known as superdan13:34
*** Lee1092 has quit IRC13:36
*** MarkBaker has quit IRC13:36
*** nixhed has quit IRC13:37
*** nixhed has joined #openstack13:38
*** jerrygb has joined #openstack13:39
*** jpena is now known as jpena|lunch13:39
*** jerrygb has quit IRC13:39
*** rhagarty has joined #openstack13:39
*** jroll is now known as jrollinhatin13:40
*** apahim has joined #openstack13:41
*** curious_corn is now known as curious_corn[awa13:42
*** shibby has joined #openstack13:42
*** SirNeo has joined #openstack13:42
*** GenteelBen has joined #openstack13:44
*** rhagarty has quit IRC13:44
*** nkrinner is now known as nkrinner_afk13:45
*** haplo37_ has joined #openstack13:45
*** jerrygb has joined #openstack13:46
*** SirNeo has quit IRC13:47
*** alagar1 has quit IRC13:47
*** romerocesar has joined #openstack13:47
*** jerrygb has quit IRC13:48
*** nixhed has quit IRC13:50
*** nixhed has joined #openstack13:50
*** e0ne has joined #openstack13:50
*** rhagarty has joined #openstack13:51
*** curious_corn[awa is now known as curious_corn13:51
*** caowei_ has joined #openstack13:52
*** rhagarty has quit IRC13:52
*** romerocesar has quit IRC13:52
*** rhagarty has joined #openstack13:53
*** tobias-fiberdata has joined #openstack13:57
*** rhagarty has quit IRC13:57
*** rbak has joined #openstack13:58
*** Guest13194 has quit IRC13:58
*** ashland has joined #openstack13:59
*** nicolasbock has joined #openstack13:59
*** cleong has joined #openstack13:59
*** jmckind has joined #openstack13:59
*** anush has joined #openstack14:00
*** spotz_zzz is now known as spotz14:00
*** PhilA__ has joined #openstack14:01
*** tobias_fiberdata has quit IRC14:01
*** johnbelamaric has joined #openstack14:01
*** smccarthy has joined #openstack14:02
*** Son_Goku has quit IRC14:02
*** PhilA has quit IRC14:04
*** alagar has joined #openstack14:04
*** vhoward has joined #openstack14:05
*** eggmaster has joined #openstack14:07
*** curious_corn is now known as curious_corn[awa14:08
*** mkovarik_ has quit IRC14:09
*** curious_corn[awa is now known as curious_corn14:10
*** spotz is now known as spotz_zzz14:10
*** baoli_ has quit IRC14:11
*** baoli has joined #openstack14:11
*** rhagarty has joined #openstack14:11
*** maliniB has joined #openstack14:12
*** e0ne has quit IRC14:13
*** rossella_s has quit IRC14:13
*** e0ne has joined #openstack14:13
*** SirNeo has joined #openstack14:13
*** Guest13194 has joined #openstack14:14
*** rossella_s has joined #openstack14:14
*** albertom has quit IRC14:15
*** MarkBaker has joined #openstack14:15
*** paw has joined #openstack14:15
*** someara2 has joined #openstack14:15
*** MarkBaker has quit IRC14:16
*** mtanino has joined #openstack14:16
*** lcastell has quit IRC14:16
*** bobmel has joined #openstack14:16
*** xemdetia has joined #openstack14:16
*** lcastell has joined #openstack14:17
*** albertom has joined #openstack14:17
*** mmoster has quit IRC14:17
*** magg has joined #openstack14:19
*** vegasq has quit IRC14:20
*** bobmel has quit IRC14:20
*** srobert has quit IRC14:21
*** vegasq has joined #openstack14:21
magghello14:21
*** victorhe has joined #openstack14:21
magghave this blueprint been implemented https://blueprints.launchpad.net/openstack-qa/+spec/stackmonkey ?14:22
*** f13o_ has joined #openstack14:22
maggI would like to contribute14:22
*** Guest92 has joined #openstack14:22
*** Guest92 has quit IRC14:23
*** brensen has quit IRC14:23
*** Guest92 has joined #openstack14:23
*** Guest92 is now known as rushil14:23
*** hieulq_ has joined #openstack14:23
*** piet_ has joined #openstack14:24
*** f13o has quit IRC14:26
*** jozwior has quit IRC14:26
*** brensen has joined #openstack14:27
*** amotoki has quit IRC14:27
*** robbiew has joined #openstack14:27
*** sandanar has quit IRC14:27
*** LotharKAtt has quit IRC14:28
*** jozwior has joined #openstack14:28
*** jistr is now known as jistr|call14:29
*** jperry has joined #openstack14:29
*** dxiri_ has joined #openstack14:29
*** toanju has quit IRC14:31
*** EricGonczer_ has joined #openstack14:31
*** EricGonczer_ has quit IRC14:32
*** mslazar has quit IRC14:32
*** hsychla has joined #openstack14:33
*** dxiri_ has quit IRC14:33
*** rhagarty has quit IRC14:34
*** jarvis has quit IRC14:34
*** ChuckMe has joined #openstack14:34
*** rhagarty has joined #openstack14:36
*** jozwior has quit IRC14:36
*** srobert has joined #openstack14:38
*** leflore has joined #openstack14:39
*** VW has joined #openstack14:39
*** rama_y has joined #openstack14:42
*** fragatina has quit IRC14:42
*** fragatina has joined #openstack14:42
*** kbringard has joined #openstack14:43
*** breitz has quit IRC14:43
*** VW has quit IRC14:44
*** srobert has quit IRC14:44
*** paw has quit IRC14:44
*** paw has joined #openstack14:45
*** toanju has joined #openstack14:46
*** amoralej|lunch is now known as amoralej14:46
*** phalmos has joined #openstack14:47
*** cliles has joined #openstack14:49
*** piet_ has quit IRC14:49
*** jackNemrod has quit IRC14:49
*** jackNemrod has joined #openstack14:49
*** jpena|lunch is now known as jpena14:50
*** hieulq_ has quit IRC14:51
*** jerrygb_ has joined #openstack14:52
*** epopt has quit IRC14:55
*** curious_corn is now known as curious_corn[awa14:56
*** epopt has joined #openstack14:58
*** curious_corn[awa is now known as curious_corn14:58
*** curious_corn is now known as curious_corn[awa14:59
*** ronis has quit IRC15:01
*** jerrygb has joined #openstack15:01
*** georgem1 has quit IRC15:01
*** georgem1 has joined #openstack15:02
*** jckasper has joined #openstack15:02
*** georgem1 has quit IRC15:02
*** georgem11 has joined #openstack15:02
*** knikolla has joined #openstack15:03
*** jistr|call is now known as jistr15:03
*** Son_Goku has joined #openstack15:04
*** jerrygb_ has quit IRC15:04
*** curious_corn[awa is now known as curious_corn15:05
*** rhagarty has quit IRC15:05
*** hfu has quit IRC15:07
*** zul has quit IRC15:07
*** pbandark has quit IRC15:07
*** romerocesar has joined #openstack15:08
*** zul has joined #openstack15:09
*** ksobkowiak has joined #openstack15:09
*** mikeoutland has joined #openstack15:09
*** subho has quit IRC15:09
*** jistr is now known as jistr|biab15:10
*** zul has quit IRC15:10
*** arne_ has quit IRC15:11
*** zul has joined #openstack15:12
*** kickinz1 has quit IRC15:12
*** acidrainfall has joined #openstack15:13
*** trishnag has quit IRC15:13
*** rushil has quit IRC15:14
*** jistr|biab is now known as jistr15:14
*** cemason has joined #openstack15:15
*** spotz_zzz is now known as spotz15:15
*** Cybodog has joined #openstack15:16
*** trishnag has joined #openstack15:16
*** mikeoutland has quit IRC15:17
*** lbrune has quit IRC15:17
*** jckasper has quit IRC15:17
*** dxiri has joined #openstack15:17
*** dxiri has quit IRC15:17
*** grumpycatt has quit IRC15:18
*** vimal has quit IRC15:18
*** dxiri has joined #openstack15:18
dxiriSam-I-Am: good morning, you here?15:19
*** mikeoutland has joined #openstack15:20
*** lucendio has joined #openstack15:20
*** srobert has joined #openstack15:21
*** srobert has quit IRC15:21
*** aurimasm has joined #openstack15:21
*** srobert has joined #openstack15:21
*** grumpycatt has joined #openstack15:23
*** rcernin has quit IRC15:25
*** woodard has joined #openstack15:25
*** martines_ has quit IRC15:26
*** rcernin has joined #openstack15:27
*** bvanhav_ has quit IRC15:27
*** AnilV4 has quit IRC15:27
*** mikeoutland has quit IRC15:28
*** ezobn_ has quit IRC15:29
*** caowei_ has quit IRC15:29
*** mrjazzcat has joined #openstack15:30
*** ezobn has joined #openstack15:30
*** johnavp1989 has joined #openstack15:30
*** lbrune has joined #openstack15:31
*** LotharKAtt has joined #openstack15:32
*** jprovazn has quit IRC15:35
*** paw has quit IRC15:36
*** yamahata has joined #openstack15:36
*** PhilA__ has quit IRC15:36
*** vimal has joined #openstack15:37
*** paw has joined #openstack15:38
*** Guest13194 is now known as tesseract-15:38
*** martines_ has joined #openstack15:39
*** woodard has quit IRC15:39
*** Alss has joined #openstack15:40
*** germs has joined #openstack15:40
*** Alss has quit IRC15:40
*** eglynn has joined #openstack15:43
*** bsilverman has joined #openstack15:43
*** bsilverman is now known as bsilverm_t15:44
*** germs has quit IRC15:46
*** georgem1 has joined #openstack15:46
*** georgem11 has quit IRC15:46
*** germs has joined #openstack15:46
*** dizquierdo has joined #openstack15:46
*** gnalawad has quit IRC15:48
*** donghao has quit IRC15:48
*** TonyXu has joined #openstack15:49
*** LotharKAtt has quit IRC15:51
*** lbrune has quit IRC15:52
*** cr0wrx has joined #openstack15:53
*** bsilverm_t is now known as bsilverman15:53
*** smccarthy has quit IRC15:54
*** rbowen has quit IRC15:54
*** smccarthy has joined #openstack15:54
*** curious_corn is now known as curious_corn[awa15:55
*** wangbo has quit IRC15:55
*** jathan has joined #openstack15:56
*** rcernin has quit IRC15:56
*** vimal has quit IRC15:56
*** curious_corn[awa is now known as curious_corn15:57
cr0wrxHi guys! Does anyone here know how performance heavy compute and storage nodes are on the boot partition? Thinking about shuffling around configurations a bit for a small cluster. If everything is backed by a ceph cluster (cinder/swift/etc). would there be any major issues with not running SSDs for boot disks?15:58
*** krunkpirate has joined #openstack15:58
*** pcaruana has quit IRC15:58
*** tesseract- has quit IRC15:59
*** breitz has joined #openstack15:59
*** PhilA__ has joined #openstack15:59
*** grafuls has quit IRC16:00
*** spotz is now known as spotz_zzz16:00
*** spotz_zzz is now known as spotz16:01
*** shootbird has quit IRC16:03
*** bsilverman has quit IRC16:04
*** aurimasm has quit IRC16:04
wNcr0wrx: boot partition? you mean /boot?16:04
cr0wrxOS partition16:04
*** aurimasm has joined #openstack16:04
*** spotz is now known as spotz_zzz16:04
cr0wrxie if I wanted a compute node where ephemeral/block storage was all backed by ceph, would just a couple hdd disks be sufficient on that physical node (to run the OS, store logs, etc)16:05
Sketchyes, even just one would be sufficient (but not very redundant)16:06
haukebrunocr0wrx, absolutely. we run the instances and stuff on NFS and use just 2 small SSDs in a raid1 array for the OS16:06
cr0wrxwell we were thinking just a couple disks RAID 1 so we have a little redundancy for OS / logs16:06
*** 18VAABSMN has quit IRC16:06
cr0wrxwe want HDDs though instead of SSD - that's what I'm primarily checking on - if performance would be an issue at all, or if it really just needs to run OS and write logs16:07
cr0wrxWe have SSDs in them now, but it's a strange setup and we want to repurpose the SSDs into a new ceph pool16:07
*** kklimonda has quit IRC16:07
Sketchthe controllers will have databases and stuff on them, but the compute nodes are pretty much just OS and logs.16:07
cr0wrxsame question goes for storage node - can the OS for that also be fine on HDD16:07
*** thewall has joined #openstack16:07
Sketchshould be fine16:08
cr0wrxyea, I've checked here before for controllers and sounds like there could be issues if you have a lot of VMs (and especially if a lot of simultaneous requests to spin up / modify VMs or whatever since that is handled on controller)16:08
*** krtaylor has quit IRC16:08
*** kklimonda has joined #openstack16:08
*** aurimasm has quit IRC16:08
cr0wrxour setup is small enough that we aren't there yet and would really be better off if we can simplify our setup and keep costs low and then adjust later as needed (with this next batch of hardware we are moving to HA so that becomes an option finally)16:09
*** Guest92 has joined #openstack16:09
*** raginbaj- has joined #openstack16:09
Sketcheven then i don't think that would be an issue unless your installation is very large16:10
Sketchthe ceph storage is where you're going to want your fast storage16:10
cr0wrxwe are thinking a couple HDDs for all node types - controller, compute, and storage. Same setup across the board for OS/base disks. Then the storage node will get a bunch more SSDs and HDDs for ceph OSDs16:10
*** spotz_zzz is now known as spotz16:10
Sketchthat's what we do16:10
cr0wrxit's not huge, it'll be 8-9 nodes after this install16:10
SketchSATA/SAS HDDs for the OS, SSD storage for ceph16:10
cr0wrxbaby installation compared to most I'm sure16:10
Sketchwe're currently at 6 nodes :)16:11
cr0wrxah, cool16:11
haukebrunowe here have a lot of overhead in the controlplane :p running about ~25 control plane nodes for just 10 KVMs16:12
*** john-davidge has quit IRC16:12
*** georgem1 has quit IRC16:12
*** john-davidge has joined #openstack16:13
*** Oku_OS is now known as Oku_OS-away16:13
cr0wrxour setup has been strange so far, it's currently at 4 nodes but since it didn't provide HA on controller and we had a single storage node with limited disks we did a bunch of non-standard things like running RAID on the storage node (for the ceph OSD, etc) and we are getting to the point where it'll be nice to not do weird things16:13
cr0wrxwe are starting to see latency on the storage raid array when some VMs do lots of things16:14
cr0wrxand then ceph barfs, and then object storage becomes unavailable and returns 503, etc.16:14
*** magg has quit IRC16:14
cr0wrx25 nodes for 10 KVMs? ha lucky16:15
*** Son_Goku has quit IRC16:15
haukebrunocr0wrx, yeah thats kind of paranoia maybe ;)16:16
haukebrunowell, we also had lot of issues in our first ceph cluster. we had no journals, too big nodes, to few nodes at all16:16
*** prateek_ has quit IRC16:16
*** alagar has quit IRC16:16
cr0wrxnot as bad as ours. our storage node is ceph, 1 OSD that is backed by a RAID array of a handful of disks, no journal16:17
*** alagar has joined #openstack16:17
*** dizquierdo has quit IRC16:18
*** yaume has quit IRC16:18
cr0wrxbut we were new, didn't really know what we were doing, and didn't understand this whole OSD thing too much and wanted to ensure we had replication and could survive some of our limited drives dying so we went with what we knew - RAID, for the time being...with plans to change it as we expanded and became more comfortable with ceph and openstack in general16:18
*** thewall has left #openstack16:18
*** shootbird has joined #openstack16:18
*** yaume has joined #openstack16:19
*** groen692 has quit IRC16:20
*** yaume has quit IRC16:20
*** jeh has joined #openstack16:21
*** jeh has quit IRC16:21
*** jeh has joined #openstack16:21
*** georgem1 has joined #openstack16:21
*** aconole has quit IRC16:22
*** pegmanm_ has joined #openstack16:23
*** Guest92 has quit IRC16:24
*** rhagarty has joined #openstack16:25
*** jackNemrod has quit IRC16:26
*** Guest92 has joined #openstack16:26
*** johnavp1989 has quit IRC16:26
*** diogogmt has joined #openstack16:27
*** abehl has joined #openstack16:27
*** bobmel has joined #openstack16:28
*** bobmel has quit IRC16:28
*** bobmel has joined #openstack16:28
*** someara2 has quit IRC16:28
*** panda is now known as panda|bbl16:29
*** khushbu has joined #openstack16:29
*** srobert has quit IRC16:30
*** EricGonczer_ has joined #openstack16:30
*** as0bu has joined #openstack16:31
*** shibby has quit IRC16:31
*** alagar has quit IRC16:32
*** pegmanm_ has quit IRC16:33
*** Darcidride__ has joined #openstack16:33
*** puck`` has quit IRC16:35
*** VW has joined #openstack16:35
*** Darcidride_ has quit IRC16:37
*** pester has joined #openstack16:37
*** jdwald has quit IRC16:37
*** h5t4 has quit IRC16:37
*** f13o_ has quit IRC16:38
*** ashland has quit IRC16:38
*** jdwald has joined #openstack16:38
*** apahim has quit IRC16:38
*** pester has quit IRC16:39
*** ashland has joined #openstack16:39
*** johnny has joined #openstack16:39
*** puck has joined #openstack16:40
*** fxpester has quit IRC16:40
*** johnny is now known as Guest6106816:40
*** VW has quit IRC16:40
*** mrhillsman is now known as icanchangethatth16:40
*** TMM has quit IRC16:40
*** icanchangethatth is now known as mrhillsman16:41
*** johnavp1989 has joined #openstack16:41
*** f4 has quit IRC16:41
*** curious_corn has quit IRC16:42
*** EricGonc_ has joined #openstack16:44
*** EricGonczer_ has quit IRC16:45
*** yamahata has quit IRC16:45
*** f13o_ has joined #openstack16:47
*** pegmanm_ has joined #openstack16:47
*** Dw_Sn has quit IRC16:47
*** mmalik4 has joined #openstack16:48
*** damrkul has joined #openstack16:48
*** belmoreira has quit IRC16:48
*** acidrainfall has quit IRC16:50
*** jdwald has quit IRC16:50
*** mcornea has quit IRC16:51
*** ayoung has quit IRC16:51
*** jdwald has joined #openstack16:51
*** ayoung has joined #openstack16:52
*** VW has joined #openstack16:53
*** krtaylor has joined #openstack16:53
*** D4RKS1D3 has joined #openstack16:55
*** aossama has joined #openstack16:55
*** VW has quit IRC16:57
*** Darcidride__ has quit IRC16:58
*** pegmanm_ has quit IRC17:00
*** Guest92 has quit IRC17:00
*** as0bu has quit IRC17:02
*** trisq has quit IRC17:03
*** alagar has joined #openstack17:05
*** khushbu has quit IRC17:06
*** e0ne has quit IRC17:07
*** e0ne_ has joined #openstack17:07
*** hseipp has quit IRC17:09
*** agarner has quit IRC17:09
*** aleph1 has joined #openstack17:10
*** pegmanm_ has joined #openstack17:10
*** aleph1 has quit IRC17:11
*** magg has joined #openstack17:11
*** e0ne_ has quit IRC17:11
*** fragatina has quit IRC17:11
*** Naeil has quit IRC17:11
*** aleph1 has joined #openstack17:12
*** jathan has quit IRC17:12
*** jpich has quit IRC17:13
*** vhoward has quit IRC17:14
*** aleph1 has quit IRC17:14
*** new_u has joined #openstack17:15
*** aleph1 has joined #openstack17:15
*** VW has joined #openstack17:17
*** jprovazn has joined #openstack17:17
*** pegmanm_ has quit IRC17:17
*** jmckind has quit IRC17:18
*** new_u has quit IRC17:19
*** e0ne has joined #openstack17:19
*** lucendio1 has joined #openstack17:20
*** VW has quit IRC17:21
*** ChubYann has joined #openstack17:21
*** jahmalz has quit IRC17:22
*** e0ne has quit IRC17:23
*** lucendio has quit IRC17:23
*** rbowen has joined #openstack17:23
*** aleph1 has quit IRC17:24
*** ronis has joined #openstack17:24
*** markd_ has quit IRC17:25
*** rvd has quit IRC17:26
*** toscalix_ has joined #openstack17:26
*** aleph1 has joined #openstack17:26
*** aurimasm has joined #openstack17:26
*** jathan has joined #openstack17:27
*** toscalix has quit IRC17:27
*** toscalix__ has joined #openstack17:27
*** paw has quit IRC17:28
*** aleph1 has quit IRC17:29
*** aludwar has quit IRC17:30
*** aludwar has joined #openstack17:31
*** toscalix_ has quit IRC17:31
*** bobh has joined #openstack17:31
*** toanju has quit IRC17:31
*** shootbird has quit IRC17:33
*** MrDan has quit IRC17:37
*** bobmel has quit IRC17:37
*** TonyXu has quit IRC17:38
*** alagar has quit IRC17:38
*** alagar has joined #openstack17:38
*** rasca has quit IRC17:40
*** theor has joined #openstack17:40
*** someara2 has joined #openstack17:41
*** janzian has joined #openstack17:42
*** bvanhav_ has joined #openstack17:43
*** iniazi has joined #openstack17:43
*** lucendio has joined #openstack17:43
*** spzala has quit IRC17:44
*** lucendio1 has quit IRC17:45
*** srobert has joined #openstack17:46
*** markd_ has joined #openstack17:47
*** f13o_ has quit IRC17:47
*** vhoward has joined #openstack17:47
*** shootbird has joined #openstack17:49
*** bocaneri has quit IRC17:49
*** VW has joined #openstack17:49
*** shardy has quit IRC17:51
*** VW has quit IRC17:51
*** VW has joined #openstack17:51
*** rossella_s has quit IRC17:53
*** gszasz has quit IRC17:54
*** TonyXu has joined #openstack17:55
*** iogg has quit IRC17:55
*** mikeoutland has joined #openstack17:56
*** fguillot has quit IRC17:56
*** thiagolib has quit IRC17:58
*** cyborg-one has joined #openstack18:00
*** harlowja has quit IRC18:00
*** VW has quit IRC18:01
*** poopcat has joined #openstack18:01
*** VW has joined #openstack18:01
*** mikeoutland has quit IRC18:03
*** yamahata has joined #openstack18:03
*** harlowja has joined #openstack18:03
*** s1rp has joined #openstack18:04
*** side_control has quit IRC18:05
*** Guest92 has joined #openstack18:06
*** Guest91841 is now known as Vivek18:06
*** Vivek has joined #openstack18:06
*** s1rp has left #openstack18:07
einjenregarding horizon/openstack dashboard: How do I copy the default theme to my own theme?18:07
*** side_control has joined #openstack18:07
bsilverman_<https://www.youtube.com/watch?v=0xpogjXCUr0>18:08
*** teclator has quit IRC18:08
*** paw has joined #openstack18:09
*** TMM has joined #openstack18:09
*** knangia has joined #openstack18:09
*** poopcat has quit IRC18:10
bsilverman_OpenStack Horizon Deep Dive and Customization18:10
*** links has joined #openstack18:10
*** links has quit IRC18:10
*** GenteelBen has quit IRC18:11
*** poopcat has joined #openstack18:11
*** jeh has quit IRC18:11
*** aurimasm has quit IRC18:12
*** aurimasm has joined #openstack18:12
*** alagar has quit IRC18:13
*** jaugustine_ has joined #openstack18:13
*** alagar has joined #openstack18:14
*** PhilA__ has quit IRC18:14
*** JoseMello has joined #openstack18:14
*** liverpooler has quit IRC18:14
*** jpena is now known as jpena|off18:16
*** aurimasm has quit IRC18:17
*** spzala has joined #openstack18:17
*** spzala has quit IRC18:17
*** spzala has joined #openstack18:17
*** krypto has joined #openstack18:18
*** django has joined #openstack18:18
*** harlowja has quit IRC18:18
*** Gi0 has quit IRC18:18
*** Gi0 has joined #openstack18:19
*** django has quit IRC18:19
*** daemontool has quit IRC18:19
*** someara2 has quit IRC18:20
*** krypto has quit IRC18:20
*** stevemul has left #openstack18:20
*** jmckind has joined #openstack18:21
*** abates has quit IRC18:21
*** sshnaidm has quit IRC18:24
*** kuromagi^ has quit IRC18:27
*** sshnaidm has joined #openstack18:27
*** icy_ground has quit IRC18:28
*** johnthetubaguy has quit IRC18:28
*** jrich523 has joined #openstack18:28
*** rbak has quit IRC18:28
*** johnthetubaguy_ has joined #openstack18:28
*** icy_ground has joined #openstack18:29
*** rbak has joined #openstack18:29
*** spzala has quit IRC18:29
*** ziggit has quit IRC18:30
*** spzala has joined #openstack18:30
*** spzala has quit IRC18:30
*** johnthetubaguy_ is now known as johnthetubaguy18:30
*** flashcoder has joined #openstack18:30
*** harlowja has joined #openstack18:30
*** w1xz has joined #openstack18:31
*** rhagarty has quit IRC18:31
*** rhagarty has joined #openstack18:32
*** toscalix__ has quit IRC18:33
*** jmckind has quit IRC18:33
*** pblaho has quit IRC18:33
*** electrofelix has quit IRC18:34
*** hardbot has quit IRC18:34
*** prateek has joined #openstack18:36
*** ivo_ has joined #openstack18:36
*** rhagarty has quit IRC18:36
*** t0mb0_ has quit IRC18:38
*** ikonia has quit IRC18:40
*** wowbagger42 has joined #openstack18:42
*** gszasz has joined #openstack18:43
*** Cybodog has quit IRC18:43
*** jerrygb has quit IRC18:45
wowbagger42Hi everyone, I got an issue trying to connect to openstack from ansible... Followed this guide: http://redhatstackblog.redhat.com/2016/10/13/full-stack-automation-with-ansible-and-openstack/ but I get "msg": "Error fetching image list: Problem with auth parameters"...18:45
wowbagger42anyone any idea?18:45
*** jerrygb has joined #openstack18:45
wowbagger42sensible 2.2.0  / openstack client 3.3.018:45
wowbagger42ansible...18:46
*** alagar has quit IRC18:46
*** alagar has joined #openstack18:46
*** webguynow has quit IRC18:48
*** webguynow has joined #openstack18:48
*** Serlex has quit IRC18:49
*** m4rx has joined #openstack18:51
*** ezobn has quit IRC18:52
*** jaugustine_ has quit IRC18:53
*** kuromagi has joined #openstack18:54
*** geaaru has quit IRC18:54
*** spzala has joined #openstack18:56
*** NeilHanlon has joined #openstack18:57
NeilHanlonhey everyone :) Is it possible to run the keystone v2 and v3 apis in parallel?18:58
*** jaugustine_ has joined #openstack18:59
*** spzala has quit IRC19:01
*** victorhe_ has joined #openstack19:02
*** ShaikApsar has joined #openstack19:03
*** victorhe_ has quit IRC19:03
*** marlinc has quit IRC19:03
*** victorhe_ has joined #openstack19:04
*** SauzaRob has quit IRC19:04
*** victorhe has quit IRC19:05
*** VW has quit IRC19:06
*** fzdarsky__ is now known as fzdarsky|afk19:08
admin0NeilHanlon: that is my use case and it should be possible .. but use different endpoints19:08
NeilHanlonIt looks like it runs them automatically19:08
NeilHanlonjust had to test it19:08
NeilHanlonsilly me :P19:08
*** vhoward has quit IRC19:10
*** krunkpirate has quit IRC19:10
*** abates has joined #openstack19:11
*** amoralej is now known as amoralej|off19:11
*** VW has joined #openstack19:12
*** jerrygb has quit IRC19:14
*** dxiri has quit IRC19:15
*** kwazi has quit IRC19:15
*** dxiri has joined #openstack19:16
*** jerrygb has joined #openstack19:16
*** cfh has quit IRC19:17
*** maliniB has quit IRC19:20
*** t0mb0_ has joined #openstack19:23
*** f0g has quit IRC19:23
*** jaugustine_ has quit IRC19:23
*** annegentle has quit IRC19:23
*** jvgrant__ has joined #openstack19:24
*** shootbird has quit IRC19:24
*** bbrandt has joined #openstack19:24
*** ziggit has joined #openstack19:25
*** jackNemrod has joined #openstack19:25
*** jvgrant_ has quit IRC19:27
*** macjack has joined #openstack19:29
*** h5t4 has joined #openstack19:30
*** jisp has joined #openstack19:34
*** rootsghost has joined #openstack19:34
*** spzala has joined #openstack19:36
*** rootsghost has quit IRC19:37
*** bobmel has joined #openstack19:38
*** Mudpuppy has quit IRC19:38
*** f13o_ has joined #openstack19:38
*** bvanhav_ has quit IRC19:39
*** rarcea has quit IRC19:41
*** zkassab has quit IRC19:41
*** zkassab has joined #openstack19:42
*** bobmel has quit IRC19:42
*** shootbird has joined #openstack19:43
*** fragatina has joined #openstack19:44
*** plopix has quit IRC19:44
*** marlinc has joined #openstack19:45
*** shibby has joined #openstack19:47
wowbagger42is there an automated way to get a formatted clouds.yaml file from os_client_config.config ?19:48
*** macjack has quit IRC19:48
*** shibby has quit IRC19:49
*** shibby has joined #openstack19:49
*** jmckind has joined #openstack19:49
*** spzala has quit IRC19:49
*** annegentle has joined #openstack19:50
*** cleong has quit IRC19:50
*** cfh has joined #openstack19:50
*** maliniB has joined #openstack19:52
*** amontalban has quit IRC19:54
*** annegentle has quit IRC19:54
*** spzala has joined #openstack19:55
*** phalmos has quit IRC19:55
*** ShaikApsar_ has joined #openstack19:55
*** amontalban has joined #openstack19:56
*** amontalban has joined #openstack19:56
*** leflore has quit IRC19:56
*** spzala_ has joined #openstack19:56
*** srobert_ has joined #openstack19:57
*** fam_ is now known as fam_away19:58
*** ShaikApsar has quit IRC19:59
*** annegentle has joined #openstack19:59
*** kiran-r has joined #openstack19:59
*** rhagarty has joined #openstack19:59
*** spzala has quit IRC20:00
*** rfolco has quit IRC20:00
*** w1xz has quit IRC20:00
*** VW has quit IRC20:00
*** spzala_ has quit IRC20:00
*** srobert has quit IRC20:01
*** VW has joined #openstack20:01
*** jerrygb_ has joined #openstack20:01
*** victorhe_ has quit IRC20:02
*** spzala has joined #openstack20:02
*** shibby has quit IRC20:03
*** fragatina has quit IRC20:03
*** shibby has joined #openstack20:04
*** achampion has quit IRC20:04
*** jerrygb has quit IRC20:05
*** VW has quit IRC20:05
*** e0ne has joined #openstack20:05
*** jerrygb_ has quit IRC20:06
*** spzala has quit IRC20:06
*** coolsvap has quit IRC20:07
*** weezhard has quit IRC20:08
*** spzala has joined #openstack20:08
*** SirNeo has quit IRC20:09
*** morazi has quit IRC20:09
*** shibby has quit IRC20:11
*** shibby has joined #openstack20:11
NeilHanlonhooking the block storage service to an existing equallogic SAN won't blow anything away, right?20:14
*** jackNemrod has quit IRC20:14
*** Pramod has joined #openstack20:15
*** jprovazn has quit IRC20:15
*** annegentle has quit IRC20:16
*** victorhe has joined #openstack20:17
*** shibby has quit IRC20:17
*** SirNeo has joined #openstack20:18
*** shibby has joined #openstack20:18
*** jackNemrod has joined #openstack20:19
*** VW has joined #openstack20:20
*** weezhard has joined #openstack20:21
*** netsin has joined #openstack20:21
*** sileht has quit IRC20:21
*** kvcobb has joined #openstack20:22
*** dmz has quit IRC20:23
*** prateek has quit IRC20:23
*** Guest92 has quit IRC20:25
*** jmckind has quit IRC20:26
*** ivo_ has quit IRC20:27
*** krtaylor has quit IRC20:27
*** georgem1 has quit IRC20:27
*** sileht has joined #openstack20:28
*** jonaspaulo has joined #openstack20:28
*** retreved_ has joined #openstack20:29
*** john-davidge has quit IRC20:30
*** panda|bbl is now known as panda20:31
*** RamJett has quit IRC20:31
*** dmz has joined #openstack20:32
*** knangia has quit IRC20:32
*** retreved has quit IRC20:33
*** retreved_ has quit IRC20:33
*** victorhe has quit IRC20:33
*** jackNemrod has quit IRC20:33
*** jackNemrod has joined #openstack20:34
*** shibby has quit IRC20:35
*** shibby has joined #openstack20:35
*** Guest92 has joined #openstack20:37
*** Guest92_ has joined #openstack20:38
*** jathan has quit IRC20:41
*** Guest92 has quit IRC20:42
*** Yarboa has joined #openstack20:43
*** swsyes has joined #openstack20:44
*** apiman has joined #openstack20:44
*** ultrabizweb has joined #openstack20:44
*** RamJett has joined #openstack20:45
*** sirushti_ has joined #openstack20:45
*** jmckind has joined #openstack20:45
*** adb5a56 has joined #openstack20:45
*** afazekas_ has joined #openstack20:45
*** sepski has joined #openstack20:46
*** lionel_ has joined #openstack20:46
*** jathan has joined #openstack20:47
*** darvon_ has joined #openstack20:47
*** victorhe has joined #openstack20:48
*** TheAppleMan has quit IRC20:48
*** ultrabizweb_ has quit IRC20:48
*** sirushti has quit IRC20:48
*** aitorpazos has quit IRC20:48
*** abates has quit IRC20:48
*** sirushti_ is now known as sirushti20:48
*** afazekas has quit IRC20:48
*** tries_ has quit IRC20:48
*** sep has quit IRC20:48
*** lionel has quit IRC20:48
*** SotK has quit IRC20:48
*** darvon has quit IRC20:48
*** jrich523 has quit IRC20:48
*** SotK has joined #openstack20:48
*** bigcheese[m] has joined #openstack20:52
*** JoseMello has quit IRC20:52
*** lionel_ is now known as lionel20:53
*** bobh has quit IRC20:53
*** VW_ has joined #openstack20:53
*** jrich523 has joined #openstack20:54
*** dbecker has joined #openstack20:54
*** dbecker has quit IRC20:54
*** bigcheese[m] has left #openstack20:54
*** pradk has quit IRC20:55
*** alagar has quit IRC20:55
*** jheroux has quit IRC20:57
*** VW has quit IRC20:57
*** spzala has quit IRC20:57
*** v3nd3tta is now known as v3nd3tta``20:57
*** ShaikApsar_ has quit IRC20:58
*** jmckind has quit IRC20:58
*** thorst has quit IRC20:58
*** victorhe has quit IRC20:58
*** VW_ has quit IRC20:58
*** ShaikApsar has joined #openstack20:58
*** victorhe has joined #openstack20:58
*** bobh has joined #openstack20:58
*** bbcmicrocomputer has quit IRC20:59
*** Guest92_ has quit IRC20:59
*** MrDanDan has joined #openstack20:59
*** darvon_ is now known as darvon21:00
*** shibby has quit IRC21:01
*** schwicht has quit IRC21:02
*** steveg_afk has quit IRC21:03
*** Mudpuppy has joined #openstack21:03
*** srobert_ has quit IRC21:04
*** spotz is now known as spotz_zzz21:05
*** thorst has joined #openstack21:06
*** Razique has joined #openstack21:09
*** thorst has quit IRC21:10
*** Pramod has quit IRC21:11
*** h5t4 has quit IRC21:11
*** jmckind has joined #openstack21:12
*** rhagarty has quit IRC21:14
*** rhagarty has joined #openstack21:14
*** steveg_afk has joined #openstack21:16
*** knangia has joined #openstack21:16
*** shuquan has joined #openstack21:18
*** alagar has joined #openstack21:18
*** schwicht has joined #openstack21:18
*** iogg has joined #openstack21:20
*** johnbelamaric has quit IRC21:22
*** shuquan has quit IRC21:23
*** grafuls has joined #openstack21:23
*** grafuls has quit IRC21:23
*** ShaikApsar has quit IRC21:23
*** weezhard has quit IRC21:24
*** mikeoutland has joined #openstack21:24
*** thorst has joined #openstack21:24
*** jmckind has quit IRC21:24
*** shootbird has quit IRC21:24
*** mattcburns has joined #openstack21:25
*** thorst has quit IRC21:26
*** annegentle has joined #openstack21:26
*** zkassab has quit IRC21:26
*** schwicht has quit IRC21:27
*** spzala has joined #openstack21:28
*** vegasq has quit IRC21:28
*** vegasq has joined #openstack21:29
*** cyborg-one has quit IRC21:29
*** cyborg-one has joined #openstack21:30
*** Guest92 has joined #openstack21:30
*** maliniB has quit IRC21:30
*** Guest92_ has joined #openstack21:31
*** VW has joined #openstack21:31
*** mikeoutland has quit IRC21:31
*** spzala has quit IRC21:32
*** rrecio_ has joined #openstack21:34
*** tpsilva has quit IRC21:34
*** Guest92 has quit IRC21:35
*** thorst has joined #openstack21:35
*** VW has quit IRC21:35
*** schwicht has joined #openstack21:36
*** jrollinhatin is now known as jroll21:36
*** dxiri has quit IRC21:37
*** amontalban has quit IRC21:37
*** rrecio_ has quit IRC21:37
*** dxiri has joined #openstack21:38
*** bobmel has joined #openstack21:39
*** thorst has quit IRC21:40
*** abehl has quit IRC21:40
*** StraubTW_ has quit IRC21:43
*** ronis has quit IRC21:43
*** bobmel has quit IRC21:43
*** shootbird has joined #openstack21:45
*** Guest92_ has quit IRC21:46
*** wowbagger42 has quit IRC21:47
*** Yarboa has quit IRC21:50
*** slaweq_ has quit IRC21:50
*** retreved has joined #openstack21:50
*** mikeoutland has joined #openstack21:50
*** jerrygb has joined #openstack21:51
*** slaweq_ has joined #openstack21:51
*** morazi has joined #openstack21:52
*** dtrainor has quit IRC21:54
*** mikeoutland has quit IRC21:55
*** jerrygb has quit IRC21:56
*** aludwar has quit IRC21:58
*** jdwald has quit IRC21:58
*** cloudrancher has quit IRC21:58
*** jperry has quit IRC21:59
*** dxiri has quit IRC22:01
*** dxiri has joined #openstack22:01
*** dxiri has quit IRC22:03
*** schwicht has quit IRC22:03
*** wlfgang has quit IRC22:06
*** retreved has quit IRC22:07
*** rbak has quit IRC22:08
*** aludwar has joined #openstack22:13
*** dxiri has joined #openstack22:13
*** morsik has joined #openstack22:14
*** dneary has quit IRC22:14
*** iogg has quit IRC22:15
*** victorhe has quit IRC22:15
morsikHi, I did very simple openstack setup using flat networking. It is normal that I'm getting 404 on /v2.0/routers.json from neutron-server?22:15
morsikHorizon shouts about this all the time :(22:16
*** e0ne_ has joined #openstack22:17
*** MrDanDan has quit IRC22:18
*** Razique has quit IRC22:19
*** amontalban has joined #openstack22:19
*** amontalban has joined #openstack22:19
*** gfidente has quit IRC22:19
*** dxiri has quit IRC22:20
*** dxiri has joined #openstack22:20
*** xemdetia has quit IRC22:20
*** e0ne has quit IRC22:21
*** ivo_ has joined #openstack22:22
*** bbrandt has quit IRC22:22
*** dxiri has quit IRC22:23
*** dxiri has joined #openstack22:23
*** mikeoutland has joined #openstack22:23
*** noslzzp has quit IRC22:24
*** noslzzp has joined #openstack22:24
*** mikeoutland has quit IRC22:28
*** dxiri has quit IRC22:28
*** retreved has joined #openstack22:29
*** retreved has quit IRC22:29
*** ivo_ has quit IRC22:32
*** kiran-r has quit IRC22:35
*** EricGonc_ has quit IRC22:35
*** amontalban has quit IRC22:36
*** mparisi has quit IRC22:38
*** diogogmt has quit IRC22:39
*** evidex has joined #openstack22:40
*** shootbird has quit IRC22:40
*** abates has joined #openstack22:40
*** john-davidge has joined #openstack22:42
*** cfh has quit IRC22:42
*** schwicht has joined #openstack22:43
*** alagar has quit IRC22:45
*** mparisi has joined #openstack22:45
*** amoralej|off is now known as amoralej22:46
*** fsimonce has quit IRC22:46
*** niknakpaddywak has quit IRC22:47
*** john-davidge has quit IRC22:47
*** nickola has joined #openstack22:49
*** Gi0 has quit IRC22:52
*** dxiri has joined #openstack22:52
*** jerrygb has joined #openstack22:52
*** tull has joined #openstack22:53
*** morsik has left #openstack22:55
*** eglynn has quit IRC22:55
*** dxiri has quit IRC22:55
*** dxiri_ has joined #openstack22:55
*** led_belly has quit IRC22:56
*** jerrygb has quit IRC22:58
*** cgimeno has joined #openstack23:00
cgimenoHello all23:00
*** janzian has quit IRC23:01
*** cliles has quit IRC23:01
s1chowdy23:02
*** t0mb0_ has quit IRC23:03
*** led_belly has joined #openstack23:03
*** shootbird has joined #openstack23:03
cgimenomay I ask a question regarding nova?23:05
*** schwicht has quit IRC23:05
*** HighTower24 has quit IRC23:05
s1cok23:05
*** annegentle has quit IRC23:06
*** bobh has quit IRC23:06
cgimenoI'm trying to deploy it behind an SSL proxy23:06
cgimenoI've added secure_proxy_ssl_header=X-Forwarded-Proto to my nova.conf but for some reason nova it's not using this option23:07
cgimenoObviously, my proxy has http-request add-header  X-Forwarded-Proto https (HAProxy 1.6)23:08
cgimenodo i have to change anything else at nova.conf?23:09
s1ci don't know, sorry23:10
cgimenono problem ;)23:10
*** VW has joined #openstack23:12
*** schwicht has joined #openstack23:13
*** t0mb0_ has joined #openstack23:14
*** ziggit has quit IRC23:14
*** VW has quit IRC23:17
*** georgem1 has joined #openstack23:17
*** jackNemrod has quit IRC23:22
*** ziggit has joined #openstack23:22
*** nawwmz has joined #openstack23:25
*** mattcburns has quit IRC23:30
*** georgem1 has quit IRC23:33
*** rama_y has quit IRC23:35
*** gszasz has quit IRC23:35
*** mtanino has quit IRC23:35
*** flashcoder has quit IRC23:38
*** rhagarty has quit IRC23:39
*** rhagarty has joined #openstack23:39
*** bobmel has joined #openstack23:39
*** silvrax has joined #openstack23:41
*** theor has quit IRC23:44
silvraxHeat question, is it possible to create a stack with a number of nodes (x), connected to a number of networks (y), where x and y would be stack parameters?23:44
*** bobmel has quit IRC23:44
silvraxFor example is x is 3 and y is 2, it would create 2 networks and 3 nodes, where each node would have two network ports, one on each networks?23:45
*** nickola has quit IRC23:45
*** Son_Goku has joined #openstack23:46
*** ChuckMe has quit IRC23:47
*** niknakpaddywak has joined #openstack23:48
*** robbiew has quit IRC23:50
*** lborda has quit IRC23:55
*** rhagarty has quit IRC23:56
*** bobh has joined #openstack23:58
*** vegasq has quit IRC23:59
*** amoralej is now known as amoralej|off23:59

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