Tuesday, 2015-04-28

*** achanda has quit IRC00:02
*** openstack has joined #heat00:08
*** EricGonczer_ has joined #heat00:11
*** kebray has quit IRC00:12
*** EricGonczer_ has quit IRC00:18
*** dims has joined #heat00:27
*** alanf-mc has quit IRC00:29
ramishramorning00:49
*** Marga_ has quit IRC00:54
*** LiJiansheng has joined #heat00:56
openstackgerritJamie Lennox proposed openstack/heat: Remove the is_id boolean check for domains  https://review.openstack.org/17801701:06
openstackgerritJamie Lennox proposed openstack/heat: Use an auth plugin instead of manual auth  https://review.openstack.org/17801801:06
*** signed8bit_ZZZzz is now known as signed8bit01:24
*** huangtianhua has joined #heat01:25
*** signed8bit has quit IRC01:30
*** erkules_ has joined #heat01:31
*** kebray has joined #heat01:31
*** Qiming has joined #heat01:32
*** erkules has quit IRC01:34
*** Qiming_ has joined #heat01:36
*** Qiming has quit IRC01:39
*** Yanyanhu has joined #heat01:42
*** dims has quit IRC01:46
*** EricGonczer_ has joined #heat01:51
*** nkhare has joined #heat01:56
*** EricGonczer_ has quit IRC01:57
*** nkhare_ has joined #heat02:01
*** Qiming__ has joined #heat02:02
*** spzala has quit IRC02:03
*** Qiming_ has quit IRC02:05
*** john-n-s- has quit IRC02:11
*** john-n-s- has joined #heat02:12
*** sdake has joined #heat02:17
*** sdake_ has joined #heat02:20
ramishraQiming__: Hi02:21
*** sdake has quit IRC02:22
*** john-n-s| has joined #heat02:25
openstackgerritJamie Lennox proposed openstack/heat: Use the AccessInfoPlugin from keystoneclient  https://review.openstack.org/17803102:25
*** john-n-s- has quit IRC02:26
*** tiantian has joined #heat02:29
*** huangtianhua has quit IRC02:29
Qiming__hi, ramishra02:30
ramishraQiming__: Are you working on the ASG refactoring? Are we planning to change the current inheritance model Native ASG->AWS ASG->InstanceGroup?02:31
Qiming__ramishra, the specs is not very accurate now, but the job remains almost the same: revise the inheritance model02:33
Qiming__the current concensus on this is to flatten the class hierarchy, i.e. extract common functions into shared modules/libraries02:34
ramishraQiming__: ok, I was thinking probably AWS resources can inherit from Native resources but not the other way.02:35
Qiming__yes, the current hierarchy makes revising native resource not so straightforward, that is the main problem I want to address02:36
ramishraQiming__: Working on  a patch recently I noticed repetitive code for ScalingPolicy resources AWS and native, https://review.openstack.org/#/c/177148/. I changed it to have AWS ScalingPolicy to inherit native ScalingPolicy.02:38
Qiming__yep, will take a look at it later02:39
ramishraQiming__: I can try my hand with the ASG refactoring, if you want. would you be able to point me to the specs on this?02:40
Qiming__http://specs.openstack.org/openstack/heat-specs/specs/juno/reorg-autoscaling-group.html02:42
*** ygoto has joined #heat02:45
ramishraQiming__: thanks02:45
*** dims has joined #heat02:47
*** dims has quit IRC02:52
*** kebray has quit IRC03:11
*** kebray has joined #heat03:13
*** Marga_ has joined #heat03:29
*** sdake_ has quit IRC03:30
*** Qiming_ has joined #heat03:33
*** Qiming_ is now known as Qiming03:36
openstackgerritAngus Salkeld proposed openstack/heat: Add basic Ceilometer alarm test  https://review.openstack.org/17803603:37
*** Qiming__ has quit IRC03:37
asalkeldskraynev: ^03:37
openstackgerritAngus Salkeld proposed openstack/heat: Add basic Ceilometer alarm test  https://review.openstack.org/17803603:41
*** nkhare_ has quit IRC03:43
openstackgerrithuangtianhua proposed openstack/heat: Not allow delete a snapshot in snapshotting  https://review.openstack.org/17803803:52
*** asalkeld has quit IRC04:18
*** KanagarajM has joined #heat04:21
KanagarajMgood morning all !04:22
KanagarajMstevebaker: hi04:22
stevebakerKanagarajM: hi04:23
KanagarajMstevebaker: could you kindly review my specs?04:24
stevebakerKanagarajM: I will when I get the chance, they are on my list04:25
KanagarajMstevebaker: ok.04:26
*** asalkeld has joined #heat04:30
*** FL1SK has quit IRC04:34
*** Marga_ has quit IRC04:41
*** Marga_ has joined #heat04:41
*** achanda has joined #heat04:44
KanagarajMasalkeld: hi04:47
*** KanagarajM has quit IRC04:55
*** FL1SK has joined #heat04:56
sirushtiskraynev, just saw your message, cool, I'll give it a shot05:03
*** inc0 has joined #heat05:14
*** tiantian has quit IRC05:21
*** vijayagurug has joined #heat05:23
inc0good morning folks05:25
inc0howdy?05:25
asalkeldhi05:25
inc0asalkeld, did you have time to revisit my blueprint?05:26
asalkeldo, no - I'll do that now05:26
asalkeldi have been a bit slack the last day or two05:26
inc0or we'll move discussion over it to summit? I'll get few more bps around versioned objects05:26
inc0I've spent last few days taking another look at whole thing, and I see that lots of work is left out there:)05:27
asalkeldyeah, that was what i wanted a bit of clarity over05:27
asalkeldwhen from the api you go: stack.create()05:28
asalkeldwhat exactly happens05:28
inc0depends if stack here is heat/engine/stack or heat/objects/stack05:28
asalkeldafaik it just gets rpc'd to heat-engine and it calls the db05:28
inc0that won't change05:29
inc0but if we include @remotable to object.stack05:29
inc0then there will be another RPC that will be versioning05:29
asalkeldso how do we hook the other logic in?05:30
asalkeld2 rpc calls?05:30
inc0at the end we'll need to rebuild our code in a way that all RPC will be going through objects05:30
inc0at first, yes05:30
asalkeldewh05:30
inc0(not required tho)05:30
inc0we'll get niftt decorator which we'll be using for adding RPC to obects05:31
asalkeldi suspect it will easier if we do this in the v2 rest api05:31
inc0we can work on patch by patch and remove original05:31
asalkeldelse we are really breaking the rpc api05:31
inc0well best case scenerio would be to add object to heat-api call, heat API will build object there, call RPC with object out there and heat-engine stack.create will get object05:35
inc0right now objects are just middleware over DB05:35
asalkeldinc0: it's worth doing some hacking to investigate some more and chat at summit05:37
asalkeldmake sure we have a slot for it05:37
inc0allright, I'll add session to our glorious etherpad05:37
asalkeld:-)05:40
asalkeldI had to check, you said it was glorious05:41
inc0look at all the colors!05:41
inc0brb, 7.40 AM here and I'm still before my first tea05:42
asalkeldyikes05:42
openstackgerritJamie Lennox proposed openstack/heat: Use auth plugin provided getter methods  https://review.openstack.org/17804405:43
openstackgerritJamie Lennox proposed openstack/heat: Don't use scoping information for admin auth  https://review.openstack.org/17804505:43
openstackgerritJamie Lennox proposed openstack/heat: Use auth plugin for trustee  https://review.openstack.org/17804605:43
openstackgerritJamie Lennox proposed openstack/heat: Modify tests to load trustee user from plugin  https://review.openstack.org/17804705:43
*** nkhare has quit IRC05:45
*** pitr-ch_ has quit IRC05:47
*** pitr-ch has joined #heat05:48
*** hdd has joined #heat05:52
*** harlowja_ is now known as harlowja_away05:53
*** Marga_ has quit IRC05:55
*** nkhare has joined #heat05:59
*** Qiming_ has joined #heat06:00
*** Qiming has quit IRC06:03
inc0back06:07
inc0btw asalkeld we'll probably have 2 sessions regarding versioned objects in oslo06:09
inc0so there will be some time spent on this topic there as well06:09
openstackgerritJamie Lennox proposed openstack/heat: Use the AccessInfoPlugin from keystoneclient  https://review.openstack.org/17803106:09
*** pitr-ch has quit IRC06:11
*** achanda has quit IRC06:13
*** LimorStotland has joined #heat06:13
*** pitr-ch has joined #heat06:13
*** shardy_z is now known as shardy06:15
*** huangtianhua has joined #heat06:16
shardymorning all06:16
inc0good morning06:16
LimorStotlandMorning06:18
openstackgerritLimor Stotland proposed openstack/heat: Fix logging during delete stack  https://review.openstack.org/17575206:25
*** tspatzier has joined #heat06:28
openstackgerritAngus Salkeld proposed openstack/heat: Add basic Ceilometer alarm test  https://review.openstack.org/17803606:33
asalkeldskraynev: ^06:35
*** jprovazn has joined #heat06:37
*** jcoufal has joined #heat06:39
*** hdd has quit IRC06:44
*** hdd has joined #heat06:46
*** huangtianhua has quit IRC06:47
*** ygoto has quit IRC06:47
openstackgerritSirushti Murugesan proposed openstack/heat: Prevent false positives of UPDATE_COMPLETE in integration tests  https://review.openstack.org/17304506:49
*** pm90_ has joined #heat06:50
*** dulek has joined #heat06:51
*** nkhare has quit IRC06:55
skraynevmorning all06:57
skraynevasalkled: see06:57
*** Yanyanhu has quit IRC07:07
*** Yanyanhu has joined #heat07:08
*** nkhare has joined #heat07:09
*** pas-ha has joined #heat07:10
pas-hamorning all07:12
*** pm90_ has quit IRC07:15
openstackgerritMerged openstack/heat-templates: Sample HOT template to create instance group  https://review.openstack.org/17529507:16
*** ifarkas has joined #heat07:16
openstackgerritSergey Kraynev proposed openstack/heat: Add scenario test for AWS loadbalancer  https://review.openstack.org/15319207:19
*** andreaf has left #heat07:19
*** alexheneveld has joined #heat07:21
*** funzo has quit IRC07:24
*** elynn has quit IRC07:30
*** hdd has quit IRC07:30
*** hdd has joined #heat07:35
openstackgerrithuangtianhua proposed openstack/heat: Move aws resources tests to heat/tests/aws/  https://review.openstack.org/17806507:41
*** huangtianhua has joined #heat07:42
*** erkules_ has quit IRC07:43
*** GonZo2K has quit IRC07:43
*** kodoku has joined #heat07:45
kodokuHi, I have issue with HEAT. I use keystone V2 on Juno and when I start a stack ==> DEBUG keystoneclient.session [-] Request returned failure status: 40107:46
kodokuI think heat use Keystone V3 auth.07:46
*** hdd_ has joined #heat07:47
shardykodoku: Heat does use v3 auth, by default it is required07:48
shardythere is a plugin which can be configured if you want to use v2, at the expense of some features07:48
*** elynn has joined #heat07:48
shardyhttps://github.com/openstack/heat/tree/master/contrib/heat_keystoneclient_v207:48
shardyIf possible, you should use keystone v307:49
*** hdd has quit IRC07:49
openstackgerritLimor Stotland proposed openstack/heat: Fix logging during delete stack  https://review.openstack.org/17575207:50
kodokushardy thx07:50
kodokuin my log i see  DEBUG keystoneclient.v3.client [-] Authorization failed. get_raw_token_from_identity_service07:50
kodokuand DEBUG urllib3.connectionpool [-] "POST /v3/auth/tokens HTTP/1.1" 40107:51
shardykodoku: sounds more like your heat is misconfigured with invalid credentials, or you passed in invalid credentials07:51
skraynevQiming_: wow. let's wait Jenkins result for https://review.openstack.org/178065 :)07:52
skraynevI see ,that it's trivial, but steel ... let's wait :)07:52
*** dulek has quit IRC07:52
skraynevQiming_: I mean before Approve ;)07:53
*** dulek has joined #heat07:53
Qiming_skraynev, thx for reminding07:53
skraynevQiming_: np. ;)07:53
*** jistr has joined #heat07:55
kodokushardy I check password and user for keystone and conf is good07:55
*** dulek has quit IRC07:58
*** kebray has quit IRC07:58
*** funzo has joined #heat07:58
*** jtomasek has joined #heat07:59
kodokushardy Ok in keystone log I see  TRACE keystone.auth.controllers DomainNotFound: Could not find domain: f139b1d9fe1d45f6941899837874d23908:00
kodokuI use packstack and I thought that packstack create heat domaine08:01
*** GonZo2K has joined #heat08:02
openstackgerrithuangtianhua proposed openstack/heat: Move openstack resources tests to heat/tests/openstack/  https://review.openstack.org/17807408:03
shardykodoku: https://bugzilla.redhat.com/show_bug.cgi?id=107617208:04
openstackbugzilla.redhat.com bug 1076172 in openstack-puppet-modules "puppet-heat requires heat update for domain users" [High,Closed: errata] - Assigned to mmagr08:04
shardykodoku: make sure you have a new enough versiuon of openstack-puppet-modules08:04
kodokuyes packstack version is Mar 201508:04
kodokuOk With keystone api V3 I see domain for heat08:05
kodokubut the ID is not the same08:05
kodokuI need to add this ID to heat.conf ?08:05
*** KanagarajM has joined #heat08:05
shardyhttp://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html08:07
shardykodoku: that has details of the required setup08:08
shardybut yes, you need the correct heat domain ID in heat.conf, and the username and password for a domain-admin user08:08
shardyheat then uses this to create domain-isolated users associated with credentials deployed to your nova VMs08:08
kodokuok I find08:09
kodokuwrong user ID08:10
kodokubecause I replace heat.conf with puppet08:10
kodokuand User ID is wrong08:10
kodokuthx for helping ;)08:10
shardykodoku: np!08:10
*** Qiming__ has joined #heat08:14
openstackgerrithuangtianhua proposed openstack/heat: Support to generate hot template based on resource type  https://review.openstack.org/17324708:15
*** yassine_ has joined #heat08:16
*** Qiming_ has quit IRC08:17
*** derekh has joined #heat08:17
*** Qiming__ is now known as Qiming08:18
*** openstackgerrit has quit IRC08:20
*** openstackgerrit has joined #heat08:21
*** hdd__ has joined #heat08:21
*** LimorStotland_ has joined #heat08:22
*** hdd_ has quit IRC08:24
*** LimorStotland has quit IRC08:24
openstackgerritPavlo Shchelokovskyy proposed openstack/heat: Add note on SoftwareDeployment object structure  https://review.openstack.org/17809108:25
*** mburns has quit IRC08:25
*** mburns has joined #heat08:26
*** dulek has joined #heat08:35
*** vijayagurug has quit IRC08:36
*** elynn has quit IRC08:39
*** ishant has joined #heat08:42
*** kodoku has quit IRC08:44
openstackgerritxu-haiwei proposed openstack/heat: Support multiple software config within one deployment  https://review.openstack.org/16882408:49
*** andrearosa has joined #heat08:50
*** xuhaiwei has quit IRC08:52
*** andreaf has joined #heat09:04
noaKoffmanHi everyone, can anyone please review https://review.openstack.org/#/c/171781/ ? thanks :)09:19
*** gcivitella has joined #heat09:20
*** GonZo2K has quit IRC09:30
*** alexpilotti has joined #heat09:30
*** KanagarajM has quit IRC09:32
*** GonZo2K has joined #heat09:34
inc0shardy, do you know status of tripleo + kolla on heat maybe?09:51
inc0if I understand well, this is our desired approach to deploy upgradeable openstack?09:51
shardyinc0: I know that a couple of folks have been working on it, and now have an initial PoC working, based on the TripleO templates with the container integration ramishra has been working on09:55
*** GonZo2K has quit IRC09:55
inc0cool, I'd love to discuss that more broadly in Vancouver09:55
inc0ramishra, will you attend by any chance?09:56
shardyinc0: absolutely, so would I ;)09:56
*** yassine_ has quit IRC09:56
*** KanagarajM has joined #heat09:56
shardyinc0: keep an eye on the tripleo-heat-templates reviews, I think the templates are getting cleaned up to be proposed there09:57
inc0wonderful, if there is anything we can help with, please let me know09:57
inc0now, to even more important issues, what alcohol is made out of maple syrup... <research started>09:59
*** Yanyanhu has quit IRC09:59
*** liusheng has quit IRC10:00
*** vijayagurug has joined #heat10:00
*** liusheng has joined #heat10:00
*** Qiming has quit IRC10:03
openstackgerritMerged openstack/heat-templates: Ensure Puppet can run even on PoC net setups  https://review.openstack.org/17731710:03
*** KanagarajM has quit IRC10:03
*** KanagarajM has joined #heat10:03
pfreundshardy: hi, few month ago I asked here If designate ressources coding were in the heat core team planing. The answer was no (and will not be). Now things has changed regarding core/no-core projects. Does something changed about it ?10:04
shardypfreund: Anyone is free to contribute some resources, they would probably go under the /contrib tree10:05
pfreundyes, that's why i'm asking10:05
pfreundso it's not started from core team ?10:06
shardypfreund: there is a spec proposed: https://review.openstack.org/#/c/174275/10:07
shardySo you may wish to speak with KanagarajM about it10:08
shardyI've not seen any code yet10:08
pfreundok thanks, I think I'm probably at the origin of this request ^^10:08
pfreundKanagarajM: Am I right ?10:09
*** BManojlovic has joined #heat10:09
*** Tross1 has quit IRC10:12
*** dims has joined #heat10:12
openstackgerritSergey Kraynev proposed openstack/heat: Add scenario test for AWS loadbalancer  https://review.openstack.org/15319210:16
*** liusheng has quit IRC10:16
*** liusheng has joined #heat10:17
*** tspatzier__ has joined #heat10:24
*** tspatzier has quit IRC10:26
*** cdent has joined #heat10:33
*** EricGonczer_ has joined #heat10:33
*** alexpilotti has quit IRC10:46
pas-haapparently there is some race condition on our functional gate, seeing such failure not for the first time10:48
pas-hahttp://logs.openstack.org/91/178091/1/check/check-heat-dsvm-functional-mysql/46b8649/console.html#_2015-04-28_09_25_08_00010:48
openstackgerritMerged openstack/heat: Do not pass rich objects in Zaqar Queue  https://review.openstack.org/17748810:56
*** nkhare has quit IRC10:57
*** jamielennox is now known as jamielennox|away10:57
openstackgerritMerged openstack/heat: Fix error network updation when stack-restore  https://review.openstack.org/17751810:58
openstackgerritMerged openstack/heat: Fix server creation with block_device_mapping_v2  https://review.openstack.org/17667310:58
openstackgerritMerged openstack/heat: Use list instead of iterator in `for` loop for modifiable collection   https://review.openstack.org/17731810:59
*** nkhare has joined #heat11:00
*** KanagarajM_ has joined #heat11:01
*** KanagarajM has quit IRC11:03
*** EricGonczer_ has quit IRC11:04
*** gcivitella has quit IRC11:05
*** huangtianhua has quit IRC11:11
*** ashishjain has joined #heat11:22
*** alexheneveld has quit IRC11:22
*** yassine_ has joined #heat11:25
*** Qiming has joined #heat11:31
*** jistr is now known as jistr|class11:34
*** dims has quit IRC11:44
*** nkhare has quit IRC11:44
*** yassine_ has quit IRC11:45
*** yassine_ has joined #heat11:45
*** yassine_ has quit IRC11:45
*** yassine_ has joined #heat11:46
openstackgerritSergey Kraynev proposed openstack/heat: Add scenario test for AWS loadbalancer  https://review.openstack.org/15319211:46
openstackgerritSergey Kraynev proposed openstack/heat: Enable SecurityGroups property for AWS LB resource  https://review.openstack.org/17331111:47
openstackgerritSergey Kraynev proposed openstack/heat: Add timeout hidden parameter to AWS LB  https://review.openstack.org/17712011:47
openstackgerritSergey Kraynev proposed openstack/heat: Add scenario test for AWS loadbalancer  https://review.openstack.org/15319211:47
*** dims has joined #heat11:51
*** inc0_ has joined #heat11:58
*** che-arne has joined #heat11:58
*** inc0 has quit IRC11:59
*** erkules_ has joined #heat12:03
*** bdossant has joined #heat12:04
*** LimorStotland has joined #heat12:07
*** LimorStotland_ has quit IRC12:10
*** LimorStotland_ has joined #heat12:10
*** tochi has quit IRC12:11
*** LimorStotland has quit IRC12:11
*** shardy_ has joined #heat12:13
*** shardy has quit IRC12:15
*** Adri2000 has quit IRC12:15
openstackgerritMerged openstack/heat: Add details of volume backup failed reason  https://review.openstack.org/17763312:15
LimorStotland_Hi All. I have question regarding a fix I pushed.I see in : https://review.openstack.org/#/c/175752/  jenkins didn't give me +1 and its like it for over 2 hour. Is this normal?12:16
*** Adri2000 has joined #heat12:16
openstackgerritMerged openstack/heat: Replace regionOne with RegionOne  https://review.openstack.org/17789812:16
openstackgerritMerged openstack/heat: Stop snapshot creation checking if image in DELETED  https://review.openstack.org/17715612:16
*** blomquisg has joined #heat12:17
*** alexheneveld has joined #heat12:18
*** shardy_ has quit IRC12:19
openstackgerritKanagaraj Manickam proposed openstack/heat-specs: Designate resource plug-ins  https://review.openstack.org/17427512:19
*** shardy has joined #heat12:19
*** vijayagurug has quit IRC12:22
*** KanagarajM_ has quit IRC12:25
*** Qiming_ has joined #heat12:26
*** vijayagurug has joined #heat12:27
*** vijayagurug has left #heat12:28
*** Qiming has quit IRC12:29
skraynevstevebaker: around ?12:32
openstackgerritMerged openstack/heat: Do not pass around rich objects in Trove resources  https://review.openstack.org/17748112:34
shardyskraynev: pretty late for him atm12:34
skraynevshardy: oh. I though that currently is early and wanted to get feedback later in my evening ;)12:35
*** aweiteka has joined #heat12:36
shardyskraynev: unless he's moved, stevebaker is based in New Zealand, not the US ;)12:36
skraynevshardy: oops..12:36
openstackgerritSteven Hardy proposed openstack/python-heatclient: Fix sort column for event-list with nested-depth  https://review.openstack.org/17816912:36
skraynevdo you know: will he stay in NZ during whole Liberty cycle ?12:37
skraynevI'm just wondering about new time candidates for meeting :)12:38
shardyskraynev: I assume so, and yeah it's trickly from a meeting time perspective12:39
skraynev:) funny12:39
-openstackstatus- NOTICE: Gate is experiencing epic failures due to issues with mirrors, work is underway to mitigate and return to normal levels of sanity12:39
*** ChanServ changes topic to "Gate is experiencing epic failures due to issues with mirrors, work is underway to mitigate and return to normal levels of sanity"12:39
shardytricky even :D12:39
*** andreaf has left #heat12:40
shardylol @ "epic failures"12:40
skraynevshardy: Hm... Now I know, that infra team works on it.  :D12:41
ryansbhonest ticket, that12:41
skraynevshardy: anyway my main question was about changing in update-replace, can we add some pre-replace hooks ?12:42
skraynevshardy: I suppose, it can solve issue with updating "port" resources12:43
shardyskraynev: not sure tbh, I'd suggest a mail to the list12:47
shardyskraynev: need to be careful with the "hooks" terminology, as we used that for breakpoints12:48
skraynevshardy: sure, I just use it as synonym12:48
skraynevshardy: ok, will write email12:50
*** sdake has joined #heat12:51
ramishrashardy:  a question on https://review.openstack.org/#/c/14349612:52
*** alexpilotti has joined #heat12:52
shardyramishra: sure12:52
*** sdake_ has joined #heat12:53
ramishrashardy: can we mot make details dict a little more flexible.12:54
openstackgerritMerged openstack/heat: Move aws resources tests to heat/tests/aws/  https://review.openstack.org/17806512:55
shardyramishra: in what way flexible?12:55
openstackgerritMerged openstack/heat: minor change to on_other.rst file  https://review.openstack.org/17792612:55
shardyatm it's just exposing the existing interfaces, such that we can add more in future12:55
shardythe idea was that it was a flexible interface we'd be free to extend later12:55
ramishrashardy: key: value representing the adjust parameters ex. {adjustment_type: percent_change_in_capacity, adjustment: 25}12:56
*** sdake has quit IRC12:56
shardyramishra: I suppose we could, what use-case do you have in mind?12:57
ramishrashardy: rather than a single key and value. https://review.openstack.org/#/c/177148/12:57
*** pas-ha has quit IRC12:58
ramishrashardy: I've added a new parameter to adjust,to specify the min_adjustment_strp when specifying percent_change_in_capacity12:58
*** inc0_ has quit IRC12:59
shardyramishra: how is that different from specifying change_in_capacity==min_adjustment_step in the policy?12:59
therveshardy, If you see a type in percent like 10, and have 5 instance, it will at least do min_adjustemen_step13:00
sirushtipas-ha, Hi, just saw your message on scrollback, so that error is actually the result of _wait_for_stack_status() in common/test.py not waiting for the newest update, I've a fix for it here -> 17304513:01
thervehttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentstep13:01
*** jistr|class is now known as jistr13:01
shardytherve: aha, OK thanks13:02
shardyramishra: Ok, I can rework it (again)13:02
ramishratherve, shardy: thanks13:02
therveramishra, In those cases we generally went for the very democratic process of "however get merged second deals with the problem" :)13:03
*** rpothier has joined #heat13:04
shardyHeh, I don't really mind, may as well get it right13:05
ramishratherve: lol. I thought I can ask shardy to do the extra bit ;)13:05
therveshardy, That's because you're the nice guy13:05
shardybeen waiting 4 months, what's a couple more :P13:05
LimorStotland_question : my fix failed on one of the Jenkins gate on "ERROR: the main setup script run by this job failed - exit code: 2" when Running devstack. can it be connected to the mirror epic failures? and if so who can i re run it once issue is resolved ?13:05
therveLimorStotland_, Once fixed, they'll be a bug number and you can do "recheck bug XXX" in gerrit13:06
*** spzala has joined #heat13:06
LimorStotland_Thanks therve13:07
*** ashishjain has quit IRC13:09
*** jmckind has joined #heat13:24
openstackgerritSergey Kraynev proposed openstack/heat: Add functional test for neutron port  https://review.openstack.org/17818913:29
*** dyasny has joined #heat13:30
*** jmckind has quit IRC13:33
*** jprovazn has quit IRC13:34
*** jmckind has joined #heat13:38
*** pas-ha has joined #heat13:44
*** EricGonczer_ has joined #heat13:57
*** sdake_ has quit IRC13:59
*** GonZo2K has joined #heat14:02
*** GonZo2K has joined #heat14:02
*** shardy_ has joined #heat14:06
*** crose has joined #heat14:08
*** shardy has quit IRC14:08
*** shardy_ has quit IRC14:12
*** shardy has joined #heat14:12
*** jprovazn has joined #heat14:13
*** dims has quit IRC14:15
*** dims has joined #heat14:15
*** sdake has joined #heat14:20
*** vijendar has joined #heat14:21
*** sdake_ has joined #heat14:22
*** crose has quit IRC14:23
*** crose has joined #heat14:24
*** sdake has quit IRC14:25
*** ishant has quit IRC14:28
*** pm90_ has joined #heat14:29
*** pm90_ has quit IRC14:29
*** pm90_ has joined #heat14:30
*** GonZo2K has quit IRC14:32
*** crose has quit IRC14:33
*** crose has joined #heat14:33
*** Raj1 has joined #heat14:40
*** Raj2 has joined #heat14:45
*** Raj1 has quit IRC14:45
*** Raj2 has quit IRC14:46
*** Raj1 has joined #heat14:46
*** dulek has quit IRC14:53
*** jaypipes has quit IRC14:58
*** shardy_ has joined #heat14:58
*** shardy has quit IRC15:00
*** jmckind has quit IRC15:00
*** jmckind has joined #heat15:02
*** BManojlovic has quit IRC15:02
*** sabeen has joined #heat15:02
*** sabeen2 has joined #heat15:03
*** Qiming_ has quit IRC15:03
*** shardy_ has quit IRC15:04
*** shardy has joined #heat15:04
*** smccully has joined #heat15:05
*** sabeen has quit IRC15:07
*** GonZo2K has joined #heat15:07
*** LimorStotland_ has quit IRC15:07
*** Tango has joined #heat15:13
*** signed8bit has joined #heat15:15
*** GonZo2K has quit IRC15:16
*** sdake_ has quit IRC15:21
*** sdake has joined #heat15:21
*** hdd__ has quit IRC15:25
*** LiJiansheng has quit IRC15:26
*** jmckind has quit IRC15:32
-openstackstatus- NOTICE: gerrit has been restarted to clear an issue with its event stream. any change events between 14:43-15:30 utc should be rechecked or have their approval votes reapplied to trigger jobs15:36
openstackgerritSergey Kraynev proposed openstack/heat: Add functional test for neutron port  https://review.openstack.org/17818915:36
*** jmckind has joined #heat15:38
*** bdossant has quit IRC15:38
*** serg_melikyan has joined #heat15:38
*** jmckind has quit IRC15:39
*** jmckind has joined #heat15:39
*** hdd__ has joined #heat15:43
openstackgerritSabeen proposed openstack/heat: Add functional tests for stack tags/hidden stacks  https://review.openstack.org/15334315:43
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/"15:51
openstackgerritSergey Kraynev proposed openstack/heat: Add timeout hidden parameter to AWS LB  https://review.openstack.org/17712015:53
openstackgerritSergey Kraynev proposed openstack/heat: Enable SecurityGroups property for AWS LB resource  https://review.openstack.org/17331115:53
openstackgerritSergey Kraynev proposed openstack/heat: Add scenario test for AWS loadbalancer  https://review.openstack.org/15319215:53
*** kfox1111 has joined #heat15:55
*** jcoufal_ has joined #heat15:57
*** cody-somerville has quit IRC15:58
*** sdake_ has joined #heat15:59
*** jcoufal has quit IRC16:00
*** alexpilotti has quit IRC16:01
*** jistr has quit IRC16:02
*** alexheneveld has quit IRC16:02
*** sdake has quit IRC16:03
*** sdake_ is now known as sdake16:03
*** GonZo2K has joined #heat16:04
*** Raj1 has quit IRC16:05
*** Raj1 has joined #heat16:05
*** kebray has joined #heat16:07
*** vijayagurug has joined #heat16:17
*** vijayagurug has left #heat16:17
*** serg_melikyan has quit IRC16:20
*** prazumovsky has joined #heat16:25
*** LimorStotland has joined #heat16:25
openstackgerritKanagaraj Manickam proposed openstack/heat-specs: Designate resource plug-ins  https://review.openstack.org/17427516:26
LimorStotlandHi, somebody know if the epic mirror issue was resolved16:28
*** LimorStotland has left #heat16:30
*** LimorStotland has joined #heat16:30
*** pm90_ has quit IRC16:30
*** ifarkas has quit IRC16:31
*** Raj1 has quit IRC16:31
sirushtiLimorStotland, Jenkins voted `Verified+1` on a patch a moment ago, so that means yes, it has been resolved16:38
LimorStotlandYes! how can i know the bug number?16:40
sirushtiLimorStotland, If you're looking for a bug number to recheck your patch with, there isn't, just type in 'recheck'16:43
*** che-arne has quit IRC16:44
LimorStotlandAs a comment ?16:45
sirushtiLimorStotland, yep16:45
LimorStotlandThanks16:46
*** jmckind has quit IRC16:54
*** GonZo2K has quit IRC16:58
*** KanagarajM has joined #heat16:58
*** liusheng has quit IRC17:00
*** tspatzier__ has quit IRC17:00
*** liusheng has joined #heat17:00
*** kebray has quit IRC17:03
*** jcoufal_ is now known as jcoufal17:07
*** KanagarajM has quit IRC17:08
*** Tross has joined #heat17:10
*** ir2ivps8_ has quit IRC17:11
*** LimorStotland has quit IRC17:13
*** pm90_ has joined #heat17:15
*** yassine_ has quit IRC17:16
*** harlowja_away is now known as harlowja_17:21
*** hdd__ has quit IRC17:28
*** ir2ivps8_ has joined #heat17:34
*** serg_melikyan has joined #heat17:35
*** pitr-ch has quit IRC17:37
*** Tross has quit IRC17:39
*** serg_melikyan has quit IRC17:39
*** Tango has quit IRC17:50
*** tspatzier has joined #heat17:52
*** vijayagurug has joined #heat17:53
*** vijayagurug has left #heat17:54
*** tspatzier has quit IRC17:58
*** achanda has joined #heat17:58
*** tspatzier has joined #heat17:58
*** ir2ivps8_ has quit IRC17:58
*** tspatzier has quit IRC17:58
*** prazumovsky has quit IRC17:59
*** sdake has quit IRC17:59
*** sdake has joined #heat18:00
*** pm90_ has quit IRC18:03
*** pm90_ has joined #heat18:03
*** jamielennox|away is now known as jamielennox18:04
*** kebray has joined #heat18:08
*** kebray has quit IRC18:15
*** cdent has quit IRC18:17
*** jmckind has joined #heat18:21
*** jtomasek has quit IRC18:22
*** ir2ivps8_ has joined #heat18:24
*** jcoufal has quit IRC18:24
*** kebray has joined #heat18:29
*** aweiteka has quit IRC18:31
*** Tango has joined #heat18:31
*** achanda has quit IRC18:34
*** achanda has joined #heat18:35
*** tspatzier has joined #heat18:35
*** tspatzier has quit IRC18:39
*** achanda has quit IRC18:41
*** tspatzier has joined #heat18:43
*** aweiteka has joined #heat18:44
*** charlesr has joined #heat18:50
*** jprovazn has quit IRC18:50
*** tspatzier has quit IRC18:52
*** erkules_ is now known as erkules18:54
*** hdd has joined #heat18:54
*** randallburt has joined #heat18:55
openstackgerritMerged openstack/heat: Fix logging during delete stack  https://review.openstack.org/17575218:59
*** kebray has quit IRC19:01
*** Raj1 has joined #heat19:04
*** jaypipes has joined #heat19:06
*** hdd has quit IRC19:07
*** rpothier has quit IRC19:14
*** Raj1 has quit IRC19:16
*** Raj1 has joined #heat19:16
*** serg_melikyan has joined #heat19:20
*** serg_melikyan has quit IRC19:25
*** kebray has joined #heat19:40
*** kebray has quit IRC19:41
*** openstackstatus has quit IRC19:52
*** openstackstatus has joined #heat19:52
*** ChanServ sets mode: +v openstackstatus19:52
*** randallburt has quit IRC19:57
*** randallburt has joined #heat20:01
*** kebray has joined #heat20:05
*** Tross has joined #heat20:09
*** pas-ha has quit IRC20:20
*** GonZo2K has joined #heat20:35
*** GonZo2K has quit IRC20:35
*** GonZo2K has joined #heat20:35
*** dyasny has quit IRC20:45
openstackgerritShilla Saebi proposed openstack/heat: cleanup of hacking.rst heat doc  https://review.openstack.org/17792220:47
openstackgerritShilla Saebi proposed openstack/heat: changed heat dev docs to comply with conventions  https://review.openstack.org/17751020:52
*** harlowja_ has quit IRC20:55
*** hdd has joined #heat21:05
*** pm90_ has quit IRC21:12
*** charlesr has quit IRC21:12
openstackgerritSteven Hardy proposed openstack/python-heatclient: Fix sort column for event-list with nested-depth  https://review.openstack.org/17816921:13
*** randallburt has quit IRC21:15
*** kebray has quit IRC21:17
*** jmckind has quit IRC21:18
*** hdd has quit IRC21:21
*** randallburt has joined #heat21:21
*** spzala has quit IRC21:25
*** Raj1 has quit IRC21:29
*** EricGonczer_ has quit IRC21:31
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/17841221:36
*** derekh has quit IRC21:45
*** mwheckmann has joined #heat21:45
*** vijendar has quit IRC21:49
*** aweiteka has quit IRC21:52
*** randallburt has quit IRC21:54
*** spzala has joined #heat21:55
*** spzala has quit IRC21:56
*** signed8bit is now known as signed8bit_ZZZzz21:56
*** spzala has joined #heat21:56
openstackgerritSabeen proposed openstack/heat: Add functional tests for stack tags/hidden stacks  https://review.openstack.org/15334321:59
openstackgerritSabeen proposed openstack/heat: Add functional tests for stack tags/hidden stacks  https://review.openstack.org/15334322:00
*** spzala has quit IRC22:02
*** signed8bit_ZZZzz is now known as signed8bit22:03
*** spzala has joined #heat22:04
*** harlowja has joined #heat22:04
*** Marga_ has joined #heat22:07
*** aweiteka has joined #heat22:33
*** spzala_ has joined #heat22:35
*** spzala has quit IRC22:38
*** spzala_ is now known as spzala22:38
asalkeldyo22:45
*** yuntong1 has quit IRC22:45
*** yuntong has joined #heat22:49
*** randallburt has joined #heat22:53
openstackgerritKairat Kushaev proposed openstack/heat: Implement update for Manila::Share  https://review.openstack.org/17184522:53
openstackgerritKairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share  https://review.openstack.org/17180622:53
*** aweiteka has quit IRC22:55
*** sabeen2 has quit IRC22:57
*** yuntong1 has joined #heat23:00
*** pm90_ has joined #heat23:00
*** yuntong has quit IRC23:02
*** Marga_ has quit IRC23:03
*** signed8bit has quit IRC23:08
*** spzala has quit IRC23:12
openstackgerritAngus Salkeld proposed openstack/heat: Add basic Ceilometer alarm test  https://review.openstack.org/17803623:25
openstackgerritAngus Salkeld proposed openstack/heat: Use $DEST consistently in the post_test_hook.sh  https://review.openstack.org/17845423:25
*** dims_ has joined #heat23:29
*** dims has quit IRC23:31
*** Raj1 has joined #heat23:34
*** Marga_ has joined #heat23:34
*** yuntong1 has quit IRC23:35
*** Raj1 has quit IRC23:35
*** Raj1 has joined #heat23:35
*** Marga_ has quit IRC23:36
*** yuntong has joined #heat23:36
*** Marga_ has joined #heat23:36
*** lsmola_ has joined #heat23:38
*** EricGonczer_ has joined #heat23:40
*** lsmola__ has quit IRC23:40
*** Tango has quit IRC23:42
*** lsmola_ has quit IRC23:45
*** LiJiansheng has joined #heat23:47
*** Marga_ has quit IRC23:49
*** Marga_ has joined #heat23:50
*** pm90_ has quit IRC23:57
*** lsmola_ has joined #heat23:58

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