Wednesday, 2015-01-21

*** ccrouch has joined #tripleo00:01
*** jerryz has joined #tripleo00:02
openstackgerritgreghaynes proposed openstack/tripleo-image-elements: Support common venv for os-*-config  https://review.openstack.org/14875500:02
openstackgerritgreghaynes proposed openstack/tripleo-image-elements: Support common venv for os-*-config  https://review.openstack.org/14875500:02
*** Marga_ has quit IRC00:03
*** Marga_ has joined #tripleo00:03
*** Marga_ has quit IRC00:03
*** Marga_ has joined #tripleo00:04
*** Marga_ has quit IRC00:06
*** Marga_ has joined #tripleo00:07
*** Marga_ has quit IRC00:07
*** Marga_ has joined #tripleo00:08
*** Marga_ has quit IRC00:09
*** Marga_ has joined #tripleo00:09
*** dsneddon has quit IRC00:10
*** Marga_ has quit IRC00:11
*** dsneddon has joined #tripleo00:11
*** mandre has joined #tripleo00:11
*** Marga_ has joined #tripleo00:12
*** Marga_ has quit IRC00:14
*** Marga_ has joined #tripleo00:14
*** Marga_ has quit IRC00:14
*** Marga_ has joined #tripleo00:15
*** Marga_ has quit IRC00:19
*** Marga_ has joined #tripleo00:20
*** penick has quit IRC00:20
*** Marga_ has quit IRC00:21
*** Marga_ has joined #tripleo00:21
*** Marga_ has quit IRC00:22
*** Marga_ has joined #tripleo00:22
*** Marga_ has quit IRC00:22
*** Marga_ has joined #tripleo00:23
*** dsneddon has quit IRC00:31
openstackgerritMartin André proposed stackforge/kolla: Check for nova DB availability in dependent containers, refs #11370  https://review.openstack.org/14876200:32
*** dsneddon has joined #tripleo00:33
openstackgerritMartin André proposed stackforge/kolla: Check for nova DB availability in dependent containers  https://review.openstack.org/14876200:34
TheJuliagreghaynes: yes, and it will make me very sad when I go back and fix stuff that has been pointed out in reviews.  Just focusing on getting it working, luckilly, I'm almost there.  Just running into issues standing things back up. :(00:35
*** pradeep has joined #tripleo00:39
openstackgerritgreghaynes proposed openstack/diskimage-builder: Add installtype support to package-installs  https://review.openstack.org/14876600:42
greghaynesslagle: ^ you might be interested in reviewing this00:42
openstackgerritgreghaynes proposed openstack/diskimage-builder: Add installtype support to package-installs  https://review.openstack.org/14876600:43
greghaynesTheJulia: \O/ for it almost workintg00:44
*** dsneddon has quit IRC00:52
TheJuliaThe CI pass rate is like 39% right now :(00:53
*** dsneddon has joined #tripleo00:53
greghaynesyep, its absurd00:53
TheJuliaand the couple that I've looked at seem to indicate that the seed just webt *poof*00:54
TheJulias/webt/went/00:54
openstackgerritgreghaynes proposed openstack/tripleo-incubator: Make wait_for use getopt and add walltime support  https://review.openstack.org/14556600:58
*** mandre has quit IRC01:04
*** rlandy has quit IRC01:05
*** ruagair has quit IRC01:05
*** mandre has joined #tripleo01:10
*** dsneddon has quit IRC01:13
*** dsneddon has joined #tripleo01:13
*** noslzzp has quit IRC01:15
*** noslzzp has joined #tripleo01:17
*** lucas-dinner has quit IRC01:18
*** Marga_ has quit IRC01:18
*** Marga_ has joined #tripleo01:19
*** zigo_ has joined #tripleo01:21
*** zigo has quit IRC01:21
*** rwsu has quit IRC01:23
*** Marga_ has quit IRC01:23
*** thrash is now known as thrash|g0ne01:25
*** radez is now known as radez_g0n301:25
*** zigo has joined #tripleo01:27
*** zigo_ has quit IRC01:27
*** dsneddon has quit IRC01:33
*** dsneddon has joined #tripleo01:34
*** pradeep1 has joined #tripleo01:46
*** zigo has quit IRC01:46
*** zigo has joined #tripleo01:47
*** pradeep has quit IRC01:48
*** dsneddon has quit IRC01:54
*** dsneddon has joined #tripleo01:54
*** zigo has quit IRC02:00
*** zigo has joined #tripleo02:00
*** Yanyanhu has joined #tripleo02:02
*** ChuckC has quit IRC02:07
StevenKlifeless: Did you see my comment on https://review.openstack.org/131635 ?02:09
*** mandre has quit IRC02:10
lifelessStevenK: lets assume not02:14
lifelessgertty is up to 4430 pending syncs :/02:14
*** dsneddon has quit IRC02:14
StevenKlifeless: Short form: wait_for_hypervisor_stats is terrible, I'm not sure what to do for multiple flavors, and am pondering rewriting the whole thing in Python02:15
*** dsneddon has joined #tripleo02:15
lifelessStevenK: that might work better02:16
StevenKlifeless: I'm happy to sink my teeth into rewriting it, but I'm still unclear about multiple flavors.02:17
*** julim has joined #tripleo02:17
lifelessStevenK: I suspect it all happened while I was on leave02:17
lifelessStevenK: so I don't have any context for it02:17
lifelessthere was some discussion at the midcycle02:17
lifelessthat I recall02:17
StevenKlifeless: Right. That review adds support for multiple flavors -- but by default we will only create one. If an operator adds two flavors, one for compute nodes and one for controllers, what should the vcpus and memory be looking for in wait_for_hypervisor_stats ?02:19
lifeless'enough to deploy'02:19
StevenKAs it stands, the operator can pass the values in02:19
StevenKBut I'm sure that (flavor + flavor) * nodes is wrong02:20
lifeless*blink*02:20
* greghaynes wishes we just didnt need wait_for_hypervisor_stats02:20
StevenKgreghaynes: That would be nice.02:20
greghaynesand with heat retrying I dont really get why we do02:20
lifelesshypervisor_stats is a short circuit to answer the question 'are there enough hosts'02:20
lifelessI don't see that flavor has anything to do with it02:21
greghaynesbecause things like vcpu count02:21
StevenKlifeless: wait_for_hypervisor_stats also supports waiting for enough vcpus or ram02:21
lifelessthats new02:21
lifelesssee, told you I don't have context :)02:21
lifelessgreghaynes: vcpu on real hardware?02:22
greghaynesyea, im fine if its really simple but ideally we just defer to nova scheduler for checking resources like that IMO02:22
lifelessI bet its being used to wait for the deploy cloud being actually 'usable'02:22
greghayneslifeless: unsure, would make sense though02:22
lifelessgreghaynes: hypervisor stats is a call to the scheduler, more or less02:22
StevenKlifeless: Support for that landed in caef5804, September02:22
StevenKAs it stands, nothing in devtests passes in vcpus or mem, but I'm sure slagle had a plan when he landed it02:24
greghaynesheh02:24
*** mandre has joined #tripleo02:25
*** Marga_ has joined #tripleo02:25
lifelessso as greghaynes says02:26
lifelessthe goal was 'don't fail to deploy'02:26
lifelessyou could try using heat to deploy and once heat is doing its thing adding nodes one at a time and seeing if that works02:26
lifelessif so we could stop using it02:26
lifelessin principle02:26
lifelessbut say you have 100 nodes02:26
lifelessmmm nvm02:26
lifelessregistration isn't a sign of usability yet02:26
*** pradeep has joined #tripleo02:31
greghaynesSpamapS: maybe you can shed some light on this as our heat guru02:32
*** pradeep1 has quit IRC02:32
greghaynesAIUI with the heat retry stuff heat would just keep trying to create the nodes until the nodes are registered / available02:32
greghayneswhich solves the fail to deploy problem that hypevisor stats exists for02:33
*** dsneddon has quit IRC02:35
*** dsneddon has joined #tripleo02:36
*** Marga_ has quit IRC02:38
*** Marga_ has joined #tripleo02:39
*** pradeep1 has joined #tripleo02:43
*** pradeep has quit IRC02:45
*** yamahata has quit IRC02:46
*** ChuckC has joined #tripleo02:56
*** dsneddon has quit IRC02:56
*** dsneddon has joined #tripleo02:57
*** avozza is now known as zz_avozza03:04
*** noslzzp has quit IRC03:05
*** noslzzp has joined #tripleo03:07
*** ccrouch has quit IRC03:13
*** kbyrne has quit IRC03:16
*** pradeep has joined #tripleo03:17
*** ccrouch has joined #tripleo03:18
*** pradeep1 has quit IRC03:19
*** pradeep has quit IRC03:26
*** tchaypo has quit IRC03:30
*** ramishra_ has quit IRC03:30
greghaynesTheJulia: The seed going *poof* fail you were seeing - did that happen on f20 job?03:37
*** dsneddon has quit IRC03:37
greghaynesLooke like theres whatever bug is causing that, and then also for some reason we fail to grab logs on the seed without any clear error in http://logs.openstack.org/66/145566/21/check-tripleo/check-tripleo-ironic-overcloud-f20-nonha/7d6af06/console.html#_2015-01-21_03_22_56_84303:38
*** dsneddon has joined #tripleo03:39
greghaynesand http://logs.openstack.org/66/145566/21/check-tripleo/check-tripleo-ironic-overcloud-f20-nonha/7d6af06/logs/get_state_from_host.txt.gz03:39
*** ramishra_ has joined #tripleo03:44
*** tchaypo has joined #tripleo03:45
*** masco has joined #tripleo03:46
*** tzumainn has quit IRC03:48
*** weshay has quit IRC03:50
*** ramishra_ has quit IRC03:51
*** tchaypo has quit IRC03:51
*** dsneddon has quit IRC03:58
*** dsneddon has joined #tripleo04:00
*** untriaged-bot has joined #tripleo04:00
untriaged-botUntriaged bugs so far:04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140881804:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748704:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141149704:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958304:00
*** untriaged-bot has quit IRC04:00
*** pradeep has joined #tripleo04:03
*** ramishra_ has joined #tripleo04:08
*** tchaypo has joined #tripleo04:12
*** pradeep has quit IRC04:16
*** dsneddon has quit IRC04:19
*** dsneddon has joined #tripleo04:20
*** yuanying_ has joined #tripleo04:37
*** masco has quit IRC04:38
*** dsneddon has quit IRC04:40
*** yuanying has quit IRC04:41
*** dsneddon has joined #tripleo04:42
*** pradeep has joined #tripleo04:44
*** yuanying_ has quit IRC04:48
*** yuanying has joined #tripleo04:48
*** yuanying has quit IRC04:58
*** yuanying has joined #tripleo04:59
*** dsneddon has quit IRC05:01
*** dsneddon has joined #tripleo05:02
*** pensu has joined #tripleo05:03
*** kbyrne has joined #tripleo05:12
*** yuanying has quit IRC05:17
*** yuanying has joined #tripleo05:19
*** dsneddon has quit IRC05:22
*** yuanying has quit IRC05:23
*** dsneddon has joined #tripleo05:24
*** Marga_ has quit IRC05:32
*** yuanying has joined #tripleo05:39
*** dsneddon has quit IRC05:43
*** dsneddon has joined #tripleo05:44
*** morazi has quit IRC05:49
*** dsneddon has quit IRC06:04
*** dsneddon has joined #tripleo06:06
*** ishant has joined #tripleo06:15
*** masco has joined #tripleo06:19
greghayneswe have meeting tonight, right?06:22
*** ukalifon1 has joined #tripleo06:26
*** pradeep has quit IRC06:30
greghaynestchaypo: ^06:32
greghaynesoh, youre in EU06:32
greghaynesI sincerely hope the irony in this commit message was not missed https://review.openstack.org/#/c/147594/206:34
*** pcrews has quit IRC06:42
*** lazy_prince has quit IRC06:43
*** mrunge has joined #tripleo06:44
*** dsneddon has quit IRC06:46
*** dsneddon has joined #tripleo06:47
SpamapSgreghaynes: it's not entirely ironic. One point of Delorean is to be able to use packages from a point in time. :)06:49
greghaynesSpamapS: Have you read about how coreos does os upgrades?06:50
greghaynesspecifically the dual root partitions, write out the passive partition while still running then reboot into passive06:51
*** eghobo has joined #tripleo06:53
greghaynesdoing it that way has a ton of benefits....06:55
*** mrunge has quit IRC07:01
*** mrunge has joined #tripleo07:06
*** dsneddon has quit IRC07:07
*** dsneddon has joined #tripleo07:09
*** ukalifon1 has quit IRC07:17
*** ukalifon1 has joined #tripleo07:18
*** ukalifon3 has joined #tripleo07:19
*** ukalifon1 has quit IRC07:22
*** yamahata has joined #tripleo07:24
*** zz_avozza is now known as avozza07:28
*** dsneddon has quit IRC07:28
*** dsneddon has joined #tripleo07:29
*** dshulyak_ has joined #tripleo07:31
*** avozza is now known as zz_avozza07:37
*** jtomasek has joined #tripleo07:37
*** zz_avozza is now known as avozza07:39
*** rdopiera has joined #tripleo07:40
tchaypogreghaynes: let me consult the calendar07:41
tchaypoYeah, on my calendar we have a meeting in ~15 minutes07:43
tchaypoon the openstack meetings ical feed it’s in 24 hours and 15 minutes07:43
tchaypoand there go all my things bingling to tell me it’s almost time for the meeting07:45
*** chlong has quit IRC07:46
*** jprovazn has joined #tripleo07:46
*** rdopiera has joined #tripleo07:46
*** tchaypo1 has joined #tripleo07:47
*** tchaypo is now known as tchaypo_07:47
*** tchaypo1 is now known as tchaypo07:47
tchaypo_so stuff I say here07:48
tchaypodoes actually make it through to here07:48
tchaypo_it just doesn’t show up here. that’s helpful.07:48
marioswat07:48
rdopierasplitbrain07:49
*** dsneddon has quit IRC07:49
*** avozza is now known as zz_avozza07:49
*** dsneddon has joined #tripleo07:50
tchaypo_it’s awesome07:50
tchaypookay, I'm just going to have to give up on irccloud for now07:50
tchaypoat least I still know how to use a real irc client07:50
* SpamapS is awake at alt meeting time for once07:52
*** tzumainn has joined #tripleo07:53
mariosSpamapS: o/ is it 'sofa meeting' late or 'in bed meeting' late07:54
SpamapSmarios: it's "deadline keeping me awake" late :)07:54
SpamapSit's serious enough I turned off redshift07:54
SpamapSwhich means my eyes think it is 3pm :-P07:55
greghayneswow07:55
tchaypofor me it's "but i haven't even had coffee" meeting07:55
SpamapSAnother serious thing is that devtest is so unreliable behind the corp firewall (even with a devpi) that I"m thinking about testing some of my patches with... <shock> devstack.07:56
SpamapSI had 2 cups of coffee 2 hours ago07:56
SpamapSshould keep me up till 4am07:56
SpamapS:-P07:56
tchaypoSpamapS: what makes it unreliable?07:56
SpamapStchaypo: so many fails07:56
tchaypoSpamapS: are you awake enough to run the meeting?07:56
SpamapStchaypo: yes07:56
tchaypoSpamapS: downloading things?07:56
tchaypoSpamapS: yay :)07:56
SpamapStchaypo: yeah d/l things is the chief problem07:56
greghayneswell, devtest isnt very reliable upstream right now07:56
SpamapSthat too07:57
StevenKSpamapS: What about a distro mirror?07:57
SpamapSStevenK: have one07:57
SpamapSno problems with packages07:57
StevenKOh, so it's git, then?07:57
tchayposo it's mainly pythons?07:57
SpamapSSome of it is also just random pip fails as usual.07:57
StevenKI did ask Richard Jones why we can't have nice things at LCA07:58
greghayneshrm, our pass rate is actually < 50% not including ha job07:58
tchaypoffs07:58
tchaypoStevenK: BadRequest: Invalid input for operation: physical_network 'datacentre' unknown  for VLAN provider network.07:58
SpamapSwe still have some broken error handling btw07:58
SpamapSctrl-c in dib results in stale temp mounts a lot07:58
StevenKtchaypo: I think I'm probably undistracted enough to look into that properly07:58
StevenKSpamapS: YES07:59
StevenKWe need a bug for that07:59
tchaypoStevenK: cool. That error is in /home/shared/build_out_2015-01-20-11\:14 on the hp2 bastion. I've been using /home/shared/bin/build to try to build everything from the ground up08:00
greghaynesbahahaha, just ran this on my devtest box: mount | grep image | wc -l08:00
greghaynesresult: 8908:00
SpamapSmy openstack meetings calendar says 24 hours from now08:00
SpamapSgreghaynes: ew, it's worse than I thought then08:01
tchaypoSpamapS: yeah, that's what's in the ical feed08:01
tchaypoi don't know where that came from08:01
SpamapSok so I don't want to run the meeting 24 hours early08:01
tchaypohttps://wiki.openstack.org/wiki/Meetings/TripleO says MEETING TIME: Tuesdays at 19:00 UTC or Wednesday at 08:00UTC (alternating weeks) in #openstack-meeting-alt.08:02
StevenKsteven@vanquished:~% date -u08:02
StevenKWed Jan 21 08:02:07 UTC 201508:02
mariosit should be now afaik08:02
SpamapSso the ical feed is wrong?08:02
shardySpamapS: I started looking at launching tripleo templates on ironic enabled devstack a while back, it would be cool if we could get that working IMO08:02
SpamapSshardy: shouldn't be any reason that wouldn't work.08:02
shardyI got a bit stuck on the networking but I didn't spend a lot of time on it tbh08:02
SpamapSshardy: thats what we did before we had the seed.08:02
shardySpamapS: cool, I added a tuskar option to devstack, having a tripleo one which sets things up in a convenient way for launching tripleo templates would be nice08:03
StevenKtchaypo: Except that the hp2 bastion does not love my key08:03
SpamapSOk since we've advertised it as now everywhere except ical, I think we can just have it now.08:04
tchaypoStevenK: looging in as stack ?08:04
shardyphew, for a moment there I thought I started work without coffee for no reason ;)08:04
tchaypoStevenK: how would I find out what physical_networks are known for the VLAN provider network?08:04
greghaynesto the meetingtorium!08:04
*** tzumainn has quit IRC08:07
*** pblaho has joined #tripleo08:08
*** dsneddon has quit IRC08:09
*** dsneddon has joined #tripleo08:11
*** pradeep has joined #tripleo08:13
openstackgerritMerged openstack/tripleo-incubator: Remove network config hardcode for overcloud fixed range  https://review.openstack.org/14092708:14
tchaypohttps://review.openstack.org/#/c/140870/1 has two +2s and is passing tests08:20
tchaypoand I've reviewed it and I'm about to give a +2.. so I think I should just add the +A as well?08:21
greghaynesclearly it hasnt been in our CI in a while then ;)08:21
greghaynestchaypo: yea, generally if its just not +A'd due to CI then go for it08:21
*** zz_avozza is now known as avozza08:27
*** ifarkas has joined #tripleo08:29
*** mandre has quit IRC08:30
*** dsneddon has quit IRC08:30
*** yamahata has quit IRC08:31
*** dsneddon has joined #tripleo08:31
*** avozza is now known as zz_avozza08:37
tchaypoit looks like StevenK has left the keyboard08:39
StevenKI was putting on some rice to cook, yes08:44
tchaypoah, welcome back08:44
tchayposo do you know how I can go find the known phsyical_networks?08:45
*** jcoufal has joined #tripleo08:45
StevenKtchaypo: I don't -- all I really did is rebase Rob's patch. If you give me a clue how to get the tools into my path, and where the code and rc files are, I was going to stare at code and have a poke at the seed tomorrow morning.08:46
tchaypoare you able to get onto the bastion as stack ?08:47
StevenKtchaypo: Yessum08:47
tchaypoexcellent08:47
StevenKtchaypo: 'w' would have told that :-)08:47
tchaypoif you "tmux attach" you can see the output from the run I'm currently doing.. which if I've fixed build.sh, should abort as soon as devtest_seed.sh fails08:48
tchaypoeverything I've been doing is encapsulated in /home/shared/bin/build08:48
*** dsneddon has quit IRC08:51
*** dsneddon has joined #tripleo08:52
*** gfidente has joined #tripleo08:53
*** gfidente has quit IRC08:53
*** gfidente has joined #tripleo08:53
tchaypoI've set tmux to use ^a just like screen, so you can ^a-c and ^a-n and so on as though it were screen08:54
openstackgerritMerged openstack/diskimage-builder: Fallback to a boot_server kernel param if ip=  not passed  https://review.openstack.org/14087008:56
StevenKtchaypo: Won't that just confuse me? :-P08:57
*** jcoufal_ has joined #tripleo08:58
openstackgerritMerged openstack/diskimage-builder: Add install section to Ironic agent systemd service file  https://review.openstack.org/14215708:58
*** jcoufal has quit IRC09:01
tchaypoStevenK: there we go, we have an error!09:02
*** dshulyak_ has quit IRC09:02
*** jang2 has joined #tripleo09:02
*** zz_avozza is now known as avozza09:03
*** pblaho_ has joined #tripleo09:03
StevenKtchaypo: Huh, hitting ^a and stuff seems to have changed the file somehow?09:04
*** pblaho has quit IRC09:04
tchaypochanged the file?09:05
StevenKtchaypo: I ran tmux at, and it seems to be in vi or something?09:06
tchaypohuh09:08
tchaypooh goodness09:08
tchaypo^a :09:08
tchaypothen type "select-tree" and hit enter09:09
tchaypoactually, I think I just kille the vi session so you probably had tmux exiting.. if you attach again you should get to the right session09:09
*** jistr has joined #tripleo09:09
*** jp_at_hp has joined #tripleo09:09
tchaypoyou have a tiny little screen09:10
*** derekh has joined #tripleo09:10
*** dsneddon has quit IRC09:12
*** dsneddon has joined #tripleo09:14
*** mrunge has quit IRC09:20
*** mrunge has joined #tripleo09:23
*** mcornea has joined #tripleo09:23
*** pblaho__ has joined #tripleo09:24
*** bvandenh has joined #tripleo09:25
*** lucasagomes has joined #tripleo09:25
*** pblaho_ has quit IRC09:28
*** eghobo has quit IRC09:41
*** Marga_ has joined #tripleo09:43
*** pblaho has joined #tripleo09:50
*** pblaho__ has quit IRC09:50
*** jistr has quit IRC09:50
*** mrunge has quit IRC09:53
*** Yanyanhu has quit IRC09:53
*** mrunge has joined #tripleo09:55
*** jistr has joined #tripleo09:56
*** untriaged-bot has joined #tripleo10:00
untriaged-botUntriaged bugs so far:10:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748710:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141149710:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958310:00
*** untriaged-bot has quit IRC10:00
openstackgerritJiri Tomasek proposed openstack/tuskar-ui: Add Roles rest api  https://review.openstack.org/14886510:06
*** pelix has joined #tripleo10:11
*** mkerrin has joined #tripleo10:12
*** dmellado has quit IRC10:13
openstackgerritSteven Hardy proposed openstack/os-net-config: Add mapping option to influence nicN mapping order  https://review.openstack.org/14761910:14
*** pradeep has quit IRC10:27
openstackgerritMichael Kerrin proposed openstack/tripleo-image-elements: Store collectl logs in /mnt/state/var/log/collectl  https://review.openstack.org/14886810:28
*** michchap_ has quit IRC10:45
*** michchap has joined #tripleo10:45
*** Marga_ has quit IRC10:58
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Added tests form tuskar_ui.infrastructure.flavors.utils  https://review.openstack.org/14888011:04
*** akrivoka has joined #tripleo11:08
*** pensu has quit IRC11:22
*** pradeep has joined #tripleo11:27
*** dsneddon has quit IRC11:28
*** dsneddon has joined #tripleo11:29
*** dsneddon has quit IRC11:49
*** dsneddon has joined #tripleo11:50
*** tchaypo has quit IRC11:55
*** tchaypo_ is now known as tchaypo11:55
*** kbyrne has quit IRC11:58
*** kbyrne has joined #tripleo11:59
*** chlong has joined #tripleo12:02
*** dsneddon has quit IRC12:10
*** dsneddon has joined #tripleo12:11
openstackgerritGiulio Fidente proposed openstack/diskimage-builder: Switch manage_etc_hosts from True to localhost  https://review.openstack.org/14866812:24
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add tests for tuskar_ui.infrastructure.utils.utils  https://review.openstack.org/14890912:30
*** dsneddon has quit IRC12:31
*** dsneddon has joined #tripleo12:33
*** masco has quit IRC12:35
*** ishant has quit IRC12:38
*** lucasagomes is now known as lucas-hungry12:42
*** rhallisey has joined #tripleo12:52
*** dsneddon has quit IRC12:53
*** dsneddon has joined #tripleo12:53
*** shadower has joined #tripleo12:55
*** thrash|g0ne is now known as thrash12:56
*** morazi has joined #tripleo12:59
*** jdob has joined #tripleo12:59
*** dprince has joined #tripleo13:13
*** weshay has joined #tripleo13:17
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add tests for tuskar_ui.infrastructure.utils.utils  https://review.openstack.org/14890913:31
*** killer_prince has joined #tripleo13:34
*** killer_prince is now known as lazy_prince13:34
*** tzumainn has joined #tripleo13:35
openstackgerritAndrea Frittoli  proposed openstack/tripleo-image-elements: Do not override tempest.conf from pass-through  https://review.openstack.org/14892313:38
*** dprince has quit IRC13:39
*** dprince has joined #tripleo13:40
*** lucas-hungry is now known as lucasagomes13:43
*** akrivoka has quit IRC13:44
*** akrivoka has joined #tripleo13:45
*** spzala has quit IRC13:46
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Tests for the plan validation  https://review.openstack.org/14892713:49
*** dsneddon has quit IRC13:55
tchaypofungi has just approved 126513 so we should start seeing jobs back in hp1 now13:56
* tchaypo is keeping an eye out for sadness13:56
*** dsneddon has joined #tripleo13:56
*** radez_g0n3 is now known as radez14:00
*** pradeep has quit IRC14:06
*** athomas has quit IRC14:12
*** dsneddon has quit IRC14:15
*** dsneddon has joined #tripleo14:17
*** jprovazn has quit IRC14:17
*** athomas has joined #tripleo14:18
*** pradeep has joined #tripleo14:26
*** pradeep1 has joined #tripleo14:30
*** pblaho_ has joined #tripleo14:30
*** pradeep has quit IRC14:30
*** pblaho has quit IRC14:31
*** Marga_ has joined #tripleo14:36
*** lblanchard has joined #tripleo14:36
*** dsneddon has quit IRC14:37
*** dprince has quit IRC14:37
*** dprince has joined #tripleo14:37
*** dsneddon has joined #tripleo14:38
*** pradeep has joined #tripleo14:39
*** jprovazn has joined #tripleo14:39
*** pradeep1 has quit IRC14:41
*** pradeep has quit IRC14:44
*** pradeep has joined #tripleo14:45
*** masco has joined #tripleo14:50
*** yamahata has joined #tripleo14:50
dprinceshardy: I've written a small book/reply here: https://review.openstack.org/#/c/147287/14:56
dprinceshardy: the primary thing we should agree on for this patchset is whether we are keeping controller things together, or splitting them out14:57
*** rdopiera has quit IRC14:57
*** dsneddon has quit IRC14:57
*** masco has quit IRC14:58
*** dsneddon has joined #tripleo14:59
*** weshay is now known as weshay_mtg14:59
*** spzala has joined #tripleo15:00
*** mcornea has quit IRC15:01
shardydprince: Hi, thanks - I actually forgot I was replying to that earlier and never submitted the comment15:04
shardydprince: Getting something which works then iterating on it is fine by me, switched to +115:04
dprinceshardy: awesome, perhaps we can write a small book on this one ;)15:04
dprinceshardy: cool. will look again15:05
shardyI'm still unsure of the heira input consolidation, but I don't speak puppet so I'll take your word for it if you say it makes things easier ;)15:05
*** pradeep1 has joined #tripleo15:05
dprinceshardy: My stance (currently) is that splitting out software configs into separate files works great until you need to do something like create other software deployments (attached to the same server) inside of the split out config15:06
*** pradeep has quit IRC15:07
dprinceshardy: we solve one of the issues by passing in the server, but that seemed to cause subtle ordering issues with regards to the signals.15:07
dprinceshardy: at least it did for me w/ puppet, hiera, etc.15:07
dprinceshardy: and doing it the way we've got it now isn't that much more verbose anyways. I'm happy with it for now I think.15:08
dprinceshardy: I've made notes about some of your stylistic comments and will follow up with patches to address those15:08
shardydprince: Ok, it would be good, in due course, to better understand those ordering issues, as in theory, you should be able to pass in the server ID and it should work exactly the same15:10
shardyThe mistake before was leaving the deployment in a different stack to the config15:11
shardybut absolutely, whatever works at this point :)15:11
*** mcornea has joined #tripleo15:11
dprinceshardy: when I moved them both I got an error about the server_id (resource) not existing when the nested stacks deployment resource was trying to create....15:11
dprinceshardy: tried, using dependencies. no help15:12
shardydprince: isn't that the validation error I fixed recently?15:12
dprinceshardy: it just seemed like it worked best if the server was created *in* the template where its deployment resources live15:12
shardydprince: yup, cool, I just want to be sure if there's a bug that I fix it, as in theory it should work15:13
dprinceshardy: not sure about the bug. do you have a link?15:13
shardyhttps://review.openstack.org/#/c/144766/15:14
shardydprince: ^^15:14
*** masco has joined #tripleo15:14
shardywithout that, validation would've failed saying the server didn't exist, before even trying to create the stack15:14
shardyI'm fine with moving the Server resource though, would just be good to confirm that was the bug vs some other issue15:15
*** pblaho__ has joined #tripleo15:17
*** pblaho__ has quit IRC15:17
*** pblaho__ has joined #tripleo15:18
*** pblaho__ is now known as pblaho15:18
*** pradeep1 has quit IRC15:18
*** dsneddon has quit IRC15:18
*** pblaho has quit IRC15:18
*** pradeep has joined #tripleo15:19
*** dsneddon has joined #tripleo15:20
openstackgerritAlexis Lee proposed openstack/os-apply-config: Add --raw convenience  https://review.openstack.org/14850515:20
*** pblaho_ has quit IRC15:21
openstackgerritAlexis Lee proposed openstack/os-apply-config: Add --raw convenience  https://review.openstack.org/14850515:22
dprinceshardy: I don't think that fixed this issue for me.15:22
dprinceshardy: it is probably worth trying to reproduce this again15:23
*** pradeep1 has joined #tripleo15:23
*** pradeep has quit IRC15:24
TheJuliatchaypo: by chance have you seen any keepalived weirdness recently?15:28
*** pradeep1 has quit IRC15:28
tchaypoI’m not sure that I’d ever notice any15:28
tchaypourr15:28
tchaypowhat i mean is - I don’t think I’ve ever knowingly noticed any15:29
TheJuliaokay15:29
*** pradk has joined #tripleo15:33
TheJuliatchaypo: I'm basically seeing the vip on multiple controllers again but after doing a rebuild sequence with tripleo-ansible which is resulting in my cluster being... confused and grumpy15:35
tchaypothe only place I’d be likely to see that would be on hp215:35
tchaypobut at the moment I can’t even complete building the seed there15:36
TheJuliathats not good :(15:37
*** dprince has quit IRC15:38
*** dprince has joined #tripleo15:39
*** dsneddon has quit IRC15:39
*** ukalifon3 has quit IRC15:41
*** dsneddon has joined #tripleo15:41
*** pblaho has joined #tripleo15:43
jpeelerdprince: i'm to the point of the same error again, haven't had a chance to debug any: http://fpaste.org/172531/21854088/15:46
*** pcrews has joined #tripleo15:46
dprincejpeeler: can you shell into one of your overcloud nodes and view the os-collect-config logs?15:58
*** untriaged-bot has joined #tripleo16:00
untriaged-botUntriaged bugs so far:16:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748716:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141149716:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958316:00
*** untriaged-bot has quit IRC16:00
*** dsneddon has quit IRC16:00
openstackgerritMerged openstack/tuskar-ui: header is changed to updating  https://review.openstack.org/14515216:02
*** dsneddon has joined #tripleo16:03
*** masco has quit IRC16:05
*** spzala has quit IRC16:05
*** spzala has joined #tripleo16:05
*** mrunge has quit IRC16:06
*** jprovazn is now known as jprovazn_bbl16:15
*** Marga_ has quit IRC16:27
SpamapShm16:34
SpamapS| PublicVirtualIP                 | d52a1a29-b8a3-4b3c-bd85-8498df2a54af | NeutronClientException: Unable to find network with name 'public' | CREATE_FAILED      | 2015-01-21T09:06:30Z |16:35
*** dtantsur is now known as dtantsur|afk16:35
SpamapSdo we log the output of init-neutron?16:35
SpamapSs/init/setup/16:38
SpamapShrm16:38
SpamapSValueError: metadata_server is required for physical networks16:41
*** pradk has quit IRC16:41
*** dsneddon has quit IRC16:42
*** dsneddon has joined #tripleo16:43
* SpamapS tosses that red herring back in the sea16:44
*** jp_at_hp has quit IRC16:45
*** jang2 has quit IRC16:47
*** leseb_ has joined #tripleo16:49
gfidentehi leseb_ , nice to see you around here :)16:49
leseb_gfidente: hey16:49
gfidenteso wanted to ask about this16:49
gfidentehttps://review.openstack.org/#/c/147135/2/elements/cinder-volume-ceph/os-refresh-config/post-configure.d/70-cinder-volume-ceph,cm16:49
gfidenteI think I miss something about one of your comments, the key caps? what is wrong with those?16:50
leseb_gfidente: ok, several questions16:51
leseb_why do you use the 'rbd' default pool? best practice wants to use a dedicated pool for each openstack component16:51
*** ChuckC_ has joined #tripleo16:51
*** ChuckC has quit IRC16:51
gfidenteleseb_, yeah I read that, you think I should create a new pool for the purpose instad of using 'rbd'?16:52
gfidenteis there an actual benefit or is it just to not use the default one?16:53
leseb_gfidente: definitely, because in ceph you can pin a pool to a specific rules that points to a specific set of hardware16:53
SpamapSweird16:53
* SpamapS notices PublicVirtualNetwork is getting forced to 'public' in his overcloud-env.json but nowhere else.16:53
gfidenteleseb_, in which case I should change the caps to be applied to the $custom pool rather than rbd16:53
leseb_gfidente: yup use a dedicated pool for cinder, glance and nova16:54
gfidentewe only need one for cinder ATM as we only cover Cinder for now with Ceph; the only problem I have with creation of a new pool is that these scripts are potentially going to be executed multiple times16:54
leseb_then you need to change the caps to also allow operations on other pool16:54
gfidenteon which other pool?16:55
leseb_glance and nova16:55
gfidentewe don't have those16:55
gfidenteI mean, we don't configure them with Ceph at all16:55
leseb_well you're already managing the idempotence with shell tests so you can continue to do so to test if the pool exists or not16:55
gfidenteso it's just one pool for Cinder16:55
gfidenteyeah it doesn't look great but we can create it and manage idempotence yes16:56
leseb_so VMs use a qcow2 disk and glance uses a fs?16:56
gfidenteyeah so is it for now16:56
SpamapSoh duh devtest_overcloud.sh is using my old overcloud-env.json.16:56
leseb_hum ok step by step process then16:56
gfidenteyeah16:57
gfidenteso I need a way to create a new pool and check if it doesn't exist already16:58
gfidenteknowing that this could start almost concurrently from all the three controllers16:58
leseb_yup16:59
gfidenteI suspect I can let -mon taking care of the concurrency?16:59
leseb_well you might get something like "pool already exists"16:59
leseb_gfidente: let me check the return code for that17:00
gfidentebut I am safe relying on the -mon in case two or more nodes attempt a creation almost simultaneously?17:01
leseb_gfidente: ok this returns 0 so you can continue, this won't break17:01
leseb_gfidente: sure17:01
gfidentegreat, let me try and update the change, thanks117:01
leseb_np!17:01
*** jdob has quit IRC17:03
*** jdob has joined #tripleo17:04
*** rwsu has joined #tripleo17:04
*** andreaf has joined #tripleo17:06
gfidentehey guys this would need some plusvotes to close a bug! :) https://review.openstack.org/#/c/148668/17:06
gfidenteand I know you guys want to close bugs!17:06
gfidente^_^%17:06
jpeelerdprince: logs of all overcloud nodes - https://jpeeler.fedorapeople.org/17:13
*** Marga_ has joined #tripleo17:16
SpamapSlifeless: https://etherpad.openstack.org/p/kilo-tripleo-midcycle-meetup <-- you're not on the confirmed list btw.17:21
*** dshulyak_ has joined #tripleo17:21
*** dsneddon has quit IRC17:23
SpamapShttps://review.openstack.org/#/c/114360/ <-- this one has been twisting in CI .. recent pass. Would appreciate prompt reviews. Thanks!17:25
*** dsneddon has joined #tripleo17:26
gfidenteSpamapS, thanks; I wanted to come to mid-cycle :(17:27
openstackgerritSteven Hardy proposed openstack/os-net-config: Add a persist_mapping option to the mapping file  https://review.openstack.org/14899617:27
SpamapSgfidente: budget blocked?17:28
gfidenteSpamapS, yeah it's far from here17:28
SpamapSgfidente: You're not alone. :-/17:29
bnemecgfidente: Strange.  I would have thought https://github.com/openstack/tripleo-image-elements/blob/master/elements/hosts/os-refresh-config/configure.d/51-hosts#L45 would take care of that.17:29
SpamapSgfidente: We're going to brain storm on how we can have some high bandwidth interactions that don't require expensive travel.17:29
gfidentebnemec, it does17:29
gfidentebut something in CI breaks17:29
gfidenteprobably something where we don't add the hosts element17:29
gfidenteso setting to 'localhost' seemed a good mid-term17:30
*** eghobo has joined #tripleo17:30
bnemecI'm still not sure I understand though - if we don't include the hosts element then how do we get any hostname populated?17:30
*** sdake has quit IRC17:31
gfidentebnemec, we do in the overcloud17:31
gfidenteCI was failing in UC and seed17:31
bnemecI guess it doesn't matter that much.  Worst case scenario is we populate the template and then don't use it.17:31
gfidentethat is in the logs for p#117:31
bnemecgfidente: I meant why it's broken now, not why false doesn't work.17:31
gfidentewhere I was removing the file entirely17:32
gfidentewait, I don't get the question then17:32
bnemecgfidente: Adding the entires to hosts.redhat|ubuntu.tmpl should cause cloud-init to include them when manage_etc_hosts is true, right?17:32
bnemec*entries17:32
gfidenteah yes17:33
bnemecSo why isn't it? :-)17:33
gfidenteoh that is yet another angle17:33
bnemecI'm not opposed to the change, I'm just trying to understand what's going on.17:33
*** sdake has joined #tripleo17:34
*** sdake has quit IRC17:34
*** sdake has joined #tripleo17:34
*** radez is now known as radez_g0n317:35
TheJuliatchaypo: So upon digging further investigation, looks like one of my vrrp instances crashed and restarted... and the vip never got stripped off the other node which caused havoc.  Second time it has happened after running my upgrade sequence with tripleo-ansible.  I suspect we may need to update the notify helper script17:36
gfidentebnemec, just got an updated deployment, let me reboot and see what happens17:36
*** Marga_ has quit IRC17:37
*** athomas has quit IRC17:37
*** Marga_ has joined #tripleo17:37
SpamapSTheJulia: and thus the argument for fencing. ;)17:38
TheJuliaSpamapS: bingo17:38
gfidentebnemec, worked for me17:38
SpamapSI've only ever seen VIP flipping work two ways. 1) STONITH, 2) BigIP.17:38
SpamapSDon't know how the BigIP guys do it but they definitely get it right.17:38
bnemecgfidente: Which worked for you?17:39
SpamapSoh I lied, CARP on OpenBSD, but only for gateways, not for endpoints.17:39
gfidentethe template, reprovisioned a good hosts file as well17:39
SpamapS(I assume VRRP on expensive routing/firewall gear is equally as successful as OpenBSD's CARP but at 20x the cost...)17:39
TheJuliaheh.  Keepalived has worked for me int he past, but honestly I think i ended up putting ip up/down scripts for actions instead of relying upon it using the netlink.  The funny thing is, the note in the keepalived 1.2.13 release notes, it actually mentions that route as the more sane path.17:40
SpamapSTheJulia: hah, yeah, so basically "use this like you would use pacemaker"17:40
SpamapSwhich is one ilo script away from STONITH :)17:41
*** ChuckC has joined #tripleo17:41
*** ChuckC_ has quit IRC17:41
TheJuliaSpamapS: kind of yeah... that or the userspace tools have enough ability to tear the node completely down and out of production.17:42
* TheJulia lets things run again and goes in search of food17:42
SpamapSYeah it just depends on how much havoc split brain causes you. :)17:43
SpamapSfor quick HTTP requests through haproxy to backends with one gateway router.. a flipping mac for the VIP should only be a little insane17:43
SpamapSbut rabbit and mysql are where it starts to 'splode17:44
*** pblaho has quit IRC17:44
*** dsneddon has quit IRC17:45
TheJuliayeah, rabbit and the two active vip assignments is what has resulted in a dead stack for me twice this morning. :(17:45
*** sdake has quit IRC17:46
SpamapSCrazy idea: why not just use the multi-server option for rabbit built into kombu?17:46
*** dsneddon has joined #tripleo17:46
*** Marga_ has quit IRC17:46
*** Marga_ has joined #tripleo17:47
*** avozza is now known as zz_avozza17:50
*** Marga_ has quit IRC17:51
*** sdake has joined #tripleo17:54
*** sdake has quit IRC17:54
*** sdake has joined #tripleo17:54
*** lucasagomes is now known as lucas-dinner17:55
*** jistr has quit IRC17:56
*** yamahata has quit IRC18:01
gfidenteSpamapS, TheJulia I am in for testing that18:02
gfidenteI think I left everything in place for switching between list of nodes and haproxy18:02
SpamapSI've heard rumblings it is one of those "has to be used right in each project" problems18:02
gfidenteso if you remove rabbit.host from template, config will fallback to rabbit_hosts18:03
gfidenteat which point, if we're happy, we can remove the haproxy listener18:03
SpamapSto which I say http://38.media.tumblr.com/tumblr_lsxk1ndn7W1r2vs7so3_r3_500.gif18:03
gfidenteSpamapS, before recent changes in rabbit things wouldn't work without it18:04
*** sdake has quit IRC18:05
gfidentehttps://bugs.launchpad.net/nova/+bug/856764/comments/7018:05
gfidenteSpamapS, ^^18:05
*** prad has joined #tripleo18:06
*** derekh has quit IRC18:08
*** sdake has joined #tripleo18:08
*** sdake has quit IRC18:08
*** sdake has joined #tripleo18:08
openstackgerritMerged openstack/tripleo-image-elements: Add an element to restore ssh keys from /mnt/state  https://review.openstack.org/11436018:09
openstackgerritGiulio Fidente proposed openstack/tripleo-image-elements: Update correct cloud-init hosts template file on RHEL.  https://review.openstack.org/14901618:14
SpamapSwoooot18:19
SpamapSTheJulia: ^^ /mnt/state ssh key restorer finally merged18:19
TheJuliaI just saw \o/18:21
* TheJulia dances18:21
*** jdob has quit IRC18:35
cinerama oh that's great18:38
*** bvandenh has quit IRC18:38
cineramapepperidge farm remembers when that got put up18:39
*** jerryz has quit IRC18:40
*** mcornea has quit IRC18:47
*** sdake has quit IRC18:53
*** sdake has joined #tripleo18:56
*** sdake has quit IRC18:56
*** sdake has joined #tripleo18:56
*** akrivoka has quit IRC18:56
*** dshulyak_ has quit IRC19:00
*** Marga_ has joined #tripleo19:05
*** jcoufal_ has quit IRC19:10
*** spzala has quit IRC19:11
*** sdake has quit IRC19:14
*** eghobo has quit IRC19:20
*** dshulyak_ has joined #tripleo19:27
*** Marga_ has quit IRC19:27
*** Marga_ has joined #tripleo19:27
*** dshulyak_ has quit IRC19:30
*** jdob has joined #tripleo19:31
*** Marga_ has quit IRC19:32
*** pelix has quit IRC19:32
*** spzala has joined #tripleo19:36
tchaypopepperidge farm?19:54
openstackgerritMerged openstack/diskimage-builder: Switch manage_etc_hosts from True to localhost  https://review.openstack.org/14866819:56
*** Marga_ has joined #tripleo19:59
*** Marga_ has quit IRC20:04
*** Marga_ has joined #tripleo20:05
*** Marga_ has quit IRC20:09
*** lucas-dinner has quit IRC20:20
*** jtomasek has quit IRC20:22
*** jerryz has joined #tripleo20:25
greghaynesshameless plug for reviews on https://review.openstack.org/#/c/145566/20:27
greghaynesThe last two CI runs together combined pass CI20:27
*** andreaf has quit IRC20:29
*** akuznetsov has joined #tripleo20:34
*** andreaf has joined #tripleo20:44
*** yamahata has joined #tripleo20:44
*** sdake has joined #tripleo20:46
*** Marga_ has joined #tripleo20:48
bnemecAnd the fact that it properly timed out is actually kind of a good thing... ;-)20:52
*** Marga_ has quit IRC20:53
openstackgerrityogananth subramanian proposed openstack/diskimage-builder: ramdisk-image-create: add support for vmlinux file  https://review.openstack.org/14904520:53
*** ifarkas has quit IRC20:55
greghaynesyes! logs!21:00
*** lblanchard has quit IRC21:04
*** akuznetsov has quit IRC21:05
*** zz_avozza is now known as avozza21:15
*** jdob_ has joined #tripleo21:24
*** jdob_ has quit IRC21:25
*** dprince has quit IRC21:25
*** Marga_ has joined #tripleo21:26
*** sdake has quit IRC21:26
openstackgerritMerged openstack/tuskar: Updated from global requirements  https://review.openstack.org/14567421:40
*** jerryz has quit IRC21:42
*** dshulyak_ has joined #tripleo21:42
*** jprovazn_bbl has quit IRC21:43
*** david-lyle has joined #tripleo21:46
*** jdob has quit IRC21:52
*** thrash is now known as thrash|g0ne21:53
*** ccrouch1 has joined #tripleo21:55
*** ccrouch has quit IRC21:55
greghaynesok, the world has been released21:59
*** untriaged-bot has joined #tripleo22:00
untriaged-botUntriaged bugs so far:22:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748722:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141149722:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141336222:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958322:00
*** untriaged-bot has quit IRC22:00
*** chlong has quit IRC22:05
*** ChuckC_ has joined #tripleo22:07
*** ChuckC has quit IRC22:08
*** david-lyle has quit IRC22:11
*** david-lyle has joined #tripleo22:11
*** ChuckC has joined #tripleo22:11
*** radez_g0n3 is now known as radez22:14
*** ChuckC_ has quit IRC22:15
*** david-lyle has quit IRC22:15
*** ChuckC has quit IRC22:17
*** gfidente has quit IRC22:19
*** dshulyak_ has quit IRC22:21
*** dshulyak_ has joined #tripleo22:40
*** dshulyak_ has quit IRC22:40
*** lblanchard has joined #tripleo22:54
*** david-lyle has joined #tripleo22:58
*** Marga_ has quit IRC23:01
*** Marga_ has joined #tripleo23:01
*** chuckc__ has joined #tripleo23:03
*** Marga_ has quit IRC23:04
*** Marga_ has joined #tripleo23:04
*** david-lyle has quit IRC23:09
*** sdake has joined #tripleo23:09
*** sdake has quit IRC23:09
*** sdake has joined #tripleo23:09
*** Marga_ has quit IRC23:12
*** Marga_ has joined #tripleo23:13
*** eghobo has joined #tripleo23:13
*** sdake has quit IRC23:19
*** lblanchard has quit IRC23:25
*** yamahata has quit IRC23:26
*** Marga_ has quit IRC23:29
*** prad has quit IRC23:29
*** Marga_ has joined #tripleo23:29
*** chlong has joined #tripleo23:33
*** Marga_ has quit IRC23:34
*** Marga_ has joined #tripleo23:41
*** morazi has quit IRC23:41
*** gothicmindfood has quit IRC23:42
*** chuckc__ has quit IRC23:43
*** gothicmindfood has joined #tripleo23:45
*** Marga_ has quit IRC23:45
*** Marga_ has joined #tripleo23:54

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