Monday, 2015-03-16

*** achanda has joined #heat00:07
openstackgerritMerged openstack/heat: Fix RS swift client to match correct signature  https://review.openstack.org/16431900:10
*** achanda has quit IRC00:12
openstackgerritAngus Salkeld proposed openstack/heat: Add extra columns for resource table  https://review.openstack.org/15669300:49
*** funzo has joined #heat00:50
*** funzo has quit IRC00:55
*** hdd has quit IRC01:09
*** liusheng has quit IRC01:13
*** LiJiansheng has joined #heat01:16
*** alexpilotti has quit IRC01:19
openstackgerritQiming Teng proposed openstack/heat: Make Heat ASG always do rolling_updates  https://review.openstack.org/13794501:32
*** Qiming has joined #heat01:32
*** Qiming_ has joined #heat01:34
*** Qiming has quit IRC01:37
*** xuhaiwei has joined #heat01:40
*** Qiming_ is now known as Qiming01:43
openstackgerritLiangChen proposed openstack/heat: Docker plugin add restart policies and capability properties  https://review.openstack.org/16327701:52
*** Marga_ has joined #heat01:57
openstackgerritAngus Salkeld proposed openstack/heat: StackResource convert operations to use RPC  https://review.openstack.org/11633601:57
openstackgerritAngus Salkeld proposed openstack/heat: Remove capacity check from AWS::AG update  https://review.openstack.org/16374301:57
*** hdd has joined #heat02:13
*** dims_ has quit IRC02:13
*** Administrator__ has quit IRC02:14
*** Administrator__ has joined #heat02:14
*** pm90_ has joined #heat02:15
*** erkules_ has joined #heat02:23
asalkeldstevebaker: you need any reviews done?02:24
elynnnorning :)02:24
ramishramorning all!02:24
asalkeldhi elynn ramishra02:25
*** erkules has quit IRC02:26
ramishraasalkeld: hi! can you please review https://review.openstack.org/#/c/160642/, I would like it can be merged:) stevebaker had already reviewed it(last patch), I had fixed some minor nits mentioned by shardy02:26
asalkeldhaving a look ramishra02:27
elynnhi asalkeld, reply you at https://review.openstack.org/#/c/164416/02:28
asalkeldelynn: you are changing the behaviour of that02:30
asalkeldit was only the content02:30
asalkeldnow it's somewhat oddly either a name or content02:30
elynnasalkeld,  heatclient won't parse get_file content.02:31
asalkeldelynn: it's not it's job to02:31
elynnI would prefer to just passing the name of template02:31
asalkeldthe nested stack should validate that, not the parent02:31
elynnBut I afraid that will break some tests02:32
asalkeldelynn: that is what get_file does, the client puts the file into "files", then the template function returns the content02:33
elynnif heatclient won't think it as a template , it will not pass nested template to heat service, and that will fail the stack creation.02:33
asalkeldso it is transparent02:33
asalkeldelynn: use "template: {get_file: my.yaml)"02:33
asalkeldthat does get passed to the service02:34
elynnif my.yaml has another nested file, then heatclient will not put it into files.02:34
elynnheatclient will not put nested file of my.yaml into files.02:35
asalkeldooo, ok - now that is root issue02:35
asalkeldbut you have only solved it for one particular use case02:36
asalkeldheatclient should look for known template headers02:36
asalkeldlet me look in the client , one moment02:37
elynnor a new function like get_template to solve this ;)02:38
elynnso heatclient will parse the files return by get_template function and ignore the files return by get_file.02:40
Qimingelynn, iirc, heatclient does parse get_file, http://git.openstack.org/cgit/openstack/python-heatclient/tree/heatclient/common/template_utils.py#n7602:41
elynnQiming, I trace it, the content return by get_file will not be parse, it's just be putting into files section.02:43
elynnhttp://git.openstack.org/cgit/openstack/python-heatclient/tree/heatclient/common/template_utils.py#n10502:43
elynnonly if file_is_template is true, that heatclient will think it as a template02:44
asalkeldelynn: +1 make file_is_template smarter02:44
elynnJust haven't figure out how to make it smarter yet..02:45
*** Qiming has quit IRC02:47
*** Qiming has joined #heat02:47
Qiming +1 make file_is_template smarter02:48
*** pm90_ has quit IRC02:52
*** pm90_ has joined #heat02:52
elynnok, try to.02:53
*** erkules_ is now known as erkules02:54
*** erkules has quit IRC02:55
*** erkules has joined #heat02:55
*** pm90_ has quit IRC02:57
*** coolsvap|afk is now known as coolsvap02:58
*** hdd has quit IRC02:58
*** jrist has quit IRC03:01
ramishraasalkeld: thanks!03:06
asalkeldnp03:07
*** KanagarajM has joined #heat03:09
KanagarajMgood morning all03:10
*** jrist has joined #heat03:13
openstackgerritShaoHe Feng proposed openstack/heat: Versioned object - SoftwareDeployment  https://review.openstack.org/15242903:14
*** dimsum__ has joined #heat03:14
*** xuhaiwei has quit IRC03:17
*** dimsum__ has quit IRC03:19
openstackgerritMerged openstack/heat-templates: heat-config-docker-compose hook  https://review.openstack.org/16064203:20
asalkeldKanagarajM: reviewed03:22
KanagarajMasalkeld: thanks.03:23
elynnasalkeld, Qiming , Do you have time to review this https://review.openstack.org/#/c/122177/ ?03:25
asalkeldwow, that's big03:25
elynnIt's annoying to fix unittests...03:26
elynnActually I only change deferred_auth_method to trusts by default in config.py03:27
elynnOthers are fixing unittests error.03:27
asalkeldi know ...03:28
*** LiJiansheng has quit IRC03:29
elynnI hope this can land soon so I won't do this again...03:29
*** LiJiansheng has joined #heat03:29
*** bandarji has joined #heat03:30
*** bandarji has quit IRC03:30
*** bandarji has joined #heat03:31
openstackgerritLiangChen proposed openstack/heat: Docker plugin add restart policies and capability properties  https://review.openstack.org/16327703:32
KanagarajMasalkeld: could you set the release cycle for https://blueprints.launchpad.net/heat/+spec/convergence-resource-operations03:35
asalkeldok03:35
asalkeldKanagarajM: i set it to L103:37
Qimingelynn, I don't think I'm 100% confident in your patch, but I fully understand how frustrating it could be considering the size of the patch03:37
asalkeld(but we will see how things go03:37
KanagarajMasalkeld: sure.03:37
Qimingelynn, the top concern for me is that we may need to have both 'trusts' and 'password' authentication working, for many reasons03:38
Qimingwhen defaults is switched to 'trusts' (which is good), I am expecting to see some CONF overrides in heat/tests/test_heatclient.py ?03:40
Qimingelynn, I may be wrong, because I have not yet examined that module thoroughly03:41
*** rakesh_hs has joined #heat03:43
asalkeldtest matrix gets a bit crazy neutron/nova-net & keystone v2/v3 trusts/pass & standalone/normal03:45
asalkeldit would be nice to test them all03:46
elynnSome tests are under 'password' authentication, and I set override for them.03:53
*** tochi has joined #heat03:54
elynnI don't get what you mean, asalkeld . Need more tests?03:54
openstackgerritMerged openstack/heat: Versioned objects - UserCreds  https://review.openstack.org/14916603:54
openstackgerritMerged openstack/heat: Make Heat ASG always do rolling_updates  https://review.openstack.org/13794504:04
asalkeldelynn: not really - just in response to Qiming (it's difficult to test everything)04:07
*** achanda has joined #heat04:10
*** bandarji has quit IRC04:13
*** pm90_ has joined #heat04:14
*** GonZo2000 has quit IRC04:15
*** sarob has quit IRC04:20
openstackgerritAngus Salkeld proposed openstack/heat: StackResource convert operations to use RPC  https://review.openstack.org/11633604:23
openstackgerritAngus Salkeld proposed openstack/heat: Pass the environment into the Template class and not Stack  https://review.openstack.org/16406704:23
openstackgerritKanagaraj Manickam proposed openstack/heat: StackTag versioned-object  https://review.openstack.org/16457004:35
openstackgerritRabi Mishra proposed openstack/heat-templates: WIP: Boot config to deeploy containers using docker-compose hook  https://review.openstack.org/16457204:40
*** gokrokve has joined #heat04:40
*** asalkeld is now known as asalkeld_afk04:40
asalkeld_afkpicking kids up, brb04:40
openstackgerritRabi Mishra proposed openstack/heat-templates: WIP: Boot config to deploy containers using docker-compose hook  https://review.openstack.org/16457204:40
*** gokrokve has quit IRC04:45
*** gokrokve has joined #heat04:46
*** dmn_ has joined #heat04:49
*** gokrokve has quit IRC04:50
*** hdd has joined #heat04:52
openstackgerritMerged openstack/heat: Keystone resource plugin for Group  https://review.openstack.org/16156404:53
*** dmn_ has quit IRC04:54
*** nkhare has joined #heat05:03
*** dmn_ has joined #heat05:10
*** gokrokve has joined #heat05:16
*** gokrokve has quit IRC05:18
*** gokrokve has joined #heat05:18
*** asalkeld_afk is now known as asalkeld05:19
*** gokrokve has quit IRC05:23
openstackgerritShaoHe Feng proposed openstack/heat: Versioned objects - Snapshot  https://review.openstack.org/15155605:25
openstackgerritShaoHe Feng proposed openstack/heat: Versioned objects - Event  https://review.openstack.org/14992605:25
openstackgerritShaoHe Feng proposed openstack/heat: Versioned object - SoftwareDeployment  https://review.openstack.org/15242905:25
*** hdd has quit IRC05:29
*** funzo has joined #heat05:36
*** funzo has quit IRC05:40
*** sarob has joined #heat05:42
*** sarob has quit IRC05:47
openstackgerrityuntongjin proposed openstack/heat: Versioned object - WatchRule and WatchData  https://review.openstack.org/15348705:51
openstackgerritRabi Mishra proposed openstack/heat-templates: WIP: Boot config to deploy containers using docker-compose hook  https://review.openstack.org/16457205:51
openstackgerritShaoHe Feng proposed openstack/heat: Versioned objects - Snapshot  https://review.openstack.org/15155605:52
openstackgerritShaoHe Feng proposed openstack/heat: Versioned objects - Event  https://review.openstack.org/14992605:52
openstackgerritShaoHe Feng proposed openstack/heat: Versioned object - SoftwareDeployment  https://review.openstack.org/15242905:52
openstackgerritKanagaraj Manickam proposed openstack/heat-templates: Sample heat templates for keystone resources  https://review.openstack.org/16167105:57
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for User  https://review.openstack.org/16156505:57
openstackgerritKanagaraj Manickam proposed openstack/heat: Allows update of domain for keystone project and group  https://review.openstack.org/16457705:57
*** achanda has quit IRC06:15
*** gokrokve has joined #heat06:18
*** gokrokve has quit IRC06:23
*** Administrator__ has quit IRC06:26
*** Administrator__ has joined #heat06:26
*** pm90_ has quit IRC06:27
*** jprovazn has joined #heat06:31
*** achanda has joined #heat06:42
openstackgerritRakesh H S proposed openstack/heat: convergence prepare traversal  https://review.openstack.org/15944406:45
*** ishant has joined #heat06:47
*** dmn_ has quit IRC06:49
*** vijayagurug has joined #heat06:51
*** rakesh_hs has quit IRC06:53
openstackgerritKanagaraj Manickam proposed openstack/heat: Versioned object Service  https://review.openstack.org/16413506:54
*** pitr-ch has joined #heat07:02
openstackgerritKanagaraj Manickam proposed openstack/heat: StackTag versioned-object  https://review.openstack.org/16457007:04
*** dmn_ has joined #heat07:05
*** dmn_ has quit IRC07:12
*** achanda has quit IRC07:12
*** inc0 has joined #heat07:13
inc0good morning everyone07:14
elynnHi inc007:15
*** gokrokve has joined #heat07:18
*** gokrokve has quit IRC07:20
*** gokrokve has joined #heat07:20
*** Marga_ has quit IRC07:23
*** gokrokve has quit IRC07:24
cmystermorning07:28
openstackgerritKanagaraj Manickam proposed openstack/heat: Versioned-object SyncPoint  https://review.openstack.org/16459107:29
*** dmn_ has joined #heat07:30
*** rakesh_hs has joined #heat07:34
*** jtomasek has joined #heat07:37
Qiminghuangtianhua, there?07:37
huangtianhuahi07:37
Qiminghuangtianhua, regarding https://review.openstack.org/#/c/164115/07:37
QimingI don't think we are doing the right thing with that patch07:37
Qimingjust my personal observation, to be honest07:38
huangtianhuatalk in private channel:)07:38
*** LiJiansheng has quit IRC07:43
*** rwsu has joined #heat07:43
*** LiJiansheng has joined #heat07:44
*** liusheng has joined #heat07:44
*** Marga_ has joined #heat07:45
*** tspatzier has joined #heat07:47
*** sirushti has quit IRC07:55
*** sirushti has joined #heat07:55
*** tspatzier has quit IRC07:59
openstackgerritSergey Kraynev proposed openstack/heat: Source gnocchi alarms resources in the right way  https://review.openstack.org/16459508:00
*** Marga_ has quit IRC08:01
*** tspatzier has joined #heat08:05
*** ifarkas has joined #heat08:07
*** ParsectiX has joined #heat08:09
*** dulek has joined #heat08:16
*** gokrokve has joined #heat08:18
*** tspatzier has quit IRC08:22
*** gokrokve has quit IRC08:23
*** shardy has joined #heat08:31
shadowerhey shardy08:32
*** jcoufal has joined #heat08:33
*** BManojlovic has joined #heat08:35
openstackgerritSergey Kraynev proposed openstack/heat: Add extra columns for resource table  https://review.openstack.org/15669308:35
shardyshadower: hi!08:37
shadowershardy: is there anything I can do now regarding the breakpoints? You mentioned a bugfix that is necessary before we can move forward08:39
shardyshadower: I'm just finishing off a patch for that now, and I can push the change discussed to your review too, if that's OK?08:39
shadowershardy: yeah, if you've already started working on it, sure :-)08:40
shardyI'll also push the WIP functional test, so we can agree the behaviour is as desired before landing anything08:40
shadowerthat would be brilliant08:40
shadowerthanks a lot for helping with this08:40
shardyshadower: Ok, cool, np - I meant to finish this over the weekend but in the end not working was more appealing ;)08:41
shadowershar: haha I completely understand that :-)08:42
*** sorantis has joined #heat08:51
*** jcoufal has quit IRC08:57
*** jistr has joined #heat09:11
*** derekh has joined #heat09:14
*** gokrokve has joined #heat09:18
*** gokrokve has quit IRC09:22
openstackgerritKanagaraj Manickam proposed openstack/heat: StackTag versioned-object  https://review.openstack.org/16457009:26
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat: Versioned objects - Snapshot  https://review.openstack.org/15155609:26
openstackgerritMerged openstack/heat: Replace mox with mock for stack-lock test cases  https://review.openstack.org/16415209:26
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat: Versioned objects - Event  https://review.openstack.org/14992609:26
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat: Versioned object - SoftwareDeployment  https://review.openstack.org/15242909:28
openstackgerritSergey Kraynev proposed openstack/heat: Add extra columns for resource table  https://review.openstack.org/15669309:38
*** dimsum__ has joined #heat09:46
*** cdent has joined #heat09:52
*** blues-man has joined #heat09:53
*** rakesh_hs_ has joined #heat09:54
*** rakesh_hs has quit IRC09:57
*** noakoffman has quit IRC10:00
*** dmn_ has quit IRC10:04
*** Qiming has quit IRC10:07
*** sergmelikyan has joined #heat10:16
*** gokrokve has joined #heat10:18
*** coolsvap is now known as coolsvap|afk10:19
*** vijayagurug has left #heat10:19
*** gokrokve has quit IRC10:23
ramishrashardy Hi!10:24
*** Administrator__ has quit IRC10:24
ramishrashardy: sent you a note on https://review.openstack.org/#/c/164572/. Please have a look when you have time.10:27
*** dmn_ has joined #heat10:30
shardyramishra: Hi! Thanks, I'm planning to take a look this afternoon10:31
ramishrashardy: thanks!!10:36
*** funzo has joined #heat10:37
*** dmn_ has quit IRC10:41
*** funzo has quit IRC10:41
*** sorantis has quit IRC10:53
*** dmn_ has joined #heat10:59
*** pitr-ch has quit IRC11:01
*** dims_ has joined #heat11:02
*** Qiming has joined #heat11:04
*** dimsum__ has quit IRC11:04
*** Qiming_ has joined #heat11:05
*** dims_ has quit IRC11:07
*** Qiming has quit IRC11:08
*** dimsum__ has joined #heat11:13
openstackgerritEthan Lynn proposed openstack/python-heatclient: Parse nested files if they are template.  https://review.openstack.org/16441711:17
*** sorantis has joined #heat11:17
*** songli has quit IRC11:17
*** songli has joined #heat11:17
*** gokrokve has joined #heat11:18
elynnHi shardy, available to review https://review.openstack.org/#/c/122177/ ?11:18
shardyelynn: awesome! Thanks for doing that :)11:20
shardyelynn: Sure, I'm just finishing some patches then I'll review11:20
elynn;)11:21
*** gokrokve has quit IRC11:23
openstackgerritPeter Razumovsky proposed openstack/heat: Add OS::Mistral::Workflow for Mistral workflows  https://review.openstack.org/14764511:25
openstackgerritSteven Hardy proposed openstack/heat: Add breakpoint support  https://review.openstack.org/14612311:32
openstackgerritSteven Hardy proposed openstack/heat: Persist initialized resources to DB on create  https://review.openstack.org/16465111:32
openstackgerritSteven Hardy proposed openstack/heat: Add a functional test for hooks/breakpoints  https://review.openstack.org/16465211:32
openstackgerritSteven Hardy proposed openstack/heat: Add a functional test for hooks/breakpoints  https://review.openstack.org/16465211:33
openstackgerritSteven Hardy proposed openstack/heat: Add breakpoint support  https://review.openstack.org/14612311:33
openstackgerritSteven Hardy proposed openstack/heat: Persist initialized resources to DB on create  https://review.openstack.org/16465111:33
shardyshadower: ^^11:34
shardyI'd like to add a few more functional tests for nested stacks and wildcards, but hopefully that is enough to evaluate the update hook changes discussed in the review11:35
shadowershardy: thanks11:36
*** tsufiev_ is now known as tsufiev11:42
shardyelynn: looks great, just one possible minor issue noted11:45
openstackgerritAnastasia Kuznetsova proposed openstack/heat: Add integration scenario test for Neutron LBaaS  https://review.openstack.org/16218411:50
*** jaypipes has joined #heat11:50
openstackgerritSergey Kraynev proposed openstack/heat: Add extra columns for resource table  https://review.openstack.org/15669311:51
*** KanagarajM has quit IRC11:55
*** jdob has joined #heat11:57
openstackgerritPeter Razumovsky proposed openstack/heat-specs: Improvements in deprecation process  https://review.openstack.org/15323512:01
*** henrique_ has joined #heat12:04
*** Qiming__ has joined #heat12:05
*** prazumovsky has joined #heat12:08
*** Qiming_ has quit IRC12:08
*** jdob has quit IRC12:08
openstackgerritPeter Razumovsky proposed openstack/heat: Fix OS::Zaqar::Queue resource_mapping  https://review.openstack.org/16466512:08
*** asalkeld has quit IRC12:09
*** dkusidlo has joined #heat12:10
*** dkusidlo has quit IRC12:10
*** nkhare has quit IRC12:11
openstackgerritRakesh H S proposed openstack/heat: Versioned-object SyncPoint  https://review.openstack.org/16459112:13
*** jdob has joined #heat12:14
*** rm_work is now known as rm_work|away12:14
*** songli has quit IRC12:14
*** pitr-ch has joined #heat12:16
*** dmn_ has quit IRC12:16
*** Qiming__ is now known as Qiming12:17
*** gokrokve has joined #heat12:18
*** funzo has joined #heat12:21
openstackgerritRabi Mishra proposed openstack/heat-templates: heat-config-kubelet hook  https://review.openstack.org/14088712:21
*** gokrokve has quit IRC12:23
*** alexpilotti has joined #heat12:27
*** aweiteka has joined #heat12:28
*** dimsum__ has quit IRC12:32
*** dimsum__ has joined #heat12:32
*** blomquisg has joined #heat12:33
*** blues-man has quit IRC12:35
*** radez_g0n3 is now known as radez12:38
openstackgerritPeter Razumovsky proposed openstack/heat: Fix OS::Zaqar::Queue resource_mapping  https://review.openstack.org/16466512:43
*** tochi has quit IRC12:46
*** EricGonczer_ has joined #heat12:46
*** sdake has joined #heat12:47
*** openstackgerrit has quit IRC12:50
*** openstackgerrit has joined #heat12:50
openstackgerritPeter Razumovsky proposed openstack/heat: Add new support status 'REMOVED' and add version  https://review.openstack.org/16467712:51
*** che-arne has joined #heat12:51
openstackgerritPeter Razumovsky proposed openstack/heat: Add new support status 'REMOVED' and add version  https://review.openstack.org/16467712:52
*** sorantis_ has joined #heat13:03
*** sorantis has quit IRC13:05
*** sorantis_ is now known as sorantis13:05
openstackgerritMichal Jastrzebski (inc0) proposed openstack/heat: Add missing versioned mechanism to Stack object  https://review.openstack.org/16468213:07
*** EricGonczer_ has quit IRC13:13
*** EricGonczer_ has joined #heat13:16
*** KarolynChambers has left #heat13:17
*** gokrokve has joined #heat13:18
*** EricGonczer_ has quit IRC13:19
*** gokrokve has quit IRC13:22
*** signed8bit has joined #heat13:27
sdakeshardy can you make the kolla meeting today13:28
sdakei can put you first on agenda so you can ptfo after :)13:28
sdake2000 UTC13:29
*** prazumovsky has quit IRC13:31
*** ishant has quit IRC13:31
shardysdake: Yes, you want a quick intro/update on the work ramishra is doing, right?13:32
sdakeyup13:33
sdakelus we have a bit of feedback on the work13:33
sdakelike what we need13:33
sdakeour requirements13:33
sdakei could just tell you but I think it helps to have it logged and have the attenddess there13:33
sdaketo know work is happening13:33
sdakeshardy folks look to want to make antoher deployment tool out of kolla13:33
*** EricGonczer_ has joined #heat13:33
*** dimsum__ is now known as dims13:33
sdakeas I said in my ptl election messsage, I'll take the community where it wants to go, but I think it makes mor esense to integrate with current deployment tools13:34
inc0sooo....kolla + tripleo + heat right? cool.13:35
*** spzala has joined #heat13:35
sdakeinc0 seems accurate13:35
inc0are there templates for tripleo with that or its not yet ready?13:35
sdakeor fuel or os-ansible-deploment I dont care :)13:35
shardysdake: Ok, great, yeah it will be great to start the discussion going13:35
shardyinc0: there aren't yet - I'm very interested in figuring out what they will look like though13:36
sdakeinc0 fig glue being worked on for heat atm13:36
inc0shardy, I've added planning session proposal for that in Vancouver13:36
sdakeinc0 fig is the integration point to kolla13:36
shardysdake: Yeah, implementing a deployment too *in* kolla makes no sense to me - abstracting things to enable easy integration with $whatever deployment tool seems like the way to go, IMHO13:37
*** EricGonczer_ has quit IRC13:37
shardyinc0: Ok, I already proposed one for Heat, you proposed a TripleO one?13:37
inc0no -  heat13:37
inc0hold on13:37
sdakeshardy considered the investment to devleop a good deployment tool i tend to agree13:38
shardyhttps://etherpad.openstack.org/p/liberty-heat-sessions13:38
sdakeit has taken 6-8 guys 6 months to figure out kolla - 6k hours of dev time13:38
shardy5.Heat container integration revisited13:38
inc0ah, the one about containers13:38
sdakeI dont want to spend another 12 mo implementinga deployment tool13:39
inc0I've added 7th to look at upgrades generally13:39
sdakehonestly I tink the correct asnwer to that problem is os-ansible-deployment or the like13:39
shardyinc0: Yeah, upgrades are kinda another part of this, not directly related to the container integration13:39
sdakeatomic upgrade via continaers is easy13:40
sdakei'd like to add a compose atomic upgrade api13:40
inc0sdake, it itsn't that easy, we need to make sure that: 1. new version is compatible and 2. we can safely perform an upgrade13:40
inc02nd part would be kinda heat part13:41
sdakeinc0 those problems are handled by gating not deployment imo13:41
openstackgerritRakesh H S proposed openstack/heat: convergence prepare traversal  https://review.openstack.org/15944413:41
*** jmckind has joined #heat13:41
inc0sdake, well, its all mixed up - from heat perspective we kinda need to look at big picture13:42
sdakeinc0 ie you gate the upgrade- if that works - then you deploy the upgrad13:42
*** sabeen1 has joined #heat13:42
inc0sdake, its not that simple, grenade is supposed to do that...ish13:43
ramishrasdake: Hi!13:43
sdakeramishra hey13:43
inc0upgrade is a process, not an atomic action13:43
sdakeeach node can be atomically upgrades13:43
sdakethe upgrade process is to manage all the nodes upgrading correctly13:43
inc0I'd say each node and each service on each node13:44
sdakeso both are correct ;)13:44
sdakeyield leonidas13:44
inc0so we need to deploy compute nodes correctly:) and, if we consider TripleO, thats heat job13:44
sdakeI beg you!13:44
sdakekolla only does atomic upgrades of services13:45
ramishrasdake: I've done something where in a pristine atomic image we deploy containers using docker compose hook.. so the hooks/agents run in a container and deploy other containers... https://review.openstack.org/#/c/164572/13:45
sdakehow heat and triploe want to manage that is up to heat and tripleo13:45
sdakeramishra will you be able to make the 2000 utc meeting?13:45
ramishrasdake: This can be useful for kolla!13:45
sdakewell kolla doesn't do deployment13:46
sdakebut agree its a good integraton point up the stack13:46
sdakeramishra https://review.openstack.org/#/c/163954/13:46
sdakethis is how we want integration to be done13:47
ramishrasdake: I mean all kolla (openstack containers) can be deployed by tripleO+heat..13:47
sdake(via an openstack.env file and compose launch)13:47
sdakeso in some way openstack.env needs to be placed next t othe fig file13:49
ramishrasdake: As I metioned we can handle the env file in the hook. This woud be sent as a blob input/option in structured config resource13:49
*** blomquisg has quit IRC13:50
*** saju_m has joined #heat13:50
*** pm90_ has joined #heat13:50
*** pm90_ has quit IRC13:51
*** pm90_ has joined #heat13:51
ramishrasdake: but the review I mentioned above is quite interesting,  the idea is, a heat-agent container running in a host would deploy other kolla containers on the host. please have a look and let me know your views.13:52
*** elynn_ has joined #heat13:54
*** gokrokve has joined #heat13:56
openstackgerritEthan Lynn proposed openstack/heat: Switch config deferred_auth_method to trusts by default  https://review.openstack.org/12217713:56
*** blues-man has joined #heat13:58
*** radez is now known as radez_g0n313:58
*** gokrokve_ has joined #heat14:00
*** blomquisg has joined #heat14:01
*** gokrokve has quit IRC14:04
*** blomquisg has quit IRC14:09
*** blomquisg has joined #heat14:10
*** InblEric1 has joined #heat14:10
*** blomquisg has quit IRC14:11
*** inc0 has quit IRC14:11
*** blomquisg has joined #heat14:12
*** saju_m has quit IRC14:14
*** jmckind has quit IRC14:19
*** KanagarajM has joined #heat14:19
jdandreaI did a bit of experimenting with volume attachments for a 12-server deployment using Heat kilo-2 (standalone). Feedback welcomed/appreciated! http://paste.openstack.org/raw/192179/14:22
*** jmckind has joined #heat14:22
*** Drago has joined #heat14:26
*** Drago has quit IRC14:27
*** Drago has joined #heat14:27
shardyjdandrea: IME you do need to do a scsi rescan when attaching a volume post-boot14:35
shardyI assume your reordering makes the attachment happen earlier in the VM boot sequence?14:35
jdandreashardy: Hmm. How does one attach a volume pre-boot? The VolumeAttachment resource depends upon the VM resource id.14:36
jdandreashardy: I think the only thing I'm doing differently is "slowing down" the VM boots by forcing them in series.14:36
shardyhttps://github.com/hardys/demo_templates/blob/master/kilo_summit_heat_beyond_the_basics/example1_provider_environment/server_with_volume.yaml#L5314:36
* jdandrea reads14:37
shardyjdandrea: well you can't, which is why you need to trigger the rescan, otherwise it's a race which you may or may not win14:37
jdandreashardy: Yes, that I've seen, but I thought that was a workaround.14:37
jdandreaYeah, it sounds like a race (condition?).14:37
shardyjdandrea: it's standard practice to detect newly added scsi disks IME14:37
jdandreashardy: *nods* ok, so this could be "working as designed" (or is), and the fact that it sometimes works is just luck.14:38
*** blues-man has quit IRC14:39
*** blues-man has joined #heat14:39
jdandreaI'm going to try this and see if it improves things consistently.14:39
shardyjdandrea: IMO yes, but there may be some better way I'm not aware of14:39
*** Marga_ has joined #heat14:40
jdandreashardy: That's fair. It's just that, when I see "VolumeAttachment" (in heat *or* cinder or elsewhere) and you can give it a property like "/dev/vdb" ... my natural inclination is to think even the mount will be orchestrated. Perhaps that's not what "attachment" means though.14:40
jdandreaGood info!14:40
*** Marga_ has quit IRC14:41
*** Marga_ has joined #heat14:41
shardyjdandrea: that mountpoint property of cinder volume attachments is bogus IME, as cinder can't force the OS to respect it14:41
shardyas noted in our docs, using the volume ID is a better plan14:42
shardyI don't do that in my example because it was running on a cirros image14:42
jdandreashardy: Ah! I missed it (in the docs). I see that, right, you are running with a different image, ok.14:42
shardywhich doesn't allow disks to be looked up by id, like most proper linux environments14:43
* jdandrea nods14:43
shardyhttp://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Cinder::VolumeAttachment14:43
jdandreashardy: Ah, ok. I've seen that comment. I'm confused by the advisement (and using virtio-<VolumeId>), e.g., how that translates to your example.14:44
shardyjdandrea: rather than looking for "vdb" you'd probably look for a device node with the right id appearing in the dev filesystem14:48
jdandreashardy: For instance, how do we know /proc/partitions will end up always showing vdb (in your example)? If there's more than one VolumeAttachment, I wonder which is which? (Suspecting a slippery slope: Have to check the size.)14:48
jdandreashardy: Ok, so I have to figure out what "right id" means ...14:48
jdandreaIt's a lot of busy work to orchestrate a volume. It may ultimately be out of Heat's/Cinder's hands though. :/14:49
shardyjdandrea: that's kind of the point of showing it as an example to be abstracted by a provider resource14:49
shardysee the demo.ogv here if you need some context on that:14:50
shardyhttps://github.com/hardys/demo_templates/tree/master/kilo_summit_heat_beyond_the_basics/example1_provider_environment14:50
jdandreashardy: I don't follow ... ?14:50
* jdandrea reads14:50
shardyyou can abstract whatever stuff is needed to make volume attachment and formatting work on your platform into a reusable nested template14:50
jdandreashardy: Ah, I see.14:50
shardythen reference it as type: OS::My::ServerWithVolume14:51
shardyor whatever14:51
* jdandrea nods, gets it14:51
shardyultimately much of this is OS dependent, so heat can't really transparently handle it for you14:51
jdandreashardy: Ok, so I need to find out what "right id" means in Ubuntu and how it would work for multiple volumes (as well as what happens during an *update* when more are added).14:51
jdandreashardy: Understood. I think that would ultimately fall on nova/cinder (if it was even possible).14:52
jdandreaAll heat can do is orchestrate nova/cinder in this case. It's ultimately up to them.14:52
jdandreaBut it's nice that we have reusable nested templates. :)14:52
shardyjdandrea: you should be able to use the ID you get by referencing the cinder volume (not attachment), although where that shows up in the dev tree on ubuntu I'm not sure14:53
shardyI'll try to do a Fedora example later if I have time14:54
jdandreaThanks! I'm going to try and redo this example on my own and dig a bit on Ubuntu so I have a deeper understanding of it.14:54
*** kebray has quit IRC14:57
*** LiJiansheng has quit IRC15:11
*** jordanP has joined #heat15:12
jordanPhi guys. I'd like to write a simple heat stack using the HOT syntax. I'd like to create N servers (using a ResourceGroup) where N is user supplied. To each server I'd like to attach M volumes, where M is user supplied. I have no clue on how to that, I am not sure the new 'repeat' block could help me. Any hint much appreciated! :)15:14
jdandreashardy: Arrgh, it's trickier in my case, as it turns out. I schedule all of my resources ahead of orchestration, in the context of the entire stack (vs. one at a time). Nested stacks present challenges in that case. There's a scheduler hint feature being reviewed for kilo though, so hopefully that helps.15:15
*** david-lyle_afk is now known as david-lyle15:15
shardyjordanP: https://github.com/openstack/heat-templates/blob/master/hot/resource_group/server_with_volumes.yaml is an example of the second part15:16
shardythen you can wrap server_with_volumes in another ResourceGroup using similar syntax to that example15:16
shardythe repeat block is probably not what you need15:16
jordanPshardy, thanks ! I took server_with_volumes.yaml as a starting point indeed15:17
*** achanda has joined #heat15:17
*** randallburt has joined #heat15:18
jordanPokay, I tried unsucessfully to use the repeat block. Will try the nested resource group now15:18
*** randallburt has quit IRC15:18
*** randallburt has joined #heat15:19
*** thedodd has joined #heat15:21
openstackgerritRandall Burt proposed openstack/heat: Pin the target keystone endpoint to the context auth url  https://review.openstack.org/16432515:24
openstackgerritSergey Kraynev proposed openstack/heat: Add extra columns for resource table  https://review.openstack.org/15669315:25
*** achanda has quit IRC15:25
*** reed has joined #heat15:26
*** kebray has joined #heat15:26
*** rm_work|away is now known as rm_work15:30
*** KanagarajM has quit IRC15:30
*** jprovazn has quit IRC15:33
jordanPshardy, it worked like a charm ! I am impressed !15:35
shardyjordanP: \o/ :)15:35
rakesh_hs_zaneb: Hi, after going through the convergence POC, I have put in some working code for convergence-prepare-traversal https://review.openstack.org/#/c/159444/15:38
rakesh_hs_when you find time, please let me know your comments/suggestions15:39
openstackgerritRakesh H S proposed openstack/heat: Versioned-object SyncPoint  https://review.openstack.org/16459115:45
*** kairat_kushaev has quit IRC15:45
*** metral_zzz is now known as metral15:46
*** bandarji has joined #heat15:47
*** achanda has joined #heat15:48
*** kairat_kushaev has joined #heat15:51
*** Qiming has quit IRC15:53
*** gokrokve_ has quit IRC15:53
*** gokrokve has joined #heat15:57
*** rakesh_hs_ has quit IRC15:58
*** sarob has joined #heat16:02
*** rakesh_hs_ has joined #heat16:04
*** achanda has quit IRC16:04
*** rakesh_hs has joined #heat16:06
*** rakesh_hs_ has quit IRC16:10
*** dulek has quit IRC16:11
*** alextricity has joined #heat16:11
*** openstackgerrit has quit IRC16:11
*** openstackgerrit has joined #heat16:12
*** vijendar has joined #heat16:12
*** vijendar has quit IRC16:12
*** vijendar has joined #heat16:13
*** radez_g0n3 is now known as radez16:16
alextricityHey guys :) Does anybody know where I can configure the endpoint os-collect-config uses for signaling to heat?16:21
*** vijendar has quit IRC16:22
jdandreashardy: Interesting. If I leave out the mountpoint in VolumeAttachment, even a scsi rescan yields no results, even after an hour. If I put the mountpoint of /dev/vdb back, it works fine ... until I try and orchestrate 10+ VMs/volume-attachments in a single template. Forcing the VMs to depend on each other in sequence makes it work again, most of the time (sometimes one is missing).16:22
shardyjdandrea: sounds like a nova/cinder bug to me16:23
jdandreaSo the example you posted doesn't even work for me. I'm looking to see if SCSI rescans are different under Fedora/Ubuntu.16:23
jdandreashardy: Yes! That's what I thought. I've been going in circles with that. :(16:23
jdandreashardy: Putting it in series sounds like I have a smoking gun to show them now.16:24
jdandreashardy: If I can tease it out of Heat, then folks can't point back at Heat. I should be able to just spin up a bunch of resources in sequence, from the command line, and the same thing should happen.16:24
*** ishant has joined #heat16:25
shardyjdandrea: Yeah a non heat reproducer script is probably the way forward, of possible16:25
shardyjdandrea: FYI we have been bitten by possibly related issues in our functional testing:16:26
shardyhttps://bugs.launchpad.net/heat/+bug/138230016:26
openstackLaunchpad bug 1382300 in heat "VolumeBackupRestoreIntegrationTest WaitConditionFailure: Test Failed" [Medium,In progress] - Assigned to Steven Hardy (shardy)16:26
uvirtbotLaunchpad bug 1382300 in heat "VolumeBackupRestoreIntegrationTest WaitConditionFailure: Test Failed" [Medium,In progress]16:26
uvirtbotLaunchpad bug 1382300 in heat "VolumeBackupRestoreIntegrationTest WaitConditionFailure: Test Failed" [Medium,In progress] https://launchpad.net/bugs/138230016:26
alextricityshardy: Hey :) You wouldn't happen to know where os-collect-config gets the heat endpoint from do you? Maybe from the heat_metadata_server_url directive in the heat.conf?16:26
shardyI tried for a long time to get that test into tempest, then our test suite, and eventually we found the volume attachments we too flaky so we've skipped it16:26
shardyI always assumed it was gate-resources related, e.g that everything ran too slowly or had spurious failures16:27
shardyalextricity: It comes from /etc/os-collect-config.conf ;)16:29
shardyI'm not quite sure where that's populated, sec16:29
alextricityshardy: Thanks :)16:30
*** GonZo2000 has joined #heat16:30
shardyalextricity: https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server.py#L41316:32
shardyit is derived from heat_metadata_server_url, which is passed into the instance via metadata when you choose user_data_format: SOFTWARE_CONFIG16:33
alextricityWow, you hit the bullseye shardy. impressive. Thank you so much16:33
*** gokrokve has quit IRC16:34
openstackgerritDrago proposed openstack/heat: Separate message and traceback even if not a remote error  https://review.openstack.org/16476916:34
*** gokrokve has joined #heat16:36
*** funzo has quit IRC16:39
*** elynn_ has quit IRC16:40
*** hdd has joined #heat16:40
*** funzo has joined #heat16:42
*** InblEric has joined #heat16:42
*** InblEric1 has quit IRC16:43
*** smc7 has joined #heat16:43
*** BManojlovic has quit IRC16:49
*** cdent has quit IRC16:52
*** saju_m has joined #heat16:52
*** openstackgerrit has quit IRC16:54
*** openstackgerrit has joined #heat16:54
*** InblEric1 has joined #heat16:59
*** Marga_ has quit IRC17:01
*** wpf has quit IRC17:01
*** henrique_ has quit IRC17:02
*** htruta has quit IRC17:02
*** wpf has joined #heat17:02
*** InblEric has quit IRC17:02
*** htruta has joined #heat17:03
*** randallburt has quit IRC17:05
*** saju_m has quit IRC17:09
*** gokrokve has quit IRC17:11
*** rakesh_hs_ has joined #heat17:14
openstackgerritEthan Lynn proposed openstack/python-heatclient: Parse nested files if they are template  https://review.openstack.org/16441717:15
*** InblEric has joined #heat17:17
*** rakesh_hs has quit IRC17:17
*** InblEric1 has quit IRC17:18
*** pm90_ has quit IRC17:19
*** saju_m has joined #heat17:19
*** InblEric1 has joined #heat17:22
*** InblEric has quit IRC17:25
*** harlowja has joined #heat17:28
*** Marga_ has joined #heat17:30
*** Tango has joined #heat17:31
*** rakesh_hs_ has quit IRC17:36
*** EricGonczer_ has joined #heat17:37
*** randallburt has joined #heat17:38
*** gokrokve has joined #heat17:39
*** EricGonczer_ has quit IRC17:39
*** IlyaE has joined #heat17:39
*** vijendar has joined #heat17:42
*** pitr-ch has quit IRC17:43
*** jordanP has quit IRC17:44
*** blues-man has quit IRC17:49
*** pm90_ has joined #heat17:49
*** achanda has joined #heat17:50
*** jistr has quit IRC17:51
*** achanda_ has joined #heat17:55
*** rm_work has left #heat17:56
*** achanda has quit IRC17:58
*** ishant has quit IRC18:08
*** derekh has quit IRC18:12
*** cyli has joined #heat18:16
*** packet has joined #heat18:21
openstackgerritSirushti Murugesan proposed openstack/heat: Add way to collect map of needed attributes  https://review.openstack.org/16130618:27
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Allow creating lightweight stacks  https://review.openstack.org/15977418:27
*** pm90_ has quit IRC18:30
*** pm90_ has joined #heat18:30
*** sorantis has quit IRC18:30
sirushtiskraynev, sorry, ^that happened while I added mine as a dependency to yours, please feel free to ignore whatever changes that came in that patchset.18:31
openstackgerritSirushti Murugesan proposed openstack/heat: Convergence: Allow creating lightweight stacks  https://review.openstack.org/15977418:36
*** rpothier has joined #heat18:44
*** smc7 has quit IRC18:46
*** mikeit has joined #heat18:48
*** smc7 has joined #heat18:56
*** Marga_ has quit IRC18:57
*** Marga_ has joined #heat18:57
*** KanagarajM has joined #heat18:59
*** mikeit has quit IRC19:01
*** Marga_ has quit IRC19:03
*** Marga_ has joined #heat19:03
*** EricGonczer_ has joined #heat19:05
*** EricGonczer_ has quit IRC19:10
*** pitr-ch has joined #heat19:15
*** pitr-ch has quit IRC19:15
*** Marga_ has quit IRC19:21
*** ParsectiX_ has joined #heat19:22
*** Marga_ has joined #heat19:22
*** ParsectiX_ has quit IRC19:22
*** IlyaE has quit IRC19:24
harmwhuangtianhua: thanks for replying to https://bugs.launchpad.net/heat/+bug/143152219:24
openstackLaunchpad bug 1431522 in heat "assigning port to instance gives 401 from nova" [Undecided,New]19:24
uvirtbotLaunchpad bug 1431522 in heat "assigning port to instance gives 401 from nova" [Undecided,New]19:24
uvirtbotLaunchpad bug 1431522 in heat "assigning port to instance gives 401 from nova" [Undecided,New] https://launchpad.net/bugs/143152219:24
harmwI'm running Juno19:24
*** Marga_ has quit IRC19:25
*** Marga_ has joined #heat19:26
*** crose has joined #heat19:26
*** pm90_ has quit IRC19:28
*** crose has quit IRC19:34
*** saju_m has quit IRC19:35
*** pm90_ has joined #heat19:35
*** packet has quit IRC19:37
*** EricGonczer_ has joined #heat19:41
*** packet has joined #heat19:43
*** EricGonczer_ has quit IRC19:45
*** hdd has quit IRC19:47
*** IlyaE has joined #heat19:48
*** alexpilotti has quit IRC19:50
*** sdake has quit IRC19:50
*** uvirtbot has quit IRC19:50
*** IlyaE has quit IRC19:51
*** sdake has joined #heat19:51
*** pm90__ has joined #heat19:54
openstackgerritSteve Baker proposed openstack/heat-templates: Build selinux-permissive test images  https://review.openstack.org/16404319:55
*** pm90_ has quit IRC19:55
*** hdd has joined #heat19:56
*** EricGonczer_ has joined #heat19:56
*** EricGonczer_ has quit IRC19:57
*** IlyaE has joined #heat19:58
shardystevebaker: hey, if you're around I'm heading over the the kolla meeting to talk heat+containers19:59
stevebakersure, but I think I have a scrum standup now20:00
ryansbstevebaker: indeed you do20:00
*** IlyaE has quit IRC20:04
*** IlyaE has joined #heat20:04
*** tsufiev is now known as tsufiev_20:10
*** IlyaE has quit IRC20:11
*** pm90__ has quit IRC20:17
*** jtomasek has quit IRC20:17
*** pm90_ has joined #heat20:17
*** ifarkas has quit IRC20:19
*** alexpilotti has joined #heat20:19
*** MasterPiece has joined #heat20:19
openstackgerritRandall Burt proposed openstack/heat: Ignore migrating environments for deleted stacks  https://review.openstack.org/16485620:25
*** gokrokve has quit IRC20:27
*** inc0 has joined #heat20:27
*** gokrokve has joined #heat20:27
inc0I have question shardy :) what actually will schedule kolla container20:27
inc0?20:27
inc0nova scheduler?20:27
inc0or will that be part of tripleo node provision?20:29
shardyinc0: no, heat would ask nova to build the host, then place containers on there explicitly via SoftwareDeployment resources20:30
inc0uhh.. I'll have to check that out if there are any scheduler-type problems20:31
inc0but shouldn't be if thats bound to node role in tripleo..20:31
inc0I think I overcomplicate that in my mind - I'll check that out. Sorry to bother you20:32
shardyinc0: np, I think in some cases there could be scheduler-ish problems which heat won't solve atm, but for some use-cases (including deploying openstack services in an easy-to-update way) it may work well20:33
inc0yeah, if we keep that simplistic we should be okj20:35
shardystevebaker: np, sdake just asked me to do a quick heads-up for folks on the work ramishra is doing20:35
shardysounds like we're on the right track other than the env support thing20:35
stevebakeryep, there are many options for adding env support20:37
inc0good night guys, see you tomorrow20:41
*** inc0 has quit IRC20:41
*** IlyaE has joined #heat20:43
*** blomquisg has quit IRC20:43
*** thedodd has quit IRC20:44
*** aweiteka has quit IRC20:48
*** packet has quit IRC20:50
*** aweiteka has joined #heat20:50
*** MasterPiece has quit IRC20:50
*** thedodd has joined #heat20:55
*** jaypipes has quit IRC20:56
*** jaypipes has joined #heat20:57
openstackgerritSteve Baker proposed openstack/heat: Func tests use fedora-heat-test-image  https://review.openstack.org/16328720:57
openstackgerritSteve Baker proposed openstack/heat: Use oslo.log for heat_integrationtests  https://review.openstack.org/16399320:57
*** harlowja is now known as harlowja_away20:58
stevebakerHey, I'd really like https://review.openstack.org/#/c/164043/ to land if possible20:58
openstackgerritRandall Burt proposed openstack/heat: Ignore migrating environments for deleted stacks  https://review.openstack.org/16485620:59
openstackgerritMerged openstack/heat: Remove 'adding-new-users-to-devstack' doc on_devstack.rst  https://review.openstack.org/15563621:00
*** packet has joined #heat21:00
*** kebray has quit IRC21:04
*** IlyaE has quit IRC21:05
*** htruta has quit IRC21:06
*** tellesnobrega has quit IRC21:13
*** kebray has joined #heat21:13
*** radez is now known as radez_g0n321:16
*** tellesnobrega has joined #heat21:18
openstackgerritMerged openstack/heat-templates: Build selinux-permissive test images  https://review.openstack.org/16404321:23
*** fbo has quit IRC21:24
*** pm90_ has quit IRC21:24
*** kebray has quit IRC21:25
*** fbo has joined #heat21:26
*** aweiteka has quit IRC21:27
*** packet has quit IRC21:27
*** IlyaE has joined #heat21:30
*** rpothier has quit IRC21:31
*** pm90_ has joined #heat21:34
*** cdent has joined #heat21:38
*** KarolynChambers has joined #heat21:39
*** kebray has joined #heat21:43
*** pm90_ has quit IRC21:44
*** vijendar has quit IRC21:45
*** kebray has quit IRC21:46
*** kebray has joined #heat21:46
*** InblEric1 has quit IRC21:52
*** asalkeld has joined #heat21:54
*** cdent has quit IRC21:58
*** pm90_ has joined #heat22:06
*** pm90_ has quit IRC22:08
*** pm90_ has joined #heat22:08
asalkeldshardy: can you weight in on this please https://review.openstack.org/#/c/163743/522:09
asalkeldactually the whole series should go in22:10
asalkeldmmm, last one needs a tweek22:11
*** harlowja_away is now known as harlowja22:11
*** pm90_ has quit IRC22:13
*** jmckind has quit IRC22:14
*** IlyaE has quit IRC22:20
*** pm90_ has joined #heat22:27
asalkeldbbl22:30
*** IlyaE has joined #heat22:42
*** dims has quit IRC22:43
*** dims has joined #heat22:46
*** dims has quit IRC22:47
*** dims has joined #heat22:47
*** sdake has quit IRC22:55
asalkeldback22:56
*** pm90_ has quit IRC22:58
openstackgerritKanagaraj Manickam proposed openstack/heat: Versioned object Service  https://review.openstack.org/16413523:01
openstackgerritSteve Baker proposed openstack/heat: heat.conf options for transport properties default  https://review.openstack.org/16489723:01
*** bandarji has quit IRC23:06
*** pm90_ has joined #heat23:12
*** thedodd has quit IRC23:14
*** IlyaE has quit IRC23:17
*** dims has quit IRC23:18
*** dims has joined #heat23:18
*** pm90_ has quit IRC23:19
*** pm90_ has joined #heat23:19
*** smc7 has quit IRC23:23
*** sdake has joined #heat23:24
*** aweiteka has joined #heat23:25
*** lnr has joined #heat23:33
*** lnr has left #heat23:33
*** Qiming has joined #heat23:37
*** pm90_ has quit IRC23:40
*** pm90_ has joined #heat23:40
*** jaypipes has quit IRC23:41
*** signed8bit is now known as signed8bit_ZZZzz23:44
*** sdake__ has joined #heat23:45
*** tochi has joined #heat23:48
*** gokrokve has quit IRC23:49
*** sdake has quit IRC23:49
*** randallburt has quit IRC23:52
*** IlyaE has joined #heat23:53
*** Qiming has quit IRC23:54
openstackgerritWinnie Tsang proposed openstack/python-heatclient: Reuse existing registry and/or existing template  https://review.openstack.org/15469223:55
*** alexpilotti has quit IRC23:57

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