Friday, 2015-05-08

*** achanda_ has joined #heat00:00
*** Marga_ has quit IRC00:03
*** achanda has quit IRC00:04
*** achanda_ has quit IRC00:05
*** radez is now known as radez_g0n300:07
openstackgerritAngus Salkeld proposed openstack/heat: Assert that we can update TemplateResources with a new file path  https://review.openstack.org/18084700:12
*** KanagarajM has joined #heat00:19
*** jamielennox|away is now known as jamielennox00:29
*** Drago has quit IRC00:37
*** alanf-mc has quit IRC00:46
*** jtomasek has quit IRC00:48
openstackgerritAngus Salkeld proposed openstack/heat: Assert that we can update TemplateResources with a new file path  https://review.openstack.org/18084701:04
*** Qiming has joined #heat01:04
*** mkoderer has quit IRC01:05
*** mkoderer has joined #heat01:14
*** sambol has joined #heat01:14
*** Qiming_ has joined #heat01:15
*** Qiming has quit IRC01:18
*** huangtianhua has joined #heat01:23
*** erkules_ has joined #heat01:37
*** Qiming_ is now known as Qiming01:38
*** huangtianhua has quit IRC01:40
*** erkules has quit IRC01:40
KanagarajMgood morning all !01:42
asalkeldhi KanagarajM01:43
KanagarajMasalkeld: hi, for the https://review.openstack.org/173710, to remove the duplicate validatio of template,01:45
asalkeldok01:45
KanagarajMasalkeld: I am thinking of going in two phases 1. introduce hasing as like now 2. and once dogpile caching backend available, use it01:46
asalkeldKanagarajM: ok, sounds fine - also chat to kairat_kushaev about what he is going to do01:46
asalkeldso it all "fits" together01:47
KanagarajMasalkeld: sure.01:47
*** kebray has joined #heat01:55
KanagarajMasalkeld: i have updated specs for designate & Monasaca resource plugins, could you kindly review them https://review.openstack.org/174262 & https://review.openstack.org/17427501:55
asalkeldsure thing01:55
*** kebray has quit IRC01:55
asalkeldKanagarajM: is it worth defining the attributes?01:56
asalkeldcan they be consistent with the ceilo alarms01:56
asalkeldi.e. can the monesca alarms work with our policy?01:57
asalkeldi see the notifcation has a webhook01:57
asalkeldso it looks like it01:57
*** xuhaiwei has quit IRC01:57
KanagarajMasalkeld: i tired to make it consitent, but monasca has alaram and notification as seprate thing in their API design01:58
KanagarajMso i tried to keep the spec in consistent with monsaca01:59
asalkeldKanagarajM: that's fine, i meant more "lets make sure we can use this with our autoscaling policy"01:59
asalkeldmaybe a work item  to write an example template?02:00
*** dims_ has quit IRC02:00
*** dims has joined #heat02:00
KanagarajMsure. I will add it for example template.02:00
*** dims has quit IRC02:01
*** huangtianhua has joined #heat02:01
KanagarajMas webhook is the only one used by heat autoscalling, do we need to support for email and other too?02:01
KanagarajMin the monasca notification type.02:02
asalkeldKanagarajM: i think just the webhook02:03
QimingKanagarajM, regarding my objections to model the Notification resource type, please check this: http://lists.openstack.org/pipermail/openstack-dev/2014-January/025889.html02:03
asalkeldQiming: that "notifcation" is more of a registration to receive the notifcaiton isn't it?02:04
asalkeldlike a filter02:05
Qimingyes, I think so02:05
*** Raj1 has joined #heat02:05
Qimingasalkeld, I am really seeing it an inseparable property of the alarm02:05
*** Raj2 has joined #heat02:05
asalkeldQiming: as long as it returns a uuid that can be tracked, imo it's fine02:06
asalkeldand it is a "noun"02:07
Qimingasalkeld, sure thing, there is nothing wrong for Heat to create it and track it02:07
asalkeldjust poorly named02:07
Qimingmy concern is about the users02:07
Qimingdo they really want to know it, need to know it02:07
KanagarajMQiming: i assumed that heat resources should be matching with correspsonding service api model. as it does not created any confustion to the user when they use monasca from either API/CLI and heat templates02:07
asalkeldQiming: if you are familar with monasca and it is missing, then that is unexpected02:07
Qimingand what are the additional values we are providing if we provide an additional resource type to learn02:08
asalkeldQiming: it's just modelling the new services02:08
QimingKanagarajM, on the contrarary, I don't think users are interested in MonascaAlarm, GonnociAlarm ... BlablaAlarm02:09
asalkeldunless there is something "broken " with the api, we should expose the services full power02:09
*** Raj1 has quit IRC02:09
asalkeldQiming: we *could* make an abstraction "Alarm"02:09
asalkeldthat uses what ever is available02:09
*** david-lyle has joined #heat02:10
asalkeldbut we should also expose the native api02:10
Qimingasalkeld, that would be really really great02:10
KanagarajMi think we could achieve this by using environment in heat, if i try to assume correctly02:10
asalkeldKanagarajM: maybe, but it need discovery to figure out what is availble02:11
Qimingasalkeld, Heat make uses of APIs of existing services, but I don't think we really need to expose the details to users, unless there are benefits to them02:11
ramishramorning all02:12
KanagarajMasalkeld: yes, i agress02:12
asalkeldQiming: heat is just a yaml to rest converter, but I also agree that we can make new resources that help users that have resonably straight forward needs to abstract some of the complexity - and make more portable templates02:14
Qimingasalkeld, exactly my point02:14
Qimingcould not agree more02:14
KanagarajMasalkeld, Qiming: only for consistent point of view, I tried to keep Notification as seprate resource. which gives same user experience to user when they try to used monasaca across API, CLI and template.02:14
asalkeldthe problem with abstractions is they are the lowest common demoninator i.e no advanced features from anything02:14
asalkeldsome people want full power of the underlying api02:15
asalkeldso we really need both IMHO02:15
Qimingasalkeld, it is really a tough tradeoff to make02:15
asalkeldQiming: seems like you need a spec for generic alarming02:15
asalkeldautodiscoverable etc...02:16
Qimingasalkeld, we are trying to do so in Senlin02:16
asalkeldwe need that for nova-net/neutron02:16
Qimingan alarm with a 'driver' property, if users really need it02:16
asalkeldi see, looking forward to the "deep dive"02:17
KanagarajMfor autodiscover, there is a spec https://blueprints.launchpad.net/heat/+spec/keystone-based-resource-availability.02:17
*** Yanyanhu has joined #heat02:18
KanagarajMi believe it might help.02:18
asalkeldthis is going to be a more and more important issue as the "big tent" grows, with overlapping features and serivces that are installed inconsistently in different clouds02:19
asalkeldgood bye to portablity02:20
*** kebray has joined #heat02:20
KanagarajMyes. seems to be.02:20
Qimingsad thing for users02:21
asalkeldKanagarajM: you *could* make a extra Alarm that was totally compatible with the existing ones?02:22
asalkeldso people just need to patch their environment02:22
asalkeldKanagarajM: Qiming does that seem like a reasonable compromise?02:23
Qimingthat would be cool02:23
KanagarajMto understand correctly, provide an additional monasca Alarm resource, which matches extactly the celiometer alarm.02:24
asalkeldyeah02:24
asalkeldnot sure how to name that02:24
KanagarajMok. sure. that would achieve all of our needs. thanks.02:25
asalkeldnp02:25
* asalkeld the mediator ;)02:25
asalkeldlunch time02:26
*** achanda has joined #heat02:29
*** zzxwill has joined #heat02:29
zzxwillHow to enable heat just generate DEBUG/ERROR/CRITICAL log?02:30
asalkeldzzxwill: it will by default log info and above02:31
asalkeldbut go to /etc/heat/heat.conf02:31
asalkeldand set debug=true02:31
zzxwillI've set it to true, but there are still "INFO" log and logs with level, like "[05/07/2015 09:51:08 EDT]sqlalchemy.engine.base.EngineINFO : SELECT raw_template.created_at AS raw_template_created_at"02:33
zzxwillasalkeld: Is it possible that there are any other files control the level of the heat log?02:35
asalkeldonly if you have log_config set02:37
zzxwillWhere can I set log_config? I'd like to check the setting.02:38
asalkeldzzxwill: https://github.com/openstack/oslo.log/blob/master/oslo_log/_options.py02:38
*** andersonvom has joined #heat02:38
asalkeldthat explains all the logging options ^02:38
* asalkeld now eating lunch ...02:38
*** sambol has quit IRC02:39
*** andersonvom has quit IRC02:43
*** Raj2 has quit IRC02:43
*** sambol has joined #heat02:54
zzxwillI didn't update that _options.py.02:55
Qiminghttps://github.com/openstack/oslo.log/blob/master/oslo_log/_options.py#L8702:55
Qimingsqlalchemy log level was default to WARN02:55
*** dims has joined #heat03:01
*** dims has quit IRC03:06
*** KanagarajM_ has joined #heat03:15
ramishrastevebaker, asalkeld  Hi! 'gate-heat-templates-dsvm'  does not seem to have heat enabled, https://review.openstack.org/#/c/181286/03:18
*** KanagarajM has quit IRC03:18
asalkeldramishra: heat is not on by default anymore03:20
ramishraasalkeld: yeah. not good though:) all tests were failing and it took me sometime to realise it:(03:22
asalkeldhttps://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/heat.yaml#L2-L2703:22
asalkeldthat needs updating03:22
*** achanda has quit IRC03:22
ramishraasalkeld: done that. thats the review https://review.openstack.org/#/c/181286/03:22
asalkeld export DEVSTACK_GATE_HEAT=103:23
asalkeld?03:23
asalkeldeither works03:23
*** baikai has joined #heat03:24
*** baikai has quit IRC03:32
*** andersonvom has joined #heat03:39
*** KanagarajM_ has quit IRC03:42
*** andersonvom has quit IRC03:44
*** EricGonczer_ has joined #heat03:44
sirushtiramishra, shouldn't the other services also be enabled since we'd also validate CustomConstraints too on validate? no?03:49
*** sambol has quit IRC03:53
stevebakerramishra: yeah, that would help. It is no longer enabled by default03:54
*** Marga_ has joined #heat03:58
*** Marga_ has quit IRC04:00
*** Marga_ has joined #heat04:00
*** ashishjain has quit IRC04:01
*** EricGonczer_ has quit IRC04:03
*** kebray has quit IRC04:04
*** andersonvom has joined #heat04:06
openstackgerritMerged openstack/heat-specs: Search Resource Type  https://review.openstack.org/16866204:10
*** pal has joined #heat04:11
*** sdake has quit IRC04:13
*** achanda has joined #heat04:22
*** achanda has quit IRC04:28
*** KanagarajM has joined #heat04:32
KanagarajMasalkeld: on monasca spec, for adding the new alaram, which is compatiable with existing alrams, shall i name it as OS::Monasca::AlarmI , I for improved04:42
*** achanda has joined #heat04:42
KanagarajMasalkeld: in which, we could allow user directly feed only web hook,04:43
*** Yanyanhu has quit IRC04:45
*** Yanyanhu has joined #heat04:45
asalkeldKanagarajM: i honestly  don't know04:50
asalkeldpeople love to bike shed names:004:50
asalkeldbrb picking kids up04:50
KanagarajMasalkeld: ok.  i will keep with that name and any better names come as part of review, i will update it.04:53
*** aweiteka has quit IRC04:53
openstackgerritKanagaraj Manickam proposed openstack/heat-specs: Monasca resource plugin for Alarm and Notification  https://review.openstack.org/17426204:56
KanagarajMQiming: could you kindly review ^ once, whether it sastify our needs as discussed earlier04:57
*** gokrokve has joined #heat04:58
*** vijayagurug has joined #heat05:01
KanagarajMelynn: hi, are you here?05:08
*** gokrokve has quit IRC05:09
*** gokrokve has joined #heat05:10
*** gokrokve has quit IRC05:13
*** gokrokve has joined #heat05:13
*** gokrokve has quit IRC05:18
*** huangtianhua has quit IRC05:19
*** baikai has joined #heat05:20
*** Qiming has quit IRC05:21
*** baikai_ has joined #heat05:22
*** Qiming has joined #heat05:22
*** baikai_ has quit IRC05:22
baikaiHi05:24
*** baikai has quit IRC05:27
*** sabeen1 has quit IRC05:36
*** gokrokve has joined #heat05:40
*** gokrokve has quit IRC05:42
*** gokrokve has joined #heat05:42
sirushtiasalkeld, stevebaker, just a heads up that I've posted a project-config patch for non-voting grenade jobs -> https://review.openstack.org/#/c/178352/05:44
*** inc0 has joined #heat05:48
*** pal has quit IRC05:48
*** pal has joined #heat05:48
elynnHi KanagarajM05:58
elynnLeave for lunch before.05:58
*** Yanyan has joined #heat06:19
KanagarajMelynn: hi06:19
elynnHi kairat_kushaev06:21
elynnHi KanagarajM06:22
*** Yanyanhu has quit IRC06:22
elynnabout your patch?06:22
KanagarajMelynn: yes :)06:22
elynnIn handle_update() I didn't get the logic, is it just leave it None and  then keystone will not update it?06:23
KanagarajMelynn: if i remember correctly, during kilo, I got review comments to incorporate this way, to behave in the similar mode during create and update06:25
KanagarajMelynn, when the name is not provided, fall back to the physical resource name.06:25
*** huangtianhua has joined #heat06:27
elynnIn what case the name will not be provided?06:27
elynnsince it's required06:27
KanagarajMwhen the first part zaneb provided the sepc, zaneb wanted to go with name as not required property and in this case go with default physical resource name. and this is useful in case of any automated test environment.06:29
elynnI recheck your code, find out that name is not required, my bad.06:30
elynnI have another question06:30
elynnIf I create a service with name='foo'06:31
zzxwill@Qiming: Got it. Thanks:06:31
elynnthe update it ,but leave the name='foo'06:31
elynnwill this name be changed?06:31
KanagarajMno, it won't change06:32
elynnYour code is name = (prop_diff.get(self.NAME) or self.physical_resource_name())06:32
elynnself.physical_resource_name() will return 'foo'?06:32
KanagarajMyes06:33
elynnhttps://github.com/openstack/heat/blob/master/heat/engine/resource.py#L854-L86506:34
KanagarajMlet me check06:34
elynnShould you override the physical_resource_name() function in your code?06:34
elynnlike https://github.com/openstack/heat/blob/master/contrib/heat_zaqar/heat_zaqar/resources/queue.py#L67-L6806:35
KanagarajMi don't think it will return foo. it will be different,06:35
elynnYou finally get my point.06:36
KanagarajMthanks for pointing out. i think, if physical_resource_name() is implemented to return the Name, it might fail during create06:37
*** achanda has quit IRC06:38
KanagarajMinstead, we could go with  name = (prop_diff.get(self.NAME) or self.properties.get(self.NAME) or self.physical_resource_name())06:38
elynnhmm, maybe just change your code logic is enough.06:38
KanagarajMsure, i wanted to confirm with you. thanks :)06:38
elynnWhy not just leave the name = None if not update it.06:38
elynnhttps://github.com/openstack/heat/blob/master/contrib/heat_zaqar/heat_zaqar/resources/queue.py#L67-L6806:38
elynnsorry , wrong link06:39
elynnhttps://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v3/services.py#L61-L6906:39
KanagarajMit might itroduce inconsistency with other keystone resources.06:39
elynnThere are two situation here.06:40
elynn1. name didn't change when update, then we don't need to change name property.06:41
elynn2. name change from 'foo' to None, then we should use self.physical_resource_name() for it.06:42
elynnIs that right?06:42
KanagarajM2nd case is taken care in the handle_update, i believe06:42
elynnHmm, seems  name = (prop_diff.get(self.NAME) or self.properties.get(self.NAME) or self.physical_resource_name()) can work.06:43
KanagarajM1st case, yes, only update those properties which are changed, and leave the remaining one as its .06:43
kairat_kushaevelynn: Hi06:44
*** Marga_ has quit IRC06:44
KanagarajMelynn: i will update by considering these cases in place. thanks06:45
elynnI also notice that there's a 'enabled' option for services, could you also add it?06:47
*** Qiming_ has joined #heat06:48
*** Qiming has quit IRC06:48
openstackgerritKanagaraj Manickam proposed openstack/heat: Removes redundant validation of template (1)  https://review.openstack.org/17371006:48
KanagarajMelynn: though enabled is good property to add, it is not documented by keystone. so while the spec was being reviewed, skernav suggested to remove it06:48
elynnok, i'm fine with it.06:49
*** nkhare has joined #heat06:49
KanagarajMelynn: ok06:49
*** pitr-ch has quit IRC06:53
*** pitr-ch has joined #heat06:56
KanagarajMkairat_kushaev: hi06:58
kairat_kushaevKanagarajM: hi06:58
KanagarajMkairat_kushaev, I'm working on the issue of avoiding the redudant validation of same template https://review.openstack.org/173710, and it might need the dogpile cache backend07:00
KanagarajMto store and retrive the check of validation is done or not.07:00
KanagarajMso  i would like get your help on incorporating it.07:01
*** jrist has quit IRC07:02
*** jrist has joined #heat07:03
kairat_kushaevKanagarajM: Hmm, interesting. Yep, I am going to start work on this next week.07:04
kairat_kushaevKanagarajM: But just interesting why do you need to store these checks in cache?07:04
KanagarajMkairat_kushaev: ok. in case of instance_group case, the same template is being used and it might be processed across different engines07:05
kairat_kushaevKanagarajM: When I created blueprint I was going to cache some values to avoid redundant API request07:05
kairat_kushaevKanagarajM: ah, got it. So will it be appropriate if I am starting this work next week?07:07
KanagarajMkairat_kushaev: ok. I was assuming that same cache backend could be used for this issue.07:07
kairat_kushaevKanagarajM: yep07:08
KanagarajMkairat_kushaev: sure. no problem. i can wait for.07:09
openstackgerritMerged openstack/heat: cleanup of hacking.rst heat doc  https://review.openstack.org/17792207:19
openstackgerritSergey Kraynev proposed openstack/python-heatclient: Add functional tests from Tempest  https://review.openstack.org/18021707:19
openstackgerritSergey Kraynev proposed openstack/python-heatclient: Add OS_TEST_PATH to testr  https://review.openstack.org/18021607:19
openstackgerritSergey Kraynev proposed openstack/python-heatclient: Add first pass at post_test_hook for functional  https://review.openstack.org/18053907:19
openstackgerritSergey Kraynev proposed openstack/python-heatclient: Move unittests to subdir unit  https://review.openstack.org/18021507:19
skraynevgood morning07:20
*** BManojlovic has joined #heat07:20
openstackgerritMerged openstack/heat-specs: Cinder volume encryption support  https://review.openstack.org/16867507:27
*** huangtianhua has quit IRC07:31
*** ifarkas has joined #heat07:31
*** huangtianhua has joined #heat07:33
*** jamielennox is now known as jamielennox|away07:36
*** andersonvom has quit IRC07:38
*** alexheneveld has joined #heat08:05
*** tobe has joined #heat08:05
*** Qiming_ is now known as Qiming08:09
*** chlong has quit IRC08:20
*** Tango|2 has quit IRC08:20
*** tobe has quit IRC08:31
*** andersonvom has joined #heat08:35
*** sergmelikyan has quit IRC08:35
*** derekh has joined #heat08:37
*** andersonvom has quit IRC08:40
*** tspatzier has joined #heat08:40
*** tochi has quit IRC08:49
*** BManojlovic has quit IRC08:53
openstackgerritMerged openstack/heat: changed heat dev docs to comply with conventions  https://review.openstack.org/17751608:54
*** cdent has joined #heat08:56
sirushtielynn, around?08:58
elynnHi sirushti08:58
sirushtiso re:180903, is there a reason you don't want the constraint?08:58
*** BManojlovic has joined #heat09:00
elynnWe can leave that for discussion open for others.09:01
elynnSince many project doesn't constraint name in db.09:01
elynnIf in v2 API design that we decide to use stack-id for API instead of name, we will need to remove that constraint.09:03
elynnMaybe in the future we can support create stacks with same name.09:04
sirushtielynn, Ok, if it's a pattern we want to follow to be consistent with the other projects, we should atleast use a DB transaction for it?09:06
elynnCould you be more explicit?09:08
elynnLike old patch do?09:08
sirushtielynn, yeah, similar to that, basically I just want the get+update to be atomic09:09
sirushtisince the problem is when two engines read the database at the same time before either of them write to the database, they have the context that there is no stack in the database and hence write to the database with duplicate stack names09:11
elynnI think only add constraint on tenant+stack_name can totally remove this problem.09:13
elynnSeems DB transaction may not help, see comments from old patch.09:14
sirushtielynn, sure, that definitely is simpler :) I was only suggesting alternatives since you didn't want to do that in the first place.09:15
sirushtielynn, transactions will work actually, it's just not a very clean solution for the problem09:17
elynnYes , I'm not a fan of it. My patch only intend to reduce the possibility to create stacks for same name.09:17
elynnMaybe we can discuss that in maillist, if others agree that solution.09:21
sirushtielynn, I suppose other reviewers will eventually just weigh in their opinions09:22
*** nkhare has quit IRC09:24
*** asalkeld has quit IRC09:34
*** andersonvom has joined #heat09:35
openstackgerritMerged openstack/heat: Assert that we can update TemplateResources with a new file path  https://review.openstack.org/18084709:36
*** andersonvom has quit IRC09:40
*** Yanyan has quit IRC09:41
*** alexpilotti has joined #heat09:49
*** coolsvap|afk is now known as coolsvap10:03
*** LiJiansheng has joined #heat10:31
*** zzxwill has quit IRC10:31
*** hdd has joined #heat10:34
*** LiJiansheng has quit IRC10:45
*** hdd has quit IRC10:45
*** Qiming has quit IRC10:49
matttstevebaker: will https://review.openstack.org/#/c/179671/ get backported to kilo ?10:51
*** huangtianhua has quit IRC10:53
*** dims has joined #heat11:13
*** pal has quit IRC11:19
*** zzxwill has joined #heat11:28
*** dims has quit IRC11:28
*** dims has joined #heat11:29
*** smccully has quit IRC11:36
*** alexheneveld has quit IRC11:39
*** hdd has joined #heat11:40
*** aweiteka has joined #heat11:45
*** Qiming has joined #heat11:54
*** EricGonczer_ has joined #heat11:55
*** hdd has quit IRC12:01
*** rpothier has joined #heat12:02
*** sdake has joined #heat12:07
*** sdake_ has joined #heat12:10
*** derekh is now known as derekh_afk12:11
*** sdake has quit IRC12:14
*** MVenesio has joined #heat12:14
*** KanagarajM has quit IRC12:15
*** alexheneveld has joined #heat12:31
*** vijayagurug has left #heat12:31
*** EricGonczer_ has quit IRC12:33
*** jaime49 has joined #heat12:36
*** Qiming_ has joined #heat12:42
*** sdake has joined #heat12:44
*** Qiming has quit IRC12:46
*** chlong has joined #heat12:47
*** sdake_ has quit IRC12:47
*** inc0 has quit IRC12:48
*** jrist has quit IRC12:56
*** jrist has joined #heat12:57
*** derekh_afk is now known as derekh13:00
*** hdd has joined #heat13:01
*** hdd has quit IRC13:03
*** dyasny has joined #heat13:10
*** cdent has quit IRC13:12
*** EmilienM|afk is now known as EmilienM13:15
*** dims has quit IRC13:19
*** dims has joined #heat13:20
*** jaime49 has quit IRC13:27
*** jaime49 has joined #heat13:28
*** jaime491 has joined #heat13:29
*** jaime491 has quit IRC13:29
*** jaime491 has joined #heat13:30
*** jaime49 has quit IRC13:30
*** jaime49 has joined #heat13:31
*** sabeen1 has joined #heat13:32
*** crose has joined #heat13:34
*** jaime491 has quit IRC13:36
*** coolsvap is now known as coolsvap|afk13:37
*** rpothier has quit IRC13:41
*** Raj1 has joined #heat13:43
*** andersonvom has joined #heat13:44
*** cdent has joined #heat13:46
*** coolsvap has joined #heat13:47
*** andersonvom has quit IRC13:48
*** jaime49 has quit IRC13:50
*** MVenesio has quit IRC13:50
*** jaime49 has joined #heat13:50
*** openstackgerrit has quit IRC13:51
*** dims is now known as dimsum__13:51
*** openstackgerrit has joined #heat13:51
*** signed8bit has joined #heat13:52
*** jpeeler has joined #heat13:53
*** Raj1 has quit IRC13:59
*** smccully has joined #heat13:59
*** smccully has quit IRC14:01
*** smccully has joined #heat14:03
*** htruta has joined #heat14:04
*** vijayagurug has joined #heat14:05
*** smccully has quit IRC14:05
*** smccully has joined #heat14:05
*** vijayagurug has left #heat14:06
*** smccully has quit IRC14:07
*** smccully has joined #heat14:07
*** Raj1 has joined #heat14:07
*** bnemec has joined #heat14:13
*** radez_g0n3 is now known as radez14:14
*** tspatzier has quit IRC14:15
*** Raj1 has quit IRC14:19
*** gokrokve_ has joined #heat14:21
*** gokrokve has quit IRC14:25
*** shakamunyi has joined #heat14:25
*** hdd has joined #heat14:25
*** gokrokve_ has quit IRC14:31
*** gokrokve has joined #heat14:31
*** bnemec is now known as beekneemech14:32
*** pm90_ has joined #heat14:36
*** sambol has joined #heat14:38
*** Marga_ has joined #heat14:38
*** Marga_ has quit IRC14:39
*** Marga_ has joined #heat14:39
*** vijayagurug has joined #heat14:40
*** vijayagurug has left #heat14:41
*** andersonvom has joined #heat14:43
*** jaime49 has quit IRC14:44
*** packet has joined #heat14:45
*** Tango has joined #heat14:48
*** jasond has joined #heat14:52
*** kebray has joined #heat14:54
*** jasond has quit IRC14:58
*** jasond has joined #heat14:58
*** jasond`` has quit IRC15:02
*** randallburt has joined #heat15:03
*** Raj1 has joined #heat15:03
*** blues-man has joined #heat15:06
*** Raj1 has quit IRC15:06
*** Raj1 has joined #heat15:06
*** jaime49 has joined #heat15:08
*** BManojlovic has quit IRC15:09
*** jaime49 has quit IRC15:09
*** jaime49 has joined #heat15:09
*** andersonvom has quit IRC15:11
*** Marga_ has quit IRC15:13
*** sergmelikyan has joined #heat15:13
*** jasond has quit IRC15:14
*** jasond has joined #heat15:18
openstackgerritMerged openstack/heat: Decouple volumes of aws and os  https://review.openstack.org/18038815:21
*** shakamunyi has quit IRC15:25
*** Marga_ has joined #heat15:28
*** Drago has joined #heat15:30
*** Drago has quit IRC15:30
*** Drago has joined #heat15:30
*** andersonvom has joined #heat15:32
*** Marga_ has quit IRC15:37
*** andersonvom has quit IRC15:38
*** MasterPiece has quit IRC15:38
*** Qiming_ has quit IRC15:39
*** jaypipes is now known as leakypipes15:42
*** rpothier has joined #heat15:44
openstackgerritMerged openstack/heat: fix for retrieving leaf nodes in convergence stack delete  https://review.openstack.org/18007415:46
*** EricGonczer_ has joined #heat15:46
*** EricGonczer_ has quit IRC15:51
*** EricGonczer_ has joined #heat15:55
*** openstackstatus has quit IRC15:56
*** openstackstatus has joined #heat15:56
*** ChanServ sets mode: +v openstackstatus15:56
*** hdd has quit IRC15:59
*** randallburt has quit IRC16:00
*** jasond has quit IRC16:05
*** Marga_ has joined #heat16:07
*** jasond has joined #heat16:08
*** shakamunyi has joined #heat16:16
*** Marga_ has quit IRC16:21
*** Marga_ has joined #heat16:22
*** jasond has quit IRC16:25
*** jaime49 has quit IRC16:26
*** Marga_ has quit IRC16:30
*** jasond has joined #heat16:30
*** Raj1 has quit IRC16:33
*** shakamunyi has quit IRC16:33
*** Drago has quit IRC16:35
*** randallburt has joined #heat16:38
*** Marga_ has joined #heat16:39
*** gokrokve has quit IRC16:40
*** radez is now known as radez_g0n316:41
*** Raj1 has joined #heat16:42
*** Raj1 has quit IRC16:42
*** Raj1 has joined #heat16:42
*** radez_g0n3 is now known as radez16:42
*** Marga_ has quit IRC16:43
*** harlowja has quit IRC16:44
*** harlowja has joined #heat16:44
*** packet has quit IRC16:46
*** shakamunyi has joined #heat16:48
*** achanda has joined #heat16:50
*** derekh has quit IRC16:52
*** Tango|2 has joined #heat16:53
*** Raj1 has quit IRC16:56
*** Tango has quit IRC16:56
*** Drago has joined #heat16:56
*** Drago has quit IRC16:57
*** Drago has joined #heat16:57
*** crose has quit IRC16:57
*** gokrokve has joined #heat16:57
*** gokrokve has quit IRC16:58
*** gokrokve has joined #heat16:58
*** Marga_ has joined #heat17:03
*** Marga_ has quit IRC17:03
*** Marga_ has joined #heat17:03
*** shakamunyi has quit IRC17:07
*** blues-man has quit IRC17:10
*** shakamunyi has joined #heat17:18
*** shakamunyi has quit IRC17:23
*** Tango has joined #heat17:23
*** Tango|2 has quit IRC17:24
*** Raj1 has joined #heat17:26
*** shakamunyi has joined #heat17:35
*** Raj1 has quit IRC17:35
*** jaime49 has joined #heat17:43
*** jaime49 has quit IRC17:43
*** jaime49 has joined #heat17:44
*** jasond has quit IRC17:44
*** jasond has joined #heat17:44
*** jpeeler has quit IRC17:46
*** daneyon has joined #heat17:48
*** jaime49 has quit IRC17:49
*** gokrokve has quit IRC17:58
*** alexpilotti has quit IRC18:01
*** Raj1 has joined #heat18:01
*** pm90_ has quit IRC18:02
*** alexpilotti has joined #heat18:02
*** allegra-s has joined #heat18:02
*** andersonvom has joined #heat18:04
*** Raj1 has quit IRC18:05
*** alexpilotti has quit IRC18:07
*** andersonvom has quit IRC18:11
*** jpeeler has joined #heat18:11
*** randallburt has quit IRC18:13
*** coolsvap has quit IRC18:15
*** allegra-s has quit IRC18:22
*** rwsu_ has quit IRC18:24
*** Marga_ has quit IRC18:30
*** Marga_ has joined #heat18:30
*** Marga_ has quit IRC18:35
*** Marga_ has joined #heat18:35
*** Marga_ has quit IRC18:37
*** EricGonczer_ has quit IRC18:40
*** EricGonczer_ has joined #heat18:41
*** serg_melikyan has joined #heat18:48
*** allegra-s has joined #heat18:50
*** alanf-mc has joined #heat18:51
*** alanf-mc has quit IRC18:51
*** zzxwill has quit IRC18:52
*** EricGonczer_ has quit IRC18:54
*** serg_melikyan has quit IRC19:09
*** Marga_ has joined #heat19:09
*** vijayagurug has joined #heat19:24
*** serg_melikyan has joined #heat19:26
*** EricGonczer_ has joined #heat19:27
*** serg_melikyan has quit IRC19:27
*** serg_melikyan has joined #heat19:27
*** alexheneveld has quit IRC19:29
*** EricGonc_ has joined #heat19:30
*** EricGonczer_ has quit IRC19:31
*** EricGonc_ has quit IRC19:35
*** EricGonczer_ has joined #heat19:37
*** Raj3 has joined #heat19:43
*** blomquisg has quit IRC19:45
*** randallburt has joined #heat19:47
*** pm90_ has joined #heat19:48
*** jaime49 has joined #heat19:50
*** jaime49 has quit IRC19:50
*** jaime49 has joined #heat19:51
*** pm90_ has quit IRC19:54
*** EricGonczer_ has quit IRC19:55
*** pm90_ has joined #heat19:55
*** EricGonczer_ has joined #heat19:56
*** packet has joined #heat20:06
*** serg_melikyan has quit IRC20:07
*** alanf-mc has joined #heat20:10
*** aweiteka_ has joined #heat20:11
*** aweiteka has quit IRC20:13
*** erkules_ is now known as erkules20:15
*** erkules has quit IRC20:15
*** erkules has joined #heat20:15
*** shakamunyi has quit IRC20:17
*** signed8b_ has joined #heat20:19
*** signed8bit has quit IRC20:20
*** sdake_ has joined #heat20:22
*** radez is now known as radez_g0n320:24
*** sdake has quit IRC20:26
*** randallburt has quit IRC20:37
*** Raj3 has quit IRC20:39
*** randallburt has joined #heat20:46
larsksIs it normal for a stack-update process to also log DELETE messages?  That happened to me, but as far as I can tell the stack-update worked correctly and nothing was deleted...20:46
*** shakamunyi has joined #heat20:48
*** htruta has quit IRC20:51
zaneblarsks: are you sure none of your resources were actually replaced during the update?20:55
larsksI didn't think so (at least, not the os::nova::servers that I was logged into at the time).  I will have to run through it again and pay closer attention...logs are too cluttered right now because of an *actual* delete operation.20:57
*** vijayagurug has quit IRC20:58
*** signed8bit has joined #heat21:02
*** shakamunyi has quit IRC21:03
*** jasond` has joined #heat21:04
*** signed8b_ has quit IRC21:06
*** aweiteka_ has quit IRC21:14
openstackgerritRyan Brown proposed openstack/heat: Add a periodic task to clean up engine threads  https://review.openstack.org/18155921:14
*** blomquisg has joined #heat21:16
*** sambol has quit IRC21:18
*** pm90_ has quit IRC21:21
*** shakamunyi has joined #heat21:22
*** sdake_ has quit IRC21:26
*** serg_melikyan has joined #heat21:27
*** signed8bit has quit IRC21:29
*** rwsu has joined #heat21:30
*** rwsu has quit IRC21:30
*** rwsu has joined #heat21:31
*** randallburt has quit IRC21:34
*** rwsu has quit IRC21:39
*** Drago has quit IRC21:40
*** EricGonczer_ has quit IRC21:43
*** andersonvom has joined #heat21:43
*** randallburt has joined #heat21:47
*** alexheneveld has joined #heat21:50
*** jasond` has quit IRC21:51
*** jaime49 has left #heat21:52
*** kebray_ has joined #heat21:53
*** kebray has quit IRC21:55
*** rwsu has joined #heat21:58
*** jasond` has joined #heat22:03
*** jpeeler has quit IRC22:03
*** pm90_ has joined #heat22:04
*** shakamunyi has quit IRC22:04
*** barra204 has joined #heat22:05
*** EmilienM is now known as EmilienM|afk22:08
*** jasond` has quit IRC22:09
*** alexpilotti has joined #heat22:14
*** beekneemech has quit IRC22:18
*** dimsum__ has quit IRC22:21
*** cdent has quit IRC22:23
*** jasond` has joined #heat22:25
*** jasond` has quit IRC22:26
*** serg_melikyan has quit IRC22:28
*** kebray_ has quit IRC22:36
*** allegra-s has quit IRC22:43
*** kebray has joined #heat22:48
*** pm90_ has quit IRC22:49
*** alexheneveld has quit IRC22:55
*** rwsu has quit IRC22:56
*** serg_melikyan has joined #heat23:00
*** serg_melikyan has quit IRC23:05
*** rpothier has quit IRC23:06
*** randallburt has quit IRC23:08
*** packet has quit IRC23:15
*** daneyon_ has joined #heat23:16
*** daneyon has quit IRC23:19
*** pm90_ has joined #heat23:19
*** rwsu has joined #heat23:22
*** barra204 has quit IRC23:22
*** alexheneveld has joined #heat23:23
*** pm90_ has quit IRC23:43
*** pm90_ has joined #heat23:44
*** alexpilotti_ has joined #heat23:45
*** alexpilotti has quit IRC23:47
*** alexpilotti_ is now known as alexpilotti23:47
*** pm90_ has quit IRC23:48
*** andersonvom has quit IRC23:54
*** rwsu has quit IRC23:56

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