Wednesday, 2015-02-25

KaZeRyes correct00:00
*** salv-orl_ has joined #openstack00:00
*** abhirc_ has quit IRC00:00
*** hj-hp has joined #openstack00:01
*** abhirc has joined #openstack00:01
*** hj-hp has quit IRC00:01
*** striker has quit IRC00:01
*** coredump has quit IRC00:02
*** dneary has quit IRC00:02
*** salv-orlando has quit IRC00:02
*** mnovacyu has joined #openstack00:02
KaZeRso, my instance has ip 10.0.1.19 with this default route : 0.0.0.0         10.0.1.1        0.0.0.0         UG        0 0          0 eth000:02
KaZeR10.0.1.0 is the network of my tenant00:02
*** esker has quit IRC00:03
*** cjellick has quit IRC00:03
KaZeRfrom this instance, i can reach 172.16.132.2 ( which is the router ip if i'm not mistaken ). i can see this ip in the namespace of the router on the controller00:03
*** luflores_ has quit IRC00:03
*** sprachgenerator has joined #openstack00:04
Sam-I-Amso...00:04
*** cjellick has joined #openstack00:05
Sam-I-Amwhats the output of 'ovs-vsctl show' and 'ovs-ofctl dump-flows br-ex' and 'ovs-ofctl dump-flows br-int' on both nodes?00:05
*** abhirc has quit IRC00:06
*** shashankhegde has joined #openstack00:06
*** luflores has joined #openstack00:06
*** PorcoAranha has joined #openstack00:06
*** PorcoAranha has joined #openstack00:06
*** annashen_ has joined #openstack00:06
*** cemason has joined #openstack00:07
*** shawnlower has quit IRC00:08
*** luflores_ has joined #openstack00:08
*** shawnlower has joined #openstack00:08
*** Marga_ has quit IRC00:08
KaZeRcontroller : http://ix.io/gxy00:08
KaZeRcompute : http://ix.io/gxz00:09
*** dmsimard is now known as dmsimard_away00:10
*** fletcher has joined #openstack00:10
*** luflores has quit IRC00:11
*** pixelb has joined #openstack00:11
*** diogogmt has quit IRC00:11
*** annashen_ has quit IRC00:11
*** dino82 has quit IRC00:12
*** geekinutah has quit IRC00:12
Sam-I-AmKaZeR: how about ovs-ofctl show br-ex and br-int00:14
*** pm90_ has quit IRC00:14
*** eby_ has quit IRC00:14
KaZeRcompute : http://pastebin.com/DtDkxyFL00:14
KaZeRcontroller : http://pastebin.com/LiQdiux200:15
Sam-I-Amso this 505... that was specified in a network you created?00:15
*** pavel_bondar has quit IRC00:15
*** cjellick has quit IRC00:15
*** sprachgenerator has joined #openstack00:16
KaZeRthat is the vlan id for my tenant. automatically picked up from the range00:16
*** pavel_bondar has joined #openstack00:16
*** Marga_ has joined #openstack00:16
KaZeRmmm. could this be an issue with how i created the public vlan ?00:16
X123if you want to use one nic, using vlans is best00:16
X123then specifying the vlan interface in ovs like it's a physical int00:17
Sam-I-Amyou tried to specify vlan 501 or 502, and it didn't work?00:17
X123for the tenant network you'd have to specify the main interface and not the subint00:17
*** mbernacc has quit IRC00:17
X123and then tag the vlan in ovs, or create subinterfaces on the machine and specify those in ovs00:17
KaZeRSam-I-Am: no i did not specify the vlans. 501 and 502 are intended as public, 503 is reserved for ceph00:17
X123or you can let ovs handle all the interfaces in the machine00:17
Sam-I-Amhow did you create ext-net?00:17
KaZeRX123: not sure i understood everything00:18
*** kebray has joined #openstack00:18
*** gregmark has quit IRC00:18
KaZeRSam-I-Am: neutron net-create public-132 -- --router:external=True; neutron subnet-create --allocation-pool start=$start,end=$end public-132 $range -- --enable_dhcp=False00:18
*** luflores_ has quit IRC00:18
*** ancoron has quit IRC00:19
KaZeRdamn it the vlan provider part is missing00:19
*** otter768 has joined #openstack00:19
Sam-I-Amyeah00:19
Sam-I-Amthat00:19
*** luflores has joined #openstack00:19
Sam-I-Amthis is fun huh00:19
*** dino82 has joined #openstack00:19
KaZeRneutron net-create public-132 --provider:network_type vlan --provider:physical_network physnet1 --router:external=True --provider:segmentation_id 50100:19
KaZeRright ?00:19
Sam-I-Amyeah00:19
KaZeRok thanks00:20
*** scuttle|afk is now known as scuttlemonkey00:20
*** shibby has quit IRC00:20
*** cjellick has joined #openstack00:21
*** kebray has quit IRC00:21
*** VW_ has joined #openstack00:22
*** kebray has joined #openstack00:22
*** gildub has joined #openstack00:23
*** otter768 has quit IRC00:23
*** cjellick has quit IRC00:24
*** ancoron has joined #openstack00:25
*** shashankhegde has quit IRC00:25
*** luflores has quit IRC00:25
*** jcarter2 has quit IRC00:25
*** luflores has joined #openstack00:26
*** ivar-laz_ has joined #openstack00:26
*** henrynash_ has joined #openstack00:26
*** MarkAtwood has joined #openstack00:27
*** cemason has quit IRC00:27
*** cjellick has joined #openstack00:28
*** ivar-laz_ has quit IRC00:28
Sam-I-Amdid it work?00:28
*** ivar-laz_ has joined #openstack00:28
*** esheffield has quit IRC00:28
*** henrynash has quit IRC00:29
*** henrynash_ is now known as henrynash00:29
*** spzala has quit IRC00:29
*** ivar-lazzaro has quit IRC00:29
*** misterpink has quit IRC00:30
*** luflores has quit IRC00:31
*** amcgee7 has quit IRC00:31
*** kkoski has joined #openstack00:32
*** Tinfoilhat_ has joined #openstack00:32
*** che-arne has quit IRC00:33
*** sbfox has quit IRC00:33
KaZeRinstance is booting right now00:34
KaZeRi had a glitch in my port deletion :)00:34
KaZeRmmm. same results as far as i can tell. i'll post updated ovs-vsctl show00:35
KaZeRcompute : http://ix.io/gxA  and controller: http://ix.io/gxB00:36
*** nagromlt has joined #openstack00:36
*** ZoanthusR has joined #openstack00:36
nagromltne1 on?00:36
*** penguinRaider has joined #openstack00:37
KaZeRne1 ?00:38
*** martins-afk is now known as martinst00:38
*** kkoski has quit IRC00:38
*** grealish has quit IRC00:39
KaZeRSam-I-Am: controller ovs-vsctl flow : http://ix.io/gxC and compute : http://ix.io/gxD00:39
*** filippos has quit IRC00:40
*** EricGonczer_ has joined #openstack00:40
Sam-I-Amhmm00:40
*** Sri_Designer has joined #openstack00:40
*** dims__ has joined #openstack00:40
*** cscrace has joined #openstack00:41
*** MarkAtwood has quit IRC00:41
*** jaosorior has quit IRC00:41
*** dims has quit IRC00:42
*** havill has joined #openstack00:42
*** yellowbig has joined #openstack00:42
*** cjellick has quit IRC00:42
*** kkoski has joined #openstack00:42
*** travnewmatic has quit IRC00:44
*** grealish has joined #openstack00:44
*** kkoski has quit IRC00:44
*** EricGonczer_ has quit IRC00:45
*** lmh has joined #openstack00:45
KaZeRSam-I-Am: i would expect to be able to reach the vlan gateway from the router namespace, no ?00:45
Sam-I-Amyeah00:45
Sam-I-Amwhats missing is the vlan tag for 50100:45
Sam-I-Ami only see 504, which is the tenant network00:45
KaZeRindeed00:45
*** claflico has quit IRC00:45
Sam-I-Amsomewhere, when you create this network, is an error00:45
*** penguinRaider has quit IRC00:46
Sam-I-Amprobably in the ovs agent on one of the nodes00:46
*** penguinRaider has joined #openstack00:46
KaZeRnetwork_vlan_ranges is only used for dynamic allocation right ? 501 does not need to be in this range since we specify it, am i correct ?00:46
Sam-I-Ami think it needs to be in that range00:46
KaZeRi have /etc/neutron/plugins/ml2/ml2_conf.ini:network_vlan_ranges = physnet1:504:55400:47
X123not if it's flat00:47
Sam-I-AmX123: vlan external and tenant networks here00:47
X123ah00:47
Sam-I-Amall using br-ex00:47
X123i use flat external specifying the vlan subint on the host os00:47
*** signed8bit is now known as signed8bit_ZZZzz00:47
Sam-I-AmX123: thats the other option00:47
X123basically does the same thing just easier to deal with00:47
KaZeRX123: i think it sounds like what i intended to do actually00:47
*** filippos has joined #openstack00:48
*** Sri_Designer has quit IRC00:48
KaZeRwait actually i'd like to get one vlan per tenant, not sure if your suggestion would allow this. would it ?00:48
*** Marga_ has quit IRC00:48
*** penguinRaider has quit IRC00:49
Sam-I-Amthats a policy you can set, iirc00:49
Sam-I-Amrather, a quota00:49
*** penguinRaider has joined #openstack00:49
KaZeRSam-I-Am: want me to change the range and restart the services ?00:50
Sam-I-Ami'd try that... although you can confirm the issue by looking for errors in the neutron server logs and/or ovs agent logs.00:50
*** _cjones_ has quit IRC00:51
*** Joufflu has joined #openstack00:51
*** EricGonczer_ has joined #openstack00:53
KaZeRmmm i see no ERR message in the last past hour00:53
*** bogdando has quit IRC00:53
*** go_chiba_ has joined #openstack00:54
KaZeRno WARN in the last hour of ovs-agent00:54
Sam-I-Amneutron server logs?00:54
KaZeRlast error was the nova notification two hours ago00:54
KaZeRmmm00:55
KaZeR2015-02-24 16:45:42.114 1640 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token00:55
KaZeR2015-02-24 16:45:42.115 1640 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token00:55
nagromltweak00:55
*** che-arne has joined #openstack00:55
*** shawnlower has quit IRC00:55
KaZeRthat's the only warnings of the last hour00:56
*** abhirc_ has joined #openstack00:56
*** jcarter2 has joined #openstack00:56
Sam-I-Amok00:56
*** _cjones_ has joined #openstack00:57
*** bogdando has joined #openstack00:58
Sam-I-Ami dont have a OVS system to test this on right now00:58
Sam-I-Amonly linuxbridge, which wont help00:59
*** cemason has joined #openstack00:59
*** Noice has quit IRC00:59
KaZeRok. i'll try to change the range. excepted restarting the services, is there any step required ?01:00
Sam-I-Amshouldnt be01:01
KaZeRok01:01
Sam-I-Ami need food01:01
*** ParsectiX has quit IRC01:02
KaZeRi can buy you a pizza :)01:03
*** mikeoutland has quit IRC01:04
*** Parsecti_ has joined #openstack01:04
*** bogdando has quit IRC01:04
*** sprachgenerator has quit IRC01:05
*** AbyssOne_ has quit IRC01:05
*** boichev has joined #openstack01:05
*** bogdando has joined #openstack01:07
*** lsmola has quit IRC01:07
*** gohko has quit IRC01:07
*** elurkki has quit IRC01:07
*** AbyssOne_ has joined #openstack01:07
*** sprachgenerator has joined #openstack01:08
*** annashen has quit IRC01:08
*** jeevan_u1las has joined #openstack01:08
*** tru_tru_ has joined #openstack01:08
*** lpmulligan has joined #openstack01:08
*** ipoll has quit IRC01:08
*** boichev2 has quit IRC01:08
*** SergeyLukjanov has quit IRC01:08
*** txomon|fon has quit IRC01:08
*** arif-ali has quit IRC01:08
*** tru_tru has quit IRC01:08
*** jeevan_ullas has quit IRC01:08
*** pleia2 has quit IRC01:08
*** pleia2 has joined #openstack01:08
*** lsmola has joined #openstack01:09
*** jcarter2 has quit IRC01:09
*** achanda has quit IRC01:10
*** openstack has joined #openstack01:11
*** cjellick has joined #openstack01:12
*** shashankhegde has joined #openstack01:12
*** elurkki has joined #openstack01:13
*** fam has joined #openstack01:13
*** achanda has joined #openstack01:13
*** avagi has joined #openstack01:14
*** SergeyLukjanov has joined #openstack01:14
*** jcarter2 has joined #openstack01:15
Sam-I-Amhaha01:15
*** zymurgy1 has joined #openstack01:15
*** bigyellow has joined #openstack01:15
*** tsekiyam_ has joined #openstack01:16
*** jcarter2 has quit IRC01:16
*** _cjones_ has quit IRC01:16
*** AbyssOne__ has joined #openstack01:16
*** VW_ has quit IRC01:16
*** kbyrne has quit IRC01:16
*** delattec has quit IRC01:16
*** AbyssOne_ has quit IRC01:16
*** crashmag has quit IRC01:16
*** neoXsys has quit IRC01:16
*** mdbooth has quit IRC01:16
*** vinmar has quit IRC01:16
*** Willis has quit IRC01:16
*** ghostpl has quit IRC01:16
*** ambo has quit IRC01:16
*** ByteSore has quit IRC01:16
*** Veers has quit IRC01:16
*** radez_g0n3 has quit IRC01:16
*** frickler has quit IRC01:16
*** PhilSliderS has quit IRC01:16
*** cburgess has quit IRC01:16
*** JStoker has quit IRC01:16
*** Gabi_ has quit IRC01:16
*** adjohn has quit IRC01:16
*** Whoop has quit IRC01:16
*** EspenN has quit IRC01:16
*** OiPolloi has quit IRC01:16
*** thebwt1 has quit IRC01:16
*** phschwartz has quit IRC01:16
*** tlbr has quit IRC01:16
*** lifeless has quit IRC01:16
*** peterstac has quit IRC01:16
*** ric`_ has quit IRC01:16
*** wolsen has quit IRC01:16
*** taihen has quit IRC01:16
*** harmw has quit IRC01:16
*** morganfainberg has quit IRC01:16
*** zymurgy has quit IRC01:16
*** cerb has quit IRC01:16
*** ampex has quit IRC01:16
*** ryanneufeld has quit IRC01:16
*** rocambole has quit IRC01:16
*** tries_ has quit IRC01:16
*** nikhil_k has quit IRC01:16
*** ondergetekende_ has quit IRC01:16
*** d_w has quit IRC01:16
*** TheAppleMan has quit IRC01:16
*** abhirc_ has quit IRC01:16
*** yellowbig has quit IRC01:16
*** noslzzp has quit IRC01:17
*** txomon|fon has joined #openstack01:17
*** henrynash has quit IRC01:17
*** JustSomeone has joined #openstack01:18
*** JustSomeone has quit IRC01:18
*** Longgeek has joined #openstack01:18
*** Longgeek has quit IRC01:18
*** cemason has quit IRC01:19
*** tsekiyama has quit IRC01:19
*** mtanino has quit IRC01:19
*** gohko has joined #openstack01:19
*** arif-ali has joined #openstack01:20
*** crashmag has joined #openstack01:20
*** neoXsys has joined #openstack01:20
*** mdbooth has joined #openstack01:20
*** vinmar has joined #openstack01:20
*** ryanneufeld has joined #openstack01:20
*** Willis has joined #openstack01:20
*** ghostpl has joined #openstack01:20
*** ambo has joined #openstack01:20
*** ByteSore has joined #openstack01:20
*** Veers has joined #openstack01:20
*** radez_g0n3 has joined #openstack01:20
*** frickler has joined #openstack01:20
*** PhilSliderS has joined #openstack01:20
*** cburgess has joined #openstack01:20
*** JStoker has joined #openstack01:20
*** Gabi_ has joined #openstack01:20
*** adjohn has joined #openstack01:20
*** Whoop has joined #openstack01:20
*** EspenN has joined #openstack01:20
*** OiPolloi has joined #openstack01:20
*** thebwt1 has joined #openstack01:20
*** phschwartz has joined #openstack01:20
*** tlbr has joined #openstack01:20
*** lifeless has joined #openstack01:20
*** peterstac has joined #openstack01:20
*** ric`_ has joined #openstack01:20
*** wolsen has joined #openstack01:20
*** taihen has joined #openstack01:20
*** harmw has joined #openstack01:20
*** morganfainberg has joined #openstack01:20
*** cerb has joined #openstack01:20
*** ampex has joined #openstack01:20
*** rocambole has joined #openstack01:20
*** tries_ has joined #openstack01:20
*** nikhil_k has joined #openstack01:20
*** ondergetekende_ has joined #openstack01:20
*** d_w has joined #openstack01:20
*** TheAppleMan has joined #openstack01:20
*** daniel3 has quit IRC01:20
*** crashmag has quit IRC01:20
*** lifeless has quit IRC01:20
*** Whoop has quit IRC01:20
*** Willis has quit IRC01:20
*** JStoker has quit IRC01:20
*** ampex has quit IRC01:20
*** ghostpl has quit IRC01:20
*** phschwartz has quit IRC01:20
*** tsekiyam_ has quit IRC01:20
*** Willis has joined #openstack01:20
*** crashmag has joined #openstack01:20
*** ampex has joined #openstack01:20
*** phschwartz has joined #openstack01:20
*** lifeless has joined #openstack01:20
*** ghostpl has joined #openstack01:21
*** daniel3 has joined #openstack01:21
*** Whoop has joined #openstack01:21
*** Manshoon has joined #openstack01:21
*** dmitryme2 has joined #openstack01:23
*** salv-orl_ has quit IRC01:24
*** JStoker has joined #openstack01:24
*** dmitryme has quit IRC01:24
*** JStoker has quit IRC01:24
*** JStoker has joined #openstack01:24
*** yog_ has quit IRC01:24
*** JStoker is now known as 32NABEVRL01:24
*** dmitryme2 is now known as dmitryme01:24
*** ZoanthusR has quit IRC01:25
*** Longgeek has joined #openstack01:25
*** eby_ has joined #openstack01:25
*** Manshoon has quit IRC01:26
*** georgem1 has joined #openstack01:27
*** Lee1092 has joined #openstack01:27
*** promulo__ has joined #openstack01:27
*** pleia2_ has joined #openstack01:28
*** c^ has quit IRC01:29
*** eby_ has quit IRC01:30
*** jamespd has quit IRC01:31
*** mgiampapa has quit IRC01:31
*** jamespd has joined #openstack01:32
*** jlvillal is now known as jlvillal|afk01:32
*** c^ has joined #openstack01:32
Sam-I-AmKaZeR: btw, in juno i think you still need 'network_vlan_ranges' in [ovs]01:33
*** che-arne has quit IRC01:34
KaZeRin /etc/neutron/plugins/ml2/ml2_conf.ini ?01:35
Sam-I-Amyeah01:35
*** pleia2 has quit IRC01:35
*** lmh has quit IRC01:35
*** PorcoAranha has quit IRC01:35
*** gyee has quit IRC01:35
*** jang has quit IRC01:35
*** khaldrogox has quit IRC01:35
*** promulo has quit IRC01:35
*** ofkoz has quit IRC01:35
*** hjensas has quit IRC01:35
*** mjturek1 has quit IRC01:35
*** lbrower has quit IRC01:35
*** jpuellma has quit IRC01:35
*** tchaypo has quit IRC01:35
*** pashkin has quit IRC01:35
*** ekarlso has quit IRC01:35
*** Anonymouslemming has quit IRC01:35
*** martinst has quit IRC01:35
*** jdurgin has quit IRC01:35
*** dansmith has quit IRC01:35
*** johnsterdotcom has quit IRC01:35
*** kenju254 has quit IRC01:35
*** noeyesanticw has quit IRC01:35
*** timfreund has quit IRC01:35
*** danofsatx has quit IRC01:35
*** davelowe has quit IRC01:35
*** _cmd_ has quit IRC01:35
*** Slashme_ has quit IRC01:35
*** primemin1sterp has quit IRC01:35
*** Obi-Wan has quit IRC01:35
*** juice has quit IRC01:35
*** jgriffith has quit IRC01:35
*** jasonoz has quit IRC01:35
*** lastmikoi has quit IRC01:35
*** mordred has quit IRC01:35
*** anteaya has quit IRC01:35
*** philhug has quit IRC01:35
*** Ti-mo has quit IRC01:35
*** tries has quit IRC01:35
*** tibl has quit IRC01:35
*** fsaad has quit IRC01:35
*** lool has quit IRC01:35
*** ToM__ has quit IRC01:35
*** Parsecti_ has quit IRC01:35
*** kei_yama has quit IRC01:35
*** laxdog has quit IRC01:35
*** PaulCapestany has quit IRC01:35
*** mfalatic has quit IRC01:35
*** leeantho has quit IRC01:35
*** yocum has quit IRC01:35
*** mixomathoze has quit IRC01:35
*** qhartman has quit IRC01:35
*** renier has quit IRC01:35
*** toymachine has quit IRC01:35
*** youellet_ has quit IRC01:35
*** kambiz has quit IRC01:35
*** jkj has quit IRC01:35
*** nihilifer has quit IRC01:35
*** wallace has quit IRC01:35
*** _nick has quit IRC01:35
*** GonZo2000 has quit IRC01:35
*** dank_ has quit IRC01:35
*** iamben_tw has quit IRC01:35
*** coolsvap_ has quit IRC01:35
*** shpaq has quit IRC01:35
*** JoeHazzers has quit IRC01:35
*** ulkesh has quit IRC01:35
*** pylot has quit IRC01:35
*** dkaigarodsev_ has quit IRC01:35
*** soupboy has quit IRC01:35
*** AbyssOne has quit IRC01:35
*** dosaboy has quit IRC01:35
*** pingveno has quit IRC01:35
*** sgran has quit IRC01:35
*** nullsign has quit IRC01:35
*** kevinbenton has quit IRC01:35
*** ruagair has quit IRC01:35
*** vkmc has quit IRC01:35
*** Vek has quit IRC01:35
*** SotK has quit IRC01:35
*** dec has quit IRC01:35
*** kickinz1_mob|off has quit IRC01:35
*** TREllis has quit IRC01:35
*** coreycb has quit IRC01:35
*** terje has quit IRC01:35
*** gaelL_ has quit IRC01:35
*** hellome has quit IRC01:35
*** charz has quit IRC01:35
*** ches has quit IRC01:35
*** zynzel has quit IRC01:35
*** marekd has quit IRC01:35
*** xrsa has quit IRC01:35
*** Cyberg333k has quit IRC01:35
*** gentux has quit IRC01:35
*** iswc_ has quit IRC01:35
*** ruo91^ has quit IRC01:35
*** baffle has quit IRC01:35
*** buMPnet_ has quit IRC01:35
*** johnmark1vics has quit IRC01:35
*** ndk has quit IRC01:35
*** mattronix has quit IRC01:35
*** rj has quit IRC01:35
*** probably has quit IRC01:35
*** foobear has quit IRC01:35
*** rosmaita has quit IRC01:35
*** CristinaA1 has quit IRC01:35
*** rektide_ has quit IRC01:35
*** davidlenwell has quit IRC01:35
*** Aku__ has quit IRC01:35
*** sbanka has quit IRC01:35
*** zz_avozza has quit IRC01:35
*** frakt has quit IRC01:35
*** darvon has quit IRC01:35
*** mbiciunas has quit IRC01:35
*** Er00 has quit IRC01:35
*** xarg has quit IRC01:35
*** flaper87 has quit IRC01:35
*** benner has quit IRC01:35
*** naotokl has quit IRC01:35
*** termie has quit IRC01:35
*** kfjohnson has quit IRC01:35
*** Madkiss has quit IRC01:35
*** asilenkov has quit IRC01:35
*** ScarZy has quit IRC01:35
*** Neptu has quit IRC01:35
*** xarg_ is now known as xarg01:35
KaZeRok. currently it's in [ml2_type_vlan]01:35
Sam-I-Amyeah, it needs to be there too01:35
*** alanf-mc has quit IRC01:36
KaZeRok adding it. so we need to add it to both sections?01:36
Sam-I-Amyeah01:37
KaZeRok01:37
*** yog_ has joined #openstack01:37
*** melwitt has quit IRC01:38
Sam-I-Amdid you also fix the range?01:38
*** kkoski has joined #openstack01:39
*** ghostpl_ has quit IRC01:39
*** PingKuo has joined #openstack01:39
*** kbyrne has joined #openstack01:39
*** jcarter2 has joined #openstack01:39
*** Parsecti_ has joined #openstack01:39
*** lmh has joined #openstack01:39
*** gyee has joined #openstack01:39
*** kei_yama has joined #openstack01:39
*** jang has joined #openstack01:39
*** laxdog has joined #openstack01:39
*** PaulCapestany has joined #openstack01:39
*** mfalatic has joined #openstack01:39
*** ofkoz has joined #openstack01:39
*** hjensas has joined #openstack01:39
*** yocum has joined #openstack01:39
*** mixomathoze has joined #openstack01:39
*** qhartman has joined #openstack01:39
*** renier has joined #openstack01:39
*** toymachine has joined #openstack01:39
*** mjturek1 has joined #openstack01:39
*** youellet_ has joined #openstack01:39
*** lbrower has joined #openstack01:39
*** jpuellma has joined #openstack01:39
*** tchaypo has joined #openstack01:39
*** pashkin has joined #openstack01:39
*** ekarlso has joined #openstack01:39
*** kambiz has joined #openstack01:39
*** jkj has joined #openstack01:39
*** nullsign has joined #openstack01:39
*** Anonymouslemming has joined #openstack01:39
*** nihilifer has joined #openstack01:39
*** martinst has joined #openstack01:39
*** jdurgin has joined #openstack01:39
*** GonZo2000 has joined #openstack01:39
*** dansmith has joined #openstack01:39
*** ScarZy has joined #openstack01:39
*** johnsterdotcom has joined #openstack01:39
*** kenju254 has joined #openstack01:39
*** wallace has joined #openstack01:39
*** _nick has joined #openstack01:39
*** _cmd_ has joined #openstack01:39
*** noeyesanticw has joined #openstack01:39
*** timfreund has joined #openstack01:39
*** danofsatx has joined #openstack01:39
*** davelowe has joined #openstack01:39
*** 92AAALG4Y has joined #openstack01:39
*** iamben_tw has joined #openstack01:39
*** coolsvap_ has joined #openstack01:39
*** Slashme_ has joined #openstack01:39
*** shpaq has joined #openstack01:39
*** JoeHazzers has joined #openstack01:39
*** primemin1sterp has joined #openstack01:39
*** ulkesh has joined #openstack01:39
*** pylot has joined #openstack01:39
*** Obi-Wan has joined #openstack01:39
*** dkaigarodsev_ has joined #openstack01:39
*** juice has joined #openstack01:39
*** jgriffith has joined #openstack01:39
*** soupboy has joined #openstack01:39
*** jasonoz has joined #openstack01:39
*** AbyssOne has joined #openstack01:39
*** lastmikoi has joined #openstack01:39
*** kfjohnson has joined #openstack01:39
*** mordred has joined #openstack01:39
*** anteaya has joined #openstack01:39
*** dosaboy has joined #openstack01:39
*** philhug has joined #openstack01:39
*** Ti-mo has joined #openstack01:39
*** tries has joined #openstack01:39
*** pingveno has joined #openstack01:39
*** sgran has joined #openstack01:39
*** tibl has joined #openstack01:39
*** fsaad has joined #openstack01:39
*** kevinbenton has joined #openstack01:39
*** ruagair has joined #openstack01:39
*** vkmc has joined #openstack01:39
*** Vek has joined #openstack01:39
*** lool has joined #openstack01:39
*** SotK has joined #openstack01:39
*** dec has joined #openstack01:39
*** kickinz1_mob|off has joined #openstack01:39
*** ToM__ has joined #openstack01:39
*** TREllis has joined #openstack01:39
*** coreycb has joined #openstack01:39
*** terje has joined #openstack01:39
*** gaelL_ has joined #openstack01:39
*** hellome has joined #openstack01:39
*** charz has joined #openstack01:39
*** ches has joined #openstack01:39
*** zynzel has joined #openstack01:39
*** marekd has joined #openstack01:39
*** xrsa has joined #openstack01:39
*** Cyberg333k has joined #openstack01:39
*** Er00 has joined #openstack01:39
*** gentux has joined #openstack01:39
*** iswc_ has joined #openstack01:39
*** ruo91^ has joined #openstack01:39
*** baffle has joined #openstack01:39
*** buMPnet_ has joined #openstack01:39
*** johnmark1vics has joined #openstack01:39
*** ndk has joined #openstack01:39
*** mattronix has joined #openstack01:39
*** rj has joined #openstack01:39
*** probably has joined #openstack01:39
*** foobear has joined #openstack01:39
*** rosmaita has joined #openstack01:39
*** CristinaA1 has joined #openstack01:39
*** rektide_ has joined #openstack01:39
*** Aku__ has joined #openstack01:39
*** davidlenwell has joined #openstack01:39
*** sbanka has joined #openstack01:39
*** zz_avozza has joined #openstack01:39
*** frakt has joined #openstack01:39
*** darvon has joined #openstack01:39
*** mbiciunas has joined #openstack01:39
*** 92AAABCNB has joined #openstack01:39
*** flaper87 has joined #openstack01:39
*** benner has joined #openstack01:39
*** naotokl has joined #openstack01:39
*** termie has joined #openstack01:39
*** Madkiss has joined #openstack01:39
*** asilenkov has joined #openstack01:39
*** Neptu has joined #openstack01:39
*** weshay has quit IRC01:39
KaZeRi did, restarted the service, but still no sign of vlan 50101:39
Sam-I-Amyou'd have to re-create the network01:39
Sam-I-Am(delete the old one first)01:39
KaZeRok trying it now01:39
*** abhirc has joined #openstack01:40
*** abhirc has quit IRC01:40
*** jcarter2 has quit IRC01:40
*** lmh has quit IRC01:40
*** gyee has quit IRC01:40
*** jang has quit IRC01:40
*** ofkoz has quit IRC01:40
*** hjensas has quit IRC01:40
*** mjturek1 has quit IRC01:40
*** lbrower has quit IRC01:40
*** jpuellma has quit IRC01:40
*** tchaypo has quit IRC01:40
*** pashkin has quit IRC01:40
*** ekarlso has quit IRC01:40
*** Anonymouslemming has quit IRC01:40
*** martinst has quit IRC01:40
*** jdurgin has quit IRC01:40
*** dansmith has quit IRC01:40
*** johnsterdotcom has quit IRC01:40
*** kenju254 has quit IRC01:40
*** noeyesanticw has quit IRC01:40
*** timfreund has quit IRC01:40
*** danofsatx has quit IRC01:40
*** davelowe has quit IRC01:40
*** _cmd_ has quit IRC01:40
*** Slashme_ has quit IRC01:40
*** primemin1sterp has quit IRC01:40
*** Obi-Wan has quit IRC01:40
*** juice has quit IRC01:40
*** jgriffith has quit IRC01:40
*** jasonoz has quit IRC01:40
*** lastmikoi has quit IRC01:40
*** mordred has quit IRC01:40
*** anteaya has quit IRC01:40
*** philhug has quit IRC01:40
*** Ti-mo has quit IRC01:40
*** tries has quit IRC01:40
*** tibl has quit IRC01:40
*** fsaad has quit IRC01:40
*** lool has quit IRC01:40
*** ToM__ has quit IRC01:40
*** PingKuo has quit IRC01:40
*** kbyrne has quit IRC01:40
*** Parsecti_ has quit IRC01:40
*** kei_yama has quit IRC01:40
*** laxdog has quit IRC01:40
*** PaulCapestany has quit IRC01:40
*** mfalatic has quit IRC01:40
*** yocum has quit IRC01:40
*** mixomathoze has quit IRC01:40
*** qhartman has quit IRC01:40
*** renier has quit IRC01:40
*** toymachine has quit IRC01:40
*** youellet_ has quit IRC01:40
*** kambiz has quit IRC01:40
*** jkj has quit IRC01:40
*** nihilifer has quit IRC01:40
*** wallace has quit IRC01:40
*** _nick has quit IRC01:40
*** GonZo2000 has quit IRC01:40
*** 92AAALG4Y has quit IRC01:40
*** iamben_tw has quit IRC01:40
*** coolsvap_ has quit IRC01:40
*** shpaq has quit IRC01:40
*** JoeHazzers has quit IRC01:40
*** ulkesh has quit IRC01:40
*** pylot has quit IRC01:40
*** dkaigarodsev_ has quit IRC01:40
*** soupboy has quit IRC01:40
*** AbyssOne has quit IRC01:40
*** dosaboy has quit IRC01:40
*** pingveno has quit IRC01:40
*** sgran has quit IRC01:40
*** nullsign has quit IRC01:40
*** kevinbenton has quit IRC01:40
*** ruagair has quit IRC01:40
*** vkmc has quit IRC01:40
*** Vek has quit IRC01:40
*** SotK has quit IRC01:40
*** dec has quit IRC01:40
*** kickinz1_mob|off has quit IRC01:40
*** TREllis has quit IRC01:40
*** coreycb has quit IRC01:40
*** terje has quit IRC01:40
*** gaelL_ has quit IRC01:40
*** hellome has quit IRC01:40
*** charz has quit IRC01:40
*** ches has quit IRC01:40
*** zynzel has quit IRC01:40
*** marekd has quit IRC01:40
*** xrsa has quit IRC01:40
*** Cyberg333k has quit IRC01:40
*** gentux has quit IRC01:40
*** iswc_ has quit IRC01:40
*** ruo91^ has quit IRC01:40
*** baffle has quit IRC01:40
*** buMPnet_ has quit IRC01:40
*** johnmark1vics has quit IRC01:40
*** ndk has quit IRC01:40
*** mattronix has quit IRC01:40
*** rj has quit IRC01:40
*** probably has quit IRC01:40
*** foobear has quit IRC01:40
*** rosmaita has quit IRC01:40
*** CristinaA1 has quit IRC01:40
*** rektide_ has quit IRC01:40
*** davidlenwell has quit IRC01:40
*** Aku__ has quit IRC01:40
*** sbanka has quit IRC01:40
*** zz_avozza has quit IRC01:40
*** frakt has quit IRC01:40
*** darvon has quit IRC01:40
*** mbiciunas has quit IRC01:40
*** Er00 has quit IRC01:40
*** 92AAABCNB has quit IRC01:40
*** flaper87 has quit IRC01:40
*** benner has quit IRC01:40
*** naotokl has quit IRC01:40
*** termie has quit IRC01:40
*** kfjohnson has quit IRC01:40
*** Madkiss has quit IRC01:40
*** asilenkov has quit IRC01:40
*** ScarZy has quit IRC01:40
*** Neptu has quit IRC01:40
*** 32NABEVRL has quit IRC01:40
*** dims__ has quit IRC01:40
*** vishwanathj has quit IRC01:40
*** Zack_Deee has quit IRC01:40
*** evilrob has quit IRC01:40
*** fischerw has quit IRC01:40
*** geguileo has quit IRC01:40
*** zenpac has quit IRC01:40
*** m0b has quit IRC01:40
*** bladernr_ has quit IRC01:40
*** logan2_ has quit IRC01:40
*** ikke-t has quit IRC01:40
*** aloga has quit IRC01:40
*** m_3 has quit IRC01:40
*** jrist has quit IRC01:40
*** delattec has joined #openstack01:40
*** mrjazzcat has quit IRC01:40
*** mnovacyu has quit IRC01:41
*** xarg is now known as 17SABSTVQ01:41
*** PingKuo has joined #openstack01:41
*** kbyrne has joined #openstack01:41
*** jcarter2 has joined #openstack01:41
*** Parsecti_ has joined #openstack01:41
*** lmh has joined #openstack01:41
*** gyee has joined #openstack01:41
*** kei_yama has joined #openstack01:41
*** jang has joined #openstack01:41
*** laxdog has joined #openstack01:41
*** PaulCapestany has joined #openstack01:41
*** mfalatic has joined #openstack01:41
*** ofkoz has joined #openstack01:41
*** hjensas has joined #openstack01:41
*** yocum has joined #openstack01:41
*** mixomathoze has joined #openstack01:41
*** qhartman has joined #openstack01:41
*** renier has joined #openstack01:41
*** toymachine has joined #openstack01:41
*** mjturek1 has joined #openstack01:41
*** youellet_ has joined #openstack01:41
*** lbrower has joined #openstack01:41
*** jpuellma has joined #openstack01:41
*** tchaypo has joined #openstack01:41
*** pashkin has joined #openstack01:41
*** ekarlso has joined #openstack01:41
*** kambiz has joined #openstack01:41
*** jkj has joined #openstack01:41
*** nullsign has joined #openstack01:41
*** Anonymouslemming has joined #openstack01:41
*** nihilifer has joined #openstack01:41
*** martinst has joined #openstack01:41
*** jdurgin has joined #openstack01:41
*** GonZo2000 has joined #openstack01:41
*** dansmith has joined #openstack01:41
*** ScarZy has joined #openstack01:41
*** johnsterdotcom has joined #openstack01:41
*** kenju254 has joined #openstack01:41
*** wallace has joined #openstack01:41
*** _nick has joined #openstack01:41
*** _cmd_ has joined #openstack01:41
*** noeyesanticw has joined #openstack01:41
*** timfreund has joined #openstack01:41
*** danofsatx has joined #openstack01:41
*** davelowe has joined #openstack01:41
*** 92AAALG4Y has joined #openstack01:41
*** iamben_tw has joined #openstack01:41
*** coolsvap_ has joined #openstack01:41
*** Slashme_ has joined #openstack01:41
*** shpaq has joined #openstack01:41
*** JoeHazzers has joined #openstack01:41
*** primemin1sterp has joined #openstack01:41
*** ulkesh has joined #openstack01:41
*** pylot has joined #openstack01:41
*** Obi-Wan has joined #openstack01:41
*** dkaigarodsev_ has joined #openstack01:41
*** juice has joined #openstack01:41
*** jgriffith has joined #openstack01:41
*** soupboy has joined #openstack01:41
*** jasonoz has joined #openstack01:41
*** AbyssOne has joined #openstack01:41
*** lastmikoi has joined #openstack01:41
*** kfjohnson has joined #openstack01:41
*** mordred has joined #openstack01:41
*** anteaya has joined #openstack01:41
*** dosaboy has joined #openstack01:41
*** philhug has joined #openstack01:41
*** Ti-mo has joined #openstack01:41
*** tries has joined #openstack01:41
*** pingveno has joined #openstack01:41
*** sgran has joined #openstack01:41
*** tibl has joined #openstack01:41
*** fsaad has joined #openstack01:41
*** kevinbenton has joined #openstack01:41
*** ruagair has joined #openstack01:41
*** vkmc has joined #openstack01:41
*** Vek has joined #openstack01:41
*** lool has joined #openstack01:41
*** SotK has joined #openstack01:41
*** dec has joined #openstack01:41
*** kickinz1_mob|off has joined #openstack01:41
*** ToM__ has joined #openstack01:41
*** TREllis has joined #openstack01:41
*** coreycb has joined #openstack01:41
*** terje has joined #openstack01:41
*** gaelL_ has joined #openstack01:41
*** hellome has joined #openstack01:41
*** charz has joined #openstack01:41
*** ches has joined #openstack01:41
*** zynzel has joined #openstack01:41
*** marekd has joined #openstack01:41
*** xrsa has joined #openstack01:41
*** Cyberg333k has joined #openstack01:41
*** Er00 has joined #openstack01:41
*** gentux has joined #openstack01:41
*** iswc_ has joined #openstack01:41
*** ruo91^ has joined #openstack01:41
*** baffle has joined #openstack01:41
*** buMPnet_ has joined #openstack01:41
*** johnmark1vics has joined #openstack01:41
*** ndk has joined #openstack01:41
*** mattronix has joined #openstack01:41
*** rj has joined #openstack01:41
*** probably has joined #openstack01:41
*** foobear has joined #openstack01:41
*** rosmaita has joined #openstack01:41
*** CristinaA1 has joined #openstack01:41
*** rektide_ has joined #openstack01:41
*** Aku__ has joined #openstack01:41
*** davidlenwell has joined #openstack01:41
*** sbanka has joined #openstack01:41
*** zz_avozza has joined #openstack01:41
*** frakt has joined #openstack01:41
*** darvon has joined #openstack01:41
*** mbiciunas has joined #openstack01:41
*** xarg has joined #openstack01:41
*** flaper87 has joined #openstack01:41
*** benner has joined #openstack01:41
*** naotokl has joined #openstack01:41
*** termie has joined #openstack01:41
*** Madkiss has joined #openstack01:41
*** asilenkov has joined #openstack01:41
*** Neptu has joined #openstack01:41
*** alanf-mc has joined #openstack01:41
*** gargola has quit IRC01:42
*** alop has quit IRC01:42
*** alanf-mc has quit IRC01:42
*** alanf-mc has joined #openstack01:42
*** delattec has quit IRC01:42
*** yog_ has quit IRC01:43
*** kkoski has quit IRC01:43
*** sprachgenerator has quit IRC01:44
*** turtle1 has joined #openstack01:44
*** fnaval has quit IRC01:44
*** primechuck has joined #openstack01:44
*** kkoski has joined #openstack01:45
*** fnaval has joined #openstack01:45
*** solargroovy has quit IRC01:46
*** kkoski has quit IRC01:47
*** pleia2_ is now known as pleia201:48
KaZeRi recreated the public net. only relevant log found so far : 2015-02-24 17:48:33.341 1692 INFO neutron.plugins.ml2.db [req-70929541-bbb7-4e8c-a09b-5e75a95a41ca None] Added segment a50a71ca-b590-46b2-aaa1-48e18d2e4739 of type vlan for network a432d30b-10a4-44cd-b885-94a4525e684a01:49
*** Longgeek has quit IRC01:49
KaZeRnothing in my ovs-log, but i guess it's expected01:49
*** vt102 has quit IRC01:49
Sam-I-Amok01:49
Sam-I-Amthe ovs agent log has nothing?01:50
Sam-I-Amdo you have verbose=true in your neutron.conf file?01:50
*** achanda has quit IRC01:51
*** PingKuo has quit IRC01:51
*** khaldrogox has joined #openstack01:51
*** lpmulligan has quit IRC01:51
*** jpuellma has quit IRC01:52
*** tibl has quit IRC01:52
*** rektide__ has joined #openstack01:52
*** jpuellma has joined #openstack01:52
*** tibl has joined #openstack01:52
*** achanda has joined #openstack01:53
KaZeRwhen spinning up an instance in the freshly created network i do see the 502 vlan : 2015-02-24 17:51:36.693 2621 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] Port bc451bfe-2fa6-4b7e-8043-b6ad40f64fdb updated. Details: {u'admin_state_up': True, u'network_id': u'e32286c7-4268-4506-9dd0-da95961ab736', u'segmentation_id': 502, u'physical_network': u'physnet1', u'device': u'bc451bfe-2fa6-4b7e-8043-b6ad40f64fdb',01:53
KaZeR u'port_id': u'bc451bfe-2fa6-4b7e-8043-b6ad40f64fdb', u'network_type': u'vlan'}01:53
KaZeRstill no sign of 501 as far as i can tell01:53
*** rmoe has quit IRC01:53
KaZeRverbose is set to true, indeed01:53
KaZeRthe only reference to 501 in neutron-server.log is INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: {'physnet1': [(501, 554)]}01:54
Sam-I-Amhmm01:54
Sam-I-Amwhats the output of ovs-ofctl dump-flows br-ex again?01:55
*** shwang has joined #openstack01:55
Sam-I-Amalso what network-create command were you using for both the ext and tenant networks?01:55
*** rektide_ has quit IRC01:56
*** hellome has quit IRC01:56
*** gyee has quit IRC01:56
*** Tinfoilhat_ has quit IRC01:57
*** sks has joined #openstack01:57
KaZeRhttp://ix.io/gxJ01:57
*** ivar-laz_ has quit IRC01:57
KaZeRpublic net/subnet creation : http://ix.io/gxK01:57
*** ayoung has joined #openstack01:59
*** setuid has joined #openstack01:59
*** 32NABEVRL has joined #openstack01:59
*** dims__ has joined #openstack01:59
*** vishwanathj has joined #openstack01:59
*** Zack_Deee has joined #openstack01:59
*** evilrob has joined #openstack01:59
*** fischerw has joined #openstack01:59
*** geguileo has joined #openstack01:59
*** zenpac has joined #openstack01:59
*** m0b has joined #openstack01:59
*** bladernr_ has joined #openstack01:59
*** logan2_ has joined #openstack01:59
*** ikke-t has joined #openstack01:59
*** aloga has joined #openstack01:59
*** m_3 has joined #openstack01:59
*** jrist has joined #openstack01:59
KaZeRfor the tenant network, it boils down to http://ix.io/gxL01:59
*** kkoski has joined #openstack01:59
*** setuid has quit IRC01:59
*** otter768 has joined #openstack02:00
*** IRTermite1 has joined #openstack02:00
*** antons has quit IRC02:01
Sam-I-Amthis is weird02:02
Sam-I-Ami wonder if there's some issue with br-ex being used for both things02:02
*** cscrace has quit IRC02:03
*** sivy has quit IRC02:03
Sam-I-Amyou should create another bridge like br-vlan, and a mapping for it, and create your tenant net there... then create the ext net on the original bridge.02:03
*** yog_ has joined #openstack02:03
*** Sri_Designer has joined #openstack02:03
Sam-I-Amyou dont need to plug anything into br-vlan, its just to try something (it wont work, but the flows will be there)02:03
*** jcarter2 has quit IRC02:04
*** davelowe has quit IRC02:04
*** sivy has joined #openstack02:04
*** antons has joined #openstack02:04
KaZeRwhat do you call a mapping ?02:04
*** jcarter2 has joined #openstack02:04
Sam-I-Ambridge_mappings02:05
Sam-I-Amin ml2_conf.ini02:05
Sam-I-Amso you'd have two... physnet1:br-ex,physnet2:br-tenant or something02:05
*** kkoski has quit IRC02:06
*** penguinRaider has quit IRC02:06
KaZeRok trying that thanks02:06
*** lucendio has quit IRC02:07
*** lucendio has joined #openstack02:07
*** harlowja has quit IRC02:07
*** harlowja_ has joined #openstack02:07
*** pixelb has quit IRC02:08
*** EricGonczer_ has quit IRC02:09
*** ayoung has quit IRC02:10
*** 32NABEVRL has quit IRC02:10
*** dims__ has quit IRC02:10
*** vishwanathj has quit IRC02:10
*** Zack_Deee has quit IRC02:10
*** evilrob has quit IRC02:10
*** fischerw has quit IRC02:10
*** geguileo has quit IRC02:10
*** zenpac has quit IRC02:10
*** m0b has quit IRC02:10
*** bladernr_ has quit IRC02:10
*** logan2_ has quit IRC02:10
*** ikke-t has quit IRC02:10
*** aloga has quit IRC02:10
*** m_3 has quit IRC02:10
*** jrist has quit IRC02:10
*** esker has joined #openstack02:10
*** annashen has joined #openstack02:10
*** setuid_ has joined #openstack02:11
*** setuid_ is now known as setuid02:12
*** setuid has joined #openstack02:13
*** ayoung has joined #openstack02:16
*** 32NABEVRL has joined #openstack02:16
*** dims__ has joined #openstack02:16
*** vishwanathj has joined #openstack02:16
*** evilrob has joined #openstack02:16
*** fischerw has joined #openstack02:16
*** geguileo has joined #openstack02:16
*** zenpac has joined #openstack02:16
*** m0b has joined #openstack02:16
*** bladernr_ has joined #openstack02:16
*** logan2_ has joined #openstack02:16
*** ikke-t has joined #openstack02:16
*** aloga has joined #openstack02:16
*** m_3 has joined #openstack02:16
*** jrist has joined #openstack02:16
*** hemna is now known as hemnafk02:16
*** rmoe has joined #openstack02:16
*** abhirc has joined #openstack02:16
*** annashen has quit IRC02:16
*** mwagner_lap has joined #openstack02:16
*** THV has joined #openstack02:16
*** THV has joined #openstack02:17
*** Longgeek has joined #openstack02:18
*** erkules has joined #openstack02:18
*** khaldrogox has quit IRC02:19
*** alanf-mc has quit IRC02:19
*** SumitNaiksatam has quit IRC02:20
*** georgem1 has quit IRC02:20
*** lucendio has quit IRC02:20
*** ivar-lazzaro has joined #openstack02:20
*** vicky has joined #openstack02:20
*** erkules_ has quit IRC02:21
*** etacsufbo has joined #openstack02:21
*** georgem1 has joined #openstack02:22
*** blair has quit IRC02:22
*** hfu has joined #openstack02:22
*** koolhead17 has joined #openstack02:22
*** penguinRaider has joined #openstack02:23
*** ChuckC has quit IRC02:23
*** ivar-lazzaro has quit IRC02:24
*** signed8bit_ZZZzz is now known as signed8bit02:24
*** sputnik13 has quit IRC02:25
*** signed8bit has quit IRC02:26
*** jeevan_u1las is now known as jeevan_ullas02:26
*** georgem1 has quit IRC02:26
*** jcarter2 has quit IRC02:27
*** changbl has joined #openstack02:27
*** Sri_Designer has quit IRC02:28
*** jeevan_ullas has quit IRC02:28
*** jeevan_ullas has joined #openstack02:28
*** blackboxsw has joined #openstack02:28
*** Sri_Designer has joined #openstack02:28
*** engkur has joined #openstack02:29
*** reed_ has joined #openstack02:29
*** fletcher has quit IRC02:30
*** reed has quit IRC02:30
*** antons has quit IRC02:31
*** blackboxsw_ has quit IRC02:31
*** shashankhegde has quit IRC02:32
*** THV has quit IRC02:33
*** negronjl has quit IRC02:33
*** engkur has quit IRC02:34
*** jamespd has quit IRC02:34
*** jamespd has joined #openstack02:35
*** calinux has joined #openstack02:35
*** MarkAtwood has joined #openstack02:36
*** negronjl has joined #openstack02:37
*** yog_ has quit IRC02:37
*** shashankhegde has joined #openstack02:37
*** PingKuo has joined #openstack02:38
*** turtle1 has left #openstack02:39
*** cjellick has quit IRC02:39
*** georgem1 has joined #openstack02:40
*** kapil___ has joined #openstack02:40
KaZeRSam-I-Am: is there a way to manually add the missing vlan?02:41
Sam-I-Amno02:41
*** cjellick has joined #openstack02:41
KaZeRok. too bad :)02:41
Sam-I-Amhave to figure out why neutron isn't doing it02:41
*** himangi has joined #openstack02:42
*** ancoron_ has joined #openstack02:43
*** Tinfoilhat_ has joined #openstack02:43
*** achanda has quit IRC02:44
*** kkoski has joined #openstack02:44
*** etacsufbo has quit IRC02:45
*** ancoron has quit IRC02:47
*** reed_ is now known as reed02:48
*** reed has quit IRC02:48
*** reed has joined #openstack02:48
*** dims__ has quit IRC02:48
*** calinux has quit IRC02:49
*** luflores has joined #openstack02:50
*** vishwanathj has quit IRC02:50
*** kkoski has quit IRC02:50
*** luflores_ has joined #openstack02:51
*** engkur has joined #openstack02:51
*** ncamacho is now known as zz_ncamacho02:51
*** appprod0 has joined #openstack02:52
*** yamamoto_ has joined #openstack02:52
*** luflore__ has joined #openstack02:52
*** cjellick has quit IRC02:52
*** cjellick has joined #openstack02:53
*** galstrom_zzz is now known as galstrom02:54
*** luflores has quit IRC02:54
*** eblake_ has joined #openstack02:54
*** rpeter has joined #openstack02:54
*** swat30 has quit IRC02:54
*** narenhn has quit IRC02:54
*** luflores_ has quit IRC02:55
*** markvoelker has quit IRC02:56
*** yamahata has quit IRC02:56
*** markvoelker has joined #openstack02:57
*** rpeter has quit IRC02:57
*** stevemar has joined #openstack02:57
*** cjellick has quit IRC02:57
*** SumitNaiksatam has joined #openstack02:58
*** swat30 has joined #openstack02:59
*** sks has quit IRC02:59
KaZeR" create your tenant net there" : mmm03:00
*** cemason has joined #openstack03:00
KaZeRi did not specify on which bridge to create the previous tenant's network03:00
KaZeRshould i have specified --provider:physical_network physnet1 for the tenant network before ?03:01
*** markvoelker has quit IRC03:01
Sam-I-Amgenerally yes03:01
KaZeRok. do you think this could be my issue ? i mean, is it worth trying to recreate the tenant network with vlan parameters ?03:02
*** bluesm has quit IRC03:02
*** achanda has joined #openstack03:03
Sam-I-Amyou could try it03:04
KaZeRi just need "--provider:network_type vlan --provider:physical_network physnet1"  nothing else ?03:05
*** jehb_ has quit IRC03:06
*** baoli has joined #openstack03:06
*** Sri_Designer has quit IRC03:07
*** khaldrogox has joined #openstack03:08
*** khaldrogox has quit IRC03:09
*** TheAppleMan has quit IRC03:09
*** otter768 has quit IRC03:09
*** Sri_Designer has joined #openstack03:09
*** calinux has joined #openstack03:09
*** bkopilov has quit IRC03:09
*** bkopilov has joined #openstack03:09
*** vinmar has quit IRC03:10
*** Veers has quit IRC03:10
*** d_w has quit IRC03:10
*** d_w has joined #openstack03:10
*** Veers has joined #openstack03:10
*** vinmar has joined #openstack03:10
*** otter768 has joined #openstack03:10
*** luflore__ has quit IRC03:13
*** eby_ has joined #openstack03:14
*** davelowe has joined #openstack03:14
*** devlaps has joined #openstack03:14
*** hfu has quit IRC03:15
*** blair has joined #openstack03:17
*** yog_ has joined #openstack03:18
*** cjellick has joined #openstack03:19
*** eby_ has quit IRC03:19
KaZeRok i tried, and you also need to specify the vlan id. i picked 510, which shows up in the flow  cookie=0x0, duration=131.687s, table=0, n_packets=42, n_bytes=4693, idle_age=2, priority=4,in_port=2,dl_vlan=3 actions=mod_vlan_vid:510,NORMAL03:19
KaZeRbut still no 50103:19
*** michaelneale has quit IRC03:19
*** cemason has quit IRC03:20
*** otter768 has quit IRC03:20
*** michaelneale has joined #openstack03:20
*** Manshoon has joined #openstack03:22
Sam-I-Amhmm03:22
Sam-I-Amwell, i cant help anymore tonight03:22
Sam-I-Ami need to talk to some people about this problem03:22
KaZeRno worries i understand03:23
KaZeRthanks a lot03:23
Sam-I-Amits a config issue or a bug03:23
*** cucumber_ has joined #openstack03:23
Sam-I-Amwonder what happens if you choose 501 without routerexternal=true03:23
*** Sri_Designer has quit IRC03:23
Sam-I-Amanyway, i'm completely bombed out for the night03:23
Sam-I-Amits been a long day03:23
*** hfu has joined #openstack03:24
*** cucumber_ has quit IRC03:24
KaZeRok. i'll try to recreate without the external router03:24
KaZeRthanks a lot, have a good evening!03:24
Sam-I-Amif you have 501 and 510 in the range, and 501 doesnt work, but 510 does... thats about the only difference in the net-create, no?03:24
KaZeRindeed03:24
KaZeRi wonder if i should have used shared=true for public-12303:25
*** travnewmatic has joined #openstack03:25
Sam-I-Amoh, try that. i think i missed that03:26
KaZeRok trying now03:26
*** Manshoon has quit IRC03:27
*** cjellick has quit IRC03:27
*** ghostpl_ has joined #openstack03:27
*** Tinfoilhat_ has quit IRC03:27
*** fnaval has quit IRC03:29
*** annashen has joined #openstack03:30
*** Fenuks has joined #openstack03:31
KaZeRmmm03:32
KaZeRi don't see a change in flows03:32
*** ghostpl_ has quit IRC03:32
Sam-I-Amwas this with --shared?03:33
*** jobewan has quit IRC03:33
*** guilhermebr has quit IRC03:34
KaZeRyes03:34
Sam-I-Amand router external?03:34
*** dmshelton has quit IRC03:34
*** deepthi has joined #openstack03:34
KaZeRneutron net-create public-132 --provider:network_type vlan --provider:physical_network physnet1 --router:external=True --provider:segmentation_id 501 --shared03:34
KaZeRr03:34
*** etacsufbo has joined #openstack03:34
*** ponyofdeath has quit IRC03:34
Sam-I-Amfor fun, what happens if you do this without the seg id?03:34
KaZeRfor the public one ?03:35
Sam-I-Amyeah03:35
KaZeR400-{u'NeutronError': {u'message': u'Invalid input for operation: segmentation_id required for VLAN provider network.', u'type': u'InvalidInput', u'detail': u''}}03:35
*** lmh has quit IRC03:36
*** lmh1 has joined #openstack03:36
Sam-I-Amnow, without router external and shared, does it work without a seg id?03:36
*** annashen has quit IRC03:37
KaZeRnop, same error ( command was neutron net-create public-133 --provider:network_type vlan --provider:physical_network physnet1 )03:37
*** fnaval has joined #openstack03:37
*** jehb has quit IRC03:37
Sam-I-Amwhat about using... vlan 520 or something?03:37
*** ponyofdeath has joined #openstack03:38
*** appprod0 has quit IRC03:39
*** jasonsb has quit IRC03:39
KaZeRfor public? good idea...03:39
Sam-I-Amyeah03:39
Sam-I-Amkind of stabbing in the dark right now03:39
*** bigpup has joined #openstack03:39
bigpuplarks are around03:40
*** devlaps has quit IRC03:40
*** shashankhegde has quit IRC03:41
*** achanda has quit IRC03:41
*** achanda has joined #openstack03:42
*** robbiew has left #openstack03:43
*** shashankhegde has joined #openstack03:44
*** geekinutah has joined #openstack03:44
KaZeRmmm. i only see vlan 510 in ovs-ofctl dump-flows br-ex03:45
*** jehb has joined #openstack03:47
*** githogori_ has joined #openstack03:48
*** githogori_ has quit IRC03:48
*** primechuck has quit IRC03:48
*** dims has joined #openstack03:49
KaZeRif i create another tenant, i do get another vlan in the flow. but no vlan related to the public nets ( i have two of them right now )03:51
*** mtanino has joined #openstack03:51
*** vigneshvar has joined #openstack03:52
*** Longgeek has quit IRC03:52
*** dims has quit IRC03:54
*** bigyellow has quit IRC03:54
*** yellowbig has joined #openstack03:54
*** reed has quit IRC03:55
*** baoli has quit IRC03:57
*** jcarter2 has joined #openstack03:57
*** cemason has joined #openstack03:57
*** achanda has quit IRC03:57
*** fischerw has quit IRC03:58
*** appprod0 has joined #openstack04:00
*** vigneshvar has quit IRC04:00
Sam-I-AmKaZeR: ok, at least that narrows it down04:00
Sam-I-AmKaZeR: you have a separate admin and user tenant, right?04:00
*** galstrom is now known as galstrom_zzz04:00
KaZeRyes04:00
Sam-I-Amaight. well, enough for today from me.04:01
*** tochi has joined #openstack04:01
KaZeRthanks again04:01
*** mnovacyu has joined #openstack04:01
*** achanda has joined #openstack04:02
Sam-I-Amnp04:02
*** mixomathoze has quit IRC04:02
*** jcarter2 has quit IRC04:03
*** abhirc has quit IRC04:04
*** achanda has quit IRC04:04
*** ChuckC has joined #openstack04:05
*** mnovacyu_ has joined #openstack04:05
*** jobewan has joined #openstack04:05
*** mnovacyu has quit IRC04:06
*** markvoelker has joined #openstack04:06
*** harlowja_ is now known as harlowja_away04:06
*** sluo_wfh has joined #openstack04:08
*** hfu has quit IRC04:08
*** baoli has joined #openstack04:10
*** mnovacyu has joined #openstack04:10
*** AnilV4 has joined #openstack04:11
*** mixomathoze has joined #openstack04:11
*** mnovacyu_ has quit IRC04:11
*** achanda has joined #openstack04:12
*** georgem1 has quit IRC04:15
*** rossk has quit IRC04:15
*** sluo_wfh has quit IRC04:15
*** coolsvap_ is now known as coolsvap04:16
*** Tinfoilhat_ has joined #openstack04:19
*** sbfox has joined #openstack04:20
*** annegent_ has joined #openstack04:20
*** jasonsb has joined #openstack04:22
*** sluo_wfh has joined #openstack04:23
*** jpuellma has quit IRC04:24
*** mnovacyu_ has joined #openstack04:25
*** Sri_Designer has joined #openstack04:25
*** mnovacyu has quit IRC04:26
*** jpuellma has joined #openstack04:26
*** baoli has quit IRC04:27
*** JRobinson__ is now known as JRobinson__afl04:28
*** JRobinson__afl is now known as JRobinson__afk04:28
*** mixomathoze has quit IRC04:28
*** mikeoutland has joined #openstack04:29
*** appprod0 has quit IRC04:29
*** neophy has joined #openstack04:29
*** cjellick has joined #openstack04:30
*** mixomathoze has joined #openstack04:31
*** himangi has quit IRC04:33
*** pravins has joined #openstack04:34
*** hdd has quit IRC04:36
*** hdd has joined #openstack04:37
*** hdd has quit IRC04:38
*** lpmulligan has joined #openstack04:39
*** deepakcs has joined #openstack04:41
*** annashen has joined #openstack04:41
*** patrickeast has quit IRC04:41
*** yograterol has joined #openstack04:41
*** yamahata has joined #openstack04:43
*** sluo_wfh is now known as sluo_laptop04:44
*** mtanino has quit IRC04:46
*** Longgeek has joined #openstack04:46
*** jobewan has quit IRC04:46
*** shashankhegde has quit IRC04:48
*** sputnik13 has joined #openstack04:48
*** cjellick has quit IRC04:49
*** sivy has quit IRC04:49
*** lgao has joined #openstack04:50
*** lgao has joined #openstack04:50
*** lgao has quit IRC04:51
*** sivy has joined #openstack04:51
*** Sri_Designer has quit IRC04:51
*** krtaylor has quit IRC04:51
*** stacks_ has joined #openstack04:51
*** lgao has joined #openstack04:52
*** stacks_ has quit IRC04:53
*** lgao has quit IRC04:54
*** Marga_ has joined #openstack04:57
*** mkolesni__ has joined #openstack04:57
*** lpmulligan has quit IRC04:58
*** aveek has joined #openstack04:59
*** twoflowers has quit IRC04:59
*** Fenuks has quit IRC05:01
*** krtaylor has joined #openstack05:02
*** JRobinson__afk is now known as JRobinson__05:03
*** annashen has quit IRC05:03
*** eby_ has joined #openstack05:03
*** geekinutah has quit IRC05:03
*** krtaylor has quit IRC05:04
*** Marga_ has quit IRC05:06
*** Marga_ has joined #openstack05:07
*** Longgeek has quit IRC05:07
*** Longgeek has joined #openstack05:07
*** calinux_ has joined #openstack05:08
*** eby_ has quit IRC05:08
*** pensu has joined #openstack05:08
*** jehb has quit IRC05:09
*** krtaylor has joined #openstack05:09
*** renier_ has joined #openstack05:10
*** achanda has quit IRC05:12
*** renier has quit IRC05:13
*** Tinfoilhat_ has quit IRC05:16
*** ghostpl_ has joined #openstack05:16
*** hfu has joined #openstack05:17
*** Fenuks has joined #openstack05:18
*** geekinutah has joined #openstack05:18
*** PaulCuzner has quit IRC05:19
*** pradipta has joined #openstack05:20
*** otter768 has joined #openstack05:21
*** ghostpl_ has quit IRC05:21
*** neeti has joined #openstack05:21
*** eghobo has joined #openstack05:22
*** Manshoon has joined #openstack05:23
*** jehb has joined #openstack05:24
*** jobewan has joined #openstack05:24
*** naman has joined #openstack05:24
*** etacsufbo has quit IRC05:24
*** antons has joined #openstack05:25
*** rdas has joined #openstack05:25
*** otter768 has quit IRC05:25
*** etacsufbo has joined #openstack05:26
namanI got a [ERROR] /opt/stack/devstack/lib/nova:707 nova-api did not start while installing devstack on compute node05:26
*** aeperezt has quit IRC05:27
*** Manshoon has quit IRC05:28
*** travnewmatic has quit IRC05:28
*** PaulCuzner has joined #openstack05:28
*** Joufflu has quit IRC05:28
*** yograterol has quit IRC05:28
*** appprod0 has joined #openstack05:30
*** blackboxsw has quit IRC05:31
*** side_control has quit IRC05:34
*** appprod0 has quit IRC05:34
*** hfu has quit IRC05:35
*** achanda has joined #openstack05:35
*** mnovacyu has joined #openstack05:36
*** etacsufbo has quit IRC05:36
*** mnovacyu_ has quit IRC05:37
*** penguinRaider has quit IRC05:38
*** penguinRaider has joined #openstack05:38
*** badon_ has joined #openstack05:41
*** badon has quit IRC05:41
*** badon_ is now known as badon05:42
*** abehl has joined #openstack05:43
*** abehl has quit IRC05:43
*** blairo has joined #openstack05:44
*** Parsecti_ has quit IRC05:46
*** sbfox has quit IRC05:46
*** ParsectiX has joined #openstack05:46
*** blackboxsw has joined #openstack05:46
*** jcoufal has joined #openstack05:46
*** rmstar has quit IRC05:46
*** prometheanfire has joined #openstack05:46
prometheanfireanyone using ovs and can run something for me?05:47
prometheanfireI need to check possible netiface enumeration techniques for a review05:47
*** Sri_Designer has joined #openstack05:47
*** Joufflu has joined #openstack05:47
*** annegent_ has quit IRC05:47
*** blair has quit IRC05:48
prometheanfireI need someone that currently has ovs interfaces to check the content of /sys/class/net and also check the output of the glibc function if_nameindex05:48
*** annegent_ has joined #openstack05:48
prometheanfirethe code for the glibc function is in man if_nameindex, if you don't trust me05:48
prometheanfire:D05:48
*** side_control has joined #openstack05:49
*** blairo has quit IRC05:49
*** Longgeek has quit IRC05:50
*** Longgeek has joined #openstack05:52
*** annegent_ has quit IRC05:53
*** sbfox has joined #openstack05:54
*** eghobo has quit IRC05:56
*** Zack_Deee has joined #openstack05:56
*** RoozbehShafiee has joined #openstack05:57
*** setuid has quit IRC05:58
*** himangi has joined #openstack05:58
*** Sri_Designer has quit IRC05:59
*** jcoufal has quit IRC05:59
iwilsonlarsks: ping (if you're not too busy)06:04
*** steveg is now known as sgordon06:05
*** antons_ has joined #openstack06:05
*** antons has quit IRC06:07
*** damadhatter has quit IRC06:07
*** antons_ has quit IRC06:07
*** ParsectiX has quit IRC06:09
*** okrieg has quit IRC06:10
*** sprachgenerator has joined #openstack06:12
*** etacsufbo has joined #openstack06:15
*** damadhatter has joined #openstack06:16
*** anande has joined #openstack06:16
*** masco has joined #openstack06:17
*** Longgeek has quit IRC06:19
*** geekinutah has quit IRC06:19
*** yuntong has joined #openstack06:22
*** retr0h has joined #openstack06:24
*** cemason has quit IRC06:24
*** rwsu is now known as rwsu-afk06:25
*** nshaikh has joined #openstack06:26
*** hdd has joined #openstack06:27
*** harsha has joined #openstack06:27
*** zymurgy1 has quit IRC06:28
*** zymurgy has joined #openstack06:28
*** annashen has joined #openstack06:31
*** vigneshvar has joined #openstack06:32
*** Akshik has joined #openstack06:34
*** red_horned_rihno has joined #openstack06:34
*** himangi has quit IRC06:34
*** pensu has left #openstack06:34
*** IRTermite1 has quit IRC06:35
Akshikhelp require configuring shibbloeth with keystone06:37
*** akl_ has joined #openstack06:37
*** cemason has joined #openstack06:39
akl_Hello , where do I make changes in cloud-init  ? I see a cloud-config.txt file , but it is always empty even when i run cloud-init , i'm not able to figure it out :/06:39
*** rossk has joined #openstack06:39
akl_or is it like it like i have to edit in etc / cloud . cloud.cfg ?06:39
Akshikwhen i call /Shibboleth.sso/Login, im getting No MetadataProvider available.06:40
*** mikeoutland has quit IRC06:41
*** remya has joined #openstack06:42
*** annashen has quit IRC06:42
*** rmstar has joined #openstack06:42
*** gildub has quit IRC06:43
*** gszasz has joined #openstack06:44
*** anshul has joined #openstack06:45
*** KaZeR has quit IRC06:45
*** JRobinson__ has quit IRC06:45
*** KaZeR has joined #openstack06:46
*** shashankhegde has joined #openstack06:46
*** masco has quit IRC06:47
*** mnovacyu has quit IRC06:48
*** jasonsb has quit IRC06:48
*** jasonsb has joined #openstack06:48
*** red_horned_rihno has quit IRC06:49
*** vectra has quit IRC06:49
*** mrmartin has joined #openstack06:49
*** cdub has joined #openstack06:50
*** etacsufbo has quit IRC06:51
*** etacsufbo has joined #openstack06:51
*** eby_ has joined #openstack06:52
*** jasonsb has quit IRC06:53
*** Joufflu has quit IRC06:54
*** harukomoto has joined #openstack06:54
akl_Hello , where do I make changes in cloud-init  ? I see a cloud-config.txt file , but it is always empty even when i run cloud-init , i'm not able to figure it out :/06:55
*** harsha has quit IRC06:56
*** nkhare has joined #openstack06:56
*** nkrinner has joined #openstack06:56
*** eby_ has quit IRC06:56
*** rmstar has quit IRC06:57
*** saltlake has quit IRC06:58
*** masco has joined #openstack06:58
*** jcoufal has joined #openstack07:01
*** topon has joined #openstack07:02
*** TheOsprey has quit IRC07:03
*** melmoth has joined #openstack07:03
*** BOKALDO has joined #openstack07:03
*** harukomoto has quit IRC07:04
*** pm90_ has joined #openstack07:05
*** calinux_ has quit IRC07:05
*** ghostpl_ has joined #openstack07:05
*** calinux has quit IRC07:06
*** yfauser has joined #openstack07:06
*** rmstar has joined #openstack07:06
*** vectra has joined #openstack07:06
*** nagromlt has quit IRC07:07
*** noslzzp has joined #openstack07:07
*** yfauser has left #openstack07:07
*** Godfath3r has joined #openstack07:08
*** tnovacik_ has joined #openstack07:08
*** cookednoodles has joined #openstack07:10
*** stevemar has quit IRC07:10
*** ghostpl_ has quit IRC07:10
*** stevemar has joined #openstack07:10
*** twillber has joined #openstack07:10
*** maximov has joined #openstack07:10
*** avagi has quit IRC07:12
*** avagi has joined #openstack07:12
*** sayan has joined #openstack07:13
*** pkoniszewski has joined #openstack07:13
*** hjensas has quit IRC07:14
*** melmoth has quit IRC07:16
*** liam_ has joined #openstack07:16
*** liam_ has quit IRC07:16
*** jcoufal has quit IRC07:17
*** jcoufal has joined #openstack07:18
*** mzbik has joined #openstack07:18
*** groen692 has joined #openstack07:18
*** nmagnezi has joined #openstack07:19
*** nmagnezi has quit IRC07:19
*** fzdarsky has joined #openstack07:19
*** maximov_ has joined #openstack07:22
*** otter768 has joined #openstack07:22
*** melmoth has joined #openstack07:22
*** sgordon is now known as steveg07:22
*** nmagnezi has joined #openstack07:23
*** maximov has quit IRC07:23
*** maximov_ is now known as maximov07:23
*** havill has quit IRC07:24
*** Sri_Designer has joined #openstack07:25
*** otter768 has quit IRC07:26
*** cookednoodles has quit IRC07:27
*** jagee has quit IRC07:27
*** Godfath3r has quit IRC07:29
*** Sri_Designer has quit IRC07:30
*** Miouge has joined #openstack07:30
KaZeRprometheanfire: i have ovs running i'd be happy to help07:31
*** masco has quit IRC07:31
*** markvoelker has quit IRC07:32
*** THV has joined #openstack07:33
*** markvoelker has joined #openstack07:33
*** salv-orlando has joined #openstack07:33
prometheanfireKaZeR: ohai07:34
prometheanfirecan you run man if_nameindex07:34
prometheanfirethe code is in the example07:34
prometheanfireI want to verify that all your ovs interfaces show up in that list07:34
prometheanfirealso, show up in /sys/class/net07:34
prometheanfirealso, show up in ip -o -d link show07:35
prometheanfireI'm working on a changeset that fixes device enumeration in neutron and it's failing with ovs07:35
prometheanfireno idea why https://review.openstack.org/#/c/154128/1707:35
KaZeRprometheanfire: mmm No manual entry for if_nameindex07:35
prometheanfireok, well, if you trust my paste :P07:35
KaZeR:)07:35
*** THV has quit IRC07:35
prometheanfirehttps://bpaste.net/show/826df39ce85107:36
*** sivy has quit IRC07:36
prometheanfiregcc that and run it07:36
KaZeRall my interfaces do show up in  /sys/class/net07:36
prometheanfireall of them that are in ovs-vsctl show as well?07:36
*** sivy has joined #openstack07:37
*** markvoelker has quit IRC07:37
*** itzikb has joined #openstack07:38
KaZeRall of them excepted tap* and qr*07:38
prometheanfiredo those missing ones show up in 'ip -o -d link show' ?07:39
*** bjornar_ has joined #openstack07:39
KaZeRhttp://pastebin.com/Ekt22NY807:39
KaZeRno they don't show up there either07:40
prometheanfireok07:40
prometheanfireKaZeR: dunno how familiar you are with the code, but can you see anything wrong with it?07:40
KaZeRbut isn't it related to a namespace ?07:40
prometheanfireshouldn't be07:41
prometheanfireI need to make sure the list generted my ip is all in /sys/class/net07:41
prometheanfiremy patch handles that for interfaces too07:41
prometheanfirenamespaces07:41
*** jprovazn has joined #openstack07:42
*** hdd has quit IRC07:42
*** shashankhegde has quit IRC07:44
*** masco has joined #openstack07:44
*** tru_tru_ has quit IRC07:44
*** tru_tru has joined #openstack07:45
KaZeRmmm07:46
*** user_42 has joined #openstack07:46
prometheanfireya07:48
*** ekarlso has quit IRC07:48
*** marius_endian has joined #openstack07:49
*** nkrinner has quit IRC07:50
*** fzdarsky has quit IRC07:51
*** nkrinner has joined #openstack07:52
prometheanfireKaZeR: salv-orlando seems to have found the problem07:53
KaZeRoh? what was it ?07:53
*** mrunge has joined #openstack07:55
prometheanfirehttp://logs.openstack.org/28/154128/17/check/check-tempest-dsvm-neutron-full/ef56f87/logs/screen-q-vpn.txt.gz?level=ERROR07:55
prometheanfirerootwrap errors07:55
*** cbinx1 has quit IRC07:56
*** scheuran has joined #openstack07:56
*** kebray has quit IRC07:57
*** mpavone has joined #openstack07:57
*** e0ne has joined #openstack07:57
*** Marga_ has quit IRC08:00
*** Marga_ has joined #openstack08:00
*** ronis has joined #openstack08:01
*** jtomasek has joined #openstack08:02
*** himangi has joined #openstack08:03
*** ponyofdeath has quit IRC08:04
*** sergef has joined #openstack08:05
*** jobewan has quit IRC08:05
*** vexoon has joined #openstack08:06
*** ghostpl_ has joined #openstack08:06
*** dulek has joined #openstack08:07
*** e0ne has quit IRC08:08
*** eglynn has joined #openstack08:08
*** eby_ has joined #openstack08:08
KaZeRwow that's a lot of errors :)08:09
*** kdas_ has joined #openstack08:10
*** alesales has joined #openstack08:10
*** mpaolino has joined #openstack08:10
*** ghostpl_ has quit IRC08:11
*** kushal has quit IRC08:11
*** hfu has joined #openstack08:13
*** maufart has joined #openstack08:13
*** pask81 has joined #openstack08:13
*** Ala has joined #openstack08:14
*** fyrril has quit IRC08:15
*** Club420 has joined #openstack08:16
prometheanfirewell, new review08:17
*** wicope has joined #openstack08:17
*** dkaigarodsev has quit IRC08:18
Club420hi everyone. i want to create an image via the terminal. i uploaded a vmdk file via scp. when i try "glance image-create ... " i get the following info : You must provide a username via either --os-username or env[OS_USERNAME]     what does it mean?08:19
jagterClub420: http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-client-environment-scripts.html08:20
*** achanda has quit IRC08:22
*** Marga_ has quit IRC08:22
*** dgurtner has joined #openstack08:22
*** achanda has joined #openstack08:22
*** dalgaaf has joined #openstack08:23
*** saibarspeis has joined #openstack08:24
*** eglynn-officeafk has quit IRC08:24
Club420jagter: do you know where i can find this file in devstack? i try some things on devstack for testing/presentation purposes08:24
*** hjensas has joined #openstack08:25
*** hjensas has joined #openstack08:25
*** eglynn-officeafk has joined #openstack08:25
*** ddmitriev1 has joined #openstack08:27
*** ddmitriev1 has quit IRC08:27
*** DynamiteXXL has joined #openstack08:28
*** buster_604 has joined #openstack08:28
*** buster_604 has quit IRC08:28
*** hfu has quit IRC08:28
*** gildub has joined #openstack08:29
*** alesales has quit IRC08:29
*** koolhead17 has quit IRC08:30
*** afazekas_ has joined #openstack08:30
*** jaosorior has joined #openstack08:30
*** sbfox has quit IRC08:31
*** kdas_ is now known as kushal08:31
*** kushal has quit IRC08:32
Club420jagter: ha, ok i just figured it out by myself. i had to specify the source: source openrc admin admin08:32
*** kushal has joined #openstack08:32
*** DynamiteXXL has quit IRC08:32
*** kawa2014 has joined #openstack08:32
*** stamak has joined #openstack08:34
*** ki0 has joined #openstack08:35
*** markvoelker has joined #openstack08:35
*** Free_maN has joined #openstack08:37
*** ktorn has joined #openstack08:38
*** markvoelker has quit IRC08:40
*** cbinx has joined #openstack08:41
*** himangi has quit IRC08:43
*** himangi has joined #openstack08:43
*** karimb has joined #openstack08:43
*** MaxV has joined #openstack08:44
*** MaxV has quit IRC08:45
*** MaxV has joined #openstack08:45
*** vijayagurug has joined #openstack08:46
*** VW_ has joined #openstack08:48
*** jpena has joined #openstack08:48
*** VW_ has quit IRC08:48
*** VW_ has joined #openstack08:49
*** alesales has joined #openstack08:50
*** e0ne has joined #openstack08:52
*** tenaglia has joined #openstack08:52
*** MarkBaker has joined #openstack08:52
tenagliahi all08:52
*** ekarlso has joined #openstack08:52
*** jistr has joined #openstack08:53
*** himangi has quit IRC08:53
*** vigneshvar has quit IRC08:55
*** luminghu353 has joined #openstack08:56
luminghu353how to install openstack on centos source installed08:56
luminghu353somebody help me ?   thks08:56
*** bvandenh has joined #openstack08:58
*** kei_yama has quit IRC08:58
*** joystick_ has joined #openstack08:59
Club420help. i try to create a image with glance. i get the following output in devstack. i do this via terminal: 500 internal server error     failed to upload image08:59
*** shardy_afk is now known as shardy08:59
*** nstrug has joined #openstack09:00
*** rotbeard has joined #openstack09:00
*** blair has joined #openstack09:00
*** zz_ttrifonov is now known as ttrifonov09:01
*** jgjl has joined #openstack09:01
*** koolhead17 has joined #openstack09:02
*** achanda has quit IRC09:02
*** racedo has joined #openstack09:04
*** achanda has joined #openstack09:04
*** jpuellma has quit IRC09:04
*** yuntong has quit IRC09:06
*** ghostpl_ has joined #openstack09:07
*** yuntong has joined #openstack09:08
*** nkrinner has quit IRC09:08
*** achanda has quit IRC09:08
*** nkrinner has joined #openstack09:09
*** corXi has joined #openstack09:09
*** cdub has quit IRC09:10
*** yuntong has quit IRC09:10
*** ghostpl_ has quit IRC09:11
*** jschwarz has joined #openstack09:11
Club420help. i try to create a image with glance. i get the following output in devstack. i do this via terminal: 500 internal server error     failed to upload image09:12
*** ParsectiX has joined #openstack09:12
*** lucendio has joined #openstack09:14
*** pm90_ has quit IRC09:14
*** lucendio has joined #openstack09:14
*** Sri_Designer has joined #openstack09:14
*** markvoelker has joined #openstack09:16
*** stevemar has quit IRC09:16
*** vijayagurug has quit IRC09:17
*** vijayagurug has joined #openstack09:17
*** mcornea has joined #openstack09:18
*** doug-fish has quit IRC09:18
*** yamahata has quit IRC09:19
*** nkrinner_ has joined #openstack09:19
*** jang has quit IRC09:19
*** markvoelker has quit IRC09:21
*** Sri_Designer has quit IRC09:21
*** jang has joined #openstack09:21
*** nkrinner has quit IRC09:22
*** nkrinner_ has quit IRC09:22
*** nkrinner has joined #openstack09:22
*** nkrinner has quit IRC09:22
*** nkrinner has joined #openstack09:22
*** itarchitectkev has joined #openstack09:22
*** otter768 has joined #openstack09:23
*** vijayagurug has quit IRC09:24
SamYapleClub420: there is something wrong on the server side. check the glance logs09:24
*** hichihara has quit IRC09:25
*** derekh has joined #openstack09:25
Club420SamYaple: where can i check them in devstack?09:25
*** gary_perkins has joined #openstack09:26
*** epcim has joined #openstack09:26
*** bluex-pl has joined #openstack09:27
*** otter768 has quit IRC09:28
*** bourke has joined #openstack09:28
*** yamamoto_ has quit IRC09:28
*** ktorn has quit IRC09:28
*** bourke has quit IRC09:28
*** henrynash has joined #openstack09:29
*** pdb has joined #openstack09:29
*** lucendio has quit IRC09:29
*** anande has quit IRC09:29
*** prometheanfire has left #openstack09:30
*** matjazp has joined #openstack09:31
*** salv-orlando has quit IRC09:32
*** benwh4 has joined #openstack09:32
benwh4hello everyone !09:32
*** e0ne has quit IRC09:33
benwh4I wonder why there is no more debian install guide for openstack ?09:33
SamYaplebenwh4: it was removed recently09:33
SamYaplethe arguments were that it was to difficult to maintain09:33
benwh4and is there an article which explain why ?09:33
benwh4O_o09:34
benwh4ok09:34
*** RedRat has quit IRC09:34
SamYaplethere has been discussion on IRC and other places, I dont know of one central source. ill check the commit for it09:34
joystick_Hi! I would like to start with openstack. Is it possible to start with one physical server and then add more physical servers?09:35
*** Acinonyx has quit IRC09:35
*** sks has joined #openstack09:35
*** e0ne has joined #openstack09:35
SamYaplebenwh4: https://review.openstack.org/#/c/157037/09:35
*** Miouge has quit IRC09:35
*** e0ne is now known as e0ne_09:35
SamYaplethats teh removal, no explaination though09:35
*** markus_z has joined #openstack09:36
*** Acinonyx has joined #openstack09:36
SamYaplebenwh4: for the record, I was against removal :(09:36
SamYaple#openstack-doc.2015-01-14.log-14:04 < zigo> annegentle_: Please note that it is still my opinion that the Debian specific part should *NOT* be removed, especially after all the work that has been done.09:36
SamYaple#openstack-doc.2015-01-14.log:14:21 < SamYaple> zigo: I will agree with you on that09:36
*** geaaru has joined #openstack09:36
SamYaplejoystick_: you can certainly do that.09:37
*** cody-somerville has joined #openstack09:37
benwh4SamYaple: thx09:37
*** kirves has joined #openstack09:38
*** bobmel_ has quit IRC09:39
*** benwh4 has quit IRC09:39
*** yuntong has joined #openstack09:39
*** bobmel has joined #openstack09:39
*** jschwarz has quit IRC09:41
*** BLZbubba has quit IRC09:42
*** dsanders has quit IRC09:42
*** Miouge has joined #openstack09:42
*** vexoon has quit IRC09:43
*** nkrinner_ has joined #openstack09:43
*** himangi has joined #openstack09:43
*** e0ne_ is now known as e0ne09:44
*** nkrinner has quit IRC09:44
*** dockermansexy has joined #openstack09:45
Club420SamYaple: or can i set in glance image-create  -verbose for showing output where it fails? because i have not configured log files in devstack09:46
SamYapleAs the error says, it is an "internal server error", you will need to view the logs to gather more information09:46
SamYapledevstack might be logging to stdout somewhere, though I am not familiar with it09:47
*** cemason has quit IRC09:48
*** etacsufbo has quit IRC09:49
Club420thats what i am trying to figure out right now, because i cant find any log09:49
*** jschwarz has joined #openstack09:49
*** vicky has quit IRC09:50
*** dockermansexy has quit IRC09:50
*** etacsufbo has joined #openstack09:50
*** jawed has joined #openstack09:52
*** e0ne has quit IRC09:52
*** cemason has joined #openstack09:53
*** Akshik_ has joined #openstack09:53
*** amotoki has joined #openstack09:54
*** saltlake has joined #openstack09:54
*** vexoon has joined #openstack09:55
*** cdub has joined #openstack09:55
*** Akshik has quit IRC09:56
*** cbinx has quit IRC09:57
*** nwonknu has joined #openstack09:59
*** saltlake has quit IRC09:59
*** himangi has quit IRC10:00
*** cdub has quit IRC10:02
joystick_SamYaple: Thanks! :) When I add second physical server and want its compute, storage and network to join the first one what steps should I follow?10:03
*** jcarter2 has joined #openstack10:04
*** inodb has joined #openstack10:04
*** bvandenh has quit IRC10:04
*** ghostpl_ has joined #openstack10:04
*** bvandenh has joined #openstack10:05
*** anshul has quit IRC10:05
*** jang has quit IRC10:05
*** bbcmicrocomputer has joined #openstack10:05
*** anshul has joined #openstack10:06
*** jang has joined #openstack10:07
*** jcarter2 has quit IRC10:08
SamYaplejoystick_: well if it was presiouvly setup and working then you would only need to setup the configs to point to the first server (more sepcifically your database)10:09
*** gildub has quit IRC10:09
*** jgjl has quit IRC10:10
*** luminghu353 has quit IRC10:11
joystick_SamYaple: Ok, and second (third, next ...) node will build up cloud based on config from first server, right?10:11
*** lucendio has joined #openstack10:11
*** pkoniszewski has quit IRC10:12
SamYapleyes joystick_, the configs are the only piece that ties everytihng together. just make sure that is correct and you can grow it out as large as youd like10:13
*** yuntong has quit IRC10:15
*** etacsufbo has quit IRC10:15
*** pask811 has joined #openstack10:16
*** markvoelker has joined #openstack10:17
*** Sri_Designer has joined #openstack10:17
*** lmh1 has quit IRC10:18
*** pelix has joined #openstack10:18
*** pask81 has quit IRC10:18
*** nwonknu has quit IRC10:18
*** ezobn has joined #openstack10:19
*** avagi has left #openstack10:20
*** Miouge has quit IRC10:20
*** nwonknu has joined #openstack10:21
*** noslzzp has quit IRC10:21
*** gildub has joined #openstack10:22
*** markvoelker has quit IRC10:22
*** tnovacik_ has quit IRC10:22
*** sivy has quit IRC10:22
*** Sri_Designer has quit IRC10:23
*** macjacktw has joined #openstack10:23
*** yog_ has quit IRC10:23
*** sivy has joined #openstack10:24
*** matjazp has quit IRC10:24
*** macjacktw1 has joined #openstack10:24
*** Akshik_ has quit IRC10:25
*** macjacktw1 has quit IRC10:25
*** moha_hunt has joined #openstack10:25
*** macjack has quit IRC10:25
*** macjack has joined #openstack10:26
*** macjack has quit IRC10:26
*** Miouge has joined #openstack10:27
*** macjacktw has quit IRC10:27
*** Miouge has quit IRC10:28
*** Zack_Deee has quit IRC10:28
*** maximov has quit IRC10:29
*** RedRat has joined #openstack10:30
*** neeti has quit IRC10:31
*** MasterPiece has joined #openstack10:32
*** maximov has joined #openstack10:32
*** vexoon has quit IRC10:33
*** matjazp has joined #openstack10:34
*** PingKuo has quit IRC10:35
*** macjack has joined #openstack10:36
*** yuntong has joined #openstack10:38
*** shwang has quit IRC10:41
*** sprachgenerator has quit IRC10:43
*** ParsectiX has quit IRC10:45
*** hjensas has quit IRC10:47
*** matjazp has quit IRC10:47
*** VW__ has joined #openstack10:48
*** vexoon has joined #openstack10:48
*** VW_ has quit IRC10:49
*** mzbik has quit IRC10:51
*** ParsectiX has joined #openstack10:51
joystick_SamYaple: Sounds cool :) Can you tell me please if I have a subnet of 8 public IP from ISP and then get another block of 16 public IP I can just register 2 (or more) networks in the configuration, right? And they will be available to VMs?10:53
SamYapleno joystick_. It wont work like that10:53
SamYapleExternal networking is a source of pain right now for neutron. but there is a few ways around it10:53
SamYapleA good way is to do a "double-nat"10:54
*** VW__ has quit IRC10:54
SamYapleessentially you give your external network a large block of private addresses and then you nat upstream your public addresses to those private ones10:54
*** VW_ has joined #openstack10:54
*** koolhead17 has quit IRC10:58
joystick_SamYaple: Good to know that! :) Should I have a virtual firewall in front of cloud?11:00
*** dhritishikhar has joined #openstack11:03
*** matjazp has joined #openstack11:04
*** neophy has quit IRC11:07
*** eandersson has joined #openstack11:10
*** henrynash has quit IRC11:11
*** jp_at_hp has joined #openstack11:11
*** rushiagr_away is now known as rushiagr11:12
*** eandersson has left #openstack11:12
*** erikkri has joined #openstack11:13
*** pradipta has quit IRC11:13
*** marius_endian1 has joined #openstack11:15
*** marius_endian has quit IRC11:15
*** asselin has quit IRC11:16
joystick_SamYaple: Why you call it "double-nat" ?11:16
*** mdenny has quit IRC11:16
*** kmartin has quit IRC11:16
SamYaplebecause you would be natting public->private->private11:16
SamYapleassuming you used floating ips11:16
*** tnovacik_ has joined #openstack11:17
*** alesales has quit IRC11:17
*** markvoelker has joined #openstack11:18
*** fam has quit IRC11:18
*** noslzzp has joined #openstack11:18
*** dims has joined #openstack11:18
*** Ala has quit IRC11:19
*** sputnik13 has quit IRC11:21
joystick_SamYaple: I see :) public -> externa -> VM IP, correct?11:21
*** sputnik13 has joined #openstack11:21
*** sputnik13 has quit IRC11:21
*** fam has joined #openstack11:23
*** MarkBaker has quit IRC11:23
*** markvoelker has quit IRC11:23
*** gfidente has joined #openstack11:23
*** gfidente has quit IRC11:23
*** gfidente has joined #openstack11:23
SamYaplecorrect joystick_11:23
*** otter768 has joined #openstack11:24
*** alesales has joined #openstack11:24
joystick_But this in 1-to-1 mapping (just rewriting IP)11:24
*** matjazp has quit IRC11:24
*** LeRieur has joined #openstack11:24
SamYapleIm not sure what that last sentence means, can you rephrase it?11:25
*** Manshoon has joined #openstack11:26
*** sks has quit IRC11:26
*** kushal has quit IRC11:26
*** remya has left #openstack11:28
*** Miouge has joined #openstack11:28
joystick_1 public IP is mapped to 1 external IP which in turn mapped to 1 internal IP11:28
*** otter768 has quit IRC11:28
*** VW_ has quit IRC11:29
joystick_there's no "masquearading" involved, right?11:29
*** Manshoon has quit IRC11:30
*** yfauser has joined #openstack11:31
*** matjazp has joined #openstack11:31
*** michaelneale has quit IRC11:31
*** bobmel has quit IRC11:31
*** yfauser has left #openstack11:31
*** bobmel has joined #openstack11:32
SamYaplejoystick_: correct11:32
*** moha_hunt has quit IRC11:32
*** grealish has quit IRC11:32
SamYaplethats the way i recommend it because you can expand the avilable ips in the neutron subnet as you grow your external ips11:32
SamYapleplus, this means your external ips don't need to be in one contiguos block11:33
*** karimb has quit IRC11:33
*** henrynash has joined #openstack11:37
*** maximov has quit IRC11:37
*** masco has quit IRC11:37
*** EmilienM is now known as EmilienM|afk11:39
*** pensu has joined #openstack11:39
*** mdbooth has quit IRC11:40
*** mdbooth has joined #openstack11:41
*** kushal has joined #openstack11:41
*** hjensas has joined #openstack11:43
*** RoozbehShafiee has quit IRC11:45
*** dweaver has quit IRC11:45
*** nkrinner_ is now known as nkrinner11:46
*** moha_hunt has joined #openstack11:46
*** kzrl has quit IRC11:50
*** karimb has joined #openstack11:50
*** rfolco has joined #openstack11:50
*** masco has joined #openstack11:51
*** dino82 has quit IRC11:55
*** fam has quit IRC11:57
*** rtheis has joined #openstack11:58
*** jang has quit IRC11:58
*** kushal has quit IRC11:59
*** jang has joined #openstack11:59
*** dino82 has joined #openstack11:59
*** jaosorior has quit IRC12:01
*** sks has joined #openstack12:02
*** Miouge has quit IRC12:02
*** cdent has joined #openstack12:04
*** nkrinner has quit IRC12:04
*** Miouge has joined #openstack12:04
*** jcarter2 has joined #openstack12:05
*** wicope has quit IRC12:06
*** Acinonyx has quit IRC12:07
*** Sri_Designer has joined #openstack12:07
*** MarkBaker has joined #openstack12:07
*** danielbruno has joined #openstack12:08
*** Acinonyx has joined #openstack12:08
*** jcarter2 has quit IRC12:10
joystick_SamYaple: Thanks for great info, time to try it on :)12:10
*** e0ne has joined #openstack12:11
*** deepthi has quit IRC12:11
*** Sri_Designer has quit IRC12:12
*** kushal has joined #openstack12:12
*** nkrinner has joined #openstack12:13
*** bobmel has quit IRC12:13
*** dudy has joined #openstack12:13
*** bobmel has joined #openstack12:14
*** koolhead17 has joined #openstack12:17
*** kushal has quit IRC12:18
*** jaypipes has joined #openstack12:18
*** gildub has quit IRC12:18
*** markvoelker has joined #openstack12:19
*** MarkBaker has quit IRC12:19
*** Lee1092 has quit IRC12:20
*** VW_ has joined #openstack12:20
*** joystick_ has quit IRC12:22
*** markvoelker has quit IRC12:24
*** vdo has joined #openstack12:24
*** deepakcs has quit IRC12:25
*** cjellick has joined #openstack12:25
*** opuk has quit IRC12:25
*** MarkBaker has joined #openstack12:26
*** danieru has quit IRC12:26
*** crashmag has quit IRC12:26
*** dims has quit IRC12:27
*** danieru has joined #openstack12:27
*** engkur has quit IRC12:27
*** weshay has joined #openstack12:27
*** pixelb has joined #openstack12:28
*** henrynash has quit IRC12:29
*** itarchitectkev has quit IRC12:30
*** dgurtner has quit IRC12:32
*** kushal has joined #openstack12:33
*** adalbas has joined #openstack12:34
*** dgurtner has joined #openstack12:34
*** dgurtner has joined #openstack12:34
*** mwagner_lap has quit IRC12:35
exed_anyone experiencing issue with the dhcp agent in 1:2014.1.3-0ubuntu1~cloud0? networks/subnet created correctly dhcp is enabled and the serivce runs but neither the net namespace nor the dnsmasq will be created/spawned.12:36
*** dneary has joined #openstack12:36
*** VW_ has quit IRC12:36
*** henrynash has joined #openstack12:36
*** tochi has quit IRC12:36
*** jcarter2 has joined #openstack12:38
*** opuk has joined #openstack12:38
*** rfolco has quit IRC12:38
*** dulek has quit IRC12:38
*** pboros has joined #openstack12:39
*** tochi has joined #openstack12:39
*** thrash|g0ne is now known as thrash12:40
*** dweaver has joined #openstack12:41
*** tochi has quit IRC12:42
*** amotoki has quit IRC12:43
*** rickdennis has quit IRC12:43
*** geguileo has quit IRC12:43
SamYapleexed_: they wont be until they are needed (try launching an instance)12:45
*** opuk has quit IRC12:45
*** marrusl has quit IRC12:46
*** luflores has joined #openstack12:46
*** VW_ has joined #openstack12:47
*** twillber has quit IRC12:47
*** VW_ has quit IRC12:48
*** Polarn has joined #openstack12:48
*** VW_ has joined #openstack12:48
*** jagee has joined #openstack12:48
*** doug-fish has joined #openstack12:49
*** sandywalsh has quit IRC12:49
*** maximov has joined #openstack12:49
*** vexoon has quit IRC12:49
*** marrusl has joined #openstack12:50
*** jasonsb has joined #openstack12:50
*** ZZelle has quit IRC12:52
*** amotoki has joined #openstack12:52
*** ZZelle has joined #openstack12:52
*** georgem1 has joined #openstack12:52
*** tnovacik_ has quit IRC12:53
Club420hey guys ... what would be the preferred container-format in glance to upload a vmdk container. (created in virtualbox and uploaded via scp) i had serveral 500 internal server errors, but i think i just choose a bad container format....12:53
*** bloatyfloat has joined #openstack12:53
*** Fenuks has quit IRC12:53
*** henrynash has quit IRC12:54
Club420i used BARE as container format, but that didnt work12:54
*** yuntong has quit IRC12:54
exed_SamYaple: thats what we did. actually we have a couple of installation running in production but this behavior is super strange. as i said even the qdhcp net namespace won’t be created, no errors int he logs nothing.12:55
*** jasonsb has quit IRC12:55
*** jaosorior has joined #openstack12:55
SamYapleClub420: as I said before that is an internal error, it most likely has nothing to do with your container format choice. Youll need to have debug and verbose on if the logs aren't telling you anything meningful12:57
*** cpg is now known as cpg|away12:57
SamYapleexed_: is this a multinode environment? two dhcp agents?12:57
*** annegent_ has joined #openstack12:58
*** geguileo has joined #openstack12:58
exed_SamYaple: exactly active/passive network node so far with only one dhcp agent configured per network. any ideas?12:58
*** Cyberg333k has quit IRC12:59
SamYapleare your instances are still getting ips?12:59
exed_no they don’t get IPs13:00
*** go_chiba_ has quit IRC13:00
exed_what do you have in mind because you directly metnioned multi node setup? any ideas?13:01
Club420SamYaple: i asked you before if i can verbose somehow but u didnt response ... i have no clue how to verbose glance image-create to tell me where it fails.... i am a noob devstack user so...13:01
*** vexoon has joined #openstack13:01
*** tnovacik_ has joined #openstack13:02
SamYapleClub420: you need to enable verbose and debug on the server side, not client. As I said before, I don't know devstack to help you with devstack. With actual openstack logs I can help you13:02
*** baoli has joined #openstack13:02
SamYapleexed_: i have seen that before in multinode environments, but only when there were 2 agents or the agents were failed over by some other utility13:03
*** EmilienM|afk is now known as EmilienM13:03
*** baoli has quit IRC13:03
*** annegent_ has quit IRC13:03
Club420i am only on the server.. devstack runs on the server. do you know someone who knows how to deal with devstack?13:03
SamYapleexed_: when restarting dhcp on one node it wouldn't repopulate the namespaces for a period of time13:03
*** abhirc has joined #openstack13:03
*** rfolco has joined #openstack13:04
*** pravins has quit IRC13:04
SamYapleClub420: my understanding is devstack spawns a ton of screens, so you can probably attach to those and see the logs that are most likely outputing to stdout13:04
exed_SamYaple: period of time i assume less than 24h right? (:13:05
*** danofsatx has quit IRC13:05
*** dizquierdo has joined #openstack13:06
SamYapleindeed. Ill be completely honest, I tracked this issue down once and am completely spacing on why it did that, but there were reasons. Was this environment working before?13:06
*** danofsatx has joined #openstack13:06
exed_no. testing environment we setup new13:06
*** liam_ has joined #openstack13:07
exed_also checked the changelog of the last 3 releases incl. all dhcp bugfixes for the changes between the last stable version running on the testlab.13:07
*** liam_ is now known as Guest9565413:07
*** Guest95654 has quit IRC13:07
*** opuk has joined #openstack13:07
exed_a few changed on the IPdevice manager as well as metadate per dhcp configs but nothing that would explain the behavior we see.13:07
*** EricGonczer_ has joined #openstack13:08
SamYapleexed_: just asked a colleague, he remembers the issue. Do you have any dnsmasq processes running related to openstack?13:08
*** baoli has joined #openstack13:09
*** Fenuks has joined #openstack13:09
*** sivy has quit IRC13:09
exed_SamYaple: what do you mean related ot openstack? on the nodes itself there is no dnsmasq running at all .13:09
*** slashd has joined #openstack13:10
SamYaplecan you check the logs for dnsmasq related entries?13:10
*** AnilV4 has quit IRC13:11
exed_we already checked the syslog for dnsmasq nohting. the only thing we can see on debug level is that the dhcp agent runs the dnsmasq —version to check if it is >= 2.59 without any errors13:11
*** Ala has joined #openstack13:11
*** baoli has quit IRC13:12
*** jcarter2 has quit IRC13:12
*** baoli has joined #openstack13:13
Madkisserr. all openstack's nova-compute is telling me is 'Exception during message handling: Endpoint does not support RPC version 3.33'13:14
Madkissall nova components on all hosts have the same version number13:14
*** CybergeekDK has joined #openstack13:14
*** henrynash has joined #openstack13:15
*** jcarter2 has joined #openstack13:15
*** jprovazn has quit IRC13:15
*** galstrom_zzz is now known as galstrom13:15
*** rmartinelli has joined #openstack13:16
*** markvoelker has joined #openstack13:20
exed_SamYaple: what problem did you colleague discover wiht dnsmasq?13:21
SamYapleexed_: when restarting the dhcp-agent then dnsmasq processes didn't terminate but the namespaces got canned. It would fail to recreate the namespaces after that until the dnsmasq processes were killed13:22
*** mwagner_lap has joined #openstack13:23
*** mrunge_ has joined #openstack13:23
exed_SamYaple: same behavior as in grizzly than. no there is no dnsmasq running neither another dhcp. we also grep’d all logs for dnsmasq/dhcp/… entries nothing except the debug output for the version.13:23
*** EricGonczer_ has quit IRC13:24
*** dims has joined #openstack13:24
*** yograterol has joined #openstack13:24
*** amitry has joined #openstack13:24
*** otter768 has joined #openstack13:24
*** Miouge has quit IRC13:25
*** markvoelker has quit IRC13:25
*** mrunge_ has quit IRC13:25
*** engkur has joined #openstack13:25
*** MasterPiece has quit IRC13:26
*** nkhare has quit IRC13:26
*** alesales has quit IRC13:27
*** ljfisher has joined #openstack13:27
*** tvvcox has joined #openstack13:27
*** sandywalsh has joined #openstack13:28
*** yograterol has quit IRC13:28
*** sayan has quit IRC13:29
*** kkoski has joined #openstack13:29
*** dulek has joined #openstack13:29
*** otter768 has quit IRC13:29
*** Zack_Deee has joined #openstack13:30
*** engkur has quit IRC13:30
*** vexoon has quit IRC13:32
*** Miouge has joined #openstack13:32
*** masco has quit IRC13:35
*** georgem1 has quit IRC13:36
*** yamamoto has joined #openstack13:37
*** clayb has joined #openstack13:37
*** alesales has joined #openstack13:39
*** pradip_vedams has quit IRC13:39
*** opuk has quit IRC13:39
*** opuk has joined #openstack13:39
*** pradip_vedams has joined #openstack13:40
*** Club420 has quit IRC13:40
*** racedo` has joined #openstack13:40
*** maveric_amitc_ has quit IRC13:41
*** vexoon has joined #openstack13:41
*** club420 has joined #openstack13:42
*** derekh has quit IRC13:44
*** mtanino has joined #openstack13:45
*** kkoski has quit IRC13:45
*** mfink_ has joined #openstack13:46
*** engkur has joined #openstack13:48
*** tier has joined #openstack13:48
*** jprovazn has joined #openstack13:49
*** masco has joined #openstack13:49
*** zerda has joined #openstack13:49
*** tvvcox has quit IRC13:50
*** kylek3h has joined #openstack13:51
*** jskinner has joined #openstack13:51
*** bknudson has joined #openstack13:53
*** erikkri has quit IRC13:53
*** derekh has joined #openstack13:54
*** lborda has joined #openstack13:55
exed_SamYaple: do you have any other tips/ideas/… where i could look into?13:56
*** Sri_Designer has joined #openstack13:56
*** ian_ott has joined #openstack13:57
*** georgem1 has joined #openstack13:57
*** cemason has quit IRC13:57
*** bill_az has joined #openstack13:57
*** georgem1 has quit IRC13:58
tenagliabogdando: is the Fuel fencing plugin you develop (https://github.com/bogdando/fuel-plugins/tree/fencing_puppet_newprovider/ha_fencing) intended for fencing whole compute nodes, or also instances?13:58
*** itarchitectkev has joined #openstack13:59
*** pensu has quit IRC13:59
*** kushal has quit IRC13:59
*** crashmag has joined #openstack14:00
*** kushal has joined #openstack14:00
*** eharney has joined #openstack14:00
*** klamath has joined #openstack14:00
*** steveg is now known as sgordon14:00
*** klamath has quit IRC14:00
*** sgordon is now known as steveg14:00
*** dyasny has joined #openstack14:00
*** Fenuks has quit IRC14:01
*** klamath has joined #openstack14:01
*** blair has quit IRC14:01
*** luflores_ has joined #openstack14:01
*** Sri_Designer has quit IRC14:02
*** georgem1 has joined #openstack14:02
*** kbringard has joined #openstack14:02
*** mtanino has quit IRC14:03
*** brokencycle has joined #openstack14:03
*** eharney has quit IRC14:04
*** luflores has quit IRC14:04
bogdandotenglia, currently it covers only controller infrastructure nodes since Fuel puts them in pacemaker cluster14:05
*** mkolesni__ has quit IRC14:06
bogdandotenaglia, Although, the idea is good. But AFAIK Corosync has some 50 or 100+ nodes scaling issues, at least when using  unicast14:06
*** jecarey has joined #openstack14:06
bogdandotenaglia, so I'm not sure either should one put his computes in Pacemaker cluster14:07
*** Miouge has quit IRC14:07
*** vijayagurug has joined #openstack14:07
*** eharney has joined #openstack14:08
*** abhirc_ has joined #openstack14:09
*** cpschult has joined #openstack14:09
*** engkur has quit IRC14:10
*** MarkBaker has quit IRC14:10
*** tkramer has joined #openstack14:10
*** abhirc has quit IRC14:11
bogdandotenaglia, please, note that new repository for plugin is at stackforge, https://github.com/stackforge/fuel-plugin-ha-fencing. My github fork is kind of an obsolete for now14:11
*** abhirc_ has quit IRC14:11
*** VW_ has quit IRC14:12
*** nitti has joined #openstack14:14
zerdaI wonder what term is more valid now, "tenant" or "project"? I saw the note in admin guide about "tenant" but just want to be sure14:14
*** ngoracke has joined #openstack14:15
*** pravins has joined #openstack14:15
*** jtomasek has quit IRC14:15
*** dulek has quit IRC14:15
*** dims has quit IRC14:17
*** cjellick has quit IRC14:17
*** annegent_ has joined #openstack14:17
*** kkoski has joined #openstack14:17
*** dims has joined #openstack14:17
*** jtomasek has joined #openstack14:18
*** jskinner has quit IRC14:18
*** robbiew has joined #openstack14:18
club420hi fellas, how should i configure keystone, so that i can upload/create images (15gb vmdk file) with glance. i get an 500 internal error because of that.14:19
*** cjellick has joined #openstack14:19
*** markvoelker has joined #openstack14:21
*** Miouge has joined #openstack14:22
*** henrynash has quit IRC14:23
*** opuk has quit IRC14:23
*** vijayagurug has left #openstack14:24
tenagliabogdando: OK thanks. I was more interested in pacemaker+corosync for VMs14:24
*** jtomasek has quit IRC14:24
*** nshaikh has quit IRC14:24
*** warriorforGod has joined #openstack14:25
*** warriorforGod has joined #openstack14:25
*** opuk has joined #openstack14:25
*** markvoelker has quit IRC14:26
*** vnguyen has joined #openstack14:27
*** tier_ has joined #openstack14:28
*** 7GHAAYHNJ is now known as ninkotech14:28
*** VW_ has joined #openstack14:29
*** JimFall has joined #openstack14:29
*** Miouge has quit IRC14:29
*** dhritishikhar has quit IRC14:29
*** BLZbubba has joined #openstack14:29
*** VW__ has joined #openstack14:30
*** lblanchard has joined #openstack14:31
*** tier has quit IRC14:31
*** cucumber_ has joined #openstack14:32
*** radez_g0n3 is now known as radez14:32
*** jfchevrette has joined #openstack14:32
*** bknudson has quit IRC14:33
*** opuk has quit IRC14:33
georgem1club420: where is the error coming from? probably not from keystone but from glance14:33
*** VW_ has quit IRC14:34
*** jtomasek has joined #openstack14:34
georgem1and don't upload the image using the dashboard, use the glance CLI14:34
*** nlevinki has joined #openstack14:35
*** sayan has joined #openstack14:35
*** pravins has quit IRC14:36
*** jcarter2 has quit IRC14:36
club420georgeml: actually i did it only over CLI, because i tried it over the dashboard already and it fails. and over the CLI the error came back in html: 500 internal server error. so i started the same command with --debug14:36
*** bknudson has joined #openstack14:37
*** salv-orlando has joined #openstack14:37
club420and the output was as following: request returned failure status 500  ... *different types of python2.7/glanceclient fails* shell.py, images.py, http.py14:37
*** kirves has quit IRC14:39
*** kirves has joined #openstack14:39
*** flaper87 has left #openstack14:40
*** Tinfoilhat_ has joined #openstack14:40
*** pravins has joined #openstack14:40
*** Tinfoilhat_ has quit IRC14:40
*** Miouge has joined #openstack14:41
*** wicope has joined #openstack14:41
*** sayan has quit IRC14:41
*** sgw has quit IRC14:41
larsksclub420: look in the service logs; you'll probably find more useful error messages there than you get from the client side.14:42
*** annegent_ has quit IRC14:42
*** rdas has quit IRC14:43
*** jfchevrette has quit IRC14:43
*** zul has quit IRC14:43
club420larsks: i use devstack and there are no service logs. the only logs i can find are the recorded ones from ubuntu. i am since todays morning trying to figure out why it fails. and the only thing i can imagine is that its because of the sice of >10gb14:43
*** eglynn has quit IRC14:43
*** zul has joined #openstack14:44
larsksdevstack runs services in screen; if nothing else, you can view the service logs in the appropriate screen window.14:44
larsksYou can configure devstack to save logs on disk, too; I don't know if it does that by default or not.14:44
*** vexoon has quit IRC14:44
*** VW__ has quit IRC14:44
club420in the local.conf is already set that the logs should be saved in stack.sh.log ... but this log is not saved anywhere14:45
*** masco has quit IRC14:45
*** jmckind has joined #openstack14:45
*** nelsnelson has joined #openstack14:46
*** cody-somerville has quit IRC14:46
larsksclub420: here is a local.conf that successfully stores logs on disk: https://gist.github.com/larsks/c9a6680797d27edc0d0a14:47
*** cody-somerville has joined #openstack14:47
larsksSpecifically, the LOGDIR setting makes sure all the service logs go into $DEST/logs (e.g., $HOME/stack/logs)14:48
*** cptweasel has joined #openstack14:48
*** eglynn has joined #openstack14:49
*** vt102 has joined #openstack14:49
georgem1club420: can you upload smaller images?14:49
*** lazl0w has joined #openstack14:50
*** jpuellma has joined #openstack14:50
club420georgeml: yep i can upload images that are smaller than <1gb14:50
*** esker has quit IRC14:50
*** vexoon has joined #openstack14:50
*** mortiz has joined #openstack14:51
club420larsks: logfile had been set already in the .conf . i will do a deeper search right now and come back if i find them.14:51
*** _ale1_ has joined #openstack14:51
larsksclub420: not LOGFILE, LOGDIR.  Different information.14:52
*** cemason has joined #openstack14:52
*** nlevinki has quit IRC14:52
*** markvoelker has joined #openstack14:52
*** dgurtner has quit IRC14:52
club420larsks: ah yeah ^^  i inserted this value manually in the conf. i try unstack and stack again and look for it14:53
*** MarkBaker has joined #openstack14:53
*** markvoelker has quit IRC14:53
*** FunnyLookinHat has joined #openstack14:53
*** Manshoon has joined #openstack14:54
*** shawnlower has joined #openstack14:54
*** opuk has joined #openstack14:54
georgem1club420: do you have enough space on the node? also in "/tmp"?14:55
*** galstrom is now known as galstrom_zzz14:55
*** geekinutah has joined #openstack14:55
*** jawed has quit IRC14:55
*** tsekiyama has joined #openstack14:56
*** aeperezt has joined #openstack14:56
*** sgw has joined #openstack14:56
*** cemason has quit IRC14:56
club420larsks: hey do have some friends that have experience with devstack? cause i use devstack for my school project and if i have further questions it would be cool if i know somebody that i can ask directly14:56
larsksThis seems like the best place to ask about devstack, really.  Or the openstack users mailingl ist.14:57
*** vexoon has quit IRC14:57
*** mcornea_ has joined #openstack14:58
club420georgeml: its a server with 4 tb diskspace i think there should be enough, but how should i check if /tmp got enough space? i run devstack on another user than root. i have to say, i am a noob in ubuntu / openstack ... thats part of my finaly school project btw14:58
*** opuk has quit IRC14:58
*** Tinfoilhat_ has joined #openstack14:59
*** deepakcs has joined #openstack14:59
*** claflico has joined #openstack14:59
*** maximov has quit IRC14:59
*** ifdm_ has joined #openstack14:59
*** matjazp has quit IRC14:59
club420larsks: cool, because in the ask.openstack portal i get never answers for my issues. i like this chat but i often got the feeling, that almost all only can support openstack itself.14:59
*** mcornea has quit IRC15:00
*** jckasper has joined #openstack15:00
*** VW_ has joined #openstack15:00
larsksclub420: I answer questions on ask.openstack.org fairly often...15:01
larsksI think it's a reasonable resource, and it's certainly better than irc for long-form questions that require configuration and log snippets.15:01
*** blair has joined #openstack15:02
*** henrynash has joined #openstack15:02
*** avagi has joined #openstack15:02
*** alexpilotti has joined #openstack15:02
club420larsks: that wasnt personal my friend. i just experienced that i get better support in here. :) i had in ask.openstack maybe 4 topics but only on 1 i got response for my issue. so thats like a matter of luck if someone is going to answer me15:02
larsksI think you may have misinterpreted the reason behind that statement, but no worries.15:03
*** rbak has joined #openstack15:03
*** RedRat has quit IRC15:04
club420my english is not the best, but i give my best in interpretion and answering so that everyone understands it. ^^ i would use a german chat if there would be one15:04
*** avagi has left #openstack15:05
*** bigpup6 has joined #openstack15:05
*** vdo has quit IRC15:05
georgem1club420: Glance stores the images by default in "/var/lib/glance/images", try to create a 10 GB in there and see if you can15:06
*** ParsectiX has quit IRC15:06
*** gargola has joined #openstack15:06
Madkisshas anyone experienced a problem with openstack where keystone, combined with memcached, will become slower and slower when issuing tokens and restarting memcached wil speed up keystone again massively?15:06
*** j05h has joined #openstack15:07
*** jpeeler has quit IRC15:07
georgem1club420: you might have 4 TB diskspace but I don't know what your partitions look like; usually if you can upload a small image and fail with a large one, the space is the issue15:07
*** nkrinner has quit IRC15:08
*** gargola_ has joined #openstack15:08
*** daniel3_ has joined #openstack15:08
*** alexpilotti has quit IRC15:08
*** striker has joined #openstack15:08
*** gargola_ has quit IRC15:09
*** aveek has quit IRC15:09
*** zul has quit IRC15:09
*** nosleep77 has joined #openstack15:09
*** zul has joined #openstack15:09
*** j05h has quit IRC15:10
*** gargola_ has joined #openstack15:10
*** j05h has joined #openstack15:10
*** blair has quit IRC15:10
club420georgeml: i think in devstack it saves images by default in /devstack/files/images , because there are all other default images like fedora and cerros15:10
nosleep77hi guys, for monitoring purposes on nova services, is it better to get info from "nova service-list" or "ps"? or is the nova service-list getting its info from ps anyway? If I go the ps route i'll have to consider dead and defunct states as well.15:11
*** blahRus has joined #openstack15:11
*** gargola has quit IRC15:11
*** vexoon has joined #openstack15:12
*** thangp has joined #openstack15:12
georgem1Madkiss: maybe this? https://bugs.launchpad.net/keystone/+bug/125112315:13
openstackLaunchpad bug 1251123 in Keystone havana "_update_user_list_with_cas causes significant overhead (when using memcached as token store backend)" [Critical,Fix released] - Assigned to Morgan Fainberg (mdrnstm)15:13
*** Fenuks has joined #openstack15:13
*** primechuck has joined #openstack15:14
Madkissgeorgem1: this is juno, so i guess not15:14
*** mikeoutland has joined #openstack15:14
*** vexoon has quit IRC15:14
*** georgem1 has quit IRC15:15
*** moha_hunt has quit IRC15:15
*** jprovazn has quit IRC15:16
*** pravins has quit IRC15:16
*** jpeeler has joined #openstack15:16
*** mikeoutland has quit IRC15:17
*** gigawhat has joined #openstack15:17
*** cjellick has quit IRC15:18
*** luflores_ has quit IRC15:18
*** luflores has joined #openstack15:18
*** noslzzp has quit IRC15:19
*** antons has joined #openstack15:19
*** dgurtner has joined #openstack15:20
*** ChuckC has quit IRC15:20
*** ChuckC has joined #openstack15:21
*** jprovazn has joined #openstack15:22
*** matjazp has joined #openstack15:22
*** mordred has quit IRC15:22
*** mordred has joined #openstack15:22
*** mrjazzcat has joined #openstack15:24
*** saibarspeis has quit IRC15:24
*** cdub has joined #openstack15:25
*** yamamoto has quit IRC15:25
*** otter768 has joined #openstack15:25
*** hjensas has quit IRC15:25
*** opuk has joined #openstack15:26
*** jprovazn has quit IRC15:26
*** amcgee7 has joined #openstack15:27
*** dhritishikhar has joined #openstack15:27
*** annegent_ has joined #openstack15:28
*** youellet_ has quit IRC15:29
*** kebray has joined #openstack15:29
*** kebray has quit IRC15:29
*** Ananci has joined #openstack15:29
*** samze has joined #openstack15:30
*** kebray has joined #openstack15:30
*** fnaval has quit IRC15:30
*** jasonsb has joined #openstack15:30
*** jprovazn has joined #openstack15:30
*** otter768 has quit IRC15:30
samzeHey guys, anyone know if there is any automatic deletion of a tenant's glance images upon deletion of that tenant?15:31
*** mcornea_ has quit IRC15:31
kbringardI don't believe there is15:31
kbringardnor do I believe there is automatic deletion of any tenant resources when the tenant gets deleted15:32
kbringardbut I could be wrong on that second bit15:32
*** QuentinM has joined #openstack15:33
*** brokencycle has quit IRC15:33
*** dmsimard_away is now known as dmsimard15:33
club420georgeml: you where right. i made every step again with logs activated. i became an error in the logs where it says no space left on device :/ i will figure it out tomorrow ... time to get home15:33
*** esheffield has joined #openstack15:33
samzekbringard just found this https://blueprints.launchpad.net/horizon/+spec/tenant-deletion15:34
club420larsks: i checked out why it fails. in the log stands that there isnt enough space left.  :/15:34
QuentinMHello. I'm facing a very annoying issue with Tempest .... http://pastebin.com/fEE5G5SD I can't figure out why >< Seems that the CONF.lock_path is null ..15:34
*** anderbubble has joined #openstack15:34
*** esker has joined #openstack15:35
*** dhritishikhar has quit IRC15:35
*** kebray has quit IRC15:36
*** yamamoto has joined #openstack15:36
Madkissokay, we have keystone with tokens in SQL outperforming keystone+memcached by the order of like 20 times15:36
*** itzikb has quit IRC15:37
*** geekinutah has quit IRC15:37
*** hemnafk is now known as hemna15:38
*** mtanino has joined #openstack15:38
*** fzdarsky has joined #openstack15:38
*** hj-hp has joined #openstack15:39
*** PierreRambaud has quit IRC15:39
*** mikeoutland has joined #openstack15:40
*** Manshoon has quit IRC15:40
*** club420 has quit IRC15:40
*** dmshelton has joined #openstack15:40
*** Manshoon has joined #openstack15:41
*** RoozbehShafiee has joined #openstack15:42
*** signed8bit has joined #openstack15:42
*** tsekiyama has quit IRC15:43
*** mcornea_ has joined #openstack15:43
*** Acinonyx has quit IRC15:44
*** Acinonyx has joined #openstack15:45
*** zz_ncamacho is now known as ncamacho15:45
*** mikeoutland has quit IRC15:45
*** yapeng has joined #openstack15:45
*** Sri_Designer has joined #openstack15:46
*** tsekiyam_ has joined #openstack15:46
*** selsper has joined #openstack15:46
*** saltlake has joined #openstack15:46
*** PierreRambaud has joined #openstack15:46
*** rushiagr is now known as rushiagr_away15:46
*** matjazp has quit IRC15:47
*** fnaval has joined #openstack15:47
*** abhirc has joined #openstack15:48
*** pravins has joined #openstack15:50
*** Sri_Designer has quit IRC15:51
*** antons has quit IRC15:51
*** Lee1092 has joined #openstack15:52
*** kso has joined #openstack15:53
*** yamahata has joined #openstack15:54
*** stevemar has joined #openstack15:54
*** j05h has quit IRC15:54
*** dulek has joined #openstack15:54
*** dulek has quit IRC15:54
*** dulek has joined #openstack15:54
*** selsper has quit IRC15:56
*** pkoniszewski has joined #openstack15:56
*** MasterPiece has joined #openstack15:56
*** ayoung is now known as ayoung-mtg15:56
*** mdenny has joined #openstack15:56
*** alesales has quit IRC15:57
*** ronis has quit IRC15:57
*** jfchevrette has joined #openstack15:57
*** dhritishikhar has joined #openstack15:57
*** jwalcik has joined #openstack15:58
*** itarchitectkev has quit IRC15:58
*** travnewmatic has joined #openstack15:59
*** dangers_away is now known as dangers15:59
*** shashankhegde has joined #openstack15:59
*** nelsnels_ has joined #openstack15:59
*** nelsnelson has quit IRC15:59
*** neeti has joined #openstack15:59
*** nstrug has quit IRC16:00
*** nelsnels_ has quit IRC16:00
*** joshw42 has joined #openstack16:00
*** nphase has joined #openstack16:01
*** nphase has joined #openstack16:01
*** nelsnelson has joined #openstack16:01
*** ncerny has joined #openstack16:01
*** maufart has quit IRC16:01
*** kmartin has joined #openstack16:01
*** pm90_ has joined #openstack16:02
*** nelsnelson has quit IRC16:02
*** galstrom_zzz is now known as galstrom16:02
*** jwalcik has quit IRC16:02
*** JuanDRay has joined #openstack16:02
*** pm90_ has quit IRC16:03
*** pm90_ has joined #openstack16:03
*** th3wr41th has joined #openstack16:04
*** annegent_ has quit IRC16:04
*** jtomasek has quit IRC16:04
*** sarob has joined #openstack16:04
*** j05h has joined #openstack16:05
*** henrynash has quit IRC16:06
*** itarchitectkev has joined #openstack16:06
*** blair has joined #openstack16:06
*** jtomasek has joined #openstack16:06
*** anshul has quit IRC16:07
*** smillward has joined #openstack16:07
*** koolhead17 has quit IRC16:08
*** RedRat has joined #openstack16:09
*** kseifried has joined #openstack16:09
*** jcoufal has quit IRC16:09
*** dgurtner has quit IRC16:09
*** tnovacik_ has quit IRC16:09
*** kseifried has left #openstack16:09
*** jcoufal has joined #openstack16:09
*** ezobn has quit IRC16:10
*** ezobn has joined #openstack16:10
*** blair has quit IRC16:11
*** dsanders has joined #openstack16:11
*** FunnyLookinHat_ has joined #openstack16:11
*** tnovacik_ has joined #openstack16:12
*** georgem1 has joined #openstack16:12
*** rfolco has quit IRC16:12
*** annegent_ has joined #openstack16:12
*** annegent_ has quit IRC16:12
*** pravins has quit IRC16:12
*** rahulrrixe has joined #openstack16:12
*** jwalcik has joined #openstack16:12
*** ChuckC has quit IRC16:13
*** ChuckC has joined #openstack16:13
*** solargroovy has joined #openstack16:14
*** annegent_ has joined #openstack16:14
*** FunnyLookinHat has quit IRC16:15
*** sbfox has joined #openstack16:15
*** hdd has joined #openstack16:15
*** MattMan has joined #openstack16:16
*** ofkoz_ has joined #openstack16:16
*** MentalRay has joined #openstack16:17
*** cjellick has joined #openstack16:17
*** drss_ is now known as drss16:17
*** DavidDav_ has joined #openstack16:18
*** sks has quit IRC16:18
*** mpaolino has quit IRC16:19
*** ofkoz has quit IRC16:19
*** jwalcik has quit IRC16:19
*** sbfox has quit IRC16:19
*** jwalcik has joined #openstack16:20
*** youellet has joined #openstack16:22
*** RoozbehShafiee has quit IRC16:24
*** achanda has joined #openstack16:24
*** noslzzp has joined #openstack16:25
*** epcim has quit IRC16:25
*** pravins has joined #openstack16:25
*** neeti has quit IRC16:27
*** coolsvap is now known as coolsvap_16:28
*** ajo has quit IRC16:28
*** ajo has joined #openstack16:28
*** tnovacik_ has quit IRC16:28
*** cbinx has joined #openstack16:28
*** ajo has quit IRC16:29
*** dhritishikhar has quit IRC16:30
*** lucendio has quit IRC16:31
*** mpaolino has joined #openstack16:31
*** rwsu-afk has quit IRC16:31
*** Raugturi has joined #openstack16:32
*** joshw42 has quit IRC16:33
*** dizquierdo has quit IRC16:33
*** rushiagr_away is now known as rushiagr16:33
*** koolhead17 has joined #openstack16:34
*** koolhead17 has quit IRC16:34
*** koolhead17 has joined #openstack16:34
*** ParsectiX has joined #openstack16:34
*** n0ldor has joined #openstack16:36
*** achanda has quit IRC16:36
*** shashankhegde has quit IRC16:37
*** reed has joined #openstack16:38
*** SumitNaiksatam has quit IRC16:38
*** Marga_ has joined #openstack16:38
*** SumitNaiksatam has joined #openstack16:38
*** Marga__ has joined #openstack16:38
*** jdurgin1 has joined #openstack16:38
*** jdurgin1 has quit IRC16:38
*** mpavone has quit IRC16:39
*** alop has joined #openstack16:40
*** ponyofdeath has joined #openstack16:41
*** openstackstatus has joined #openstack16:42
*** ChanServ sets mode: +v openstackstatus16:42
*** shashankhegde has joined #openstack16:42
*** Marga_ has quit IRC16:42
*** pravins has quit IRC16:42
*** rmoe has quit IRC16:43
*** gregmark has joined #openstack16:43
*** MarkAtwood has quit IRC16:43
*** mnovacyu has joined #openstack16:44
*** alesales has joined #openstack16:44
*** jcoufal has quit IRC16:44
*** dgbaley has joined #openstack16:44
*** mnovacyu has joined #openstack16:44
*** jobewan has joined #openstack16:45
*** zerda has quit IRC16:45
*** mnovacyu has quit IRC16:46
*** eglynn has quit IRC16:46
*** Acinonyx has quit IRC16:46
*** mnovacyu has joined #openstack16:46
*** eglynn has joined #openstack16:46
*** ddmitriev has quit IRC16:47
*** Acinonyx has joined #openstack16:47
*** johnbelamaric has joined #openstack16:47
*** j05h has quit IRC16:47
*** Sri_Designer has joined #openstack16:47
iwilsonHrm.  I switched to the openstack chef recipe16:48
iwilsonand I've gone from ...having a semi-working packstack instance (where I could spin up instances but not connect to them) to ... not being able to spin up instances.16:49
*** fletcher has joined #openstack16:50
*** cptweasel has quit IRC16:51
*** melwitt has joined #openstack16:51
*** eglynn has quit IRC16:52
*** rwsu has joined #openstack16:52
*** eglynn has joined #openstack16:52
*** rdaly2 has joined #openstack16:52
*** linuxgeek_ has joined #openstack16:52
linuxgeek_isn't the rabbitmq logs supposed to be generated automatically after deleting without the need to restart the rabbitmq service?16:52
*** Sri_Designer has quit IRC16:53
*** cbader has joined #openstack16:54
*** nmagnezi has quit IRC16:54
*** cptweasel has joined #openstack16:54
*** Willis has quit IRC16:55
*** Noice has joined #openstack16:56
*** scheuran has quit IRC16:56
*** groen692 has quit IRC16:56
*** vnguyen has quit IRC16:57
*** annegent_ has quit IRC16:57
*** pravka has quit IRC16:58
*** steveg is now known as sgordon16:58
*** bvandenh has quit IRC16:58
*** pravka has joined #openstack16:58
*** kencjohnston has joined #openstack16:59
*** __ale__ has joined #openstack17:00
*** mattgriffin has joined #openstack17:01
*** _ale1_ has quit IRC17:01
*** alanf-mc has joined #openstack17:02
*** hj-hp has quit IRC17:02
*** hj-hp has joined #openstack17:03
*** rmoe has joined #openstack17:03
*** mnovacyu has quit IRC17:04
*** stamak has quit IRC17:04
*** linuxgeek_ has quit IRC17:04
*** VW__ has joined #openstack17:04
*** ashish has joined #openstack17:05
*** mnovacyu has joined #openstack17:05
*** shashankhegde has quit IRC17:05
*** DavidDav_ has quit IRC17:06
*** tnovacik_ has joined #openstack17:06
*** EricGonczer_ has joined #openstack17:06
*** jschwarz has quit IRC17:06
*** jasonsb has quit IRC17:06
*** kencjohnston has quit IRC17:06
*** kencjohn_ has joined #openstack17:06
*** ashish has quit IRC17:06
*** exed_ has quit IRC17:06
*** daniel3_ has quit IRC17:07
*** kencjohn_ has quit IRC17:07
*** blair has joined #openstack17:07
*** markvoelker has joined #openstack17:07
*** VW_ has quit IRC17:07
*** amotoki has quit IRC17:07
*** exed_ has joined #openstack17:08
*** corXi has quit IRC17:08
*** _cjones_ has joined #openstack17:09
*** geekinutah has joined #openstack17:10
*** pask811 has quit IRC17:10
*** cdub has quit IRC17:10
*** fzdarsky has quit IRC17:11
*** melwitt_ has joined #openstack17:11
*** blair has quit IRC17:11
*** Marga__ has quit IRC17:12
*** melwitt has quit IRC17:12
*** melwitt_ is now known as melwitt17:12
*** danielbruno has quit IRC17:12
*** EricGonc_ has joined #openstack17:13
*** itarchitectkev has quit IRC17:13
*** robbiew has quit IRC17:15
*** Manshoon has quit IRC17:15
*** EricGonczer_ has quit IRC17:15
*** ljfisher has quit IRC17:15
*** itarchitectkev has joined #openstack17:16
*** EricGonc_ has quit IRC17:16
*** Manshoon has joined #openstack17:17
*** mikeoutland has joined #openstack17:17
*** annegent_ has joined #openstack17:18
*** Manshoon has quit IRC17:18
*** luflores_ has joined #openstack17:18
*** Manshoon has joined #openstack17:18
*** annegent_ has quit IRC17:18
*** robbiew has joined #openstack17:19
*** luflores has quit IRC17:20
*** annegent_ has joined #openstack17:21
*** bdperkin has quit IRC17:21
*** eby_ has quit IRC17:21
*** asselin has joined #openstack17:21
*** ronis has joined #openstack17:21
*** tnovacik_ has quit IRC17:21
QuentinMhttps://bugs.launchpad.net/puppet-nova/+bug/142560117:22
openstackLaunchpad bug 1425601 in puppet-nova "virsh rbd secret uuid is not set properly" [Undecided,New]17:22
*** shibby has joined #openstack17:22
*** jistr has quit IRC17:22
*** cody-somerville has quit IRC17:22
*** marius_endian1 has quit IRC17:24
Noicehttp://www.shrp.com/2015-Landing3-06.html17:25
*** Manshoon_ has joined #openstack17:25
*** Manshoon_ has quit IRC17:25
*** zero141 has joined #openstack17:25
*** dulek has quit IRC17:25
*** Manshoon_ has joined #openstack17:26
*** otter768 has joined #openstack17:26
*** Ala has quit IRC17:27
*** n0ldor has quit IRC17:27
*** galstrom is now known as galstrom_zzz17:27
*** aveek has joined #openstack17:28
*** Manshoon has quit IRC17:28
*** rwsu has quit IRC17:29
*** jmckind has quit IRC17:30
*** ki0 has quit IRC17:31
*** otter768 has quit IRC17:31
*** trown is now known as trown|lunch17:31
*** zero141 has quit IRC17:32
*** zero141 has joined #openstack17:33
*** jmckind has joined #openstack17:33
*** VW__ has quit IRC17:33
*** ttrifonov is now known as zz_ttrifonov17:34
*** annegent_ has quit IRC17:34
*** VW_ has joined #openstack17:34
*** rwsu has joined #openstack17:34
*** annegent_ has joined #openstack17:35
*** melmoth has quit IRC17:35
*** dmshelton has quit IRC17:36
*** sputnik13 has joined #openstack17:37
*** joshw42 has joined #openstack17:38
*** gyee has joined #openstack17:38
*** itarchitectkev has quit IRC17:40
*** annegent_ has quit IRC17:40
*** jang has quit IRC17:40
*** Manshoon_ has quit IRC17:41
*** mwagner_lap has quit IRC17:41
*** salv-orlando has quit IRC17:41
*** gszasz has quit IRC17:43
*** shashankhegde has joined #openstack17:43
*** SumitNaiksatam has quit IRC17:43
*** annegent_ has joined #openstack17:43
*** leeantho has joined #openstack17:44
*** kirves has quit IRC17:44
bigpup6can someone tell me why when I try to associate a floating ip the web gui asks for a port?17:44
*** EricGonczer_ has joined #openstack17:44
*** agarciam1 has joined #openstack17:45
*** agarciam1 has left #openstack17:45
*** sputnik13 has quit IRC17:45
*** hjensas has joined #openstack17:45
*** hjensas has joined #openstack17:45
*** Free_maN has quit IRC17:46
*** mcornea_ has quit IRC17:46
*** jang1 has joined #openstack17:46
kbringardthat's the virtual switch port you want to associate it with, which effectively will be an interface on the VM you want to attach the FIP to17:47
kbringardbigpup6: ^^17:47
*** Marga_ has joined #openstack17:47
bigpup6im confused17:48
bigpup6I dont know why nothing is there17:48
bigpup6it wont let me populate it17:48
*** Marga_ has quit IRC17:48
*** daniel3_ has joined #openstack17:48
*** geekinutah has quit IRC17:48
*** daniel3_ has quit IRC17:48
*** daniel3_ has joined #openstack17:48
*** Marga_ has joined #openstack17:48
*** salv-orlando has joined #openstack17:48
*** cookednoodles has joined #openstack17:49
*** EmilienM is now known as EmilienM|afk17:49
*** Sri_Designer has joined #openstack17:49
*** leeantho has quit IRC17:49
*** sputnik13 has joined #openstack17:50
*** karimb has quit IRC17:51
*** ezobn has quit IRC17:52
*** MaxV has quit IRC17:52
*** EricGonczer_ has quit IRC17:52
*** jp_at_hp has quit IRC17:53
*** leeantho has joined #openstack17:53
*** EricGonczer_ has joined #openstack17:53
*** yog_ has joined #openstack17:53
*** sbfox has joined #openstack17:54
*** Sri_Designer has quit IRC17:54
*** avagi has joined #openstack17:54
*** Godfath3r has joined #openstack17:55
*** tnovacik_ has joined #openstack17:56
*** derekh has quit IRC17:56
*** mpaolino has quit IRC17:56
*** avagi has left #openstack17:57
*** EricGonczer_ has quit IRC17:57
*** jwalcik has quit IRC17:57
*** VW_ has quit IRC17:57
Madkisskbringard: have you see setups where keystone17:58
Madkiss+memcached is massively slower than keystone with sql-tokens?17:58
*** VW_ has joined #openstack17:58
*** danielbruno has joined #openstack17:58
morganfainbergMadkiss, what release of OpenStack?17:58
Madkissjuno17:59
Madkisskeystone+sql produces 250 tokens per second, keystone+memcached 5.17:59
*** pravka has quit IRC17:59
morganfainbergrunning keystone under eventlet or apache, and the most recent juno tag or release of juno18:00
*** aimon has quit IRC18:00
morganfainbergthere has been a few issues with house keeping code (and then eventlet + python-memcache starving the system of resources) that has led to a number of changes18:00
Madkisseventlet, and 2014.2.1 from ubuntu I think18:00
*** mikeoutland has quit IRC18:00
*** samze has quit IRC18:00
*** annegent_ has quit IRC18:00
morganfainbergbut in short memcache is a LOT worse than sql even if you're having to cleanup the tokens18:00
morganfainbergso, not sure which release 2014.2.1 is18:01
* morganfainberg hates the numbering used18:01
Madkissisn't the general recommendation to run keystone with memcached because it's supposed to be *faster* then keystone+sql?18:01
*** pravka has joined #openstack18:01
kbringardMadkiss: in ours we went with sql for that same reason18:01
morganfainbergi would actually go on record saying "don't use memcache"18:01
kbringard^^18:01
MadkissI can absolutely live with that18:01
morganfainberg:)18:01
kbringardthe biggest issues we had were with the size of the token cache in memcache18:01
Madkissthere's just a ton of howtos out there in the web recommending different stuff, including the famous presentation held by jay pipes18:02
kbringardand the process by which it gets cleaned up being crazy slow18:02
morganfainbergthe other question i have is, does this slowdown occur as keystone runs more and more?18:02
morganfainbergor always slow even right after a restart?18:02
Madkissabsolutely.18:02
Madkissalso, it's *way* better right after a memcached restart18:03
morganfainbergok so there is a new pool for helping with this in memcache i think you're missing it18:03
kbringardthat's been my experience as well18:03
morganfainberglet me find the fix and the config options for you18:03
Madkissmorganfainberg: no worries. if memcached is not an option, we'll refrain from using it18:03
Madkissalso, it makes HA impossible18:03
morganfainberghowever, just running under mod_wsgi would likely make memcache easier to maintain than sql until kilo lands18:03
Madkissso SQL+UUID it is for us, I guess18:03
morganfainbergMadkiss, i also know someone is using CouchBase for the memcache backend18:03
morganfainbergwhich makes HA/replication doable18:03
kbringardyea, PKI is sort of the promised land, right?18:03
Madkisskbringard: it doesn't make sense for us, really18:04
morganfainbergand solves the issues with memcache being volitile memory18:04
Madkissmorganfainberg: that sounds nifty18:04
morganfainbergkbringard, nope. tokens without persistence is18:04
kbringarda fair point18:04
morganfainbergkbringard, https://review.openstack.org/#/c/145317/ :)18:04
morganfainbergkbringard, will be in kilo18:04
Madkissmorganfainberg: are you using other openstack services with mod_wsgi+apache as well?18:04
morganfainbergMadkiss, i know of deployers who run all API surfaces in mod_wsgi18:05
Madkisswe thought about doing this18:05
Madkissinside of uwsgi18:05
*** rossk has quit IRC18:05
*** hj-hp has quit IRC18:05
morganfainbergMadkiss, but personally I don't run an OpenStack cloud (anymore), though i expect to be helping to run one again soon(ish)â„¢18:05
kbringardmorganfainberg: awesome, thanks for the tip18:05
morganfainbergkbringard, yeah.18:05
Madkissbut main problem is that the openstack services don't use proper wsgi18:05
*** dgurtner has joined #openstack18:06
*** dgurtner has joined #openstack18:06
Madkissi.e. you need to write a wrapper around the service to make it work inside of mod_wsgi18:06
morganfainbergMadkiss, there is some work to be done - keystone has done it. in fact as of Juno, our recommended deployment is apache18:06
morganfainbergwell before that18:06
*** MentalRay has quit IRC18:06
morganfainbergi mean default deployment for gate/devstack18:06
Madkisshmm18:06
morganfainbergour recommendation has been apache for a while18:06
Madkissfor all services?18:06
morganfainbergjust keystone18:06
*** hdd has quit IRC18:06
morganfainberg<-- Keystone PTL18:06
*** epopt37 has quit IRC18:06
Madkissoh18:06
*** shashankhegde has quit IRC18:07
morganfainbergcan't talk authoratatively about other services18:07
Madkissso i'll enter the office tomorrow and tell people "The Keystone PTL has just told me not to use memcached"18:07
Madkissi like that. ;)18:07
morganfainberghaha, the more important take away is: use mod_wsgi ;)18:07
MadkissLuckily, Keystone has a file to integrate with mod_wsgi18:07
Madkissall other openstack services are missing exactly that file.18:08
*** jasonsb has joined #openstack18:08
*** blair has joined #openstack18:08
morganfainbergif you want to keep using memcache using https://github.com/openstack/keystone/blob/master/keystone/token/persistence/backends/memcache_pool.py is important under eventlet18:08
*** galstrom_zzz is now known as galstrom18:08
morganfainbergand you may want to use couchbase as the memcache server [persistence/replication]18:08
MadkissYou know what? I will just ditch the memcache stuff.18:08
morganfainbergso just be aware that you'll need to cleanup the token table fairly often under SQL18:09
MadkissI don't insist on it. Really. We just found the Jay Pipes presentation and thought "Awesome, more performance"18:09
*** rlastinger has quit IRC18:09
Madkissand then we found ourselves in a world full of pain18:09
morganfainbergas soon as kilo lands i hope i can convince everyone to move to the non-persistent tokens18:09
morganfainbergdoesn't help you today18:09
morganfainbergbut we really do know this has been painful18:09
morganfainbergand it needs to be solved.18:09
*** Marga_ has quit IRC18:10
Madkissthanks a bunch for all your help18:10
morganfainbergsadly we can't backport a big change like this to Juno for you.18:10
morganfainbergof course. feel free to bug me if something comes up.18:10
*** Marga_ has joined #openstack18:10
morganfainbergjust remember sometimes it takes a bit to get back to you in IRC :) [away from desk etc]18:10
*** danman has joined #openstack18:10
*** mfink_ has left #openstack18:11
*** ejat has joined #openstack18:11
*** mfink_ has joined #openstack18:11
*** ejat has quit IRC18:11
*** ejat has joined #openstack18:11
*** epopt37 has joined #openstack18:11
*** annashen has joined #openstack18:11
*** agarciam has joined #openstack18:12
*** bluex-pl has quit IRC18:12
*** Anticimex has quit IRC18:12
*** blair has quit IRC18:12
Madkissmorganfainberg: https://review.openstack.org/#/c/145317/ will likely not apply to juno, right?18:13
*** agarciam has left #openstack18:13
*** bluex-pl has joined #openstack18:13
*** deepakcs has quit IRC18:14
*** yapeng has quit IRC18:14
*** deepakcs has joined #openstack18:14
*** melwitt has quit IRC18:14
*** melwitt_ has joined #openstack18:14
*** himangi has joined #openstack18:15
*** NarenNarendra has joined #openstack18:15
*** melwitt_ has quit IRC18:15
*** _cjones_ has quit IRC18:15
*** melwitt has joined #openstack18:15
*** himangi has quit IRC18:16
*** himangi has joined #openstack18:16
*** bbcmicrocomputer has quit IRC18:16
*** himangi_ has joined #openstack18:16
*** himangi has quit IRC18:16
*** sputnik13 has quit IRC18:17
jaypipesMadkiss, kbringard: uhm, 5 tokens per second with memcached? That doesn't sound right...18:17
*** SumitNaiksatam has joined #openstack18:17
jaypipeskbringard: memcache was MUCH faster than SQL tokens for our grizzly and folsom deployments at T18:17
kbringardyea, something happened in H+18:17
kbringardthat's what we started out with here and had all kinds of problems18:18
*** pnavarro has joined #openstack18:18
*** Anticimex has joined #openstack18:18
bigpup6can someone help me resolve this18:18
bigpup6 http://pastebin.com/M7bjRZKY18:18
jaypipeskbringard: problems with concurrency or problems with memcache sizing?18:18
*** rlastinger has joined #openstack18:18
*** deepakcs has quit IRC18:18
*** Sri_Designer has joined #openstack18:18
*** daniel3_ has quit IRC18:19
*** mikeoutland has joined #openstack18:19
kbringardbigpup6: did you set the gateway on that subnet's router to the the floating network?18:19
*** georgem1 has quit IRC18:19
jaypipesbigpup: you need to attach a gateway to the subnet's router.18:19
*** daniel3_ has joined #openstack18:19
jaypipesbigpup: what kbringard said :)18:20
bigpup6humm18:20
bigpup6i dunno if I did18:20
kbringardneutron router-gateway-set18:20
bigpup6where should I look in the gui18:20
kbringardI think you have to add a port18:20
kbringardbut, I don't use horizon much, so I don't know what that looks like18:20
kbringardit'd probably be easier to just18:20
kbringardneutron router-gateway-set router-id floating-network-id18:20
*** hdd has joined #openstack18:20
kbringardfrom the CLI18:21
*** Sri_Designer has quit IRC18:21
*** hj-hp has joined #openstack18:21
kbringardthen when you neutron router-list it should show a network_id and enabled_snat in the external_gateway_info box18:21
bigpup6ok18:21
bigpup6so right now18:21
*** Sri_Designer has joined #openstack18:22
bigpup6i think my issue is I have new networks named private18:22
*** ljfisher has joined #openstack18:22
bigpup6and I can no delete either18:22
bigpup6and im not sure why18:22
bigpup6neutron net-delete 54bbc787-e072-4db6-9fef-f95ed2d2d2cb18:23
bigpup6Conflict (HTTP 409) (Request-ID: req-a1b1e1af-8569-4724-9055-2573c7a53a9a)18:23
*** Noice has quit IRC18:24
*** eglynn is now known as eglynn-afk18:24
*** jwalcik has joined #openstack18:24
kbringardmy guess is that it still has ports or something on it… something which is consuming resources from the net18:24
kbringardperhaps the subnet is still assigned to it18:25
*** opuk has quit IRC18:25
*** opuk has joined #openstack18:25
bigpup6does it matter if I have two?18:25
*** vishwanathj has joined #openstack18:26
*** ejat has quit IRC18:26
morganfainbergMadkiss, no that patch wont apply to juno18:26
*** pm90_ has quit IRC18:26
*** alanf-mc- has joined #openstack18:26
*** patrickeast has joined #openstack18:26
morganfainbergjaypipes, in H we had some icky housekeeping code issues that caused us to tank performance18:26
*** matjazp has joined #openstack18:27
morganfainbergjaypipes, it was security related too18:27
*** amcgee7 has quit IRC18:27
*** Noice has joined #openstack18:27
jaypipesmorganfainberg: hmm :(18:27
morganfainbergjaypipes, in late J we fixed some of that, but recently we hit a greenlet bug that caused us to starve the memcache sockets.18:27
*** ghostpl_ has quit IRC18:27
morganfainbergjaypipes, so we implemented a memcache pool (really bad under eventlet w/o pool)18:27
morganfainbergthread.local bit us in two ways18:27
*** zero141 has quit IRC18:27
morganfainbergjaypipes, so it's better w/ the pool in Juno (and I).18:28
morganfainbergunder apache it's less of an issue18:28
jaypipesk. but still advise using mod_wsgi for anything  keystone-related?18:28
jaypipesk18:28
morganfainbergyes.18:28
*** Miouge has quit IRC18:28
morganfainberg100%18:28
morganfainberg:)18:28
morganfainbergand if they insist on using memcache, couchbase seems to make things way better18:28
*** MentalRay has joined #openstack18:28
jaypipesk, good to know (and I don't disagree with that) :)18:28
*** _cjones_ has joined #openstack18:29
Madkisshello jaypipes18:29
Madkisssorry for the hilighting18:29
jaypipesmorganfainberg: why would memcache be slower than sql tokens? just makes no sense to me...18:29
morganfainbergand like i said before in Kilo we should finally have an option to remove the whole need to store tokens (yay)18:29
*** alanf-mc has quit IRC18:29
morganfainbergjaypipes, because eventlet spawns a new thread.local connection per greenlet18:29
morganfainbergand you starve your memcache server for all resources18:29
*** Sri_Designer has quit IRC18:30
jaypipesmorganfainberg: no, I mean when using apache.18:30
morganfainbergoh it isn't slower18:30
morganfainbergit's about comparable unless you have too many workers for memcache or you haven't cleaned your table18:30
*** Sri_Designer has joined #openstack18:30
morganfainbergdepending on the volume of issuance etc18:30
morganfainbergand if you have 10000+ active tokens for a given user, memcache falls over18:31
*** rdaly2 has quit IRC18:31
*** shashankhegde has joined #openstack18:31
jaypipesmorganfainberg: and have we tested to see if the pool approach is actually slower under apache? :)18:31
*** Fenuks has quit IRC18:31
morganfainbergpool approach should be about the same, might be slightly slower under apache18:31
morganfainbergit has more house-keeping18:31
morganfainbergbut you get 1 connection per worker18:31
*** Noice has quit IRC18:31
jaypipesright.18:31
morganfainbergso it's not that noticable18:31
morganfainbergusually18:31
*** hj-hp has quit IRC18:32
morganfainbergand if you issue 12k tokens/min SQL can't keep up no matter what18:32
morganfainberg(don't ask me how i know that >.>)18:32
*** mplex has joined #openstack18:32
*** rdaly2 has joined #openstack18:33
jaypipesmorganfainberg: heh :)18:33
Madkissmorganfainberg: how you know that?18:33
* Madkiss ducks & runs18:33
morganfainbergMadkiss, hahahah18:33
*** MasterPiece has quit IRC18:33
Madkisswe're at likme 250 tokens/s with mysql+sql right now18:33
morganfainbergjaypipes, the short is... tokens suck to deal with :( and we really want it to be better.18:33
morganfainberg250 tokens a second?18:34
*** ddmitriev has joined #openstack18:34
Madkissyes18:34
morganfainbergyeah you might be in a case where SQL wont work then because the table can't be cleared out18:34
morganfainberg:(18:34
*** franred has quit IRC18:34
Madkissi'm talking about benchmarks18:34
morganfainbergthe innodb gap-lock issues will cause problems18:34
morganfainbergoh18:34
morganfainbergoh18:34
Madkissour use case is way smaller18:34
morganfainberghaha18:34
morganfainbergphew18:34
*** MasterPiece has joined #openstack18:35
morganfainberg15k tokens /min in production use is scary18:35
MadkissI was just fed up completely with memcached earlier today18:35
Madkissalso, kristian koenhtopp is in our team, we'll certainly know how to teach18:35
MadkissMySQL manners18:35
*** CybergeekDK has quit IRC18:35
*** MarkBaker has quit IRC18:35
*** rushiagr is now known as rushiagr_away18:35
*** jpena is now known as jpena|afk18:36
Madkissone of my key concerns is that right now, the whole platforms feels "slow"18:36
jaypipesMadkiss: heh. Kristian thinks all of OpenStack is a complete pile of garbage.18:36
Madkissi.e. I login to the dashboard, klick on a tenant that has like 50VMs running, click on the "Instances" pane and it takes 1-2 seconds to load18:36
morganfainbergthere is a lot of tuning that can be done, but there is a lot of processing that is done for anything in openstack.18:36
Madkissjaypipes: I am not so sure he's that wrong after working in this team for 6 months ;)18:36
*** daniel3_ has quit IRC18:37
*** SotK has quit IRC18:37
Madkissj/k18:37
morganfainbergthere is also a lot of gaps in implementation that makes things feel slower (especially from a web page view) than otherwise.18:37
Madkissbut getting openstack "right" in production is an interesting challenge18:37
Madkissesp. in a case as special as ours (Self-built opencontrail and stuff)18:37
jaypipesMadkiss: I don't disagree with that :)18:37
jaypipesMadkiss: who do you work for?18:37
Madkissjaypipes: SysEleven, like Kristian18:37
* morganfainberg goes back to identity land.18:37
Madkissmorganfainberg: thank you for your help! I owe you a beer or two.18:38
Madkissor a keg.18:38
morganfainbergMadkiss, haha not needed ;)18:38
*** daniel3_ has joined #openstack18:38
morganfainbergMadkiss, but if you're at the summit in vancouver find me and say hi!18:38
Madkissmorganfainberg: I'm a German.18:38
jaypipesmorganfainberg: never say no to a German beer offering :)18:38
Madkissmorganfainberg: If there's one thing Germans can do properly, it's beer18:38
Madkissso no way out for you.18:38
morganfainbergjaypipes, i said it wasn't needed... didn't say i wouldn't accept did i ;)18:38
jaypipeslol'18:38
*** matjazp has quit IRC18:38
* morganfainberg also realizes a bowl of coffee is required for the day18:39
*** RichardR2seley has joined #openstack18:39
morganfainbergyes... i said bowl.18:39
jaypipesMadkiss: are you guys building your own deployment from scratch or are you using something like RDO or Fuel or something else?18:39
Madkissall hand made, actually.18:39
jaypipeshmm, that might be the first issue :)18:40
MadkissOur requirements are a bit too special for off-the-shelf components18:40
*** afazekas_ has quit IRC18:40
morganfainbergmakes it harder when you hand-roll stuff like OpenStack18:40
jaypipesMadkiss: can you share any of your requirements? would be great to hear them18:40
MadkissOne of the major PITAs definitely is OpenContrail.18:40
*** rossk has joined #openstack18:41
MadkissOpenContrail itself is an awesome piece of technology by all means18:41
*** gary_perkins has quit IRC18:41
morganfainbergi haven't looked too hard at OpenContrail18:41
Madkissbut bringing it to the point where it would do what we need it do was sort of a challenge18:41
morganfainbergbit you're not the first to say that18:41
Madkissincluding "redoing large parts of upstream ubuntu packaging"18:41
*** gary_perkins has joined #openstack18:41
MadkissIn fact, we're by now providing packages I would describe to be in better shape than what upstream has ;)18:41
*** kushal has quit IRC18:42
jaypipesMadkiss: upstream Ubuntu or upstream OpenContrail/Juniper?18:42
Madkissthere are no packages for opencontrail in Ubuntu.18:42
jaypipesoh.. well that answers that! :)18:43
Madkisshttps://launchpad.net/~syseleven-platform/+archive/ubuntu/contrail-2.0/+packages is as fresh as it gets18:43
jaypipesnice.18:43
*** kushal has joined #openstack18:43
jaypipesMadkiss: have you tried working with the contrail community on packaging?18:43
Madkissit helps to have been a debian developer for 11 years.18:43
Madkissjaypipes: we are doing that, and patches are going upstream18:43
Madkisswe're definitely keen on giving back to community18:43
jaypipescoolio.18:44
*** aimon has joined #openstack18:44
*** CybergeekDK has joined #openstack18:44
*** georgem1 has joined #openstack18:44
Madkissjaypipes: right now, i'm focussing on performance though, and that gives me a bunch of pain18:46
*** koolhead17 has quit IRC18:46
*** SotK has joined #openstack18:46
jaypipesMadkiss: understood completely.18:46
jaypipesMadkiss: we have a whole team here looking at various performance-related and scale stuffs.18:46
*** Noice has joined #openstack18:46
*** Manshoon has joined #openstack18:47
*** luflores_ is now known as luflores18:47
*** achanda has joined #openstack18:47
*** alesales has quit IRC18:49
Madkissjaypipes: surprisingly, it's not even like there is a lot of well documented stuff out there18:49
*** ChuckC has quit IRC18:49
Madkisswrt performance tuning operations18:49
*** sputnik13 has joined #openstack18:50
*** maximov has joined #openstack18:50
jaypipesMadkiss: yeah, it's few and far between...18:50
MadkissI fully understand that the performance side of opencontrail parts is not that well documented because it's not that widespread yet. it's sort of sad to find out that keystone+memcached is a problem in Juno only after talking to the project tl18:50
*** maximov has quit IRC18:50
*** Sri_Designer has quit IRC18:50
*** Tinfoilhat_ has quit IRC18:51
*** markus_z has quit IRC18:51
*** sputnik13 has quit IRC18:51
*** alanf-mc- has quit IRC18:52
*** geekinutah has joined #openstack18:53
*** dcwilliams_VA has joined #openstack18:53
*** vnguyen has joined #openstack18:53
*** lborda has quit IRC18:53
*** lborda has joined #openstack18:53
Madkissjaypipes: does your performance and scale-out team publish stuff in an way?18:53
*** qhartman has quit IRC18:53
MadkissI'm looking for hints and insights on running all the OpenStack APIs inside of Apache+mod_wsgi18:53
*** alanf-mc has joined #openstack18:54
*** rlastinger has quit IRC18:54
*** ParsectiX has quit IRC18:54
*** ParsectiX has joined #openstack18:54
*** rlastinger has joined #openstack18:54
*** ian_ott has quit IRC18:55
*** ParsectiX has quit IRC18:55
jaypipesMadkiss: they will be, yes, but I wouldn't expect to see much published for a number of months (the team is pretty new)18:55
*** pelix has quit IRC18:55
*** ParsectiX has joined #openstack18:55
MadkissI see, okay18:56
Madkisswell, it was worth a try ;)18:56
*** Marga_ has quit IRC18:58
*** TheOsprey has joined #openstack18:58
*** Marga_ has joined #openstack18:58
*** Sri_Designer has joined #openstack18:59
*** gigawhat has quit IRC19:00
*** rhagarty has joined #openstack19:00
*** annegent_ has joined #openstack19:01
*** kebray has joined #openstack19:01
*** jmickle has joined #openstack19:01
*** joffter has joined #openstack19:01
*** kdas_ has joined #openstack19:01
*** gigawhat has joined #openstack19:02
*** kushal has quit IRC19:02
*** kdas_ is now known as kushal19:03
*** kushal has quit IRC19:04
*** kushal has joined #openstack19:04
*** funnmouth has joined #openstack19:04
*** cucumber_ has quit IRC19:05
*** funnmouth has quit IRC19:05
*** annegent_ has quit IRC19:06
*** sergef has quit IRC19:06
*** kebray has quit IRC19:07
*** shashankhegde has quit IRC19:07
*** blair has joined #openstack19:08
*** dcwilliams_VA has left #openstack19:09
*** EricGonczer_ has joined #openstack19:10
*** Manshoon has quit IRC19:11
*** shashankhegde has joined #openstack19:11
*** kebray has joined #openstack19:11
*** Manshoon has joined #openstack19:12
*** j05h has joined #openstack19:12
*** blair has quit IRC19:13
*** cjellick has quit IRC19:13
*** chuckC_ has joined #openstack19:14
*** bdpayne has joined #openstack19:14
*** bluex-pl has quit IRC19:14
*** macjack has quit IRC19:15
*** martines_ has quit IRC19:15
*** VW_ has quit IRC19:15
*** vishwanathj has quit IRC19:15
*** annegent_ has joined #openstack19:18
*** Manshoon_ has joined #openstack19:18
*** sputnik13 has joined #openstack19:18
*** Manshoon_ has quit IRC19:19
*** moha_hunt has joined #openstack19:19
*** Manshoon_ has joined #openstack19:19
*** togdon has joined #openstack19:19
*** Marga_ has quit IRC19:20
*** Marga_ has joined #openstack19:20
*** rotbeard has quit IRC19:21
*** cjellick has joined #openstack19:21
*** pkoniszewski has quit IRC19:21
*** sputnik13 has quit IRC19:21
*** Manshoon has quit IRC19:22
*** yellowbig has quit IRC19:22
*** rdaly2 has quit IRC19:23
*** rdaly2_ has joined #openstack19:23
*** rahulrrixe has quit IRC19:23
*** pmcg has quit IRC19:24
*** trown|lunch is now known as trown19:24
*** matjazp has joined #openstack19:24
*** claflico has quit IRC19:24
*** claflico has joined #openstack19:24
*** pmcg has joined #openstack19:25
*** reed has quit IRC19:25
*** PaulCuzner has quit IRC19:25
*** achanda has quit IRC19:27
*** achanda has joined #openstack19:27
*** otter768 has joined #openstack19:27
*** reed has joined #openstack19:28
*** kawa2014 has quit IRC19:28
*** sputnik13 has joined #openstack19:29
*** grealish has joined #openstack19:29
*** cdent has quit IRC19:31
*** jwalcik has quit IRC19:31
*** Manshoon has joined #openstack19:31
*** bdperkin has joined #openstack19:31
*** bdperkin has quit IRC19:31
*** bdperkin has joined #openstack19:31
*** dmshelton has joined #openstack19:32
*** otter768 has quit IRC19:32
*** annashen has quit IRC19:32
*** user_42 has quit IRC19:32
*** gfidente has quit IRC19:32
*** amitry has quit IRC19:32
*** martinst is now known as martins-afk19:33
*** itarchitectkev has joined #openstack19:34
*** Manshoon has quit IRC19:34
*** Manshoon_ has quit IRC19:34
*** Manshoon has joined #openstack19:35
*** ngoracke has quit IRC19:35
*** MarkBaker has joined #openstack19:35
*** tsekiyam_ has quit IRC19:35
*** aveek has quit IRC19:35
*** user_42 has joined #openstack19:36
*** sputnik13 has quit IRC19:36
*** inigomontoya has joined #openstack19:36
*** danielbruno has quit IRC19:38
*** ccockerhamkc has joined #openstack19:38
*** sputnik13 has joined #openstack19:38
*** coredump has joined #openstack19:39
*** annashen has joined #openstack19:39
*** inigomontoya has quit IRC19:41
*** inigomontoya has joined #openstack19:41
*** antons has joined #openstack19:41
*** spzala has joined #openstack19:41
*** annegent_ has quit IRC19:42
*** inigomontoya has quit IRC19:42
*** inigomontoya has joined #openstack19:42
*** pradip_rawat has joined #openstack19:43
*** annegent_ has joined #openstack19:44
*** noslzzp has quit IRC19:45
*** pradip_vedams has quit IRC19:46
*** pradip_rawat is now known as pradip_vedams19:46
*** rfolco has joined #openstack19:46
iwilsonHrm.  So, I gave up on the openstack chef repos (wouldn't spin up instances) and tried packstack/RDO with Fedora 20.  Same symptoms as packstack/RDO on RHEL7.19:47
iwilsonSpins up instances, but no networking.19:47
*** Sri_Designer has quit IRC19:48
*** peas has joined #openstack19:48
*** mikeoutland has quit IRC19:49
*** e0ne has quit IRC19:50
*** travnewmatic has quit IRC19:50
*** tsekiyama has joined #openstack19:50
*** tsekiyama has quit IRC19:50
*** danielbruno has joined #openstack19:50
*** danielbruno has joined #openstack19:50
*** cjellick has quit IRC19:51
*** mikeoutland has joined #openstack19:52
*** travnewmatic has joined #openstack19:52
*** barclaac has joined #openstack19:53
*** solargroovy has quit IRC19:54
*** Godfath3r has quit IRC19:54
*** maximov has joined #openstack19:55
*** tsekiyama has joined #openstack19:56
*** tsekiyama has quit IRC19:56
*** eglynn-afk has quit IRC19:56
*** tsekiyama has joined #openstack19:57
*** michaelneale has joined #openstack19:59
*** achanda has quit IRC20:00
*** togdon has quit IRC20:00
*** okrieg has joined #openstack20:00
*** ljfisher has quit IRC20:00
*** solargroovy has joined #openstack20:01
*** annegent_ has quit IRC20:01
*** martins-afk is now known as martinst20:01
*** tsekiyama has quit IRC20:01
*** pkoniszewski has joined #openstack20:02
*** ngoracke has joined #openstack20:03
*** geaaru has quit IRC20:03
*** mnovacyu has quit IRC20:03
*** ghostpl_ has joined #openstack20:03
*** dgel has joined #openstack20:04
*** EricGonczer_ has quit IRC20:05
*** ghostpl_ has quit IRC20:05
*** kushal has quit IRC20:06
*** gugl has joined #openstack20:06
*** kushal has joined #openstack20:06
*** gugl has left #openstack20:07
*** ChuckC has joined #openstack20:07
*** danielbruno has quit IRC20:08
*** achanda has joined #openstack20:08
*** chuckC_ has quit IRC20:08
*** gigawhat has quit IRC20:08
*** mnovacyu has joined #openstack20:08
*** blair has joined #openstack20:09
*** mwagner_lap has joined #openstack20:11
*** luflores has quit IRC20:11
*** luflores_ has joined #openstack20:11
*** mortiz_ has joined #openstack20:11
*** johnbelamaric1 has joined #openstack20:12
*** johnbelamaric has quit IRC20:12
*** mortiz has quit IRC20:12
*** mortiz_ is now known as mortiz20:12
*** togdon has joined #openstack20:13
*** annegent_ has joined #openstack20:13
*** Manshoon has quit IRC20:13
*** blair has quit IRC20:14
*** pkoniszewski has quit IRC20:14
*** gigawhat has joined #openstack20:15
*** einarr has quit IRC20:16
*** einarr has joined #openstack20:17
*** blomquisg has quit IRC20:18
*** shashankhegde has quit IRC20:19
*** annegent_ has quit IRC20:21
*** jprovazn has quit IRC20:21
*** annegent_ has joined #openstack20:21
*** Manshoon has joined #openstack20:21
*** whenry has joined #openstack20:22
*** dyasny has quit IRC20:22
*** cjellick has joined #openstack20:22
*** Manshoon has quit IRC20:24
*** danman_ has joined #openstack20:24
*** ivar-lazzaro has joined #openstack20:24
*** danman_ has quit IRC20:24
*** Manshoon has joined #openstack20:24
*** danielbruno has joined #openstack20:24
*** danielbruno has joined #openstack20:24
*** dgel has quit IRC20:25
*** danman has quit IRC20:26
KaZeRhi there20:26
KaZeRSam-I-Am: are you around ?20:26
*** diogogmt has joined #openstack20:26
*** andresmujica has joined #openstack20:27
*** QuentinM has left #openstack20:27
*** annegent_ has quit IRC20:27
*** ghostpl_ has joined #openstack20:28
*** ncerny has quit IRC20:28
larsksiwilson: "no networking" covers a lot of ground. Are your instances getting ip addresses?20:28
*** himangi_ has quit IRC20:28
*** wwallnrr__ has quit IRC20:29
*** alexj has joined #openstack20:29
alexjhi! if I want to have openstack over multiple physical hosts, do I need to configure a open vswitch on all of them? if yes, how (a link to a tutorial on this would be great)20:30
*** pm90_ has joined #openstack20:32
iwilsonlarsks: they are being assigned IP addresses20:32
iwilsonif I tcpdump -I the interface that they are assigned to, I can see the DHCP requests20:32
larsksOkay.  And can they ping the gateway for the private network?  That would be 10.0.0.1 assuming packstack defaults.20:33
*** pm90_ has quit IRC20:33
*** marzif_ has joined #openstack20:33
*** togdon has quit IRC20:33
*** pm90_ has joined #openstack20:34
*** mortiz has quit IRC20:34
*** jwalcik has joined #openstack20:34
*** jwalcik has quit IRC20:34
*** MarkBaker has quit IRC20:35
*** ghostpl_ has quit IRC20:35
*** hjensas has quit IRC20:35
*** jwalcik has joined #openstack20:35
*** tonybird has joined #openstack20:35
*** tonybird has quit IRC20:36
*** GentileBen has joined #openstack20:36
*** ncerny has joined #openstack20:36
*** agarciam has joined #openstack20:37
*** mnovacyu has quit IRC20:38
*** dyasny has joined #openstack20:38
Sam-I-AmKaZeR: working on prod issues today20:38
KaZeRnp Sam-I-Am20:39
Sam-I-AmKaZeR: one question tho - in the l3_agent.ini, what do you have for 'external_network_bridge' ?20:39
KaZeRSam-I-Am: external_network_bridge = br-ex20:39
larsksiwilson: still around?20:40
*** galstrom is now known as galstrom_zzz20:40
*** Lee1092 has quit IRC20:40
*** harlowja_at_home has joined #openstack20:40
Sam-I-AmKaZeR: try making it 'external_network_bridge ='20:41
KaZeRok20:41
Sam-I-AmKaZeR: then restart l3 agent and ovs agents20:41
*** galstrom_zzz is now known as galstrom20:41
Sam-I-Amthen try creating that external network again20:41
Sam-I-Amjust a hunch20:41
KaZeRok thanks20:41
Sam-I-Amanyway, i gotta run... i'll be back later20:41
*** cdub has joined #openstack20:42
*** ghostpl_ has joined #openstack20:42
*** baoli has quit IRC20:43
*** Sri_Designer has joined #openstack20:44
iwilsonlarsks: yeah -- had to get youngest off of the bus.20:44
*** togdon has joined #openstack20:45
larsksiwilson: okay. I had a question for you a few lines back.20:45
*** dgbaley has quit IRC20:46
iwilsonI'm checking on that now20:46
iwilsontwo seconds.20:46
*** ezobn has joined #openstack20:46
*** achanda has quit IRC20:47
*** PryMar56 has joined #openstack20:47
*** PaulCuzner has joined #openstack20:47
*** achanda has joined #openstack20:47
*** johnbelamaric1 has quit IRC20:49
*** PryMar56 has left #openstack20:49
*** maximov has quit IRC20:49
*** dyasny has quit IRC20:49
*** dizquierdo has joined #openstack20:50
*** Manshoon_ has joined #openstack20:50
*** johnbelamaric has joined #openstack20:50
*** MentalRay has quit IRC20:50
*** marzif_ has quit IRC20:51
*** Manshoon has quit IRC20:51
*** ghostpl_ has quit IRC20:54
*** Sri_Designer has quit IRC20:55
*** mfalatic has quit IRC20:55
*** MasterPiece has quit IRC20:55
*** mfalatic has joined #openstack20:55
iwilsonlarsks: it looks like openstack took...my default route?20:55
iwilsonhold on...this isn't right20:55
*** ghostpl_ has joined #openstack20:56
*** guilhermebr has joined #openstack20:56
*** alexj has left #openstack20:56
* larsks holds on.20:57
*** MasterPiece has joined #openstack20:57
*** ezobn_ has joined #openstack21:00
*** hj-hp has joined #openstack21:01
*** VW_ has joined #openstack21:01
*** togdon has quit IRC21:02
*** jasonsb has quit IRC21:02
*** karimb has joined #openstack21:02
*** dyasny has joined #openstack21:02
*** togdon has joined #openstack21:02
*** lucendio has joined #openstack21:03
*** JuanDRay has quit IRC21:04
*** RedRat has quit IRC21:04
*** ezobn has quit IRC21:04
*** Manshoon has joined #openstack21:04
*** sputnik13 has quit IRC21:05
*** Manshoon has quit IRC21:05
*** 92AAALG4Y is now known as dank_21:05
*** Manshoon has joined #openstack21:05
*** Acidnerd has joined #openstack21:06
*** spzala has quit IRC21:06
*** lucendio has quit IRC21:07
*** rfolco has quit IRC21:07
*** kebray has quit IRC21:07
*** galstrom is now known as galstrom_zzz21:08
*** Manshoon_ has quit IRC21:08
*** sputnik13 has joined #openstack21:08
*** mattgriffin has quit IRC21:08
*** annashen has quit IRC21:08
*** cookednoodles has quit IRC21:08
*** lucendio has joined #openstack21:09
*** togdon has quit IRC21:10
*** blair has joined #openstack21:10
*** ezobn_ has quit IRC21:10
*** nitti_ has joined #openstack21:11
*** dmsimard is now known as dmsimard_away21:12
*** nitti_ has quit IRC21:12
*** pradip_vedams has quit IRC21:12
*** pradip_vedams has joined #openstack21:12
*** shashankhegde has joined #openstack21:12
*** kebray has joined #openstack21:12
*** jtomasek has quit IRC21:14
*** nitti has quit IRC21:14
*** blair has quit IRC21:14
*** nitti has joined #openstack21:14
*** jwalcik has quit IRC21:15
*** mattgriffin has joined #openstack21:15
iwilsonok, the br-ex is sharing the same IP address as my gateway IP address21:15
iwilsonthat's why I can no longer get to my openstack box21:15
*** galstrom_zzz is now known as galstrom21:16
*** JuanDRay has joined #openstack21:17
*** jfchevre_ has joined #openstack21:17
*** dyasny has quit IRC21:18
iwilsonI'm going to change that in my ifcfg-br-ex file and restart networking21:18
*** togdon has joined #openstack21:19
*** georgem1 has quit IRC21:19
*** sivy has joined #openstack21:20
*** j05h has quit IRC21:20
*** gary_perkins has quit IRC21:21
*** jfchevrette has quit IRC21:21
*** sputnik13 has quit IRC21:22
*** ZoanthusR has joined #openstack21:22
*** bjornar_ has quit IRC21:22
*** sputnik13 has joined #openstack21:23
*** annashen has joined #openstack21:23
*** ljfisher has joined #openstack21:24
*** pboros has quit IRC21:25
*** ronis has quit IRC21:26
*** ncerny has quit IRC21:26
*** kebray has quit IRC21:26
*** ncerny has joined #openstack21:27
*** inigomontoya has quit IRC21:27
*** ncerny has quit IRC21:28
*** ncerny_ has joined #openstack21:28
*** otter768 has joined #openstack21:28
iwilson...and we're back to where I can see the DHCP requests come through the tap.  Once cirros fails to get the IP address, I'll hop in and see what I can ping21:28
iwilsonbut it wasn't getting a private (or a public) IP address the last few times that I've tried.21:29
*** tnovacik_ has quit IRC21:29
*** ikke-t has left #openstack21:29
*** blair has joined #openstack21:30
*** jpena|afk has quit IRC21:30
*** sputnik13 has quit IRC21:32
*** MentalRay has joined #openstack21:32
*** sputnik13 has joined #openstack21:33
*** otter768 has quit IRC21:33
*** dino82 has quit IRC21:33
*** sputnik13 has quit IRC21:33
*** Sri_Designer has joined #openstack21:34
*** sputnik13 has joined #openstack21:34
*** vnguyen has quit IRC21:35
*** markvoelker has quit IRC21:35
*** RedRat has joined #openstack21:35
*** akl_ has quit IRC21:35
*** markvoelker has joined #openstack21:36
*** slashd has quit IRC21:37
*** mnovacyu has joined #openstack21:38
*** brokencycle has joined #openstack21:39
*** markvoelker has quit IRC21:40
iwilsonlarsks: so, no love on pinging 10.0.0.1 from the cirros image, even after giving it an IP address in that space.21:40
larsksThat's okay, I was just curious if dhcp was working in the first place.21:41
larsksIs this an all-in-one or multi-node deployment>?21:41
*** matjazp has quit IRC21:41
iwilsonall-in-one21:41
*** pnavarro has quit IRC21:41
*** markvoelker has joined #openstack21:42
*** noslzzp has joined #openstack21:42
larsksCan you pastebin the output of 'ip netns'?21:42
iwilsonof course.  two seconds.21:42
larsksAnd "ovs-vsctl show", too.21:43
*** Sri_Designer has quit IRC21:43
larsksI like to do this: ip netns | curl -T- -s chunk.io21:43
larsksThat returns a url you can paste here.21:43
*** Sri_Designer has joined #openstack21:43
*** aimon_ has joined #openstack21:43
*** mnovacyu has quit IRC21:43
*** dtrainor has quit IRC21:44
*** harlowja_at_home has quit IRC21:44
larsks(fyi, I have to go pick up kids in just a few minutes.)21:44
kupo24zIs there any documented way to connect a standard linux dedicated server to an existing neutron private network assuming its on the same vlan?21:44
*** baoli has joined #openstack21:45
*** j05h has joined #openstack21:45
iwilsonhttp://chunk.io/f/24976e096aa04ec49276cdc5e510d8f8 and http://chunk.io/f/65e106acf08c4495b66df4715a40fc9721:45
iwilsonlarsks: completely understand.  My oldest one gets off of the bus in about 10 minutes as well.21:45
larsksOkay, in the ovs-vsctl output...21:45
*** saltlake has quit IRC21:45
larsksFor Port "tapc63ce929-21", "tag: 4095" means "something went wrong with neutron"21:45
larsksTake a look in your /var/log/neutron/openvswitch-agent.log and see if there is something there.21:46
*** kebray has joined #openstack21:46
larsksBecause it has the wrong vlan tag, traffic isn't flowing between that interface and anything else useful.21:46
iwilson"Timed out waiting for a reply to message ID"21:46
*** rdaly2_ has quit IRC21:46
*** VW_ has quit IRC21:47
*** georgem1 has joined #openstack21:47
larsksYou can maybe shut down neutron, run neutron-ovs-cleanup, neutron-netns-cleanup, then clear out your neutron logs, then bring everything back up and look for any errors that crop up besides the timeout.21:47
*** VW_ has joined #openstack21:47
*** harlowja_at_home has joined #openstack21:48
larsksiwilson: what tz are you in?21:48
iwilsonEST/EDT21:49
larsksOh, spiffy, me too. If you spot something useful in the logs, let me know.  I've got to run right now.21:49
*** dizquierdo has quit IRC21:50
*** ropav has joined #openstack21:50
*** dneary has quit IRC21:50
*** thangp has quit IRC21:52
*** Sri_Designer has quit IRC21:52
*** Marga_ has quit IRC21:53
*** Sri_Designer has joined #openstack21:53
*** radez is now known as radez_g0n321:53
*** BOKALDO has quit IRC21:54
*** ropav_ has joined #openstack21:54
*** cgray has quit IRC21:56
*** mnovacyu has joined #openstack21:56
*** Raugturi has quit IRC21:56
*** togdon has quit IRC21:57
*** ropav has quit IRC21:58
*** cgray has joined #openstack21:58
*** spzala has joined #openstack21:58
*** harlowja_at_home has quit IRC21:58
*** mattgriffin has quit IRC22:01
*** dino82 has joined #openstack22:01
*** tier_ has quit IRC22:01
*** jaosorior has quit IRC22:02
*** jdurgin has quit IRC22:02
*** cgray has quit IRC22:03
*** togdon has joined #openstack22:04
*** mnovacyu has quit IRC22:04
*** mnovacyu has joined #openstack22:05
*** adalbas has quit IRC22:05
*** pnavarro has joined #openstack22:05
*** dino82 has quit IRC22:06
*** johnbelamaric1 has joined #openstack22:06
*** JRobinson__ has joined #openstack22:06
*** johnbelamaric has quit IRC22:06
*** jwalcik has joined #openstack22:06
*** Manshoon has quit IRC22:07
*** jdurgin has joined #openstack22:07
*** Manshoon has joined #openstack22:08
*** cgray has joined #openstack22:08
*** Manshoon has quit IRC22:08
*** Manshoon has joined #openstack22:08
*** kushal has quit IRC22:09
*** whenry has quit IRC22:10
*** pnavarro has quit IRC22:11
*** ezobn has joined #openstack22:11
*** blomquisg has joined #openstack22:11
*** danielbruno has quit IRC22:11
*** cody-somerville has joined #openstack22:11
*** itarchitectkev has quit IRC22:11
*** Marga_ has joined #openstack22:11
*** baoli has quit IRC22:12
*** dino82 has joined #openstack22:12
*** baoli has joined #openstack22:12
*** ccockerhamkc has quit IRC22:12
*** lblanchard has quit IRC22:13
*** kebray has quit IRC22:13
*** daniel3_ has quit IRC22:13
*** daniel3_ has joined #openstack22:14
*** nmagnezi has joined #openstack22:14
*** annashen has quit IRC22:14
*** LeRieur has quit IRC22:14
*** bknudson has quit IRC22:15
*** ropav_ has quit IRC22:15
*** hyakuhei has joined #openstack22:15
*** vt102 has quit IRC22:16
*** anderbubble has quit IRC22:16
*** annashen has joined #openstack22:17
*** Sri_Designer has quit IRC22:17
*** Marga_ has quit IRC22:17
*** Sri_Designer has joined #openstack22:17
*** dino82 has quit IRC22:19
*** gildub has joined #openstack22:21
*** jwalcik has quit IRC22:21
*** hyakuhei has quit IRC22:21
*** kushal has joined #openstack22:23
*** jmickle has quit IRC22:23
*** che-arne has joined #openstack22:25
*** mikeoutland has quit IRC22:25
*** cptweasel has quit IRC22:25
*** dino82 has joined #openstack22:25
*** akrog has joined #openstack22:26
*** geguileo has quit IRC22:26
*** stevemar has quit IRC22:27
*** ezobn has quit IRC22:27
*** Sri_Designer has quit IRC22:28
*** kylek3h has quit IRC22:28
*** JuanDRay has quit IRC22:30
*** 32NABEVRL is now known as JStoker22:30
*** Ananci has quit IRC22:31
*** georgem1 has quit IRC22:31
*** bigpup6 has quit IRC22:31
*** nitti has quit IRC22:32
*** sbfox1 has joined #openstack22:32
*** mrunge is now known as mrunge_zzz22:33
*** esker has quit IRC22:33
*** sbfox has quit IRC22:33
*** joffter has left #openstack22:33
*** hyakuhei has joined #openstack22:34
*** tkramer has quit IRC22:34
*** nitti has joined #openstack22:35
*** solargroovy has quit IRC22:36
*** mfink_ has quit IRC22:36
*** ParsectiX has quit IRC22:36
*** oro has joined #openstack22:36
*** ParsectiX has joined #openstack22:37
*** hj-hp has quit IRC22:37
*** dino82 has quit IRC22:38
*** ParsectiX has quit IRC22:38
*** ParsectiX has joined #openstack22:38
*** hj-hp has joined #openstack22:39
*** mnovacyu has quit IRC22:39
*** cdelatte has joined #openstack22:40
*** solargroovy has joined #openstack22:40
*** agarciam has quit IRC22:41
*** agarciam has joined #openstack22:41
*** vnguyen has joined #openstack22:42
*** MarkBaker has joined #openstack22:42
*** warriorforGod has quit IRC22:42
*** ChuckC has quit IRC22:43
*** jckasper has quit IRC22:43
*** dino82 has joined #openstack22:43
*** robbiew has left #openstack22:44
*** kkoski has quit IRC22:44
*** martian_ has joined #openstack22:44
*** karimb has quit IRC22:45
*** johnbelamaric1 has quit IRC22:46
*** dgurtner has quit IRC22:46
*** Tinfoilhat_ has joined #openstack22:47
*** vnguyen has quit IRC22:47
*** eharney has quit IRC22:47
*** hyakuhei has quit IRC22:47
*** Marga_ has joined #openstack22:48
*** gaughen has quit IRC22:48
*** hyakuhei has joined #openstack22:49
*** hj-hp has quit IRC22:49
*** jcoufal has joined #openstack22:50
*** coredump has quit IRC22:50
*** eharney has joined #openstack22:50
*** Manshoon has quit IRC22:50
*** jehb_ has joined #openstack22:51
*** Marga__ has joined #openstack22:51
*** jmckind has quit IRC22:51
*** jehb_ has quit IRC22:51
*** Marga_ has quit IRC22:52
*** TheU has joined #openstack22:52
*** nitti has quit IRC22:52
*** eblake_ has quit IRC22:52
*** nitti has joined #openstack22:53
*** mrunge_zzz has quit IRC22:53
*** nitti has quit IRC22:53
*** nitti has joined #openstack22:54
*** cpschult has quit IRC22:54
*** vnguyen has joined #openstack22:55
*** Sri_Designer has joined #openstack22:55
*** mnovacyu has joined #openstack22:57
*** _2_agusstyy has joined #openstack22:58
*** ChuckC has joined #openstack22:58
*** pradip_vedams has quit IRC22:59
*** j05h has quit IRC22:59
*** _2_agusstyy has quit IRC22:59
*** kbringard has quit IRC22:59
*** ncerny_ has quit IRC22:59
*** pradip_vedams has joined #openstack22:59
*** TheU has quit IRC22:59
*** hj-hp has joined #openstack23:00
*** jfchevre_ has quit IRC23:00
*** gigawhat has quit IRC23:03
*** mnovacyu has quit IRC23:03
*** pm90_ has quit IRC23:03
*** Sri_Designer has quit IRC23:04
*** davelowe has quit IRC23:04
*** signed8b_ has joined #openstack23:05
*** al has quit IRC23:05
*** davelowe has joined #openstack23:06
*** wicope has quit IRC23:06
*** diegows has joined #openstack23:06
*** MarkBaker has quit IRC23:07
*** luflores_ has quit IRC23:07
*** jecarey has quit IRC23:07
*** Sri_Designer has joined #openstack23:07
*** signed8bit has quit IRC23:07
*** Sir_Designer__ has quit IRC23:08
*** sgordon is now known as steveg23:09
*** Sir_Desi has joined #openstack23:09
*** Sri_Designer has quit IRC23:09
*** hichihara has joined #openstack23:09
*** oro has quit IRC23:10
*** vnguyen has quit IRC23:10
*** klamath has quit IRC23:10
*** hj-hp has quit IRC23:10
*** gaughen has joined #openstack23:10
*** cpg|away is now known as cpg23:10
*** Sri_Designer has joined #openstack23:10
*** al has joined #openstack23:12
*** reed has quit IRC23:13
*** kso has quit IRC23:14
*** promulo__ is now known as promulo23:14
*** GentileBen has quit IRC23:15
*** Acidnerd has quit IRC23:15
*** mnovacyu has joined #openstack23:15
*** comay has quit IRC23:16
*** nitti has quit IRC23:16
*** EricGonczer_ has joined #openstack23:16
*** TheOsprey has quit IRC23:16
*** mnovacyu has quit IRC23:18
*** dmshelton has quit IRC23:18
*** dmshelton1 has joined #openstack23:18
*** EricGonczer_ has quit IRC23:19
*** gyee has quit IRC23:20
*** user_42 has quit IRC23:21
iwilsonlarsks: error: [Errno 110] Connection timed out -- in l3-agent.log23:21
iwilsonnot sure where it's coming from23:21
*** comay has joined #openstack23:22
iwilsonrather, it's coming from here: ERROR oslo.messaging._drivers.impl_rabbit [-] Failed to publish message to topic 'q-plugin': [Errno 110] Connection timed out23:22
*** hdd has quit IRC23:22
*** daniel3_ has quit IRC23:22
*** davelowe has quit IRC23:22
*** j05h has joined #openstack23:23
*** davelowe has joined #openstack23:24
*** davelowe has quit IRC23:25
*** pradip_rawat has joined #openstack23:25
*** MentalRay has quit IRC23:25
*** davelowe has joined #openstack23:26
*** achanda has quit IRC23:26
*** Sri_Designer has quit IRC23:26
*** MentalRay has joined #openstack23:27
*** j05h has quit IRC23:27
*** jobewan has quit IRC23:27
*** pradip_vedams has quit IRC23:28
*** j05h has joined #openstack23:28
*** hdd has joined #openstack23:28
*** pradip_rawat is now known as pradip_vedams23:28
*** rtheis has quit IRC23:28
*** ParsectiX has quit IRC23:28
*** solargroovy1 has joined #openstack23:29
*** gregmark has quit IRC23:29
*** ParsectiX has joined #openstack23:29
*** otter768 has joined #openstack23:29
*** Saxopon has joined #openstack23:30
*** JimFall has quit IRC23:30
*** anderbubble has joined #openstack23:30
*** solargroovy has quit IRC23:30
*** FunnyLookinHat_ has quit IRC23:31
*** esheffield has quit IRC23:31
*** bobmel_ has joined #openstack23:32
*** danzilio has joined #openstack23:32
*** michaelneale has quit IRC23:33
*** lucendio has quit IRC23:33
*** solargroovy1 has quit IRC23:33
*** Saxopon has left #openstack23:34
*** otter768 has quit IRC23:34
Sam-I-AmKaZeR: so what happened?23:34
KaZeRhey Sam-I-Am23:34
*** nphase has quit IRC23:35
*** cody-somerville has quit IRC23:35
*** bobmel has quit IRC23:35
*** solargroovy has joined #openstack23:35
KaZeRwell since a couple of hours i now have "Invalid input for operation: network_type value 'gre' not supported" i wonder if one of my collegues did not mess up with the setup23:35
*** baoli has quit IRC23:35
*** achanda has joined #openstack23:36
Sam-I-Amdid someone try to use a tunnel type?23:36
KaZeRthat's possible23:36
KaZeRmost of this setup is deployed using puppet, he might have connected a wrongly configured compute23:36
*** solargroovy1 has joined #openstack23:36
KaZeRi can trash the db and start over23:37
*** cjellick has quit IRC23:37
Sam-I-Ami'd grep the scripts for 'gre'23:37
*** afazekas has quit IRC23:37
KaZeRscripts ?23:37
Sam-I-Amwhatever you're using to deploy networks23:37
KaZeRit might have been a manual setup23:37
*** mrmartin has quit IRC23:38
KaZeRlet me purge the db and restart23:38
Sam-I-Amok23:38
*** baoli has joined #openstack23:38
*** travnewmatic has quit IRC23:38
KaZeRi was wondering if it would be worth trying icehouse instead of juno. any opinion on this ?23:39
*** Sri_Designer has joined #openstack23:39
*** tochi has joined #openstack23:39
*** noslzzp has quit IRC23:39
*** solargroovy has quit IRC23:40
*** yamamoto has quit IRC23:40
Sam-I-Ami see no reason to use icehouse23:40
Sam-I-Amespecially since kilo will be out in a few months which deprecates it23:40
*** nmagnezi has quit IRC23:40
KaZeRok thanks23:41
*** togdon has joined #openstack23:41
*** markvoelker has quit IRC23:42
Sam-I-Ampretty sure this is a config problem somewhere, not a bug (i hope)23:42
*** galstrom is now known as galstrom_zzz23:42
*** mekpro has joined #openstack23:42
*** macjack has joined #openstack23:42
*** markvoelker has joined #openstack23:42
KaZeRa bug would be quite odd, i do not think that my setup is particular23:43
*** cjellick has joined #openstack23:43
*** chlong has quit IRC23:43
kupo24zSam-I-Am: do you know of any way to connect a external linux server to an existing neutron vxlan private network? I found this http://specs.openstack.org/openstack/neutron-specs/specs/juno/neutron-external-attachment-points.html but diddnt get very far23:43
*** cpg is now known as cpg|away23:44
*** chlong_ has quit IRC23:44
Sam-I-Amhavent heard much about it23:44
*** cjellick has quit IRC23:44
*** dudy has quit IRC23:45
*** danzilio has quit IRC23:45
kupo24zi know vxlan is supported by ovs, however ip also can do it, not sure which would be better23:46
*** markvoelker has quit IRC23:47
*** chlong has joined #openstack23:48
*** macjack has quit IRC23:48
*** signed8b_ is now known as signed8bit_ZZZzz23:48
*** Sri_Designer has quit IRC23:48
*** travnewmatic has joined #openstack23:48
*** Sri_Designer has joined #openstack23:48
*** blahRus has quit IRC23:49
*** markvoelker has joined #openstack23:49
*** danzilio has joined #openstack23:49
*** pradip_rawat has joined #openstack23:49
*** danzilio has quit IRC23:49
*** macjack has joined #openstack23:49
*** bknudson has joined #openstack23:51
*** blair has quit IRC23:51
kupo24zSam-I-Am: are you familar with how ironic provisions neutron networks with bare metal?23:51
*** baoli has quit IRC23:51
Sam-I-Amnot really23:52
Sam-I-Amhavent tried ironic yet23:52
*** yimmy has joined #openstack23:52
*** pradip_vedams has quit IRC23:52
*** pradip_rawat is now known as pradip_vedams23:52
*** lborda has quit IRC23:53
*** al has quit IRC23:53
*** eblake_ has joined #openstack23:53
*** jonaspaulo has quit IRC23:53
*** hyakuhei has quit IRC23:54
*** baoli has joined #openstack23:54
*** al has joined #openstack23:54
*** hyakuhei has joined #openstack23:54
*** moha_hunt has quit IRC23:54
*** hdd has quit IRC23:55
*** claflico has quit IRC23:55
KaZeRok Sam-I-Am i have back to a clean state23:57
Sam-I-Amwoohoo23:57
KaZeRi have vlan 501 ( 132.0/24 ) as my public network23:57
*** al has quit IRC23:58
*** ngoracke has quit IRC23:58
*** jcoufal has quit IRC23:58
*** Sri_Designer has quit IRC23:58
*** al has joined #openstack23:58
Sam-I-Amok23:58
KaZeRam i supposed to see the 501 vlan in ovs flows already ? or should it appear when i have a tenant network with an instance ?23:59
*** aimon has quit IRC23:59
*** Sri_Designer has joined #openstack23:59
Sam-I-Amyou removed that br-ex from l3_agent.ini right?23:59

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