Wednesday, 2015-03-04

ramishrastevebaker: As I mentioned, runinng 'docker-compose up' or 'docker-compose run' "re-"creates all containers, irrespective of their existence and no change..00:00
stevebakerramishra: c['id'] always changes if anything is different, c['name'] is more stable00:00
ramishrastevebaker: Hence, IMO the diff in deployment(current vs new) would not be useful.00:00
stevebakerramishra: yes, so only ever call docker-compose up once per c['id'], and kill it when that id is no longer in the deployments list00:01
ramishrastevebaker: I wanted unique name for the project, hence used c['id'].. I can use c['name'], if it's unique..00:03
stevebakerramishra: the presence of a {id}/docker-compose.yml is an indication that docker-compose up has been called, and shouldn't be called again. Any {id}/docker-compose.yml where the id is no longer in the deployments list can be killed00:04
asalkeldlifeless: you going to write up a new openstack-spec for goless ;)00:04
ramishrastevebaker: but if there are any changes to the services/containers in the existing docker-compose.yml?00:05
stevebakerramishra: c['id'] is unique, and changes if anything has changed. c['name'] is unique but is stable for the life of that deployment resource00:06
stevebakerramishra: then the old id disappears from the deployments list, and a new id with the changes to the services/containers is created00:07
ramishrastevebaker: ok, so if I understand correctly we'll use c['id'] . The only change would be to leave if the c[id]/docker-compose.yml exists, leave it..00:08
lifelessasalkeld: not per se00:08
ramishrastevebaker: as it's already deployed and no changes to the config..00:09
lifelessasalkeld: I'm going to help with the discussion around keep/change for eventlet00:09
*** blomquisg has quit IRC00:10
lifelessasalkeld: if we get consensus on that, then I'll get some folk together to talk about CSP style options00:10
asalkeldok00:10
stevebakerramishra: correct, and an orc script is needed to kill any project which no longer appears in the deployments list (and also delete the c[id]/docker-compose.yml file)00:10
stevebakerlifeless: to my mind I think heat-api should adopt whatever the consensus is for API projects, and heat-engine should use worker processes as its concurrency00:12
*** thedodd has quit IRC00:12
lifelessworker processes are crudely compatible with CSP00:13
lifelessin that each 'process' is written in simple sequential style00:13
ramishrastevebaker: how can we know that? keep track of old  c[id], Is there a way to know the old c[id'] for an update? As there can be multiple deployments in the same server.00:14
*** Qiming has quit IRC00:15
asalkeldlifeless: i think people just want to use apache for api stuff00:15
lifelessnaturally00:16
stevebakerramishra: the orc script has access to the list of all deployments, so for any existing {id}/docker-compose.yml file which is no longer in the list, do a kill00:17
stevebakerasalkeld: huh, the RequestContext gets stored in a thread local. I suspect we don't need to be doing that00:23
ramishrastevebaker:  We keep track of deployments in some persistent store/file? or it's already available somewhere?00:24
ramishrastevebaker:  I can move the writing of the docker-compose.yml  for the deployments to the orc script.00:25
stevebakerramishra: no, its up to the hook to store state. In this case writing out a {id}/docker-compose.yml should be enough. Alternatively you could query docker-compose for a project named {id}, and run it if it doesn't exist00:26
lifelessasalkeld: stevebaker: none of your comments pose an issue for CSP per se00:27
lifeless(Did you think they did?)00:27
asalkeldno00:27
stevebakernope00:27
asalkeldlifeless: my main concern with goless is it seems to be quite imature00:28
asalkeldas a project00:28
asalkeldbut it's really not much code00:28
asalkeld(so that's a plus)00:28
ramishrastevebaker: I'm a little confused now.. pl help clarify.. We've one docker-compose.yml for every deployment/c[id], that's a docker-compose project.. When an update is done, c[id] changes, hence it becomes a new project.. We need to know the old project/old c['id'], to clean it up.. There is no way we can do that with docker-compose, without knowing the old00:35
ramishraproject name.Am I missing something?00:35
stevebakerramishra: a) build a list of ids for every existing {id}/docker-compose.yml (or running project). b) build a list of ids from the deployments metadata. For each id in a) that doesn't exist in b) kill the project00:38
ramishramakes sense. will try and do that...00:43
*** radez is now known as radez_g0n300:58
*** Marga_ has joined #heat01:07
*** EricGonczer_ has joined #heat01:08
*** huangtianhua has joined #heat01:10
lifelessasalkeld: so goless would be one such thing01:11
lifelessasalkeld: there may be others out there; or possibly we'd want to layer on something else to get the same model. cart before horse as yet though01:11
asalkeldyip01:11
asalkeldmaybe we should just rewrite in erlang :-O01:13
lifelesshaskell please01:16
*** pm90_ has quit IRC01:16
asalkeldwow "This is why you may have heard Erlang is said to suck at string manipulation: there is no built-in string type like in most other languages."01:17
*** dims_ has joined #heat01:17
lifelesserlangs and haskell are both functional, but haskell is massively better at type friendliness01:17
huangtianhuamorning :)01:18
*** dims has quit IRC01:19
asalkeldhi huangtianhua01:20
huangtianhuahi asalkeld :)01:21
*** hdd has quit IRC01:25
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::EC2::* resources to heat/engine/resources/aws/ec2  https://review.openstack.org/15568901:27
stevebakerasalkeld: the gate jobs are done https://review.openstack.org/#/c/119282/01:32
asalkeldlooking01:32
*** Marga_ has quit IRC01:33
*** achanda has quit IRC01:35
openstackgerritMerged openstack/heat-specs: Fix link in cinder-custom-constraints  https://review.openstack.org/16086101:37
asalkeldstevebaker: i approved them all01:38
asalkeldstevebaker: i asked thomas to raise a bug if he has an issue with the first patch01:38
stevebaker\o/01:39
*** achanda has joined #heat01:41
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfn  https://review.openstack.org/15600501:42
openstackgerrithuangtianhua proposed openstack/heat: Move AWS::AutoScaling::* resources  https://review.openstack.org/15600801:44
*** EricGonczer_ has quit IRC01:44
openstackgerrithuangtianhua proposed openstack/heat: Move other aws resources to corresponding directory  https://review.openstack.org/15600901:45
*** Marga_ has joined #heat01:45
*** EricGonczer_ has joined #heat01:47
*** kebray has joined #heat01:48
*** blomquisg has joined #heat01:49
*** sarob has quit IRC01:51
openstackgerritMerged openstack/heat-templates: Boot config for installing software-config agent  https://review.openstack.org/11928201:59
*** jamielennox is now known as jamielennox|away01:59
*** reed has quit IRC02:00
openstackgerritMerged openstack/heat-templates: Elements for building a heat test image  https://review.openstack.org/15967002:00
openstackgerritMerged openstack/heat-templates: Boot config environment for test images  https://review.openstack.org/15817202:01
*** liuh has joined #heat02:03
*** Tross has quit IRC02:07
*** liuh_ has joined #heat02:07
*** liuh has quit IRC02:07
*** erkules_ has joined #heat02:10
*** erkules has quit IRC02:13
*** Marga_ has quit IRC02:21
*** achanda has quit IRC02:25
*** achanda has joined #heat02:33
*** kebray has quit IRC02:34
*** randallburt has joined #heat02:35
*** jamielennox|away is now known as jamielennox02:37
*** jamielennox is now known as jamielennox|away02:52
*** jamielennox|away is now known as jamielennox02:55
*** jamielennox is now known as jamielennox|away02:56
*** jamielennox|away is now known as jamielennox02:57
*** hdd_ has joined #heat03:00
*** achanda has quit IRC03:05
*** EricGonczer_ has joined #heat03:10
*** achanda has joined #heat03:10
*** EricGonczer_ has quit IRC03:12
*** KanagarajM has joined #heat03:13
*** randallburt has quit IRC03:16
*** dims_ has quit IRC03:17
KanagarajMgood morning all03:18
*** EricGonczer_ has joined #heat03:20
*** harlowja_ is now known as harlowja_away03:21
*** EricGonczer_ has quit IRC03:21
openstackgerritshihanzhang proposed openstack/heat: Add config option to override url for versions  https://review.openstack.org/16026703:23
*** achanda has quit IRC03:30
*** Drago has quit IRC03:36
*** jpeeler has joined #heat03:45
*** Qiming has joined #heat03:47
openstackgerritQiming Teng proposed openstack/heat: Make Heat ASG always do rolling_updates  https://review.openstack.org/13794503:49
*** achanda has joined #heat03:55
openstackgerrithuangtianhua proposed openstack/heat: Move nova resources to engine/resources/openstack/nova/  https://review.openstack.org/15601203:55
*** liuh__ has joined #heat03:58
*** liuh_ has quit IRC03:58
*** nijaba has quit IRC04:01
*** spzala has quit IRC04:03
*** nijaba has joined #heat04:06
openstackgerritQiming Teng proposed openstack/heat: Refactor test_parser module  https://review.openstack.org/16032504:10
*** EricGonczer_ has joined #heat04:12
*** EricGonczer_ has quit IRC04:13
*** adam_g has quit IRC04:20
*** ygoto has joined #heat04:21
*** stevebaker has quit IRC04:21
*** hdd_ has quit IRC04:23
*** adam_g has joined #heat04:28
*** adam_g has quit IRC04:28
*** adam_g has joined #heat04:28
*** stevebaker has joined #heat04:31
*** GonZo2K has quit IRC04:32
*** openstackgerrit has quit IRC04:46
*** openstackgerrit has joined #heat04:53
*** Marga_ has joined #heat04:57
*** hdd_ has joined #heat04:58
*** zaneb has quit IRC05:06
*** huangtianhua has quit IRC05:13
*** achanda has quit IRC05:28
*** jamielennox is now known as jamielennox|away05:32
*** nkhare has joined #heat05:34
*** openstack has joined #heat05:36
openstackgerritAngus Salkeld proposed openstack/heat: Correct the check_update_completion logic in instance_group  https://review.openstack.org/16059505:38
openstackgerritAngus Salkeld proposed openstack/heat: StackResource convert operations to use RPC  https://review.openstack.org/11633605:38
openstackgerritAngus Salkeld proposed openstack/heat: Convert all non-test imports of json to jsonutils  https://review.openstack.org/16109805:38
*** blomquisg has quit IRC05:40
*** rakesh_hs has joined #heat05:46
*** kebray has joined #heat05:50
*** kebray has quit IRC05:50
*** zaneb has joined #heat05:52
*** kebray has joined #heat05:53
*** Qiming_ has joined #heat05:59
*** Qiming has quit IRC06:02
*** gondoi has quit IRC06:10
*** gondoi has joined #heat06:13
*** achanda has joined #heat06:16
*** hdd_ has quit IRC06:17
*** elynn has joined #heat06:17
*** KarolynChambers has quit IRC06:18
*** KarolynChambers has joined #heat06:19
*** elynn has quit IRC06:23
*** gondoi has quit IRC06:27
*** ishant has joined #heat06:32
*** huangtianhua has joined #heat06:37
*** Qiming__ has joined #heat06:53
*** Qiming_ has quit IRC06:56
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron subnet constraint  https://review.openstack.org/13587506:56
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron router constraint  https://review.openstack.org/13588006:57
*** inc0 has joined #heat06:58
openstackgerritShaoHe Feng proposed openstack/heat: First objects - stack and raw template  https://review.openstack.org/14684106:59
*** Qiming__ is now known as Qiming06:59
*** liuh__ has quit IRC07:00
*** liuh has joined #heat07:08
*** liuh_ has joined #heat07:11
*** liuh has quit IRC07:13
*** dulek has joined #heat07:21
*** tspatzier has joined #heat07:21
*** david-lyle_afk has joined #heat07:33
*** pitr-ch has joined #heat07:34
*** kebray has quit IRC07:37
*** Yanyanhu has joined #heat07:38
*** Marga_ has quit IRC07:40
*** jcoufal has joined #heat07:41
*** jprovazn has joined #heat07:43
openstackgerritMerged openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/15779507:46
*** ygoto has quit IRC07:47
*** openstackgerrit has quit IRC07:49
*** openstackgerrit has joined #heat07:49
*** Marga_ has joined #heat07:50
openstackgerritMerged openstack/heat: Improve StackValidationFailed exception  https://review.openstack.org/16079207:53
openstackgerritMerged openstack/heat: Utility function for int param checking  https://review.openstack.org/16061507:55
*** kleini has joined #heat07:55
*** ParsectiX has joined #heat08:00
*** jtomasek has joined #heat08:04
*** akuznetsov has joined #heat08:06
*** Marga_ has quit IRC08:11
*** pas-ha has joined #heat08:11
*** shardy has joined #heat08:12
*** achanda has quit IRC08:12
*** Yanyan has joined #heat08:14
*** Yanyanhu has quit IRC08:14
*** ifarkas has joined #heat08:15
*** pm90_ has joined #heat08:16
*** chlong has quit IRC08:20
*** alexheneveld has joined #heat08:25
-openstackstatus- NOTICE: Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward.08:28
*** ChanServ changes topic to "Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward."08:28
*** liuh_ has quit IRC08:31
*** alexheneveld has quit IRC08:33
*** jistr has joined #heat08:50
inc0https://review.openstack.org/#/c/146841/ review please:)08:50
*** Qiming has quit IRC08:51
*** Qiming has joined #heat08:51
*** achanda has joined #heat08:52
*** pm90_ has quit IRC08:57
*** openstack has joined #heat15:28
*** hdd_ has joined #heat15:29
*** Drago has joined #heat15:29
*** Qiming has quit IRC15:30
*** jgr has joined #heat15:30
jgrGood evening.15:31
jgrI think we found a bug involving custom resources defined through environments.15:31
jgrWe've got a stack that contains a resource we defined ourselves, and which usually works fine.15:32
jgrBut the stack in question has been stuck in state DELETE_IN_PROGRESS for an hour now.15:32
jgrSo we figured we stack-abandon it and then clean up manually.15:33
jgrWhich is when we encountered this: "ERROR: Unknown resource Type : sys11::bootstrap"15:33
jgr[sys11::bootstrap is our custom resource]15:33
jgrIs this a known issue or should I raise a bug?15:33
*** prazumovsky has quit IRC15:36
zanebjgr: raise a bug15:37
jgrzaneb: Alright, will do. Thanks!15:38
cmysterjgr: what version are you using ?15:38
zanebjgr: however, it is known that abandon/adopt is buggy15:38
jgrcmyster: stable/juno15:38
zanebhttps://bugs.launchpad.net/heat/+bugs?field.tag=abandon-adopt15:38
cmysterekarlso: still around ?15:39
* cmyster nods at zaneb 15:39
ekarlsoyeah..15:39
cmysterekarlso: what were yiu trying to do and what was the error that you saw?15:40
cmysteryou15:40
cmystertrying to type wile my cat is naping on my arm...15:40
cmysterzaneb: got a minute ?15:41
zanebyep15:41
ekarlsocmyster: heat-api ..15:43
ekarlsoor any of the api commands to setart them fails15:44
cmysterwhat is the setup ?15:44
shardyekarlso: it's probably due to a bad version of a dependency in your environment (keystoneclient, keystonemiddleware or oslo.config?)15:44
ekarlsocmyster: ?15:44
ekarlsoshardy: hmm all I've done is pip install -r requirements.txt15:44
shardyekarlso: is it a freshly installed environment?15:45
cmysterit does not do settings15:45
cmysterekarlso: can you please explain what are you trying to do?15:46
cmysterlike, whats the back story, why are you installing heat like that and not using something like devstack or one of those15:46
shardyFWIW I had to clean out some /usr/lib/python2.7/site-packages/oslo* stuff recently as devstack failed to install the correct versions over previously installed-from-source versions of newly graduated oslo libraries15:48
*** alexheneveld has quit IRC15:48
*** dulek has joined #heat15:49
cmystershardy I hear you I made a script just for that. works great but it removes packages that were installed with yum (not that I mind that)15:51
*** nkhare has quit IRC15:52
cmysterekarlso: I'm not sure how I can help you, not knowing what are you trying to do and how. I'm still around if you want to share more15:55
*** akuznetsov has quit IRC16:02
*** sorantis has quit IRC16:02
*** sorantis has joined #heat16:04
*** sorantis_ has joined #heat16:07
openstackgerritAnant Patil proposed openstack/heat: Add extra data to Stack table for Convergence.  https://review.openstack.org/15521116:07
*** sorantis has quit IRC16:08
*** sorantis_ is now known as sorantis16:08
*** andrearosa has quit IRC16:11
*** andrearosa has joined #heat16:12
*** andrearosa has left #heat16:12
*** andrearosa has joined #heat16:13
*** tspatzier__ has joined #heat16:20
*** sorantis has quit IRC16:22
*** tspatzier has quit IRC16:24
*** ParsectiX has joined #heat16:28
*** dulek has quit IRC16:32
*** serg_melikyan has joined #heat16:38
openstackgerritKarolyn Chambers proposed openstack/heat: Implement AZ spanning for AWS ASGs  https://review.openstack.org/11613916:38
openstackgerritSergey Kraynev proposed openstack/heat: Add way to collect map of needed attributes  https://review.openstack.org/16130616:40
*** rwsu-afk is now known as rwsu16:42
*** sdake_ has joined #heat16:45
*** thedodd has joined #heat16:46
openstackgerritTetiana Lashchova proposed openstack/heat: Move datastore validation to trove client plugin  https://review.openstack.org/16131216:57
*** alexheneveld has joined #heat16:58
*** serg_melikyan has quit IRC17:02
*** akuznetsov has joined #heat17:02
*** mikal has quit IRC17:03
*** InblEric has joined #heat17:03
openstackgerritOleksii Chuprykov proposed openstack/heat: Move test_notifications to functional  https://review.openstack.org/15257317:06
*** InblEric has quit IRC17:09
*** Tango has joined #heat17:11
*** jistr has quit IRC17:13
-openstackstatus- NOTICE: Issue solved, gate slowly digesting accumulated changes17:13
*** InblEric has joined #heat17:18
*** InblEric has quit IRC17:19
*** InblEric has joined #heat17:25
*** _shaps_ has quit IRC17:27
*** sdake_ has quit IRC17:30
*** pitr-ch has quit IRC17:31
*** cdent has quit IRC17:33
*** che-arne has quit IRC17:41
*** tspatzier__ has quit IRC17:43
*** Marga_ has joined #heat17:46
*** jcoufal_ has quit IRC17:48
*** DaveJ__ has joined #heat17:49
*** achanda has joined #heat17:54
*** InblEric has quit IRC18:04
*** InblEric has joined #heat18:12
*** GonZo2K has joined #heat18:13
*** harlowja_away is now known as harlowja_18:19
openstackgerritTetiana Lashchova proposed openstack/heat: Move datastore validation to trove client plugin  https://review.openstack.org/16131218:27
*** yassine has quit IRC18:28
*** randallburt has joined #heat18:33
*** randallburt has quit IRC18:33
*** randallburt has joined #heat18:33
*** spzala has joined #heat18:47
*** InblEric has quit IRC18:51
*** akuznetsov has quit IRC18:58
*** alexpilotti_ has joined #heat19:02
*** alexpilotti has quit IRC19:03
*** alexpilotti_ is now known as alexpilotti19:03
*** sdake_ has joined #heat19:09
alextricityHey, guys. :) Can someone help me out with something? I'm writing to a software config output variable using "$heat_output_path.<variable>", problem is that it's sensitive information that I want to delete later. Is there anyway I can delete a file so this specific output variable will no longer be displayed on my stack overview?19:12
*** jtomasek has quit IRC19:15
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/"19:15
*** funzo has quit IRC19:16
*** ParsectiX has quit IRC19:17
*** ParsectiX has joined #heat19:17
*** pm90_ has quit IRC19:18
alextricityOr is that output forever written on the dashboard until I delete my stack?19:20
*** jprovazn has quit IRC19:23
*** aweiteka has quit IRC19:25
*** randallburt has quit IRC19:28
*** randallburt has joined #heat19:29
zanebalextricity: the latter, I'm afraid19:35
*** Drago has quit IRC19:35
*** Drago has joined #heat19:35
alextricityzaneb: bummer. Thanks for the response!19:35
zanebnp19:36
*** mikal has joined #heat19:46
*** pas-ha has quit IRC19:48
*** aweiteka has joined #heat19:49
*** crose has joined #heat19:52
*** GonZo2K has quit IRC19:54
*** EmilienM is now known as EmilienM|afk19:56
*** reed has joined #heat19:56
*** harlowja_ has quit IRC19:57
stevebakeralextricity: one option would be to do a stack update which removes/masks the sensitive output19:57
alextricitystevebaker: That's exactly what i ended up doing :)19:57
*** sdake_ has quit IRC19:57
stevebakeralextricity: or do the deployment resource in a separate stack then delete that stack once you know the secret19:58
*** sdake_ has joined #heat19:58
*** harlowja has joined #heat20:01
*** achanda has quit IRC20:07
*** InblEric has joined #heat20:07
*** InblEric has quit IRC20:10
*** funzo has joined #heat20:12
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/16138720:15
*** InblEric has joined #heat20:16
*** dims has quit IRC20:29
*** logan2 has joined #heat20:29
*** dims has joined #heat20:29
*** chlong has joined #heat20:30
openstackgerritSteve Baker proposed openstack/python-heatclient: Implement deployment-output-show  https://review.openstack.org/16023920:37
openstackgerritSteve Baker proposed openstack/python-heatclient: Implement deployment-create  https://review.openstack.org/16024020:37
*** alexheneveld has quit IRC20:39
*** achanda has joined #heat20:41
*** kebray has joined #heat20:46
*** kebray has quit IRC20:47
*** crose has quit IRC20:53
*** crose has joined #heat20:53
*** Marga_ has quit IRC20:57
*** Marga_ has joined #heat20:57
*** KarolynChambers has quit IRC20:59
openstackgerritMerged openstack/heat: Convert all non-test imports of json to jsonutils  https://review.openstack.org/16109821:00
*** sdake_ has quit IRC21:00
*** KarolynChambers has joined #heat21:01
alextricityIs there a way to specify witch heat parameters will be available on a stack update, and witch ones are going to stay the same? That would be awesome21:02
*** ParsectiX has quit IRC21:02
*** ParsectiX has joined #heat21:02
*** InblEric has quit IRC21:03
*** GonZo2K has joined #heat21:07
*** alexpilotti has quit IRC21:17
*** InblEric has joined #heat21:19
*** achanda has quit IRC21:19
*** Marga_ has quit IRC21:23
*** ifarkas has quit IRC21:23
*** Marga_ has joined #heat21:23
*** InblEric has quit IRC21:28
*** pm90_ has joined #heat21:30
*** pm90__ has joined #heat21:31
*** Marga_ has quit IRC21:34
*** Marga_ has joined #heat21:34
*** pm90_ has quit IRC21:35
*** InblEric has joined #heat21:36
*** pm90__ has quit IRC21:36
openstackgerritMerged openstack/heat: Fix variables reference in the integration tests methods  https://review.openstack.org/16115921:36
*** InblEric has quit IRC21:37
*** Marga_ has quit IRC21:38
*** Marga_ has joined #heat21:39
*** EmilienM|afk is now known as EmilienM21:43
*** pm90_ has joined #heat21:48
*** pm90_ has quit IRC21:48
*** pm90_ has joined #heat21:49
*** dhellmann has quit IRC21:52
*** harlowja has quit IRC21:58
*** sarob has joined #heat21:58
*** jmckind has quit IRC21:58
*** chlong has quit IRC22:12
*** InblEric has joined #heat22:13
*** asalkeld has joined #heat22:14
*** jamielennox|away is now known as jamielennox22:14
*** InblEric1 has joined #heat22:15
*** radez is now known as radez_g0n322:15
*** InblEric has quit IRC22:17
*** achanda has joined #heat22:20
*** Drago has quit IRC22:25
*** EricGonczer_ has quit IRC22:25
*** achanda has quit IRC22:26
*** Drago has joined #heat22:26
*** Drago has quit IRC22:27
*** Drago has joined #heat22:27
*** aweiteka has quit IRC22:27
*** harlowja has joined #heat22:28
*** Marga_ has quit IRC22:31
*** Marga_ has joined #heat22:31
*** InblEric1 has quit IRC22:36
*** pm90_ has quit IRC22:47
*** blomquisg has quit IRC22:47
*** pm90_ has joined #heat22:48
*** pm90_ has quit IRC22:49
*** crose has quit IRC22:57
*** pm90_ has joined #heat22:58
*** ParsectiX has quit IRC22:59
*** ParsectiX has joined #heat23:00
*** vijendar has quit IRC23:05
*** alexpilotti has joined #heat23:06
*** randallburt has quit IRC23:17
*** alexpilotti has quit IRC23:26
*** gokrokve has joined #heat23:31
*** gokrokve has quit IRC23:32
*** signed8bit has joined #heat23:35
*** sarob has quit IRC23:36
*** Qiming has joined #heat23:40
*** achanda has joined #heat23:40
*** chlong has joined #heat23:43
*** tochi has joined #heat23:43
*** signed8bit has quit IRC23:43
*** chlong has quit IRC23:46
*** chlong has joined #heat23:46
*** EricGonczer_ has joined #heat23:49
*** Drago has quit IRC23:51
*** EmilienM is now known as EmilienM|afk23:56

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