Wednesday, 2015-04-29

*** Tross has quit IRC00:01
*** EricGonczer_ has quit IRC00:04
*** Qiming has joined #heat00:09
*** Raj1 has quit IRC00:11
*** kebray has joined #heat00:14
*** Qiming has quit IRC00:17
*** achanda has joined #heat00:23
*** david-lyle has quit IRC00:32
asalkeldstevebaker: skraynev i am going to make a bug-tag called unit-test, we seem to have imperfect coverage. i'll make a bunch of bugs to address the worst offenders00:38
stevebakerasalkeld: sounds good. it would be nice if our unit test gate jobs generated a coverage html report. surely other projects do that00:42
asalkeldyeah, totally00:42
asalkeldi think boris-42 had a test to even make sure it didn't get worse00:42
*** Marga_ has quit IRC00:42
asalkeldhttps://bugs.launchpad.net/heat/+bugs?field.tag=unit-tests00:44
*** vijayagurug has joined #heat00:54
*** signed8bit has joined #heat00:58
*** Marga_ has joined #heat01:09
*** Qiming has joined #heat01:11
*** huangtianhua has joined #heat01:13
asalkeldstevebaker: i forgot you set OVERRIDE_ENABLED_SERVICES01:15
*** kebray has quit IRC01:15
*** Qiming_ has joined #heat01:15
asalkeldyou left out ceilometer alarming services01:16
asalkeldi'll post a patch01:16
*** Qiming has quit IRC01:20
*** spzala has joined #heat01:20
*** david-lyle has joined #heat01:20
*** kebray has joined #heat01:24
openstackgerrithuangtianhua proposed openstack/heat: Move openstack resources tests to heat/tests/openstack/  https://review.openstack.org/17807401:26
asalkeldstevebaker: https://review.openstack.org/17847201:28
asalkeld(project config change)01:28
*** EricGonczer_ has joined #heat01:33
asalkeldwe seem to be getting lots of gate errors01:34
asalkeldheat_integrationtests.common.exceptions.StackResourceBuildErrorException: Resource IPAddress in stack CfnInitIntegrationTest-530462288/ea103822-a3df-4524-a36e-ce00917fec38 is in CREATE_FAILED status due to 'BadRequest: Unable to associate floating ip 172.24.5.4 to any fixed IPs for instance 67bff9a2-807c-4091-a04d-07dda27a5b19. Instance has no fixed IPv4 addresses to associate. (HTTP 400) (Request-ID: req-31f30ea9-99c8-47dc-ab25-072a41024210)'01:35
jamielennoxasalkeld: i was just coming to ask that - is the gate broken?01:35
jamielennoxi'm seeing: heat_integrationtests.common.exceptions.StackBuildErrorException: Stack NeutronLoadBalancerTest-50480486/48ebf044-4b2f-43b3-9ce8-84392b3f9f76 is in CREATE_FAILED status due to 'Resource CREATE failed: BadRequest: Bad floatingip request: Port 3154e0c1-9bb4-418c-b5f1-18d4f3c99f5f has multiple fixed IPs.  Must provide a specific IP when assigning a floating IP'01:35
asalkeldjamielennox: just started seeing it myself01:35
asalkeldyeah i got both of those01:36
asalkeldactually01:36
asalkeld heat_integrationtests.common.exceptions.StackBuildErrorException: Stack NeutronLoadBalancerTest-241807421/24df49a9-ee58-41ec-bc62-334169547332 is in CREATE_FAILED status due to 'Resource CREATE failed: ResourceInError: Went to status ERROR due to "error in vip"'01:36
asalkeldneutron is unhappy01:36
jamielennoxsurprise01:36
asalkeld(or us, let me check for relevant changes)01:37
asalkeldbrb lunch01:40
*** Qiming__ has joined #heat01:40
*** Qiming_ has quit IRC01:44
*** Yanyanhu has joined #heat01:47
*** signed8bit has quit IRC01:48
*** erkules_ has joined #heat01:49
*** erkules has quit IRC01:50
*** dims_ is now known as dims01:52
*** Qiming__ is now known as Qiming01:54
*** bnemec has quit IRC01:56
stevebakerasalkeld: ah yes, ceilometer didnt have any tests at the time01:57
*** bnemec has joined #heat01:59
*** harlowja is now known as harlowja_away02:03
*** EricGonczer_ has quit IRC02:12
*** EricGonczer_ has joined #heat02:13
*** EricGonczer_ has quit IRC02:14
*** Will has joined #heat02:16
WillI developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks.02:20
*** david-lyle has quit IRC02:30
*** david-lyle has joined #heat02:31
Will I developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks.02:32
Qimingasalkeld, 1 min?02:32
*** elynn has joined #heat02:32
elynnmorning :)02:34
*** EricGonczer_ has joined #heat02:35
*** david-lyle has quit IRC02:36
*** EricGonczer_ has quit IRC02:36
*** Raj1 has joined #heat02:43
WillI developed an Openstack Heat resource type plugin with a function handle_update(self, json_snippet, tmpl_diff, prop_diff) to update a VM's cpu and memory. But the function could not be triggered by command "heat stack-list". Any suggestion to debug this issue? Thanks.02:45
QimingWill, handle_update is not triggered by stack-list operation I think02:47
QimingYou are supposed to use 'heat stack-update'02:47
Willyes.02:47
asalkeldQiming: what's up02:48
Will我在开å�‘Openstack Heat resource typeçš„plugin,è¦�æ›´æ–°vmçš„cpuå’Œmemory资æº�,create了一个函数def handle_update(self, json_snippet, tmpl_diff, prop_diff)。 但是,heat stack-update时总也triggerä¸�到这个函数,æ¯�一次å�ªèƒ½è¿�è¡Œ__init__函数。  å�Œæ—¶ï¼Œä¹ŸåŠ å…¥äº†ä¸‹åˆ—两行代ç �。 update_allowed_keys = ('Properties',) # Everything other than policy can be changed. update_allowed_properties = ( CPU,MEM,) å¹02:49
Qimingasalkeld, what to know the strategy about supporting ec2-user option02:49
Qimingfrom the comment in code, we still have it because we need to support cloud-init 0.6.1 (for Ubuntu 12.04 LTS)02:49
WillThe plugin handle_create could be triggered by "heat stack-create"02:49
Qimingdoes that mean we will keep it there till late 2017?02:50
asalkeldQiming: no defined "strategy", but we are moving towards using the built in user02:50
asalkeldQiming: i don't see us removing it02:50
Qimingasalkeld, I was feeling it annoying because it is causing some inconsistent behavior02:50
asalkeldalso you can always manually define that as the user you want02:50
QimingI'm not specifying an admin_user for a VM02:50
Qimingif I'm not using software-config, I will use 'fedora' to login to a fedora vm02:51
asalkeldWill: yes,that is correct02:51
Qimingbut when using software-config, I have to use 'ec2-user'02:51
Qimingand ... I have to remember that02:51
asalkeldmmm, i see02:51
asalkelddo we have an attribute for what user you should use?02:52
asalkeldwe *could* and that might help02:52
WillAny suggestion on how to debug the issue?02:53
Qimingasalkeld, so you mean we leave 'ec2-user' there and fix it in a different way02:53
asalkeldstevebaker: why do we use ec2-user for software-config?02:53
asalkeldWill: your output is got some strange characters02:54
asalkeldWill: can you paste it to paste.openstack.org02:54
WillSorry, it's Chinese. Please ignore it.02:55
Qimingasalkeld, maybe this is the reason, see shardower's comment: http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/clients/os/nova.py#n21602:55
asalkeldWill: if the property is not update_allowed, then the resoruce will be deleted and re-created02:55
asalkeld(so won't enter handle_update)02:56
Will CPU: properties.Schema(             properties.Schema.INTEGER,             _('The number of cpu used to update an existing CMS Server.'),             default=1,             constraints=[                 constraints.Range(1, 8),             ],             update_allowed=True         ),02:56
Will update_allowed=True02:56
asalkeldQiming: that is just for sudo access02:56
WillAnd I also added the line "update_allowed_properties = ( CPU,MEM,)" in the class.02:57
asalkeldWill: ok, so you do an update and it's not getting into handle_upadate?02:57
Willyes.02:57
asalkeldthere *must* be a change to the properties02:57
*** randallburt has quit IRC02:58
asalkeldare you sure you have changed something02:58
WillWhat do you mean by something?02:58
WillMore specific plz:)02:58
asalkeldok, so you must change cpu: 4 to cpu: 502:58
asalkeldotherwise heat will not call handle_update02:59
asalkeldas there are no changes02:59
asalkeld(nothing to update)02:59
Willyes, I did this in two way. One is in heat-update command -P "cpu=5"02:59
WillAnother way is to update the cpu in the HOT template.02:59
asalkeldWill: can i see your template?02:59
asalkeldnot here02:59
asalkeldpaste.openstack.org03:00
Willokay.03:00
asalkeldthen just paste the link here03:00
Willhttp://paste.openstack.org/show/211197/03:02
asalkeldlooking03:03
asalkeldWill: that should work03:04
*** Raj1 has quit IRC03:05
asalkeldWill: what does heat-engine log say?03:05
*** LiJiansheng has quit IRC03:05
asalkeldand errors?03:05
*** LiJiansheng has joined #heat03:06
WillNo errors. Only __init__ is executed. handle_update isn't executed. So no logs from handle_update()03:07
WillIn the first line of handle_update() is " LOG.info("OpenStackHeat-handle_update(): prop_diff = [%s]." %prop_diff)", but it didn't show in the log.03:08
asalkeldWill: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L73403:10
asalkeldadd some debug ^ to see what _needs_update() is returning03:10
asalkeldalso add some debug in your handle_delete and handle_create03:11
asalkeldjust to make sure it's not replacing the resource03:11
WillWhen stack-update, handle_create won't be triggered. I have double checked this.03:13
Willasalkeld: What's the function of _needs_update()?03:19
*** nkhare has joined #heat03:19
asalkeldto see if the resource needs to be updated03:19
asalkeldit compares the old and new properties03:19
asalkeldone way to debug this is to override that method and just return True03:20
asalkelddon't forget to undo that tho'03:20
WillGreat, I will override the method.03:23
WillBut _needs_update could not be triggered by command "heat stack-update"03:25
asalkeldWill: what is the full command you are passing?03:26
asalkeldheat stack-update -f t.yaml -P "cpu=x" ?03:26
asalkeldthen03:26
asalkeldheat stack-update -f t.yaml -P "cpu=x+1" ?03:26
*** coolsvap|afk is now known as coolsvap03:27
openstackgerrithuangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation  https://review.openstack.org/17849403:27
Willasalkeld: Still could not trigger handle_update or _needs_update03:29
WillI also tried to update the template, but still not work.03:29
WillDoes flavor_id constrains the value of cpu and mem?03:30
asalkeldWill: you need to pass everything into the update03:30
asalkeldso if you passed in flavor_id to the create , you need to do it in the update03:31
asalkeldWill: also use "heat event-list <stack_id>"03:31
*** david-lyle has joined #heat03:32
Will+--------------------------------------+---------------------------------+--------------------+----------------------+ [root@cs14 ~]# heat event-list stack-zzhengxi-201504232155 +---------------+--------------------------------------+----------------------------------------------------------------------------------------+--------------------+----------------------+ | resource_name | id                                   | resource_status_rea03:32
asalkeldWill: don't paste lots of text here: rather in paste.openstack.org03:33
asalkeldalso you are naughty ;) don't use root all the time03:34
Willevent-list shows http://paste.openstack.org/show/211261/03:34
asalkeldtada!03:34
asalkeld UnboundLocalError: local variable 'project_id' referenced before assignment03:34
WillThanks for the reminder.03:34
asalkeldyou have a coding error03:35
asalkeldtry03:35
asalkeldheat event-show  stack-zzhengxi-201504232155 52c9dcd1-a925-41cc-a498-45185a59d08303:35
asalkeld(for more info)03:35
WillThat's the event two days ago. Is this block the handle_update?03:35
asalkeldWill: that makes no sense03:37
asalkeldyou create a stack:03:37
asalkeldheat stack-create -f foo.yaml -P "stuff"03:37
asalkeldheat stack-create -f foo.yaml -P "stuff" mystack03:38
asalkeldthen03:38
asalkeldheat event-list mystack03:38
WillI didn't use -P when creating.03:38
asalkeldwill that's ok03:39
asalkeldbut you should see you stack in "heat stack-list"03:39
asalkeldand do the event-list for that same stack03:39
WillI am working on "heat event-show " I need to figure out the <RESOURCE> which is needed by "event-show"03:40
asalkeldserver03:40
asalkeldit's the name in the template03:40
WillGot it. The result is http://paste.openstack.org/show/211262/03:42
asalkeldCREATE_FAILED03:42
asalkeldyour create didn't work03:42
asalkeldi'd suggest deleting and recreating03:43
WillBut I can check everything about the stack.03:43
asalkeldWill: also check out: heat resource-list03:43
WillFor the project_id, how does it matter?03:44
WillI also created another stack, the events are the same as this one.03:44
asalkeldWill: it is a programming error03:45
asalkeldcheck your code03:45
WillI can also see the vm created is bounded to a project from a portal.03:45
WillOkay. Then which part should I check. handle_create?03:46
asalkeldWill: there is little more i can do without seeing the resource you have written03:46
asalkeldyeah the create failed03:46
*** Qiming_ has joined #heat03:52
WillNo, the creation is succeeded.03:54
*** Qiming has quit IRC03:55
Willline 6 of http://paste.openstack.org/show/211261/ shows it succeeded.03:55
Willasalkeld: From line 8 and 9 of http://paste.openstack.org/show/211261/, handle_create is executed, this is so wired why handle_create is executed when running "handle_update"03:56
*** nkhare has quit IRC03:59
*** nkhare has joined #heat03:59
asalkeldWill: do you have your resource code were i can see it?04:00
Willyes. Could you please give me you email?04:03
asalkeldasalkeld@mirantis.com04:03
*** vijayagurug has quit IRC04:04
*** sdake_ has joined #heat04:04
*** sdake has quit IRC04:08
Willasalkeld: Sent you the source.04:09
*** KanagarajM has joined #heat04:09
*** Qiming_ has quit IRC04:09
*** sdake_ has quit IRC04:11
*** KanagarajM has quit IRC04:11
asalkeldok Will looking04:11
*** KanagarajM has joined #heat04:11
asalkeldWill: i'd suggest finding that local variable "project_id"04:13
asalkeldi don't see it in that file you have04:13
asalkeldHT-15306C5 UnboundLocalError: local variable 'project_id' referenced before assignment04:13
WillWill checking. But do you have any ideas why handle_create is ran during stack-update?04:17
WillThis puzzles me the most.04:17
*** krak has joined #heat04:20
krakSeeing errors while deleting a server. particularly while heat stack-delete.04:20
*** cody-somerville has joined #heat04:20
krakCan someone please help me with that ?04:20
krakI can paste the logs.04:20
asalkeldWill: that is normally because UpdateReplace exception is raised04:22
asalkeldkrak: what are the errors?04:22
asalkeldkrak: template, commands, output..., logs if possible04:23
krakplease refer this pastebin04:24
krakhttp://paste.openstack.org/raw/210866/04:24
asalkeldlooking04:24
Willasalkel: It sounds reasonable, But def _needs_update(self, after, before, after_props, before_props,prev_resource): in the def_server file wasn't triggered.04:24
Will"UpdateReplace exception is raised" is in which method of Resource?04:24
asalkeldWill: have a look at resource.py04:25
asalkeldat the update method04:25
asalkeldand all it calls04:25
WillI think it's better for me to override the same method and check what's happending.04:25
asalkeldkrak: that is a bug between nova and neutorn04:26
krakis this a known one ?04:26
asalkeldkrak: i am not sure04:26
krakohh04:26
krakokay04:26
asalkeldkrak: i'd ask in openstack-nova04:27
krakokay sure.04:27
asalkeldand search the nova bugs04:27
krakthanks a lot asalkeld04:27
*** krak has quit IRC04:27
asalkeldkrak: just googling the error is normally helpful04:28
*** krak has joined #heat04:28
* asalkeld is about to pick kids up04:29
asalkeldbe back later04:29
*** kebray has quit IRC04:30
Willasalkeld: Why "update(self, after, before=None, prev_resource=None)" is executed? It shouldn't be the first method to be executed, instead of handle_update in the plugin def_server.py, right?04:32
asalkeldWill: update() normally is never implemented in resoures04:33
asalkeldit calls handle_update()04:33
asalkeldand that is what you implement in your resource type04:33
WillI override update() just before handle_update, but the method isn't triggered either.04:41
asalkeldWill: the main issue you have is create is failing04:46
asalkeldwith the local variable exception04:46
asalkeldyou need to find that04:46
asalkeldthis strange update behaviour is probably because of that04:47
WillAt the very beginning, the create is successful. Then during update, the create failed.04:47
asalkeldWill: so stack-create is totally sucessful?04:48
asalkeldcreate_complete?04:48
asalkeldi have to go now and pick kids up, later04:49
WillYes, it shows create-complete at the beginning.04:53
*** krak has quit IRC05:08
*** huangtianhua has quit IRC05:16
*** hdd has joined #heat05:24
*** Qiming has joined #heat05:33
*** Marga_ has quit IRC05:34
*** LimorStotland has joined #heat05:43
*** vijayagurug has joined #heat05:49
*** metral is now known as metral_zzz05:55
*** sarath123 has joined #heat05:55
*** sarath123 has left #heat05:56
*** dulek has joined #heat06:02
*** metral_zzz is now known as metral06:02
*** vijayagurug has quit IRC06:07
*** huangtianhua has joined #heat06:11
*** tspatzier has joined #heat06:12
*** tiantian has joined #heat06:16
*** huangtianhua has quit IRC06:17
asalkeldstevebaker: any meeting agenda items from you ?06:17
Willasalkeld: Hi Angus, still waiting for any updates from you:)06:19
*** vijayagurug has joined #heat06:21
sirushtishardy, skraynev, I've revised https://review.openstack.org/#/c/86978/ pretty much rewriting it from scratch, so please let me know if I've missed something.06:22
asalkeldWill: you code *seems* ok06:22
WillAny more suggestions for me? Then I can debug myself.06:24
WillI have tried all possibilities I can think of myself.06:24
*** asalkeld has quit IRC06:28
openstackgerritAnant Patil proposed openstack/heat-templates: Add output section.  https://review.openstack.org/17852006:30
openstackgerritJun Jie Nan proposed openstack/heat-templates: Added security group and network  https://review.openstack.org/17852206:34
openstackgerrithuangtianhua proposed openstack/heat: Raise HTTPBadRequest instead of ValueError for API validation  https://review.openstack.org/17849406:38
*** pas-ha has joined #heat06:43
*** dulek has quit IRC06:46
*** asalkeld has joined #heat06:48
*** jcoufal has joined #heat06:49
*** jprovazn has joined #heat06:50
skraynevsirushti: sure. I have got email about your new patch-set :) so I plan to look on it today, Also I glad to see +1 from Jenkins ;)06:51
skraynevbtw, morning all06:52
*** dulek has joined #heat06:52
asalkeldhi skraynev06:58
skraynevasalkeld: hey06:58
sirushtiskraynev, sure, thanks :)06:59
skraynevasalkeld: looks like we have issue on gate related with FIP.07:05
asalkeldskraynev: yeah - i didn't have time to investigate07:05
* asalkeld feeling really tired for some reason07:06
skraynev"asalkeld feeling really tired for some  reason", after that you definitely show add "if you know what I mean..." :)07:10
*** ifarkas has joined #heat07:11
shardymorning all07:16
shardyasalkeld: I wanted to add an agenda item, about the removal of Fn::Split07:17
shardyI've got a use-case which needs it, and it's not clear to me if there's any native alternative atm07:17
shardysirushti: thanks for reworking that patch, will take a look later today07:18
asalkeldshardy: fine by me07:23
*** LimorStotland has quit IRC07:27
*** jtomasek has joined #heat07:28
*** LimorStotland has joined #heat07:28
*** achanda has quit IRC07:48
*** achanda has joined #heat07:56
*** jistr has joined #heat07:58
openstackgerrithuangtianhua proposed openstack/python-heatclient: Add an option to generate template based on resource type  https://review.openstack.org/17854407:59
*** derekh has joined #heat08:01
*** alexheneveld has joined #heat08:01
*** BManojlovic has joined #heat08:09
*** dims has quit IRC08:10
*** yassine_ has joined #heat08:18
*** pitr-ch has joined #heat08:23
*** achanda has quit IRC08:33
*** achanda has joined #heat08:33
*** achanda has quit IRC08:35
openstackgerrithuangtianhua proposed openstack/heat: Delete redundant resource.id checking  https://review.openstack.org/17856208:48
shardyskraynev: Hey do you have a fix in-progress for bug #1449896?08:55
openstackbug 1449896 in heat "Failing FIP resources in Heat integration tests job" [Critical,Confirmed] https://launchpad.net/bugs/1449896 - Assigned to Sergey Kraynev (skraynev)08:55
shardyAFAICS that's totally broken our gate?08:55
skraynevshardy: yes08:55
skraynevshardy: test it right now and then upload08:56
skraynevneed 10-30 minutes08:56
shardyskraynev: np, just wanted to check we had someone on it, shout if I can help at all :)08:56
skraynevshardy: sure;) I will ping you, when upload patch08:57
*** dulek_ has joined #heat09:03
*** dulek has quit IRC09:03
*** alexheneveld has quit IRC09:05
*** KanagarajM has quit IRC09:08
*** vijayagurug has quit IRC09:13
*** KanagarajM has joined #heat09:15
openstackgerritSergey Kraynev proposed openstack/heat: Use ipv4 subnet in Heat scenario tests  https://review.openstack.org/17857609:39
*** GonZo2K has quit IRC09:50
*** dims has joined #heat09:51
*** yassine_ has quit IRC09:54
openstackgerritKanagaraj Manickam proposed openstack/heat: Custom constrain for keystone service  https://review.openstack.org/17858309:56
openstackgerritKanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone service  https://review.openstack.org/17858409:56
openstackgerritKanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone endpoint  https://review.openstack.org/17858509:56
openstackgerritKanagaraj Manickam proposed openstack/heat: heat_keystone README update for service and endpoint  https://review.openstack.org/17858609:56
openstackgerritKairat Kushaev proposed openstack/heat: Add updated in-place resources to backup  https://review.openstack.org/17586809:59
*** KanagarajM has quit IRC10:01
WillDose Icehouse support nested stack for resource type 'OS::Heat::ResourceGroup'?10:02
*** dulek_ has quit IRC10:06
*** mtreinish has quit IRC10:07
*** Qiming has quit IRC10:08
*** Yanyanhu has quit IRC10:11
WillDose Icehouse support nested stack for resource type 'OS::Heat::ResourceGroup'?   We came across an error - heatclient.exc.HTTPBadRequest: ERROR: HT-64408AE Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead.10:11
*** mwheckmann has quit IRC10:13
*** shardy_ has joined #heat10:13
openstackgerritAnant Patil proposed openstack/heat-templates: Add output section.(1)  https://review.openstack.org/17852010:14
*** shardy has quit IRC10:15
*** Will has quit IRC10:15
openstackgerritAnant Patil proposed openstack/heat-templates: Add output section.(2)  https://review.openstack.org/17859310:18
openstackgerritKanagaraj Manickam proposed openstack/heat: Custom constrain for keystone service  https://review.openstack.org/17858310:18
openstackgerritKanagaraj Manickam proposed openstack/heat: heat_keystone README update for service and endpoint  https://review.openstack.org/17858610:18
openstackgerritKanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone endpoint  https://review.openstack.org/17858510:18
openstackgerritKanagaraj Manickam proposed openstack/heat: Resource plug-in for keystone service  https://review.openstack.org/17858410:18
*** shardy_ has quit IRC10:19
*** shardy has joined #heat10:19
*** arif-ali has quit IRC10:20
*** alexheneveld has joined #heat10:22
*** KanagarajM has joined #heat10:30
*** tiantian has quit IRC10:43
*** dulek has joined #heat10:47
*** KanagarajM_ has joined #heat10:51
*** KanagarajM has quit IRC10:52
*** inc0 has joined #heat10:52
inc0hello10:53
*** nkhare has quit IRC10:56
*** vijayagurug has joined #heat10:57
skraynevshardy: looks like I fixed one issue, but we have another one11:00
skraynevshardy: raise new bug or fix it in the current patch?11:00
*** LimorStotland has quit IRC11:01
shardyIs the issue related?11:01
*** yassine_ has joined #heat11:01
skraynevshardy: partially, btw. will fix it in this patch11:01
skraynevwithout it we can not merge first fix11:02
shardyskraynev: Yeah, if it's realted just fix IMO, whatever is needed to un-break the gate ;)11:02
shardyrelated even..11:02
*** dulek_ has joined #heat11:02
openstackgerritAnant Patil proposed openstack/heat-templates: Add output section.(2)  https://review.openstack.org/17859311:02
skraynevshardy: ok, will do11:02
*** dulek has quit IRC11:05
*** Qiming has joined #heat11:05
*** inc0 has quit IRC11:07
*** inc0_ has joined #heat11:07
*** KanagarajM has joined #heat11:08
*** KanagarajM_ has quit IRC11:11
*** KanagarajM has quit IRC11:13
*** XiaoYangZhu has joined #heat11:13
*** dims has quit IRC11:18
*** pas-ha has quit IRC11:18
openstackgerritSteven Hardy proposed openstack/python-heatclient: Implement --marker for event-list --nested-depth  https://review.openstack.org/17861711:19
*** vijayagurug has left #heat11:23
*** rpothier has joined #heat11:27
*** inc0_ has quit IRC11:29
*** pas-ha has joined #heat11:30
*** BManojlo1ic has joined #heat11:33
*** dulek_ has quit IRC11:33
*** coolsvap is now known as coolsvap|afk11:33
*** BManojlovic has quit IRC11:36
*** noaKoffman has left #heat11:37
*** Qiming has quit IRC11:37
*** dulek has joined #heat11:39
*** Qiming has joined #heat11:39
*** arif-ali has joined #heat11:40
*** cdent has joined #heat11:41
*** EricGonczer_ has joined #heat11:45
*** XiaoYangZhu has left #heat11:46
ramishraskraynev: Hi11:48
*** XiaoYangZhu_ has joined #heat11:49
ramishrashardy: Hi11:51
shardyramishra: Hi!11:51
*** alexheneveld has quit IRC11:51
ramishraBug #1449896 seems to due to https://github.com/openstack-dev/devstack/commit/6d45e29bbb97ad338b413ec31b635c3c4364df8711:52
openstackbug 1449896 in heat "Failing FIP resources in Heat integration tests job" [Critical,In progress] https://launchpad.net/bugs/1449896 - Assigned to Sergey Kraynev (skraynev)11:52
*** BManojlo1ic is now known as BManojlovic11:52
shardyramishra: Yeah, skraynev is working on fixing our tests so they don't assume only one v4 subnet11:52
ramishraI've a patch to disable dual stack for our integration testing. show I put that see if that helps11:52
*** BManojlovic has quit IRC11:53
*** BManojlovic has joined #heat11:53
ramishras/show/should11:53
shardyramishra: sure, feel free to post it, then we can compare with what skraynev has posted11:53
* shardy is happy to merge whichever fixes CI ;)11:53
ramishrathere are number of templates where we don't specify network for servers. This would be interim fix to disable dual stack11:54
*** noaKoffman has joined #heat11:56
*** rakesh_hs has joined #heat11:56
*** dims has joined #heat11:56
asalkeldmeeting time soon11:58
openstackgerritRabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4  https://review.openstack.org/17863011:58
openstackgerritSergey Kraynev proposed openstack/heat: Use ipv4 subnet in Heat scenario tests  https://review.openstack.org/17857611:59
asalkeldskraynev: meeting12:01
skraynevramishra: IMO, we should fix our test in way, when they can work with both networks. It will be necessary to fix, if we start testing v6 too in functional tests :)12:01
shardytspatzier: Hey, if you're around for the meeting, I have a HOT item on the agenda you may be able to help with ;)12:02
tspatziershardy: I'm in #openstack-meeting12:02
*** dulek has quit IRC12:02
shardytspatzier: aha, you joined just as I pinged you, thanks! :)12:02
tspatzier:-)12:03
ramishraskraynev: sure.. my patch just interim to get CI working till we fix handling dual stack.12:03
*** inc0 has joined #heat12:03
*** openstackgerrit has quit IRC12:07
*** openstackgerrit has joined #heat12:07
openstackgerritKanagaraj Manickam proposed openstack/heat: Code improvement: avoid reduntant if conditions  https://review.openstack.org/17864412:10
*** Marga_ has joined #heat12:10
*** Marga_ has quit IRC12:10
noaKoffmanHi guys, can anyone please review the blueprint spec https://review.openstack.org/#/c/171781/ ? thanks12:11
*** Marga_ has joined #heat12:11
asalkeldnoaKoffman: we are in #openstack-meeting12:14
noaKoffmanok, thanks12:15
*** aweiteka has joined #heat12:17
*** EricGonczer_ has quit IRC12:17
*** inc0 has quit IRC12:19
*** inc0 has joined #heat12:20
*** LiJiansheng has quit IRC12:24
*** rakesh_hs has quit IRC12:24
*** LiJiansheng has joined #heat12:25
openstackgerritRabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4  https://review.openstack.org/17863012:36
* asalkeld heads off to bed - night12:36
skraynevasalkeld: g'night12:37
*** inc0 has quit IRC12:39
*** inc0_ has joined #heat12:39
*** inc0_ has quit IRC12:41
*** EmilienM is now known as EmilienM|afk12:41
*** Raj1 has joined #heat12:42
*** lifeless has quit IRC12:43
*** alexheneveld has joined #heat12:43
*** inc0 has joined #heat12:43
*** chlong has joined #heat12:44
*** EricGonczer_ has joined #heat12:47
sergmelikyanHi folks!12:47
inc0hello sergmelikyan12:47
sergmelikyanHeat in stable/kilo requires stevedore <1.4.0 https://github.com/openstack/heat/blob/stable/kilo/requirements.txt#L4712:47
sergmelikyanpython-keystoneclient requires stevedore >= 1.1.0 https://github.com/openstack/python-keystoneclient/blob/stable/kilo/requirements.txt#L1812:48
sergmelikyanIn some configurations devstack installs python-keystoneclient after Heat, and stevedore 1.4.0 is installed in the system, and this breaks Heat12:49
*** rpothier has quit IRC12:49
sergmelikyanMurano gates are not working due to this issue, any suggestion about how this maybe solved?12:50
skraynevsergmelikyan: add upper bound of stevedore for python-keystoneclient requirements, imo12:50
sergmelikyanskraynev, I would say same thing...12:54
*** inc0 has quit IRC12:57
skraynevshardy: zaneb: https://review.openstack.org/178576 tests are passed12:59
*** shardy_ has joined #heat12:59
skraynevasalkeld: ^ FYI13:00
*** shardy has quit IRC13:01
*** ir2ivps8_ has quit IRC13:01
*** dulek has joined #heat13:03
openstackgerritRabi Mishra proposed openstack/heat: Chnage the default IP_VERSION to 4  https://review.openstack.org/17863013:04
*** blomquisg has quit IRC13:04
*** shardy_ has quit IRC13:05
*** spzala has quit IRC13:05
*** shardy has joined #heat13:05
*** EricGonczer_ has quit IRC13:06
*** alexheneveld has quit IRC13:07
*** radez_g0n3 is now known as radez13:08
*** blomquisg has joined #heat13:08
openstackgerritSteven Hardy proposed openstack/python-heatclient: Implement --limit option for event-list with --nested-depth  https://review.openstack.org/17866013:13
*** LiJiansheng has quit IRC13:13
*** LimorStotland has joined #heat13:18
sergmelikyanskraynev, I mentioned about issue with stevedore that in some deployments Heat may not work in stable/kilo, cause shared library between Heat and Keystone Client for example has different requirements13:18
skraynevsergmelikyan: IMO in this case, the right solution will be to send email to openstack-dev and get more feedback from community. My first idea is to make it similar for different services (but Imo it's not so easy)13:20
*** dulek has quit IRC13:21
*** dulek has joined #heat13:21
skraynevsergmelikyan: So I think, that it should be solved by cross-project discussion, not only in Heat channel :)13:21
sergmelikyanskraynev, we discuss this in different places including e-mail :)13:22
*** Raj1 has quit IRC13:24
*** Raj1 has joined #heat13:24
openstackgerritSergey Kraynev proposed openstack/heat: Add functional test for neutron port  https://review.openstack.org/17818913:25
*** Raj2 has joined #heat13:29
*** ir2ivps8_ has joined #heat13:32
*** Raj1 has quit IRC13:34
*** jasond has joined #heat13:37
*** EmilienM|afk is now known as EmilienM13:37
*** lifeless has joined #heat13:38
*** jprovazn has quit IRC13:39
*** Raj2 has quit IRC13:49
*** mtreinish has joined #heat13:54
*** hdd has quit IRC13:54
*** XiaoYangZhu_ has quit IRC13:59
*** rpothier has joined #heat14:03
-openstackstatus- NOTICE: gerrit has been restarted to clear a stuck events queue. any change events between 13:29-14:05 utc should be rechecked or have their approval votes reapplied to trigger jobs14:04
*** tspatzier has quit IRC14:05
*** alexpilotti has joined #heat14:05
*** mtreinish has quit IRC14:05
*** BManojlovic has quit IRC14:06
openstackgerritOleksii Chuprykov proposed openstack/heat: Add test for neutron networking  https://review.openstack.org/17869114:12
*** jprovazn has joined #heat14:13
*** alexheneveld has joined #heat14:17
*** serg_melikyan has joined #heat14:26
*** kebray has joined #heat14:28
*** kebray has quit IRC14:29
*** blomquisg has quit IRC14:31
*** blomquisg has joined #heat14:31
*** serg_melikyan has quit IRC14:34
*** serg_melikyan has joined #heat14:35
*** EricGonczer_ has joined #heat14:38
*** serg_melikyan has quit IRC14:39
*** jprovazn has quit IRC14:39
*** Marga_ has quit IRC14:39
skraynevshardy: zaneb: https://review.openstack.org/178576 fix for gates, please take a look ;)14:40
*** Raj1 has joined #heat14:40
*** dims has quit IRC14:42
*** dims has joined #heat14:42
shardyskraynev: approved, thanks!14:42
skraynevshardy: np14:42
*** vijendar has joined #heat14:42
skraynevshardy: thx for the +A.14:43
*** mtreinish has joined #heat14:45
*** kebray has joined #heat14:45
openstackgerritOleksii Chuprykov proposed openstack/heat: Add test for neutron networking  https://review.openstack.org/17869114:48
*** pm90_ has joined #heat14:49
*** alexpilotti has quit IRC14:49
*** pm90_ has quit IRC14:49
*** mtreinish has quit IRC14:49
*** pm90_ has joined #heat14:49
*** sanjayu has joined #heat14:50
openstackgerritSergey Kraynev proposed openstack/heat: Add functional test for neutron port  https://review.openstack.org/17818914:51
*** kebray has quit IRC14:55
*** charlesr has joined #heat14:56
*** cody-somerville has quit IRC14:58
*** pm90_ has quit IRC15:00
*** jmckind has joined #heat15:01
*** packet has joined #heat15:02
*** dulek has quit IRC15:02
*** Raj1 has quit IRC15:03
*** Raj1 has joined #heat15:04
*** pm90_ has joined #heat15:04
*** jmckind has quit IRC15:04
*** erkules_ is now known as erkules15:08
*** erkules has joined #heat15:08
*** Tross has joined #heat15:11
*** alexpilotti has joined #heat15:11
*** jmckind has joined #heat15:16
*** tspatzier has joined #heat15:22
*** randallburt has joined #heat15:22
*** randallburt has quit IRC15:23
*** kfox1111 has quit IRC15:23
*** randallburt has joined #heat15:23
*** Qiming has quit IRC15:26
*** pm90_ has quit IRC15:27
*** ifarkas has quit IRC15:27
*** serg_melikyan has joined #heat15:29
*** jmckind has quit IRC15:29
*** cody-somerville has joined #heat15:31
*** cody-somerville has quit IRC15:31
*** cody-somerville has joined #heat15:31
*** serg_melikyan has quit IRC15:31
*** hdd has joined #heat15:31
*** Raj1 has quit IRC15:32
*** kairat_kushaev has quit IRC15:34
*** sdake has joined #heat15:34
*** sabeen has joined #heat15:40
*** Raj1 has joined #heat15:41
*** dulek has joined #heat15:41
*** kairat_kushaev has joined #heat15:43
*** jcoufal has quit IRC15:45
openstackgerritMerged openstack/heat: Use ipv4 subnet in Heat scenario tests  https://review.openstack.org/17857615:47
*** sdake_ has joined #heat15:47
*** yassine_ has quit IRC15:48
*** sdake has quit IRC15:51
*** alexheneveld has quit IRC15:53
*** jmckind has joined #heat15:54
*** jmckind has quit IRC15:55
*** jmckind has joined #heat15:55
*** pm90_ has joined #heat15:56
*** dulek has quit IRC15:59
*** serg_melikyan has joined #heat16:03
*** serg_melikyan has quit IRC16:03
*** pm90_ has quit IRC16:04
*** pm90_ has joined #heat16:05
*** alexheneveld has joined #heat16:08
*** serg_melikyan has joined #heat16:09
*** jtomasek has quit IRC16:10
*** Drago has quit IRC16:10
*** Drago has joined #heat16:10
*** jistr has quit IRC16:11
*** kebray has joined #heat16:11
*** serg_melikyan has quit IRC16:12
*** yuntong has quit IRC16:13
*** serg_melikyan has joined #heat16:14
*** yuntong has joined #heat16:14
openstackgerritKairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share  https://review.openstack.org/17180616:17
openstackgerritKairat Kushaev proposed openstack/heat: Implement update for Manila::Share  https://review.openstack.org/17184516:18
openstackgerritKairat Kushaev proposed openstack/heat: Add updated in-place resources to backup  https://review.openstack.org/17586816:18
*** chlong has quit IRC16:19
*** alexpilotti has quit IRC16:20
openstackgerritSteven Hardy proposed openstack/python-heatclient: Add hook-poll function to check if a stack has pending hooks  https://review.openstack.org/17396916:22
openstackgerritSteven Hardy proposed openstack/python-heatclient: Refactor common event code into event_utils module  https://review.openstack.org/17875616:22
*** serg_melikyan has quit IRC16:25
*** serg_melikyan has joined #heat16:27
*** mwheckmann has joined #heat16:27
*** Raj2 has joined #heat16:32
*** serg_melikyan has quit IRC16:33
*** Raj1 has quit IRC16:36
*** pitr-ch has quit IRC16:42
*** serg_melikyan has joined #heat16:42
*** serg_melikyan has quit IRC16:43
*** achanda has joined #heat16:43
*** pm90_ has quit IRC16:46
*** pm90_ has joined #heat16:46
*** jdob has quit IRC16:50
*** derekh has quit IRC16:59
*** sdake_ has quit IRC16:59
*** sdake has joined #heat16:59
*** kebray has quit IRC17:00
*** kebray has joined #heat17:01
*** sdake has quit IRC17:02
*** sdake has joined #heat17:03
*** signed8bit has joined #heat17:03
*** pm90_ has quit IRC17:05
*** sdake has quit IRC17:07
*** pas-ha has quit IRC17:10
*** pm90_ has joined #heat17:14
*** sdake has joined #heat17:24
*** jmckind has left #heat17:27
openstackgerritMerged openstack/python-heatclient: Fix sort column for event-list with nested-depth  https://review.openstack.org/17816917:33
*** blomquisg has quit IRC17:33
*** charlesr has quit IRC17:34
*** blomquisg has joined #heat17:36
openstackgerritSergey Kraynev proposed openstack/heat: Add functional test for neutron port  https://review.openstack.org/17818917:41
*** shardy_ has joined #heat17:44
*** shardy has quit IRC17:46
*** shardy_ has quit IRC17:50
*** shardy has joined #heat17:50
*** hdd has quit IRC17:57
*** Raj2 has quit IRC17:57
*** Raj1 has joined #heat17:57
*** hdd has joined #heat17:58
*** jdob has joined #heat17:59
*** pm90__ has joined #heat18:00
*** harlowja_away is now known as harlowja18:00
*** pm90__ has quit IRC18:00
*** pm90__ has joined #heat18:01
*** pm90_ has quit IRC18:01
*** tspatzier has quit IRC18:03
*** tspatzier has joined #heat18:03
*** tspatzier has quit IRC18:04
*** dhellmann has quit IRC18:05
*** alexheneveld has quit IRC18:08
*** tspatzier has joined #heat18:11
openstackgerritSirushti Murugesan proposed openstack/heat: Prevent false positives of UPDATE_COMPLETE in integration tests  https://review.openstack.org/17304518:13
openstackgerritWinnie Tsang proposed openstack/python-heatclient: Reuse existing registry and/or existing template  https://review.openstack.org/15469218:14
*** Tango has joined #heat18:14
*** harlowja has quit IRC18:16
*** harlowja has joined #heat18:16
*** harlowja has quit IRC18:17
*** harlowja has joined #heat18:20
*** jprovazn has joined #heat18:20
*** sabeen3 has joined #heat18:20
*** sabeen has quit IRC18:22
*** randallburt has quit IRC18:23
*** cdent has quit IRC18:25
*** Raj2 has joined #heat18:25
*** Raj1 has quit IRC18:28
*** harlowja has quit IRC18:29
*** sdake has quit IRC18:29
*** harlowja has joined #heat18:29
*** sdake has joined #heat18:37
*** tspatzier has quit IRC18:38
*** mtl1 has joined #heat18:45
mtl1Hi, I'm trying to find if heat supports ceph for volumes. When I launch normal instances and create a new volume, it uses that volume on ceph directly. When I launch using heat, it creates a volume, but then uses /var/lib/nova/instances/uuid/disk. I'm not finding any docs on telling heat to boot from the volume it creates, so I'm wondering if that just isn't possible.18:47
*** aweiteka has quit IRC18:54
*** Marga_ has joined #heat18:56
*** Raj2 has quit IRC19:02
*** Raj1 has joined #heat19:02
*** dhellmann has joined #heat19:06
*** jaypipes has quit IRC19:06
*** Marga_ has quit IRC19:07
*** aweiteka has joined #heat19:07
openstackgerritMerged openstack/heat: change to environment.rst heat doc  https://review.openstack.org/17791919:09
*** cody-somerville has quit IRC19:09
*** tspatzier has joined #heat19:09
*** jaime49 has joined #heat19:09
*** jaime49 has quit IRC19:11
*** jaime49 has joined #heat19:14
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/17841219:16
openstackgerritOpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/17881419:23
*** jaypipes has joined #heat19:23
*** pm90__ has quit IRC19:23
*** cody-somerville has joined #heat19:28
*** jdandrea has quit IRC19:28
*** pm90_ has joined #heat19:31
*** blomquisg has quit IRC19:32
*** pm90_ has quit IRC19:32
*** pm90_ has joined #heat19:33
*** jdandrea has joined #heat19:34
*** mtl1 has left #heat19:38
*** tspatzier has quit IRC19:38
*** dyasny has joined #heat19:43
*** liusheng has quit IRC19:43
*** spzala has joined #heat19:44
*** david-lyle has quit IRC19:44
*** liusheng has joined #heat19:44
*** david-lyle has joined #heat19:44
*** jprovazn has quit IRC19:47
*** FL1SK has quit IRC19:49
*** arif-ali has quit IRC19:56
*** pm90_ has quit IRC20:06
*** mwheckmann has quit IRC20:09
*** mwheckmann has joined #heat20:11
*** pm90_ has joined #heat20:36
*** charlesr has joined #heat20:41
*** radez is now known as radez_g0n320:44
*** jcoufal has joined #heat20:45
*** mtreinish_ has joined #heat20:45
*** liusheng has quit IRC20:46
*** blomquisg has joined #heat20:46
*** liusheng has joined #heat20:46
*** mtreinish_ is now known as mtreinish20:51
*** Raj1 has quit IRC20:51
*** jaime49 has quit IRC20:56
*** jdob has quit IRC21:00
*** pm90_ has quit IRC21:02
*** jcoufal has quit IRC21:03
*** cody-somerville has quit IRC21:05
*** pm90_ has joined #heat21:07
* asalkeld doing the release notes21:15
*** charlesr has quit IRC21:15
*** arif-ali has joined #heat21:19
*** aweiteka has quit IRC21:19
*** kebray has quit IRC21:20
*** achanda has quit IRC21:22
*** shardy has quit IRC21:26
*** kebray has joined #heat21:30
*** cody-somerville has joined #heat21:31
*** dyasny has quit IRC21:35
*** achanda has joined #heat21:36
*** harlowja is now known as harlowja_away21:36
*** harlowja_away is now known as harlowja21:37
asalkeldstevebaker: can you also look here please: https://wiki.openstack.org/wiki/ReleaseNotes/Kilo21:40
asalkeldthere is some need for more detail21:40
asalkeldif you can help it would be appreciated21:41
stevebakerasalkeld: sure.21:41
*** randallburt has joined #heat21:41
stevebakerasalkeld: I have a ceilo deployment question. do you recall which nodes pipeline.yaml needs to be deployed to?21:41
asalkeldmm, not sure stevebaker - I'd assume the controller21:42
asalkeld(where the central controller and alarm services are)21:43
stevebakerok, we have an operator who thinks they solved a problem by having the same pipeline.yaml on compute nodes too21:44
*** jaime49 has joined #heat21:45
*** sanjayu has quit IRC21:46
*** jaime49 has quit IRC21:47
*** jasond has quit IRC21:47
*** jaime49 has joined #heat21:48
*** FL1SK has joined #heat21:48
*** kebray has quit IRC21:51
*** bnemec has quit IRC21:52
*** sanjayu has joined #heat21:52
*** rpothier has quit IRC21:54
*** Raj1 has joined #heat21:55
*** Raj1 has quit IRC21:56
*** Raj1 has joined #heat21:57
*** bnemec has joined #heat22:02
*** kebray has joined #heat22:02
*** hdd has quit IRC22:03
*** EricGonczer_ has quit IRC22:10
*** vijendar has quit IRC22:12
*** randallburt has quit IRC22:27
*** Raj2 has joined #heat22:31
*** Raj1 has quit IRC22:33
*** Drago has quit IRC22:59
*** signed8bit has quit IRC23:05
*** otoolee has quit IRC23:10
*** alexheneveld has joined #heat23:18
*** Raj2 has quit IRC23:20
*** Raj1 has joined #heat23:20
*** packet has quit IRC23:25
*** LiJiansheng has joined #heat23:27
*** pm90_ has quit IRC23:30
*** otoolee has joined #heat23:31
*** kebray has quit IRC23:32
*** tochi has joined #heat23:42
*** Raj1 has quit IRC23:44
*** dims has quit IRC23:50
*** chlong has joined #heat23:50
*** Tross has quit IRC23:57

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