Friday, 2014-10-10

*** Drago has joined #heat00:01
*** harlowja has quit IRC00:02
*** harlowja has joined #heat00:02
asalkeldzane , it might be because it is not reloading the stack00:03
asalkeld(it's in mem)00:03
zanebit _is_ reloading the stack though00:03
asalkeldI made my own version of that00:04
zanebloaded_stack = parser.Stack.load(self.ctx, self.stack.id)00:04
asalkeldand still no joy00:04
zanebloads fresh from the db00:04
asalkeldhttp://paste.openstack.org/show/120018/00:05
asalkeldself.stack.update(00:06
zanebwow, paste.o.o is really fancy at showing diffs00:06
asalkelduses the same self.stack for the actual update00:06
asalkeldhttp://paste.openstack.org/show/120019/00:08
asalkeldthat's my fix so far00:08
*** beekneemech has joined #heat00:09
*** nkhare has quit IRC00:09
zanebasalkeld: just emailed you a simpler patch00:09
*** bnemec has quit IRC00:09
zanebI wouldn't be comfortable with backporting a refactor that big to -rc300:10
zanebthough I agree we should do it for kilo00:10
asalkeldok, fair enough00:10
zanebwhat we really need though is a failing test :/00:10
asalkeldjust added the properties data00:10
asalkeldzaneb, i'll look at reloading the "existing stack"00:11
zanebok. in theory it makes no difference00:12
zanebbut clearly we're past the point where theory is an accurate guide ;)00:12
asalkeldyeah00:12
openstackgerritA change was merged to openstack/heat: Fix network_gateway residue when resource deletion  https://review.openstack.org/12067900:15
*** packet has joined #heat00:16
zanebasalkeld: tried it. still didn't fail00:19
*** packet has quit IRC00:20
*** Drago has quit IRC00:25
asalkeldzaneb, i got a reproducer00:25
zanebwhat's the secret?00:25
asalkeldthe way you load the stack00:25
zaneb8-|00:26
openstackgerritAbhishek Chanda proposed a change to openstack/heat: Do not gate on sample config  https://review.openstack.org/12738700:26
asalkeldself.stack = parser.Stack.load(self.ctx, stack_id=stack_id)00:26
asalkeldi went and looked at service.py00:26
asalkeldhttp://paste.openstack.org/show/120022/00:27
asalkeldtest ^00:27
asalkeld testr run test_update_modify_ok_replace_int00:27
asalkeldExpectedMethodCallsError: Verify: Expected methods never called:00:27
asalkeld  0.  handle_update.__call__(<IgnoreArg>, <IgnoreArg>, {'an_int': 1}) -> None00:27
asalkeldas the bug suggests00:28
asalkeldyour patch works00:29
zanebdef load(cls, context, stack_id=None, ...00:29
zanebso loading the stack is the same00:29
*** Putns has quit IRC00:30
zanebweird, but I'll take any reproducer at this point00:30
asalkeldno00:30
asalkeldwe were not properly loading it from the db - i dont' think00:30
asalkeldshrug, agree00:31
asalkeldmust be a different code path00:31
*** daneyon_ has quit IRC00:31
*** daneyon has joined #heat00:31
*** daneyon has quit IRC00:32
openstackgerritAngus Salkeld proposed a change to openstack/heat: Make sure that the properties are stored on updates  https://review.openstack.org/12739300:32
*** daneyon has joined #heat00:33
asalkeldzaneb, ^00:33
zanebasalkeld: commit msg is out of date00:33
asalkelddoh, fixin00:34
openstackgerritAngus Salkeld proposed a change to openstack/heat: Make sure that the properties are stored on updates  https://review.openstack.org/12739300:36
*** daneyon has quit IRC00:37
asalkeldlets see if the tests pass:-O00:37
*** tango has quit IRC00:39
*** hdd has joined #heat00:41
*** Qiming has joined #heat00:42
Qimingmorning!00:43
*** packet has joined #heat00:43
asalkeldhi Qiming00:44
*** ramishra has joined #heat00:44
Qiminghi, asalkeld00:45
zanebasalkeld: I found the problem - that test was replacing the resource on update. and of course the newly-created resource works just fine00:46
*** Murali_ has joined #heat00:46
zanebmystery solved00:46
*** Murali_ has quit IRC00:46
asalkeldok00:46
asalkeldres = stack[bla] ?00:47
*** Murali_ has joined #heat00:47
asalkelddo something with res00:47
*** rwsu has quit IRC00:47
asalkeldi have a test failure in heat/tests/test_neutron_autoscaling.py00:47
asalkeldworking on that00:47
*** EricGonczer_ has joined #heat00:47
*** packet has quit IRC00:48
zanebasalkeld: I saw that error. seems to be intermittent :(00:48
asalkeldhorrid test that00:49
asalkeldlooks like a functional test00:49
asalkeldall mocked out00:49
*** ramishra has quit IRC00:49
zanebStarting new HTTP connection (1): example.com00:50
*** hdd has quit IRC00:52
asalkeldheat/tests/fakes.py:        return 'http://example.com:1234/v1'00:52
zaneboh wait, maybe it's not intermittent. it only shows up with the fix in place. probably something that should have been updated but wasn't being, and so some of the mocks were missing00:54
asalkeld"heat/engine/resources/neutron/loadbalancer.py", line 675, in handle_update00:54
asalkeldloadbalancer needs mocking00:54
asalkeldnot sure why it's trying to delete a member00:55
*** EricGonczer_ has quit IRC00:56
*** JayJ has joined #heat00:56
*** spzala has quit IRC00:57
zanebasalkeld: could you review https://review.openstack.org/#/c/127100/01:02
asalkeldsue01:02
asalkeldsure01:02
*** JayJ has quit IRC01:02
*** JayJ has joined #heat01:03
*** JayJ has quit IRC01:07
*** JayJ has joined #heat01:08
*** JayJ has quit IRC01:12
*** JayJ has joined #heat01:13
*** zhiwei has joined #heat01:15
zhiweihi, can anyone tell me how to use percent_change_in_capacity in scaleup policy?01:16
asalkeldzhiwei, if you have 4 members in asg and you percent change is %50, it will go +-201:17
*** JayJ has quit IRC01:17
asalkeld(+2 if it's scale up)01:18
*** JayJ has joined #heat01:18
zhiweiasalkeld: but when I set the scaling_adjustment to 1, heat will treat it as an absolutely number?01:19
zhiweican I specify it to 1%?01:19
asalkeldyes, just to be clear what resource type are we talking about?01:19
asalkeldand template?01:19
zhiweiyes, os.heat.autoscalinggroup01:20
asalkeldhttp://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::AutoScalingPolicy01:21
zhiweiyeah, I am looking on this.01:22
*** Drago1 has joined #heat01:22
zhiweibut I think the content is too simple.01:22
asalkeldzhiwei, you can set it to %1 but it's not going scale unless you have a lot of resources01:22
*** JayJ has quit IRC01:22
zhiweiI see.01:22
zhiweiI set it to 0.5, but no resources to scaleup.01:23
asalkeld5 + %1 is still 501:23
*** JayJ has joined #heat01:23
zhiweithe value is float, so I set it to 0.5, may this means 50%01:23
asalkeldhttps://github.com/openstack/heat/blob/master/heat/engine/resources/autoscaling.py#L4601:23
*** sgordon_ has quit IRC01:23
asalkeldi'd suggest just reading the code that does this01:24
zhiweiok01:24
asalkeldit01:24
asalkeldit's simple01:24
*** LiJiansheng has joined #heat01:25
zhiweiyes, thank you very much. this is what I want to know.01:25
*** Drago1 has quit IRC01:26
*** JayJ has quit IRC01:28
*** JayJ has joined #heat01:28
*** EricGonczer_ has joined #heat01:31
*** ramishra has joined #heat01:32
*** JayJ has quit IRC01:33
*** JayJ has joined #heat01:33
*** erkules_ has joined #heat01:34
*** erkules has quit IRC01:36
*** JayJ has quit IRC01:38
*** JayJ has joined #heat01:38
*** nosnos has joined #heat01:39
*** JayJ has quit IRC01:40
*** packet has joined #heat01:44
*** ramishra has quit IRC01:47
*** JayJ has joined #heat01:48
*** zns has joined #heat01:49
*** packet has quit IRC01:49
*** JayJ has quit IRC01:53
*** JayJ has joined #heat01:53
*** JayJ has quit IRC01:58
openstackgerritA change was merged to openstack/heat: Update references to auth_token middleware  https://review.openstack.org/12710001:58
*** JayJ has joined #heat01:58
*** JayJ has quit IRC01:59
openstackgerritAngus Salkeld proposed a change to openstack/heat: Make sure that the properties are stored on updates  https://review.openstack.org/12739302:04
*** ramishra has joined #heat02:05
openstackgerritAngus Salkeld proposed a change to openstack/heat: Bring the fakelogging closer to olsotest  https://review.openstack.org/12740102:07
*** blomquisg has joined #heat02:07
tiantianasalkeld: hi02:11
asalkeldhi tiantian02:11
asalkeldi always seem to internally pronounce tiantian as titan ;)02:12
tiantianplease see my patch https://review.openstack.org/#/c/122913/02:12
asalkeldlol that looks familia02:13
*** dsneddon_ has quit IRC02:13
tiantianthis one same as the https://review.openstack.org/127393 :)02:13
*** dsneddon_ has joined #heat02:13
tiantianthere is always something wrong about the python27/26 tests, and I see the same problem of your patch02:14
asalkeldit should work now02:14
asalkeldif you don02:14
asalkeldif you don't fix tests you are not going to get reviews02:14
asalkeldbut that would have been good patch to have in earlier02:15
tiantiannp, I just don't know how to fix the problem of the lb02:15
asalkeldi have fixed that02:16
tiantianyour mean it's correct to delete_member?02:20
asalkeldtiantian, it seems to be what it wants to do - I am not overly stressed by that atm02:21
asalkeldtiantian, if you run into a problem like that again just ask for some help - important these things get fixed02:21
*** lazy_prince has quit IRC02:23
tiantianI thought it's wrong to into delete_member, due it just to extend one member to three members, so I was very confused:(02:27
asalkeldthat update logic may be wrong, but the final state is good02:27
asalkeldi'll have a look at it02:27
asalkeldtiantian, not sure this is right:  members = set(prop_diff[self.MEMBERS])02:29
asalkeldthat means "members" == only-new-members02:30
*** Dragomir has joined #heat02:33
*** dsneddon_ has quit IRC02:33
*** killer_prince has joined #heat02:33
*** killer_prince is now known as lazy_prince02:33
*** blomquisg has quit IRC02:34
*** EricGonczer_ has quit IRC02:34
*** dsneddon_ has joined #heat02:34
*** hdd has joined #heat02:35
*** andersonvom has quit IRC02:36
*** harlowja is now known as harlowja_away02:37
*** ramishra has quit IRC02:37
asalkeldtiantian, it seems there is one create and two updates happing to the lb02:38
asalkeldLoadBalancer members:set([u'i3wyx2bvnbn2'])02:38
asalkeldLoadBalancer old_members:set([])02:38
asalkeldLoadBalancer members:set([])02:38
asalkeldLoadBalancer old_members:set([u'i3wyx2bvnbn2'])02:38
asalkeldLoadBalancer members:set([u'pprwtck4bck6', u'i3wyx2bvnbn2', u'53xgv7lpudd2'])02:38
asalkeldLoadBalancer old_members:set([])02:38
*** hdd has quit IRC02:39
*** andersonvom has joined #heat02:40
*** zns has quit IRC02:41
openstackgerritAbhishek Chanda proposed a change to openstack/heat: Do not gate on sample config  https://review.openstack.org/12738702:45
tiantianasalkeld: the first two lines is happend in autoscaling group created completed, it's ok to me02:48
tiantianbut then to extend the group from 1 to 3, why first to delete the member u'i3wyx2bvnbn2'?02:49
asalkeldyeah, looking02:50
*** simonc has quit IRC02:54
*** liusheng has quit IRC02:55
tiantianbefore we store the properties_data, it seems won't go ento the lb handle_update()02:55
*** liusheng has joined #heat02:56
*** openstackgerrit has quit IRC02:58
*** ramishra has joined #heat03:01
asalkeldhttp://paste.openstack.org/show/120037/03:03
asalkeldtiantian, ^03:03
asalkeldthe middle lb_reload is not called from autoscaling03:03
asalkeldit should be a "nothing has changed' update03:04
asalkeldbut we are using prop_diff03:04
*** hdd has joined #heat03:08
*** ramishra has quit IRC03:11
*** harlowja_away has quit IRC03:12
*** andersonvom has quit IRC03:17
tiantianI try to understand it: when updating LoadBalancer "ElasticLoadBalancer", it enter the lb handle_update(), and it delete the first member, and then when updating AutoScalingGroup "SvrGrp", it enter the lb handle_update again, and to create the 3 members, right?03:20
asalkeldi think it's just not storing things correctly03:21
asalkeldwhen we are in the initial create we do an update03:21
asalkeldand maybe it's not storing that new property03:22
*** Drago1 has joined #heat03:23
*** sanjayu has joined #heat03:25
*** Drago1 has quit IRC03:25
tiantianbefore your patch, when updating LoadBalancer "ElasticLoadBalancer", it won't enter the lb handle_update(), because it's "no need to update", but after your patch, the prop of LoadBalancer "ElasticLoadBalancer" resource is different, and will enter the lb handle_update()03:25
asalkeldyeah03:25
*** nosnos has quit IRC03:26
*** nosnos has joined #heat03:26
asalkeldhttp://paste.openstack.org/show/120038/03:26
asalkeld WARNING [heat.engine.resource] before_props {u'protocol_port': 8080, u'pool_id': u'987a5c57-fd6f-4615-9f78-f24aa1692da1', u'members': [u'phsl4no46pnh']}03:27
asalkeld WARNING [heat.engine.resource] after_props {u'protocol_port': 8080, u'pool_id': <heat.engine.cfn.functions.ResourceRef {Ref: u'myPool'}03:27
asalkeldit's reading before is ok, but after is actually old03:27
*** achanda has joined #heat03:28
tiantianyeah03:28
achandastevebaker: ping03:29
stevebakerachanda: pong03:29
achandatrying to debug the failures for https://review.openstack.org/#/c/127387/03:29
*** xmltok has quit IRC03:29
achandaI dont see anything in the logs that can help03:30
achandaany idea how should I proceed?03:30
achandathis one failed03:30
achandahttps://jenkins04.openstack.org/job/check-tempest-dsvm-full/21919/console03:30
*** nosnos has quit IRC03:30
*** xmltok has joined #heat03:32
tiantianthe after_props come from the LoadBalancer "ElasticLoadBalancer" resource template, so it hasn't "members", what should we do to avoid delete the first member, it was my confustion:)03:33
asalkeldit should be loaded from the db03:34
stevebakerachanda: my guess is that devstack *needs* heat.conf.sample because it copies to /etc/heat/heat.conf, so first you'll need to land a devstack change which generates heat.conf03:34
achandastevebaker: I see03:35
achandalet me compare with nova03:35
achandathanks!03:35
asalkeldtiantian, O - i see03:35
stevebakerachanda: in theory creating an empty /etc/heat/heat.conf would be enough03:36
asalkeldtiantian,  https://github.com/openstack/heat/blob/master/heat/tests/test_neutron_autoscaling.py#L33703:36
asalkeldtiantian, that is the "before"03:36
asalkeldtiantian, https://github.com/openstack/heat/blob/master/heat/tests/test_neutron_autoscaling.py#L34303:36
asalkeldtiantian, that is the after03:36
asalkeldo suck03:36
achandastevebaker: that might be confusing for someone who just cloned the repo03:36
asalkeldtiantian, makes sense tho'03:36
achandastevebaker: if nothing else works out, maybe then we can try that03:37
stevebakerachanda: http://logs.openstack.org/87/127387/2/check/check-tempest-dsvm-full/18bf6df/logs/devstacklog.txt.gz#_2014-10-10_00_34_43_07903:37
stevebakerachanda: lets do whatever nova does03:37
achandastevebaker: roger that03:37
asalkeldtiantian, i don't think this is going to be a quick solution03:38
asalkeldtiantian, maybe i can raise a bug for it03:39
asalkeldit's less of a bug then the not-storing-properties bug03:39
asalkeldit's a problem of having 2 masters (dynamic scaling group and the template)03:40
tiantianwonderful, just do it:) I should ask for help earlier03:42
tiantianthanks very much03:42
*** ramishra has joined #heat03:42
*** ramishra has quit IRC03:47
*** akuznetsov has quit IRC03:50
asalkeldtiantian, this is really not a nice bug either:-(03:51
asalkeldbug 137961903:52
uvirtbotLaunchpad bug 1379619 in heat "loadbalancer resource suffers from having 2 masters" [Undecided,New] https://launchpad.net/bugs/137961903:52
*** nkhare has joined #heat03:53
*** Murali_ has quit IRC03:54
*** Murali__ has joined #heat03:54
tiantianasalkeld: yeah, I don't know the way:(03:57
tiantianasalkeld: https://bugs.launchpad.net/heat/+bug/1370838 hope have a look04:00
uvirtbotLaunchpad bug 1370838 in heat "db migrate to 038 version execute failed" [Medium,Triaged]04:00
tiantianI don't kown the solution, I try to set the column before set nullable=false, but it's failed, due we can't set the ForeignKey, and I'm not good at the db operate04:03
asalkeldlooking04:03
asalkeldtiantian, nothing off top of my head04:05
asalkeldyou could temporarily create  a fake stack entry (to use as the catch all foreign key)04:06
asalkeldbrb, taking a break04:07
tiantianlaunch time for me:) tks04:08
*** kebray has joined #heat04:09
*** achampion has quit IRC04:12
*** erkules_ is now known as erkules04:19
*** achampion has joined #heat04:22
*** hdd has quit IRC04:27
*** nosnos has joined #heat04:32
*** swygue has quit IRC04:40
*** andersonvom has joined #heat04:42
*** andersonvom has quit IRC04:43
*** Murali__ has quit IRC04:43
*** andersonvom has joined #heat04:47
*** andersonvom has quit IRC04:52
*** andersonvom_ has joined #heat04:52
*** kebray has quit IRC04:56
*** akuznetsov has joined #heat04:56
*** achanda has quit IRC04:58
*** ckmvishnu has joined #heat05:00
*** achanda_ has joined #heat05:01
*** andersonvom has joined #heat05:02
*** andersonvom_ has quit IRC05:04
*** kebray has joined #heat05:07
*** achampion has quit IRC05:09
*** andersonvom_ has joined #heat05:11
*** achampion has joined #heat05:11
*** andersonvom has quit IRC05:12
*** lazy_prince has quit IRC05:12
*** Chinorro has quit IRC05:13
*** Chinorro has joined #heat05:15
*** swygue has joined #heat05:16
*** Drago has joined #heat05:24
*** rakesh_hs has joined #heat05:25
*** rushiagr_away is now known as rushiagr05:26
*** Drago has quit IRC05:28
*** lazy_prince has joined #heat05:30
*** ramishra has joined #heat05:33
*** swygue has quit IRC05:33
*** ramishra has quit IRC05:38
*** packet has joined #heat05:49
*** akuznetsov has quit IRC05:53
*** packet has quit IRC05:54
*** dsneddon_ has quit IRC05:54
*** dsneddon_ has joined #heat05:55
*** andreaf has joined #heat05:55
*** tspatzier has joined #heat06:01
asalkeldbbl06:05
*** unmeshg has joined #heat06:08
*** Putns has joined #heat06:16
*** achanda_ has quit IRC06:17
*** akuznetsov has joined #heat06:17
*** julienve_ has joined #heat06:28
*** d0m0reg00dthing has joined #heat06:29
*** achanda has joined #heat06:29
*** k4n0 has joined #heat06:34
*** ramishra has joined #heat06:34
*** julienve_ has quit IRC06:37
*** achanda has quit IRC06:38
*** inc0 has joined #heat06:38
*** jcoufal has joined #heat06:39
*** ramishra has quit IRC06:39
*** julienve_ has joined #heat06:39
*** jprovazn has joined #heat06:41
*** d0m0reg00dthing has quit IRC06:47
*** d0m0reg00dthing has joined #heat06:47
*** d0m0reg00dthing has quit IRC06:47
*** d0m0reg00dthing has joined #heat06:48
*** Dragomir has quit IRC06:49
*** reed has joined #heat06:50
skraynevgood morning all06:50
skraynevasalkeld hey :)06:50
*** kevinbenton has quit IRC06:50
*** d0m0reg00dthing has quit IRC06:50
*** d0m0reg00dthing has joined #heat06:50
*** d0m0reg00dthing has quit IRC06:53
*** d0m0reg00dthing has joined #heat06:53
*** pasquier-s has joined #heat07:01
*** coolsvap|afk is now known as coolsvap07:02
*** ananta has joined #heat07:03
*** pas-ha has joined #heat07:05
*** jstrachan has joined #heat07:06
*** andreaf has quit IRC07:06
pas-hamorning all07:07
*** jroyall has quit IRC07:15
*** kebray has quit IRC07:17
*** ifarkas has joined #heat07:24
*** k4n0 has quit IRC07:24
*** eoutin has joined #heat07:25
*** julienve_ has quit IRC07:26
*** tiantian has quit IRC07:27
*** liusheng has quit IRC07:28
*** k4n0 has joined #heat07:28
*** tiantian has joined #heat07:30
*** liusheng has joined #heat07:30
*** killer_prince has joined #heat07:30
*** ramishra has joined #heat07:35
*** ananta has quit IRC07:36
asalkeldhi pas-ha skraynev07:37
*** jamiehannaford has joined #heat07:37
skraynevhi pas-ha07:38
*** ramishra has quit IRC07:39
*** akuznetsov has quit IRC07:46
asalkeldshardy, you in yet?07:47
*** jistr has joined #heat07:56
*** ishant has joined #heat07:58
shardyasalkeld: hey, yup just getting started07:58
shardyI saw the LB bug07:58
shardyI'll try to dig into it this morning07:59
ikke-tshardy, got i figured out the "EVPError bad decrypt" error07:59
ikke-ts/got//07:59
shardyikke-t: Ah, what was the problem?07:59
*** nkhare has quit IRC08:00
ikke-tit happens if the stack is in deleting status08:00
ikke-tit won't happen to new ones08:00
shardyaha08:00
ikke-ta bit lousy error message :D08:00
shardyso we perhaps have a bug (or a backport) to fix that08:00
*** skraynev has quit IRC08:02
shardyikke-t: but it's no longer blocking you, right?08:02
*** lee_ has joined #heat08:03
asalkeldshardy, we need to release by 4pm utc08:04
shardyasalkeld: Ok, I'll do my best to get a fix worked out ASAP, but I don't have any prior experience with the neutron stuff at all08:05
asalkeldso i am thinking of holding this https://bugs.launchpad.net/heat/+bug/1379619 and this one back https://bugs.launchpad.net/heat/+bug/137768108:05
uvirtbotLaunchpad bug 1379619 in heat "loadbalancer resource suffers from having 2 masters" [High,Triaged]08:05
asalkeldunless you have a smart plan08:05
asalkeldshardy, the issue is we do a resource update on the lb08:07
asalkeldand it's a generic mechanism08:07
ikke-tshardy, it's blocking. it still misses the final notification that stack is done08:08
shardyikke-t: Ok, is there a bz for it now?08:09
ikke-tcan you see the support case?08:09
shardyikke-t: no08:09
ikke-tfck08:09
shardyikke-t: I'll speak to someone who can08:10
shardyasalkeld: Does your patch not fix the update one?08:10
asalkeldyeah, but causes a different issue08:10
asalkeldjump on g+08:10
asalkeldi'll explain faster08:10
shardyasalkeld: sec, need to change rooms08:10
*** skraynev has joined #heat08:12
*** derekh has joined #heat08:15
*** jstrachan has quit IRC08:23
*** stannie has quit IRC08:26
*** lee_ has quit IRC08:28
*** jstrachan has joined #heat08:30
*** unmeshg has quit IRC08:31
*** ckmvishnu has quit IRC08:32
*** simonc has joined #heat08:33
*** ramishra has joined #heat08:33
*** gooblja has quit IRC08:36
*** jstrachan has quit IRC08:40
*** ishant has quit IRC08:41
*** ishant has joined #heat08:42
*** jstrachan has joined #heat08:44
*** lee_ has joined #heat08:45
shardyasalkeld: how about we make the LB a signal responder (or at least add a handle_signal) and poke the ASG members into resource_data via that?08:48
asalkeldshardy, yeah - maybe08:48
shardyThat would remove any use of the properties or update path, and would be compatible with convergence because the signalling is an external interface08:48
asalkeldso call lb->event()08:48
asalkeldinstead of lb->update()08:48
shardyasg would call lb.signal()08:49
asalkeldyip, worth a go08:49
shardyasalkeld: cool, I'll knock up a patch now08:49
*** jstrachan has quit IRC08:50
*** tomek_adamczewsk has joined #heat08:51
*** jstrachan has joined #heat08:52
*** ramishra has quit IRC08:55
*** tomek_adamczewsk has quit IRC09:02
*** akuznetsov has joined #heat09:05
*** tomek_adamczewsk has joined #heat09:07
*** julienve_ has joined #heat09:09
*** asalkeld_ has joined #heat09:13
*** asalkeld has quit IRC09:16
*** ramishra has joined #heat09:19
*** dsneddon_ has quit IRC09:22
*** dsneddon_ has joined #heat09:23
*** tomek_adamczewsk has quit IRC09:23
*** jstrachan has quit IRC09:25
*** jstrachan has joined #heat09:28
*** ramishra has quit IRC09:29
*** killer_prince has quit IRC09:31
Qiminghi, asalkeld_09:32
asalkeld_hi Qiming09:33
asalkeld_i hope that inheritance doen't get too compex09:33
Qiminghi, asalkeld_09:33
Qimingthe purpose of the reorg was to make the whole class inheritance much more simpler09:34
asalkeld_ok, but you are adding a level09:34
Qimingplease take a look at the specs: https://review.openstack.org/#/c/113242/6/specs/reorg-autoscaling-group.rst09:34
asalkeld_sure09:34
Qimingasalkeld_, btw, your concern is appreciated as well09:37
asalkeld_Qiming, it's not much different09:37
asalkeld_but I won't comment more without reading up properly09:38
Qimingasalkeld_, okay, comments welcomed09:38
*** nosnos has quit IRC09:39
asalkeld_it's still resource -> stackResource -> resourceGroup -> instanceGroup -> autoscalingGroup09:40
asalkeld_phew09:40
*** nosnos has joined #heat09:40
Qimingno09:41
*** killer_prince has joined #heat09:41
Qimingasalkeld_, that is only for AWS version09:41
asalkeld_yip09:41
Qimingfor Heat AutoScalingGroup which is designed to be applicable for resource types other than nova instances, we intentially changed the class inheritance09:42
asalkeld_i don't want to derrail you, but thinking what if we used utility functions more and inheritance less09:42
asalkeld_flatten things out a bit09:42
Qimingone of the goals was to separate out Heat ASG code, because it makes little sense to have it inherit from InstanceGroup09:43
asalkeld_(don't make any changes yet, i'll read up more on what you are doing first)09:43
Qiming:)09:43
*** nosnos has quit IRC09:44
*** killer_prince has quit IRC09:47
*** lazy_prince has quit IRC09:47
*** lazy_prince has joined #heat09:48
*** jstrachan has quit IRC09:49
*** sergmelikyan has joined #heat09:50
*** tomek_adamczewsk has joined #heat09:51
*** jstrachan has joined #heat09:51
*** che-arne has joined #heat09:54
*** nkhare has joined #heat09:56
*** d0m0reg00dthing has quit IRC09:58
*** ramishra has joined #heat10:00
*** kevinbenton has joined #heat10:03
*** ramishra has quit IRC10:04
*** Qiming has quit IRC10:06
*** jstrachan has quit IRC10:12
*** jstrachan has joined #heat10:14
*** sergmelikyan has quit IRC10:15
*** lee_ has quit IRC10:20
*** fayablazer has joined #heat10:24
*** sergmelikyan has joined #heat10:25
*** jstrachan_ has joined #heat10:26
*** alexpilotti has joined #heat10:28
*** jstrachan has quit IRC10:29
*** julienve_ has quit IRC10:30
*** jprovazn has quit IRC10:36
*** tomek_adamczewsk has quit IRC10:46
ikke-tshardy, now i can see from heat logs an authentication failure on stack create. Does it ring a bell for you?10:48
ikke-tERROR heat.engine.resource [-] CREATE : SoftwareDeployment "voldb1_deployment".....10:49
ikke-tTRACE heat.engine.resource HTTPUnauthorized: ERROR: Authentication failed. Please try again with option --include-password or export HEAT_INCLUDE_PASSWORD=110:49
*** tomek_adamczewsk has joined #heat10:50
ikke-tnow if i just could figure out what authentication fails....10:51
*** ramishra has joined #heat11:00
*** ramishra has quit IRC11:05
*** jprovazn has joined #heat11:06
*** tomek_adamczewsk has quit IRC11:08
*** tomek_adamczewsk has joined #heat11:09
*** sergmelikyan has quit IRC11:12
*** sergmelikyan has joined #heat11:12
*** jroyall has joined #heat11:16
*** amakarov_away is now known as amakarov11:27
*** EricGonczer_ has joined #heat11:28
*** packet has joined #heat11:30
*** swygue has joined #heat11:31
*** kopparam has joined #heat11:33
*** dsneddon_ has quit IRC11:33
*** dsneddon_ has joined #heat11:34
*** kopparam has quit IRC11:37
*** lazy_prince is now known as killer_prince11:37
*** zhiwei has quit IRC11:40
*** k4n0 has quit IRC11:42
*** ishant has quit IRC11:42
*** EricGonczer_ has quit IRC11:50
*** nkhare has quit IRC11:52
*** jistr has quit IRC12:00
*** ramishra has joined #heat12:01
*** LiJiansheng has quit IRC12:01
*** eoutin has quit IRC12:03
*** ramishra has quit IRC12:06
*** sgordon_ has joined #heat12:08
*** asalkeld_ is now known as asalkeld12:09
asalkeldshardy, any luck?12:09
*** ramishra has joined #heat12:09
*** Qiming has joined #heat12:14
*** JayJ has joined #heat12:14
*** mkollaro has joined #heat12:17
*** jdob has joined #heat12:18
*** JayJ has quit IRC12:19
*** jistr has joined #heat12:19
*** eoutin has joined #heat12:19
*** tomek_adamczewsk has quit IRC12:19
*** JayJ has joined #heat12:19
*** zhiwei has joined #heat12:21
shardyasalkeld: nearly there..12:21
asalkeldshardy, you need to talk to ttx about it12:22
asalkeldi think it's a bit late, unless you are *super* confident of ti12:23
shardyasalkeld: I agree, it's a relatively big change at this late stage12:23
asalkeldwe need it in master tho'12:23
shardyI'll finish the patch and we can discuss it12:23
asalkeld10:23pm here12:23
shardyasalkeld: Yeah, by "we" I meant zaneb/ttx and you when you wake up, assuming we don't decide to shipit ;)12:24
asalkeldyou need to take over discussing with ttx12:24
*** tomek_adamczewsk has joined #heat12:24
*** JayJ has quit IRC12:24
shardyasalkeld: Will do12:24
asalkeldimo ship, and we can back port a good safe fix12:24
asalkeldin a week or two12:24
shardyasalkeld: +112:24
*** JayJ has joined #heat12:24
asalkeldcool, thanks for giving it a go12:25
shardyThere is also the security aspect to discuss, where if we use handle_signal, it becomes possible for instances to register themselves with an LB via stack domain user credentials12:25
shardythat is either a good or bad thing, depending on your perspective :)12:25
*** coolsvap is now known as coolsvap|afk12:26
shardyI actually think that might be quite a cool thing to support, but it probably warrants further discussion12:26
asalkeldyeah, chat with zane too12:26
asalkeldi was thinking we need a "what not to do when creating a resource api" doc somewhere12:27
asalkeldwere we can put morsels of info like this12:27
shardyYeah, there is a plugin development guide somwhere we need to revive12:28
*** ramishra has quit IRC12:28
*** JayJ has quit IRC12:29
*** JayJ has joined #heat12:30
*** JayJ has quit IRC12:34
*** jstrachan has joined #heat12:35
*** JayJ has joined #heat12:35
*** dims has joined #heat12:37
*** jstrachan_ has quit IRC12:37
*** JayJ has quit IRC12:39
*** JayJ has joined #heat12:40
*** jstrachan has quit IRC12:42
*** jstrachan has joined #heat12:42
*** JayJ has quit IRC12:44
shardyasalkeld: https://review.openstack.org/12750912:45
shardyI still need to do the AWS LB12:45
*** JayJ has joined #heat12:45
*** julienve_ has joined #heat12:46
*** hdd has joined #heat12:47
*** tonisbones has joined #heat12:48
*** Drago has joined #heat12:48
asalkeldshardy, that looks good12:49
asalkeldnow i need to get to bed12:49
asalkeldg'night12:49
*** JayJ has quit IRC12:49
shardyo/12:49
*** asalkeld has quit IRC12:50
*** JayJ has joined #heat12:50
*** ananta has joined #heat12:51
*** dims has quit IRC12:52
*** Drago has quit IRC12:52
*** dims has joined #heat12:52
*** JayJ has quit IRC12:54
*** JayJ has joined #heat12:55
*** rushiagr is now known as rushiagr_away12:55
*** ramishra has joined #heat12:59
*** JayJ has quit IRC13:00
*** JayJ has joined #heat13:00
*** ramishra has quit IRC13:00
*** ramishra has joined #heat13:01
*** tspatzier has quit IRC13:02
*** JayJ has quit IRC13:05
*** ramishra has quit IRC13:05
*** JayJ has joined #heat13:05
*** jcoufal has quit IRC13:07
*** ananta has left #heat13:09
*** rakesh_hs has quit IRC13:09
*** JayJ has quit IRC13:10
*** JayJ has joined #heat13:10
*** jyoti-ranjan has joined #heat13:12
*** rpothier has joined #heat13:14
*** JayJ has quit IRC13:15
*** JayJ has joined #heat13:15
*** jistr is now known as jistr|bbl13:16
*** JayJ has quit IRC13:20
*** JayJ has joined #heat13:20
*** jcoufal has joined #heat13:25
*** JayJ has quit IRC13:25
*** JayJ has joined #heat13:25
*** JayJ has quit IRC13:30
*** JayJ has joined #heat13:30
*** Qiming has quit IRC13:35
*** JayJ has quit IRC13:35
*** JayJ has joined #heat13:36
*** gooblja has joined #heat13:38
*** JayJ has quit IRC13:40
*** JayJ has joined #heat13:41
*** cdent has joined #heat13:43
*** rushiagr_away is now known as rushiagr13:44
*** JayJ has quit IRC13:45
*** JayJ has joined #heat13:46
*** jprovazn has quit IRC13:47
*** jasond has joined #heat13:49
*** JayJ has quit IRC13:50
*** JayJ has joined #heat13:51
*** jmckind has joined #heat13:52
*** zns has joined #heat13:55
*** JayJ has quit IRC13:55
*** JayJ has joined #heat13:56
*** Murali_ has joined #heat13:59
*** hdd has quit IRC13:59
*** JayJ has quit IRC14:00
*** JayJ has joined #heat14:01
*** tango has joined #heat14:02
*** vijendar has joined #heat14:05
*** JayJ has quit IRC14:05
*** JayJ has joined #heat14:06
*** inc0 has quit IRC14:08
*** JayJ has quit IRC14:10
*** JayJ has joined #heat14:11
*** sdake has quit IRC14:15
*** JayJ has quit IRC14:15
*** JayJ has joined #heat14:16
*** openstackgerrit has joined #heat14:16
*** zns has quit IRC14:18
*** sanjayu has quit IRC14:20
*** JayJ has quit IRC14:20
*** Kieleth has joined #heat14:21
*** JayJ has joined #heat14:21
*** sdake has joined #heat14:22
*** zns has joined #heat14:22
*** kebray has joined #heat14:23
*** jamiehan_ has joined #heat14:25
*** JayJ has quit IRC14:25
*** zhiwei has quit IRC14:26
*** JayJ has joined #heat14:26
*** jamiehan_ has quit IRC14:26
*** jamiehannaford has quit IRC14:27
*** ifarkas has quit IRC14:29
*** randallburt has joined #heat14:29
*** randallburt has joined #heat14:30
*** JayJ has quit IRC14:31
*** ramishra has joined #heat14:31
*** JayJ has joined #heat14:31
*** inc0 has joined #heat14:33
*** JayJ has quit IRC14:36
*** JayJ has joined #heat14:36
*** pasquier-s has quit IRC14:38
*** jasond has quit IRC14:38
*** EricGonczer_ has joined #heat14:39
*** JayJ has quit IRC14:41
*** JayJ has joined #heat14:41
*** andersonvom_ has quit IRC14:43
*** EricGonczer_ has quit IRC14:44
*** andersonvom has joined #heat14:44
*** EricGonczer_ has joined #heat14:45
*** JayJ has quit IRC14:46
*** JayJ has joined #heat14:46
*** Drago has joined #heat14:48
*** Drago has quit IRC14:50
*** hdd has joined #heat14:50
*** JayJ has quit IRC14:51
*** JayJ has joined #heat14:51
*** JayJ has quit IRC14:56
*** JayJ has joined #heat14:56
*** JayJ has quit IRC14:57
*** JayJ_ has joined #heat15:01
*** dsneddon_ has quit IRC15:02
*** mohits has joined #heat15:04
*** dsneddon_ has joined #heat15:05
*** rwsu has joined #heat15:05
*** JayJ_ has quit IRC15:05
*** JayJ_ has joined #heat15:06
*** viktors has joined #heat15:09
*** JayJ_ has quit IRC15:10
*** JayJ_ has joined #heat15:11
openstackgerritOleksii Chuprykov proposed a change to openstack/heat: Alter models and add migration  https://review.openstack.org/12753515:13
openstackgerritOleksii Chuprykov proposed a change to openstack/heat: Add ModelSMigrationSync classes  https://review.openstack.org/12753615:13
*** JayJ_ has quit IRC15:15
*** JayJ_ has joined #heat15:16
skraynevgood weekend all :)15:17
*** eoutin has quit IRC15:19
*** JayJ_ has quit IRC15:20
*** JayJ_ has joined #heat15:21
*** dims is now known as dimsum_15:21
*** Drago has joined #heat15:22
*** JayJ_ has quit IRC15:25
*** JayJ_ has joined #heat15:26
*** ramishra has quit IRC15:27
*** andreaf has joined #heat15:27
*** JayJ_ has quit IRC15:30
*** JayJ_ has joined #heat15:31
*** mohits has quit IRC15:33
*** mohits_ has joined #heat15:33
*** JayJ_ has quit IRC15:36
*** jstrachan has quit IRC15:36
*** JayJ_ has joined #heat15:36
*** tomek_adamczewsk has quit IRC15:37
*** sarob has quit IRC15:38
*** Drago has quit IRC15:40
*** Drago has joined #heat15:41
*** inc0 has quit IRC15:42
*** harlowja_at_home has joined #heat15:45
*** inc0 has joined #heat15:46
*** mohits_ has quit IRC15:49
*** jistr|bbl is now known as jistr15:50
*** reed has quit IRC15:55
*** tomek_adamczewsk has joined #heat16:03
*** andreaf has quit IRC16:05
openstackgerritA change was merged to openstack/heat: Don't evaluate ceilometer watchrules  https://review.openstack.org/12466116:06
openstackgerritA change was merged to openstack/heat: Handle error in templates with incorrect resources  https://review.openstack.org/11934116:07
*** julienve_ has quit IRC16:08
*** tomek_adamczewsk has quit IRC16:10
*** tomek_adamczewsk has joined #heat16:11
*** derekh has quit IRC16:11
*** randallburt has quit IRC16:13
*** tomek_adamczews1 has joined #heat16:13
*** tomek_adamczewsk has quit IRC16:15
*** cody-somerville has quit IRC16:16
*** mkollaro has quit IRC16:17
*** sarob has joined #heat16:19
*** jdob has quit IRC16:22
openstackgerritOleksii Chuprykov proposed a change to openstack/heat: Alter models and add migration  https://review.openstack.org/12753516:24
openstackgerritOleksii Chuprykov proposed a change to openstack/heat: Add ModelSMigrationSync classes  https://review.openstack.org/12753616:24
*** jamielennox has quit IRC16:25
*** jdob has joined #heat16:26
*** jyoti-ranjan has quit IRC16:27
*** kebray has quit IRC16:31
*** jdob has quit IRC16:32
*** tomek_adamczews1 has quit IRC16:38
*** jcoufal has quit IRC16:41
*** slagle has quit IRC16:44
*** inc0 has quit IRC16:46
*** metral is now known as metral_zzz16:46
pas-hag'night all16:48
*** pas-ha has quit IRC16:48
*** fayablazer has quit IRC16:48
*** achanda has joined #heat16:57
*** daneyon has joined #heat16:58
*** harlowja_at_home has quit IRC17:04
*** amakarov is now known as amakarov_away17:05
*** zns has quit IRC17:06
*** viktors is now known as viktors|afk17:08
*** Drago has quit IRC17:09
*** jamielenz has joined #heat17:09
*** jamielenz is now known as jamielennox17:09
openstackgerritA change was merged to openstack/heat: Bring the fakelogging closer to olsotest  https://review.openstack.org/12740117:11
*** killer_prince has quit IRC17:30
*** f13o has quit IRC17:30
*** Drago has joined #heat17:32
*** Drago has quit IRC17:33
*** Drago has joined #heat17:33
*** vijendar has quit IRC17:36
*** daneyon has quit IRC17:37
*** serg_melikyan has joined #heat17:51
*** harlowja has joined #heat17:54
*** randallburt has joined #heat17:54
Firespiriti will try my luck here... for this template: https://gist.github.com/firespirit85/003edfe9ada372de44bc when i try to create a stack i get this error: ERROR: Property error : rdv_server1: user_data coercing to Unicode: need string or buffer, int found17:57
Firespiritanyone can help me with that17:57
openstackgerritA change was merged to openstack/heat: Make sure that the properties are stored on updates  https://review.openstack.org/12739317:58
*** daneyon has joined #heat17:59
*** coolsvap|afk has quit IRC18:03
*** Murali_ has quit IRC18:07
*** Murali__ has joined #heat18:07
*** serg_melikyan has quit IRC18:10
sjmc7FireSpirit - i'd guess it's the default values for volume sizes are integer18:11
sjmc7don't think they're coerced18:11
sjmc7and the str_replace is expecting string parameters18:11
sjmc7try quoting the default values18:11
Firespiritlet me try that18:12
*** daneyon has quit IRC18:12
*** jistr has quit IRC18:13
*** daneyon has joined #heat18:13
*** Drago has quit IRC18:13
Firespiritsjmc7: i got the same error18:14
Firespiritcan it be cause by my math method in powershell?18:14
sjmc7well, at least you know i was wrong. no, i don't think so18:16
Firespiritok...18:16
*** serg_melikyan has joined #heat18:17
*** serg_melikyan has quit IRC18:17
*** packet has quit IRC18:20
ryansbFirespirit: what values are you putting in for volume_size1 and windows_features parameters?18:20
Firespiritnone18:21
Firespiriti rely on default value for now18:21
ryansband changing the "        default: 10" line to "        default: "10"" didn't work?18:21
Firespiritexact i put mu 10 like "10"18:22
Firespiritdon't change anythong18:22
ryansbhrm.18:22
*** zns has joined #heat18:22
Firespiriti update the gist18:23
Firespiritis it the single quote i used in winrm command?18:23
ryansbyou mean here: https://gist.github.com/firespirit85/003edfe9ada372de44bc#file-gistfile1-txt-L82-L8618:24
Firespirityes18:24
*** kebray has joined #heat18:27
ryansbno, the single quotes are fine, I just tested.18:28
*** akuznetsov has quit IRC18:29
Firespiritshould i try to comment every line one by one to see which one cause the issue?18:29
*** mkollaro has joined #heat18:29
ryansbno, the issue is somewhere in your template around insering that default value18:29
ryansb*inserting18:29
Firespiritdoooooooh18:31
Firespiriti fix it18:31
ryansboh? Where's the error?18:31
Firespiritbefore putting the double quote i tried to put the type of volume size to number18:31
arif-aliHi chaps, I have been working with Juno for the last few weeks, and now going back to IceHouse for a project, the heat template for using the %index% in the OS::Heat::ResourceGroup doesn't quite work as expected18:31
Firespiritforget to swith it back to string18:31
Firespiritafter putting the double quote18:31
sjmc7:)18:31
sjmc7that'd do it18:32
Firespiritlol18:32
Firespiritsorry guy18:32
ryansbah, that'd be an issue. Good job tracking it down.18:32
Firespiritthanks for the double quote tip18:32
sjmc7n.p. it'd be nice i guess if str_replace tried to coerce, but i think that discussion's been had before18:32
arif-aliwhen I pass %index% on it's own as an attirbute, it expects the attribute to be <unicode string>, but it is a number18:32
ryansbsjmc7: IIRC the thinking was that adding silent type coercion would be *more* error prone18:32
Firespiritsjmc7 i'm not a super senio programmer to agree or disagree with you :D18:33
*** akuznetsov has joined #heat18:33
arif-alibut in Juno, I can enclose it in quotes, and it works without any problems, with IceHouse, enclosing in quotes literally passes the %index% as a string18:33
sjmc7it's not about seniority, it's about making wild accusations :)18:33
Firespiriti'm just a sysadmin lol18:33
sjmc7yeah, i can see that ryansb18:33
ryansbsjmc7: lol, Senior Wild Accusation Engineer.18:34
sjmc7excuse me while i update my resume18:34
ryansbsjmc7++18:34
ryansbarif-ali: can you paste in your template?18:35
ryansbI'm assuming this is to do with the str_replace function, yes?18:36
*** tiantian has quit IRC18:36
*** tiantian has joined #heat18:37
*** achanda has quit IRC18:37
zanebarif-ali: that feature was introduced in Juno18:38
*** julienve_ has joined #heat18:39
*** achanda_ has joined #heat18:40
arif-alizaneb, ah ok, thanks; how would I go about naming the the resources in a specific way, or is that unsupported in icehouse18:41
arif-aliryansb: for info, my templates are here https://gist.github.com/arif-ali/7ddc55e3f5910d52802918:41
zanebit's unsupported18:41
arif-alithanks, kind of got used to Juno, oh well18:43
arif-aliso in Juno, or in the future will there be a way to do some kind of mathematical calculations to append to in any of the attributes; After 2 weeks of working with heat, that's the only thing I would need as a feature18:45
arif-alior regular expressions18:46
*** tango has quit IRC18:47
*** openstackgerrit has quit IRC18:48
*** zns has quit IRC18:49
*** akuznetsov has quit IRC18:52
*** DaveJ__ has quit IRC18:54
*** openstackgerrit has joined #heat18:55
zanebarif-ali: no plans for that... if you have concrete use cases you could share with the mailing list, that would be helpful19:03
*** mkollaro has quit IRC19:04
arif-alizaneb, I am trying to create a HPC style cluster, where I want to number the nodes in like compute01, compute02, ..., compute10, compute1119:04
arif-aliso that you have the extra 0 in the node name if the index is less then 919:05
*** tango has joined #heat19:06
*** akuznetsov has joined #heat19:08
*** tonisbones has quit IRC19:08
*** andersonvom has quit IRC19:09
*** andersonvom has joined #heat19:09
*** achanda_ has quit IRC19:11
*** julienve_ has quit IRC19:13
*** randallburt has quit IRC19:16
*** rushiagr is now known as rushiagr_away19:18
*** simonc has quit IRC19:19
*** cdent has quit IRC19:21
*** xmltok has left #heat19:23
*** packet has joined #heat19:24
*** vijendar has joined #heat19:28
*** vijendar has quit IRC19:30
*** vijendar has joined #heat19:30
*** randallburt has joined #heat19:32
*** achanda has joined #heat19:36
*** liusheng has quit IRC19:39
*** liusheng has joined #heat19:39
openstackgerritJason Dunsmore proposed a change to openstack/heat: Add a handle_delete method to SwiftSignalHandle  https://review.openstack.org/12729519:43
openstackgerritJason Dunsmore proposed a change to openstack/heat: Add is_conflict() to client plugins  https://review.openstack.org/12763519:43
*** achanda has quit IRC19:48
*** achanda has joined #heat19:48
*** simonc has joined #heat19:49
*** hdd has quit IRC19:49
*** hdd has joined #heat19:50
*** fayablazer has joined #heat19:51
openstackgerritAbhishek Chanda proposed a change to openstack/heat: Do not gate on sample config  https://review.openstack.org/12738719:55
*** Murali__ has quit IRC19:57
*** alexpilotti has quit IRC20:06
*** sgordon has quit IRC20:06
*** EricGonczer_ has quit IRC20:09
*** jroyall has quit IRC20:10
*** jroyall has joined #heat20:10
*** andreaf has joined #heat20:15
*** rpothier has quit IRC20:21
*** zz_gondoi is now known as gondoi20:26
*** achanda has quit IRC20:36
openstackgerritOpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements  https://review.openstack.org/12663020:38
*** akuznetsov has quit IRC20:41
*** harlowja is now known as harlowja_away20:43
*** harlowja_away is now known as harlowja20:47
*** sgordon has joined #heat20:47
openstackgerritJason Dunsmore proposed a change to openstack/heat: Add a handle_delete method to SwiftSignalHandle  https://review.openstack.org/12729520:51
*** akuznetsov has joined #heat20:52
*** achanda has joined #heat21:06
*** achanda_ has joined #heat21:10
jdandreaTIL: How Heat's CLI works behind the scenes. Really nice job, whomever worked (or is working) on it!21:12
*** achanda has quit IRC21:12
*** achanda_ has quit IRC21:15
*** Firespirit has quit IRC21:20
*** jdandrea has quit IRC21:23
*** Drago has joined #heat21:29
*** Drago has quit IRC21:29
*** Drago has joined #heat21:29
*** kebray has quit IRC21:33
*** packet has quit IRC21:44
*** achanda has joined #heat21:44
*** akuznetsov has quit IRC21:44
*** killer_prince has joined #heat21:44
*** killer_prince is now known as lazy_prince21:44
*** achanda has quit IRC21:48
*** akuznetsov has joined #heat21:51
*** gondoi is now known as zz_gondoi21:51
openstackgerritZane Bitter proposed a change to openstack/heat: Don't update a LoadBalancer under autoscaling control  https://review.openstack.org/12766321:53
zanebshardy: ^21:54
*** jdandrea has joined #heat21:54
*** Drago has quit IRC21:54
*** Drago has joined #heat21:58
*** Drago has quit IRC21:59
*** Drago has joined #heat21:59
*** achanda has joined #heat22:01
*** jmckind has quit IRC22:03
*** ccrouch has quit IRC22:03
*** JayJ_ has quit IRC22:04
*** akuznetsov has quit IRC22:06
*** randallburt has quit IRC22:08
*** Putns has quit IRC22:10
*** Drago has quit IRC22:11
*** andersonvom has quit IRC22:16
*** andersonvom has joined #heat22:17
*** tango has quit IRC22:18
*** hdd has quit IRC22:19
*** ccrouch has joined #heat22:20
*** Drago has joined #heat22:22
*** jergerber has joined #heat22:23
*** Drago has quit IRC22:26
*** vijendar has quit IRC22:30
*** alexpilotti has joined #heat22:30
*** alexpilotti has quit IRC22:31
openstackgerritAnderson Mesquita proposed a change to openstack/heat: Implement handle_check for CloudWatch  https://review.openstack.org/12767022:32
openstackgerritAnderson Mesquita proposed a change to openstack/heat: Implement handle_check on Ceilometer alarms  https://review.openstack.org/12767122:32
*** dimsum_ has quit IRC22:43
*** zaneb has quit IRC22:49
*** openstackgerrit has quit IRC22:54
*** zaneb has joined #heat22:55
*** EricGonczer_ has joined #heat22:59
*** rwsu has quit IRC22:59
*** EricGonczer_ has quit IRC23:03
*** andreaf has quit IRC23:03
*** asalkeld has joined #heat23:03
*** andreaf has joined #heat23:03
asalkeldmorning23:04
asalkeldzaneb, you around23:04
zanebasalkeld: o/23:05
asalkeldhi, you need me to do anything?23:05
asalkeldstop raising bug?23:06
asalkeld;)23:06
zanebreview https://review.openstack.org/127663 if you could :)23:06
zaneblol23:06
zanebbetter we find them... later than much later23:06
asalkeldok, looking23:07
*** andreaf has quit IRC23:08
*** EricGonczer_ has joined #heat23:09
*** andersonvom has quit IRC23:09
asalkeldso you are differenciating between None and []23:10
asalkeldNone means it's a user update23:10
asalkeld[] means clear the list23:10
asalkeldzaneb, looks good as an interim solution23:12
asalkeldhave we released yet?23:12
zanebyep, exactly23:12
asalkeldwhen is the deadline?23:12
zanebno, rc3 is still open23:12
asalkeldi thought ttx wanted to release a couple of hours ago23:13
zanebdon't know, but if we can get it all merged before ttx wakes up that would be ideal23:13
asalkeld:-)23:13
asalkeldI can bash it in23:13
asalkeld:-O23:13
asalkeldis there an other core's about?23:14
asalkeldzaneb, is there any other resource that does updates like this?23:14
zanebI hope not, 2 is bad enough23:14
*** achanda has quit IRC23:16
*** andersonvom has joined #heat23:19
asalkeldis stevebaker lurking23:19
asalkeldzaneb, do you know of anyone else that can approve that patch? anyone else about?23:22
zanebnot unless SpamapS is about still23:22
*** kebray has joined #heat23:23
zanebI assume jasond` has gone home23:23
asalkeldok, I'll fast approve23:23
zanebyeah, I think the situation warrants it in this case23:24
asalkelddone23:24
*** EricGonczer_ has quit IRC23:26
*** sgordon_ has quit IRC23:27
*** kebray has quit IRC23:34
*** Qiming has joined #heat23:37
*** dimsum_ has joined #heat23:44
asalkeldzaneb, are you going sort this out from here?23:47
*** dimsum_ has quit IRC23:49
*** ccrouch has quit IRC23:52

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