Wednesday, 2018-02-07

*** ysandeep has joined #heat00:12
*** jnettlet[m] has quit IRC00:13
*** hongbin has quit IRC00:35
*** sshnaidm has joined #heat00:40
*** sshnaidm is now known as sshnaidm|off00:40
*** jnettlet[m] has joined #heat00:47
*** pengdake_ has joined #heat00:48
*** ysandeep has quit IRC00:56
openstackgerritMerged openstack/heat master: Imported Translations from Zanata  https://review.openstack.org/54071901:06
*** ysandeep has joined #heat01:09
*** hieulq has joined #heat01:11
*** ccard__ has quit IRC01:13
*** pengdake_ has quit IRC01:13
*** yangyapeng has quit IRC01:20
*** pengdake_ has joined #heat01:20
*** yangyapeng has joined #heat01:20
*** ccard__ has joined #heat01:20
openstackgerritMerged openstack/heat-dashboard master: Delete hard-coding lines of locale  https://review.openstack.org/54120401:24
*** links has joined #heat01:28
*** links has quit IRC01:29
*** ccard__ has quit IRC01:30
*** ccard__ has joined #heat01:32
*** liusheng has quit IRC01:40
*** masber has quit IRC01:59
*** Dave has quit IRC02:11
*** Dave_ has joined #heat02:11
*** links has joined #heat02:12
*** hongbin has joined #heat02:18
*** nmathew has joined #heat02:32
*** nmathew has quit IRC02:33
*** nmathew has joined #heat02:33
*** kiennt26 has joined #heat02:34
*** nmathew has quit IRC02:51
*** sshnaidm_ has joined #heat02:51
*** ayoung has joined #heat02:52
*** sshnaidm|off has quit IRC02:52
*** jnettlet[m] has quit IRC02:54
*** zhenguo has joined #heat03:01
*** gkadam has joined #heat03:02
*** liusheng has joined #heat03:03
*** sshnaidm_ has quit IRC03:08
*** namnh has joined #heat03:18
*** sshnaidm_ has joined #heat03:23
*** ricolin has joined #heat03:24
*** ramishra has joined #heat03:37
*** gkadam has quit IRC03:40
*** ccard__ has quit IRC03:40
*** ccard__ has joined #heat03:43
openstackgerritRabi Mishra proposed openstack/heat-tempest-plugin master: Check group metadata for autoscaling completion  https://review.openstack.org/54153703:55
ricolinHi ramishra, I can't figure out why error in [1] is happening, it appears that fail of check was against old code03:58
ricolin[1] https://review.openstack.org/#/c/521861/03:58
ramishraricolin: rebase it and then run uuidgen as I mentioned03:59
ramishraSome new tests were added after your patch https://github.com/openstack/heat-tempest-plugin/commit/0790fa69f0116842c7ace7bd83ba47de71f989d404:00
openstackgerritMerged openstack/heat master: zun: check delete complete for Zun container  https://review.openstack.org/53156604:01
ricolinramishra, oh, I thought that's the old tests04:01
openstackgerritMerged openstack/heat master: zun: add hostname, hints and security_groups  https://review.openstack.org/53238704:01
*** openstackgerrit has quit IRC04:04
*** pengdake_ has quit IRC04:04
*** liusheng has quit IRC04:06
*** openstackgerrit has joined #heat04:06
openstackgerritRico Lin proposed openstack/heat-tempest-plugin master: Add tempest ids for functional and scenario tests  https://review.openstack.org/52186104:06
openstackgerritRico Lin proposed openstack/heat-tempest-plugin master: Add tempest id for api tests  https://review.openstack.org/52910104:06
*** liusheng has joined #heat04:07
*** skramaja has joined #heat04:08
*** skramaja has quit IRC04:13
*** skramaja_ has joined #heat04:14
openstackgerritRico Lin proposed openstack/heat-tempest-plugin master: Add tempest id for api tests  https://review.openstack.org/52910104:14
ricolin#link https://review.openstack.org/52186104:14
ricolinramishra, done ^^^04:14
*** skramaja_ is now known as skramaja04:16
*** ccard__ has quit IRC04:18
*** ccard__ has joined #heat04:24
*** liyi has joined #heat04:29
*** harlowja has quit IRC04:32
*** nicolasbock has quit IRC04:32
*** namnh has quit IRC04:42
*** thorre has quit IRC04:43
*** thorre has joined #heat04:43
*** pengdake_ has joined #heat04:46
*** kiennt26 has quit IRC04:46
*** SmearedBeard has joined #heat04:48
*** SmearedBeard has quit IRC04:53
openstackgerritRico Lin proposed openstack/heat master: Remove old import path in barbican  https://review.openstack.org/52673704:58
*** hongbin has quit IRC05:02
*** thorre has quit IRC05:03
*** thorre has joined #heat05:03
*** pengdake_ has quit IRC05:06
*** zhenguo has quit IRC05:10
liyihi all, I created a stack with LB, pool and pool member. I deleted all of loadbalancer resources before delete stack, and then delete stack raise exception.05:12
liyiTraceback (most recent call last):05:12
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 831, in _action_recorder05:12
liyi    yield05:12
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 1910, in delete05:12
liyi    *action_args)05:12
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/scheduler.py", line 351, in wrapper05:12
liyi    step = next(subtask)05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 890, in action_handler_task05:13
liyi    done = check(handler_data)05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/octavia_base.py", line 87, in check_delete_complete05:13
liyi    self._resource_delete()05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/pool_member.py", line 163, in _resource_delete05:13
liyi    self.client().member_delete(self.properties[self.POOL],05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/properties.py", line 515, in __getitem__05:13
liyi    return self._get_property_value(key)05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/properties.py", line 499, in _get_property_value05:13
liyi    return self.get_user_value(key, validate, template=template)05:13
liyi  File "/usr/lib/python2.7/site-packages/heat/engine/properties.py", line 491, in get_user_value05:13
liyi    raise ValueError(six.text_type(e))05:13
ricolinliyi, Hi can you use paste.openstack.org instead05:13
liyiValueError: Not found (HTTP d1372c0b-6988-4002-b258-cc04b4a43ed4 not found)05:13
ricolinit's hard to read like this:)05:13
liyiok05:14
ricolinliyi, thx:)05:14
openstackgerritRico Lin proposed openstack/heat master: Create doc/requirements.txt  https://review.openstack.org/52897305:15
liyihttp://paste.openstack.org/show/664555/05:16
liyiI'v add my question on this link.05:16
openstackgerritRico Lin proposed openstack/python-heatclient master: Create doc/requirements.txt  https://review.openstack.org/52897905:18
liyimaybe other resources like pool and listener have the same problem05:20
liyiIt's not easy for me to fix this bug. so I need your help. thanks05:21
*** gkadam has joined #heat05:25
liyiit will cause the stack can not be deleted forever05:28
*** kazsh_ has joined #heat05:28
*** kazsh_ has quit IRC05:29
ricolinliyi, cool, I think you found a important bug05:30
ricolins/a/an/05:30
*** pengdake_ has joined #heat05:31
liyiyes, but I don't have a better way to fix it05:31
ricolinliyi, I will help on fix it, you can register a bug first or I can help to do it05:31
liyiok05:32
liyihttps://bugs.launchpad.net/heat/+bug/174783605:34
openstackLaunchpad bug 1747836 in OpenStack Heat "delete stack with non existed pool error" [Undecided,New]05:34
ricolinliyi, nice, good to have you checking on network resources:)05:34
*** harlowja has joined #heat05:37
*** gkadam_ has joined #heat05:49
*** gkadam has quit IRC05:51
*** mdnadeem has joined #heat05:54
*** liyi_ has joined #heat05:55
openstackgerritMerged openstack/heat master: Add scenario002 tripleo jobs to experimental pipeline  https://review.openstack.org/53746605:57
*** jnettlet[m] has joined #heat05:57
*** thorre has quit IRC05:58
*** liyi has quit IRC05:58
*** thorre has joined #heat05:58
ramishraliyi_: Why do you delete resources from outside? Though we should fix this too. Property transalation is wrapping the NotFound as ValueError here06:01
ramishraso we fail to handle it in https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/octavia/octavia_base.py#L9106:02
openstackgerritMerged openstack/heat master: Fix some docstrings for octavia resources  https://review.openstack.org/54024306:03
liyi_the most importance things is that you don't known which resource is not found. pool? poolmember? or listener?06:04
ramishraWhy? You know here that pool is not found, atleast from the traceback06:04
ramishrawhen we're deleteing a member, we need the pool to make octavia api call and the pool is not there06:05
openstackgerritRico Lin proposed openstack/heat master: Check Not found in property when delete octavia resource  https://review.openstack.org/54155806:18
liyi_yes, you are right, you can get the detail message in exception traceback06:18
ricolinliyi_, ^^^06:20
liyi_ any better way? :)06:21
ricolinliyi_, you mean better than https://review.openstack.org/541558 ?06:22
liyi_yeah06:26
openstackgerritRico Lin proposed openstack/python-heatclient master: Create doc/requirements.txt  https://review.openstack.org/52897906:26
ricolinliyi_, is there concern about current approach?06:29
openstackgerritRico Lin proposed openstack/heat master: Create doc/requirements.txt  https://review.openstack.org/52897306:32
*** sshnaidm_ has quit IRC06:37
openstackgerritRico Lin proposed openstack/heat master: Unskip StackCancelTest  https://review.openstack.org/52857206:39
*** sshnaidm_ has joined #heat06:41
*** liyi_ has quit IRC06:44
*** liyi has joined #heat06:52
*** hjensas has quit IRC06:52
*** harlowja has quit IRC06:52
*** sshnaidm_ has quit IRC06:55
openstackgerritOpenStack Proposal Bot proposed openstack/heat-dashboard master: Imported Translations from Zanata  https://review.openstack.org/54157806:57
*** liyi_ has joined #heat07:05
*** liyi has quit IRC07:08
openstackgerritDavid Rabel proposed openstack/heat master: Fix hot_spec.rst in Template Guide  https://review.openstack.org/54034707:09
*** sshnaidm_ has joined #heat07:10
*** SmearedBeard has joined #heat07:20
openstackgerritRabi Mishra proposed openstack/heat master: Fix coverage run with tox -ecover  https://review.openstack.org/53951607:20
*** AlexeyAbashkin has joined #heat07:22
openstackgerritMerged openstack/heat-dashboard master: Imported Translations from Zanata  https://review.openstack.org/54157807:23
openstackgerritMerged openstack/heat master: Update test image  https://review.openstack.org/52774107:34
*** armaan has joined #heat07:36
*** jtomasek has joined #heat07:40
*** SmearedBeard has quit IRC07:40
*** AlexeyAbashkin has quit IRC07:42
openstackgerritRico Lin proposed openstack/python-heatclient master: Ignore not found when delete  https://review.openstack.org/52659907:44
*** SmearedBeard has joined #heat07:48
*** rcernin has quit IRC07:48
*** weshay has quit IRC07:50
*** hjensas has joined #heat07:51
*** AlexeyAbashkin has joined #heat07:54
openstackgerritRico Lin proposed openstack/heat master: Change note for version/release from releasenotes  https://review.openstack.org/52088507:58
*** weshay has joined #heat08:04
*** SmearedBeard has quit IRC08:15
*** SmearedBeard has joined #heat08:17
*** sshnaidm_ is now known as sshnaidm08:19
*** dbecker has joined #heat08:20
openstackgerritMerged openstack/heat-templates master: Zuul: Remove project name  https://review.openstack.org/54107508:27
openstackgerritRico Lin proposed openstack/heat master: Squash database patches  https://review.openstack.org/49619208:35
*** SmearedBeard has quit IRC08:35
*** skramaja has quit IRC08:43
*** SmearedBeard has joined #heat08:48
openstackgerritMerged openstack/python-heatclient master: Mark python-heatclient as stable  https://review.openstack.org/50847908:49
openstackgerritMerged openstack/python-heatclient master: [policy in code] Change policy description  https://review.openstack.org/50536308:49
openstackgerritRico Lin proposed openstack/heat-templates master: Deprecate hooks in heat-templates  https://review.openstack.org/48991308:51
*** SmearedBeard has quit IRC08:54
*** SmearedBeard has joined #heat08:58
*** dbecker has quit IRC09:08
openstackgerritRico Lin proposed openstack/heat master: Add Heat review dashboard config files  https://review.openstack.org/45968509:12
openstackgerritRico Lin proposed openstack/heat-tempest-plugin master: Add function descriptions for tempest plugin  https://review.openstack.org/54162909:16
openstackgerritRico Lin proposed openstack/heat-specs master: Implement ironic resources  https://review.openstack.org/39310809:18
*** k_mouza has joined #heat09:26
*** ivveh has quit IRC09:29
*** ivveh_ has joined #heat09:29
*** SmearedBeard has quit IRC09:29
*** liyi_ has quit IRC09:38
*** ysandeep is now known as ysandeep|brb09:42
*** derekh has joined #heat09:44
*** namnh has joined #heat09:57
*** pengdake_ has quit IRC10:03
*** strigazi_ has joined #heat10:16
*** strigazi has quit IRC10:19
*** strigazi_ is now known as strigazi10:19
*** gfidente has joined #heat10:20
*** k_mouza has quit IRC10:21
*** dbecker has joined #heat10:23
*** k_mouza has joined #heat10:41
*** Dave_ is now known as Dave10:41
*** SmearedBeard has joined #heat10:47
*** stevebaker has quit IRC10:56
*** SmearedBeard has quit IRC11:02
*** stevebaker has joined #heat11:04
*** blues-man has joined #heat11:14
*** dmellado has quit IRC11:21
*** ivveh has joined #heat11:24
*** ivveh_ has quit IRC11:25
*** dmellado has joined #heat11:27
*** namnh has quit IRC11:28
*** blues-man has quit IRC11:34
*** nicolasbock has joined #heat11:41
*** ivveh has quit IRC11:42
*** skramaja has joined #heat11:44
*** dmellado has quit IRC11:48
*** yangyapeng has quit IRC11:57
*** SmearedBeard has joined #heat11:57
*** dbecker has quit IRC11:58
*** dmellado has joined #heat11:59
*** Smeared_Beard has joined #heat12:06
*** SmearedBeard has quit IRC12:07
*** yangyapeng has joined #heat12:12
*** yangyapeng has quit IRC12:16
*** Smeared_Beard has quit IRC12:17
*** AlexeyAbashkin has quit IRC12:25
*** yangyapeng has joined #heat12:29
*** AlexeyAbashkin has joined #heat12:40
*** skramaja_ has joined #heat12:53
*** skramaja has quit IRC12:56
*** liyi has joined #heat13:03
*** liyi has quit IRC13:07
*** jmlowe has quit IRC13:07
*** skramaja_ has quit IRC13:12
*** dbecker has joined #heat13:24
*** AlexeyAbashkin has quit IRC13:34
*** AlexeyAbashkin has joined #heat13:35
*** hjensas has quit IRC13:37
*** jcoufal has joined #heat13:39
*** AlexeyAbashkin has quit IRC13:40
*** jmlowe has joined #heat13:46
ricolinHi team, meeting in 8 mins13:52
ricolinfeel free to add agenda https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282018-02-07_1400_UTC.2913:52
*** kiennt26 has joined #heat13:53
*** AlexeyAbashkin has joined #heat13:55
ricolin#startmeeting heat14:00
openstackMeeting started Wed Feb  7 14:00:50 2018 UTC and is due to finish in 60 minutes.  The chair is ricolin. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
*** openstack changes topic to " (Meeting topic: heat)"14:00
openstackThe meeting name has been set to 'heat'14:00
ricolin#topic roll call14:01
*** openstack changes topic to "roll call (Meeting topic: heat)"14:01
ramishrahi14:01
kiennt26hi o/14:01
ricolino/14:01
kazsho/14:01
zanebo/14:02
ricolin#topic adding items to agenda14:02
*** openstack changes topic to "adding items to agenda (Meeting topic: heat)"14:02
ricolin#link https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282018-02-07_1400_UTC.2914:02
ricolinzaneb, morning!:)14:02
therveHey14:03
ricolintherve, o/14:03
ricolin#topic announce14:04
*** openstack changes topic to "announce (Meeting topic: heat)"14:05
ricolinI remove heat-template-plugin from release14:05
ricolindue to the discussion from release team14:06
ricolin#link https://review.openstack.org/#/c/530108/14:06
ricolinappears they don't think it's necessary to release for any plugin14:06
ricolinAlso this week we will release rc1, let's discuss about the scope later14:07
zanebthis week?!14:08
ramishraricolin: where is the discussion?14:08
zanebwe have a _lot_ of open bugs :(14:08
ricolinzaneb, supperise14:08
ricolinramishra, you mean the plugin?14:08
ramishrayes, I mean tempest-plugins are expected to be branchless, but if a projects don't want that way then?14:09
ricolinramishra, sorry wrong link14:09
ricolinhttps://review.openstack.org/#/c/540269/14:09
*** links has quit IRC14:09
ricolin#link https://review.openstack.org/#/c/540269/14:09
ricolinand the discussion is at https://review.openstack.org/54056914:10
ramishracan we bock it till after ptg discussion on the topic?14:10
ricolinzaneb, s/supperise/surprise/14:10
ricolinyes we can14:11
ricolinworkflow-114:11
zanebricolin: I knew what you meant :)14:11
ricolinramishra, it's not all settle down yet, so I guess we can raise a discussion or join any14:12
thervericolin, There is no point in making rc1 if we know that we have bugs to pass through though14:12
ramishraricolin: yes, thanks!14:12
ricolintherve, agree14:12
ricolin#topic Release rc1 this week14:13
*** openstack changes topic to "Release rc1 this week (Meeting topic: heat)"14:13
ricolinlike therve said we still got some patches for bugs14:13
ricolin#link https://etherpad.openstack.org/p/heat-queens-m3-target-patches14:13
ricolinlots of them is in above etherpad14:13
ricolinSo what's the best plan for us to rc1?14:14
zanebreview harder14:14
ricolintherve, ramishra zaneb thought?14:15
ramishraWe talking about only the high priority ones right? 5/6 patches?14:15
ricolinzaneb, agree14:15
ricolinyes14:15
zanebI'd really like to get the bug 1731349 series in too14:15
openstackbug 1731349 in OpenStack Heat "Nested stacks are still loaded into memory too often" [High,In progress] https://launchpad.net/bugs/1731349 - Assigned to Zane Bitter (zaneb)14:15
zanebbecause that will make a huge memory difference for TripleO, in the first release where they are enabling convergence14:16
zanebbut at a minimum I think we need to get all the High-priority bugs in14:16
zanebwhich is not that many14:16
ricolinAny other important bugs that not target in that etherpad?14:16
zanebalthough note that some of the patches in the bug 1731349 series fix other High-priority bugs14:17
openstackbug 1731349 in OpenStack Heat "Nested stacks are still loaded into memory too often" [High,In progress] https://launchpad.net/bugs/1731349 - Assigned to Zane Bitter (zaneb)14:17
zanebI think most of those have merged though, they're nearer the beginning of the series14:17
zanebricolin: I can go through the open bugs again today and update the list14:17
ricolinzaneb, that will be great if you can help on that14:18
ramishraIMO the test race bugs we should downgrade to medium14:18
ricolinramishra, which link14:18
zanebramishra: fair enough14:19
zanebwould be nice to not have that problem in the gate any more though14:19
ramishrazaneb: I've not seen those at the gate for some time, infra is very slow now14:19
zanebheh14:20
ramishraso we don't see race condition related issues;)14:20
zanebok, moved bug 1745276 to Medium14:20
openstackbug 1745276 in OpenStack Heat "test_create_update may failed sometimes raise Timeout error" [Medium,In progress] https://launchpad.net/bugs/1745276 - Assigned to zhurong (zhu-rong)14:20
zanebit was raised on 25 Jan though, so someone has been seeing it in the gate14:21
ricolinwe still have https://bugs.launchpad.net/heat/+bug/1737796 once a while14:21
openstackLaunchpad bug 1737796 in OpenStack Heat "test test_stack_update_with_conditions fail with new resource not found" [Medium,In progress] - Assigned to Rico Lin (rico-lin)14:21
zaneb(also we all could have reviewed that in less time than we've spent talking about it's priority ;)14:22
ramishrazaneb: looks like tested by user locally though14:22
ramishrabut yeah, we should also try close them14:22
zanebricolin: I fear that may be a real bug. do you know of any logs available from a failure of that one?14:23
zanebramishra: ah, ok14:23
ricolinzaneb, which one you mean?14:23
*** gkadam_ has quit IRC14:23
*** hjensas has joined #heat14:23
ricolin1737796?14:23
zanebricolin: bug 173779614:24
openstackbug 1737796 in OpenStack Heat "test test_stack_update_with_conditions fail with new resource not found" [Medium,In progress] https://launchpad.net/bugs/1737796 - Assigned to Rico Lin (rico-lin)14:24
ricolinzaneb, I can try to find and paste from logstash14:24
zanebricolin: I went looking for logs one time but the gate was borked and not uploading logs at the time14:24
ramishrazaneb: Another one I've seen few times you would be interested in https://bugs.launchpad.net/heat/+bug/174736514:24
openstackLaunchpad bug 1747365 in OpenStack Heat "Group resource update fails with KeyError" [Undecided,New]14:24
ricolinzaneb, yeah, log system broken for a while broke for14:25
zanebricolin: ah, yeah, I wonder if logstash is working now. it was not working when I tried a week or two ago14:25
zanebramishra: oh, hadn't seen that. I will look into it14:26
ricolinzaneb, here you go http://logs.openstack.org/36/539836/1/check/heat-functional-convg-mysql-lbaasv2-py35/aa0009e/job-output.txt#_2018-02-02_05_52_09_94426114:26
zanebricolin: thanks, I'll have a poke around in those logs and see if I can learn anything14:27
ricolinSo what's the basic line for us to said we can release rc1?14:28
zanebricolin: I'd say all High priority bugs closed14:28
ricolinzaneb, and what should we do if it's not reach?:)14:29
zaneb#link https://bugs.launchpad.net/heat/+milestone/queens-rc114:29
ricolins/reach/reached/14:29
zanebricolin: more reviews? ;)14:29
ricolinzaneb, stop it!14:30
zanebwe can re-triage the bugs as a group if we think some of them are not high priority14:30
zanebbut there's no point releasing an RC if we don't have the high-priority fixes in it14:30
*** blomquisg is now known as blomquisg_gone14:30
ricolinzaneb, what you mean re-triage14:30
zanebbecause there will have to be another RC for sure if we do14:31
zanebricolin: pick new priorities14:31
ricolinokay14:31
ramishrayeah, let's look at them again tomorrow and then see, I think we can land some high priority bugs and retriage the ones left;)14:31
zanebwfm14:31
ricolinramishra, hope so, but not sure if the gate is with us:)14:32
ramishraricolin: it's much better now than few weeks back, fingers crossed14:32
ricolinramishra, agree14:32
ricolinAnyway, move on14:32
*** ivve has quit IRC14:33
ricolin#topic Queens goal review https://etherpad.openstack.org/p/heat-queens-ptg-conti-for-topics14:33
*** openstack changes topic to "Queens goal review https://etherpad.openstack.org/p/heat-queens-ptg-conti-for-topics (Meeting topic: heat)"14:33
ricolinSo for what we target in Queens14:33
ricolin#link https://etherpad.openstack.org/p/heat-queens-ptg-conti-for-topics14:33
*** pengdake_ has joined #heat14:34
*** k_mouza has quit IRC14:34
ricolinWe still have a rolling upgrade patch14:34
*** ysandeep|brb has quit IRC14:34
ricolin#link https://review.openstack.org/#/c/510400/6014:34
ramishrawe did whatever we could:)14:34
openstackgerritMerged openstack/heat master: Log when we bail out without checking a resource  https://review.openstack.org/53301514:34
openstackgerritMerged openstack/heat master: Fix hot_spec.rst in Template Guide  https://review.openstack.org/54034714:34
*** k_mouza has joined #heat14:34
ricolinnot necessary to land in queens but if we can:)14:34
*** pengdake_ has quit IRC14:35
ricolinramishra, surly do!14:35
ricolinFor interop14:35
ricolinI put a patch in interop14:35
ricolin#link https://review.openstack.org/#/c/529836/14:35
ricolinif I can finish two tempest id patch14:36
ricolinhttps://review.openstack.org/#/q/topic:ci-test-framework+(status:open+OR+status:merged)14:36
ramishraIsn't the debate is still going on where the interop tests would stay, tempest itself or projects/plugins?14:36
ricolin#link https://review.openstack.org/#/q/topic:ci-test-framework+(status:open+OR+status:merged)14:36
ricolinramishra, yes it is14:37
ricolinIf we going to ask for those tests as interop tests the best way is to get them ready at very first place14:38
zanebjust assume plugins for now14:38
zanebwe can move/copy later14:38
ricolinbut still we can't guarantee those tests will work in mitaka or newton14:38
ramishrayeah, not sure what kind of tests tempest would accept, so probably we should wait14:38
ricolinramishra, okay14:39
ricolinthough, interop team put that on us to decide what the test range should be14:39
ricolinthere do have a question in https://review.openstack.org/#/c/529836/14:40
ricolinabout is it needs to add version test14:40
ricolins/it/there/14:40
ricolinramishra, what you think?14:41
ramishraricolin: We've only one verson, not sure what version discovery would mean14:43
ricolinFor rest goal, seems all fine to me14:43
ricolinramishra, I guess protentially for future plan, and make it ready at once14:44
ricolinramishra, but TBH I'm not sure if we need that test14:44
ramishraricolin: I don't know. Not been following interop stuff closely to comment14:45
*** ivve has joined #heat14:45
ricolindo anyone have time to work on federation document?14:46
ricolinOr I will put a releasenote out for now14:46
*** liyi has joined #heat14:46
*** blomquisg_gone is now known as blomquisg14:47
ricolinjust to make sure user aware that we actually works with federation14:47
ricolinthey just have to do those works:)14:47
ricolinOkay that's all I have for queens goal14:48
ricolin#topic PTG https://etherpad.openstack.org/p/heat-rocky-ptg14:48
*** openstack changes topic to "PTG https://etherpad.openstack.org/p/heat-rocky-ptg (Meeting topic: heat)"14:48
ricolinNow Rocky:)14:48
ricolin#link https://etherpad.openstack.org/p/heat-rocky-ptg14:48
ricolinThere is two almost be there rocky cross project goals14:49
ricolinand one of them is -1ed by zaneb14:49
ricolin#link https://review.openstack.org/#/c/532361/14:49
zaneb:)14:49
ricolinhere is another one https://review.openstack.org/#/c/53460514:50
ricolin#link https://review.openstack.org/#/c/53460514:50
zanebI think we need to start on the mox one whether or not it is approved, because we have a lot of mox to clean up14:51
zaneband we know it will have to happen eventually14:51
*** liyi has quit IRC14:51
ricolinzaneb, agree14:51
zanebso we should start asap and not be rushing when it becomes a goal14:52
ramishrayep, sooner the better:)14:52
ricolinwe can say no to it this cycle and raise it next one, so we will have two cycle to done those works:)14:52
zanebricolin: Nova is going to take two cycles anyway, by the sounds of it14:53
ricolinAlso for propose in https://etherpad.openstack.org/p/heat-rocky-ptg14:54
zanebbut we can't be behind them ;)14:54
ricolinzaneb, how about we just rename mox to mox+ :)14:54
ramishraMotivating people to work on that is difficult, as I've seen myself where in some patches I've tried to change those along with other changes (which would have made the review a little hard) and were rejected14:56
ricolinwill be great if topics can get moderators first, so if people're interesting on those topic please feel free to sign your name on14:56
zanebramishra: it's much easier to review test changes if they're independent of code changes, because that way you know that the test changes aren't accidentally covering up code breakages14:57
ricolinramishra, agree, maybe make it a goal will make those work easier, but it's hard works for sure14:57
zanebalso unit-test-only patches don't run the functional tests in the gate, which makes things a lot quicker :)14:57
ramishrazaneb: yeah, but fixing the tests twice, you should be super motivated:)14:57
ramishrabut yeah having it as goal would help14:59
zanebramishra: I hear you :) but imho more work up front to make less work for reviewers is worth it. fewer bugs and changes merge quicker14:59
zanebin theory, anyway ;)14:59
ricolinramishra, maybe we should share those tests for maybe six part and share!:)14:59
ricolinanyway we can done that in PTG:)15:00
*** felipemonteiro has joined #heat15:00
*** felipemonteiro_ has joined #heat15:01
ricolinFor topics in PTG they all sounds great to me15:01
ricolinbut again we needs driver and moderators so please put your name on top if you like, it can be more them one I think15:02
*** blomquisg is now known as blomquisg_gone15:02
ricolinotherwise I will put myself for moderator(at least for PTG)15:03
ricolin#topic Open discussion15:03
*** openstack changes topic to "Open discussion (Meeting topic: heat)"15:03
ricolinWhat else?15:03
ricolinAlso I sign us out for Project update in Vancouver, if anyone interesting in join together please let me know15:04
ramishrahttps://review.openstack.org/#/c/529480/, I want this to land, but it can be very fragile with octavia, so I've not pushed for it yet to be reviewed15:04
*** felipemonteiro has quit IRC15:05
zanebramishra: what's causing the fragility?15:05
ramishrazaneb: amphora vms15:06
ramishrawith the condition of the infra, I'm sure it would fail at times15:06
ramishraso I'm not sure, whether we should test it at the gate or not.15:07
ricolinI feel this plan in magnum team is interesting, it's about auto healing approach in https://review.openstack.org/#/c/529897/15:08
*** shardy has joined #heat15:08
ricolinWe're 9mins delay, anything else for all to note about15:09
kazshricolin: I'm interesting in the project update in Vancouver, would like to explain the new dashboard along with you if possible.15:09
ricolinkazsh, cool, I will remember that15:10
kazshricolin: thx!15:10
ricolinOkay, if that's all thanks all for join zaneb ramishra kazsh kiennt26 therve15:11
ricolin#endmeeting15:11
*** openstack changes topic to "OpenStack Heat Team (logs: http://eavesdrop.openstack.org/irclogs/%23heat/)"15:11
openstackMeeting ended Wed Feb  7 15:11:13 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:11
openstackMinutes:        http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-02-07-14.00.html15:11
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-02-07-14.00.txt15:11
openstackLog:            http://eavesdrop.openstack.org/meetings/heat/2018/heat.2018-02-07-14.00.log.html15:11
zanebricolin: fyi I almost certainly won't be in Vancouver15:11
ricolinzaneb, I though that's near your home town(compare to me):)15:12
ricolins/though/thought/15:12
zanebyeah, but it's really hard to get approval to travel 4 times a year15:13
ricolinzaneb, agree, that's the bad part of these15:13
*** kiennt26 has quit IRC15:14
zanebit's nice to have a calm week for the PTG though15:14
zanebso can't complain I guess15:14
ricolinTrue15:15
*** mdnadeem has quit IRC15:17
*** felipemonteiro__ has joined #heat15:23
*** AlexeyAbashkin has quit IRC15:24
*** AlexeyAbashkin has joined #heat15:24
*** felipemonteiro_ has quit IRC15:26
*** blomquisg_gone is now known as blomquisg15:33
*** SmearedBeard has joined #heat15:37
*** SmearedBeard has quit IRC15:43
openstackgerritMerged openstack/heat master: Fix coverage run with tox -ecover  https://review.openstack.org/53951615:47
openstackgerritMerged openstack/heat master: Include outputs in rolling update of ResourceGroup  https://review.openstack.org/53192615:47
*** ramishra has quit IRC15:49
therveDamn it's good to have the gate working for once15:53
*** felipemonteiro__ has quit IRC15:59
*** liyi has joined #heat16:06
*** hongbin has joined #heat16:07
*** liyi has quit IRC16:11
*** ricolin has quit IRC16:30
*** SmearedBeard has joined #heat16:30
openstackgerritGiel Dops proposed openstack/heat master: [WIP] Generalize value_specs in Neutron resources  https://review.openstack.org/54178816:41
*** dprince has joined #heat16:43
*** k_mouza has quit IRC16:43
gieldopstherve, I made a patch set about the small discussion we had yesterday, I think it will make things more clear16:45
gieldopsAbout what I exactly meant, that is16:45
*** k_mouza_ has joined #heat16:47
*** k_mouza_ has quit IRC16:47
*** k_mouza_ has joined #heat16:48
gieldopsMarked as WIP as I will add unit tests later (if the patch set is not shot to pieces)16:50
*** felipemonteiro has joined #heat16:57
*** dprince has quit IRC16:59
*** shardy has quit IRC17:00
*** pbourke has quit IRC17:04
*** pbourke has joined #heat17:05
*** dbecker has quit IRC17:09
*** harlowja has joined #heat17:11
*** harlowja has quit IRC17:17
openstackgerritMerged openstack/heat-tempest-plugin master: Add tempest ids for functional and scenario tests  https://review.openstack.org/52186117:18
*** crose has joined #heat17:22
*** AlexeyAbashkin has quit IRC17:26
*** liusheng has quit IRC17:37
*** liusheng has joined #heat17:37
*** k_mouza_ has quit IRC17:44
*** crose has quit IRC17:45
*** ricolin has joined #heat17:52
*** sshnaidm_ has joined #heat17:54
*** gkadam has joined #heat17:55
*** sshnaidm has quit IRC17:57
*** derekh has quit IRC17:59
*** gfidente is now known as gfidente|afk18:02
*** ricolin has quit IRC18:09
*** harlowja has joined #heat18:11
*** harlowja has quit IRC18:18
*** sshnaidm_ is now known as sshnaidm|afk18:21
*** felipemonteiro_ has joined #heat18:22
*** felipemonteiro has quit IRC18:26
*** liyi has joined #heat18:55
*** liyi has quit IRC18:59
*** SmearedBeard has quit IRC19:03
*** SmearedBeard has joined #heat19:15
*** jmlowe_ has joined #heat19:16
*** jmlowe has quit IRC19:17
*** fragatina has joined #heat19:21
*** k_mouza has joined #heat19:21
*** k_mouza has quit IRC19:26
*** SmearedBeard has quit IRC19:27
*** gkadam has quit IRC19:32
*** jmlowe has joined #heat19:33
*** jmlowe has quit IRC19:33
*** jmlowe_ has quit IRC19:34
*** AlexeyAbashkin has joined #heat19:37
*** tiantian has quit IRC19:38
*** tiantian has joined #heat19:38
*** gfidente|afk has quit IRC19:46
*** jmlowe has joined #heat20:02
openstackgerritZane Bitter proposed openstack/heat master: Handle data inconsistency in grouputils  https://review.openstack.org/54185820:12
*** liyi has joined #heat20:14
*** wacuuu has joined #heat20:18
wacuuuhello, anybody there?20:18
*** liyi has quit IRC20:18
wacuuuquick question. when i do stack chanhging userdata without changing instances number, does running instances get killed?20:19
*** fragatina has quit IRC20:20
*** SmearedBeard has joined #heat20:27
*** wacuuu has quit IRC20:28
*** AlexeyAbashkin has quit IRC20:33
*** liusheng has quit IRC20:38
*** liusheng has joined #heat20:38
mordredtherve: if you're around it would be great to get https://review.openstack.org/#/c/531923/ in21:00
*** SmearedBeard has quit IRC21:12
*** liyi has joined #heat21:14
*** liyi has quit IRC21:18
*** crose has joined #heat21:21
mordredtherve: thanks!21:32
*** armaan has quit IRC21:37
*** armaan has joined #heat21:38
*** Guest57292 has quit IRC21:40
openstackgerritZane Bitter proposed openstack/heat master: Fix races in conditionals tests  https://review.openstack.org/54191721:57
openstackgerritZane Bitter proposed openstack/heat master: Refactor test_conditions functional test  https://review.openstack.org/54191821:57
*** blomquisg is now known as blomquisg_gone22:07
*** fragatina has joined #heat22:19
*** fragatina has quit IRC22:20
*** fragatina has joined #heat22:20
*** fragatina has quit IRC22:20
*** fragatina has joined #heat22:21
*** fragatina has quit IRC22:21
*** fragatina has joined #heat22:21
*** fragatina has quit IRC22:21
*** fragatina has joined #heat22:22
*** rcernin has joined #heat22:25
*** felipemonteiro_ has quit IRC22:25
*** crose has quit IRC22:29
*** crose has joined #heat22:29
*** crose has quit IRC22:31
openstackgerritMerged openstack/heat master: Update openstacksdk construction  https://review.openstack.org/53192322:58
*** masber has joined #heat23:27
*** tiantian has quit IRC23:47
*** tiantian has joined #heat23:47
*** hongbin has quit IRC23:52

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