Friday, 2015-03-06

*** achanda has quit IRC00:04
*** InblEric has joined #heat00:04
*** InblEric has quit IRC00:07
asalkeld2015-03-05 23:24:36.642 | + ./safe-devstack-vm-gate-wrap.sh00:13
asalkeld2015-03-05 23:46:57.275 | 2015-03-05 23:46:57.231 | + ./post_test_hook.sh00:14
asalkeldstevebaker: ^00:14
asalkeld22 mins?00:14
stevebakerasalkeld: I think we're looking for savings after 2015-03-05 23:30:00.779 | Running devstack00:15
stevebakerwhich looks like only a couple of minutes so far (16 vs 18 minutes)00:16
asalkeldok, is that worth it?00:16
stevebakerasalkeld: but possibly there is so much variation in the node speeds that we can't compare too much. I need to look at the devstack log and see what is taking time00:16
asalkeldi guess most of the packages are installed already00:16
stevebakerasalkeld: my original aim was to remove horizon so it didn't interfere when I start mucking around with python-heatclient versions00:17
asalkeld:-)00:17
stevebakerwe have some slow tests 2015-03-06 00:00:53.470 | 2015-03-06 00:00:53.450 | {0} heat_integrationtests.functional.test_autoscaling.AutoscalingGroupUpdatePolicyTest.test_instance_group_update_replace_huge_min_in_service [217.760563s] ... ok00:17
*** Marga_ has quit IRC00:18
asalkelddoh, ok i know what to do with that00:18
stevebakerasalkeld: same as InstanceGroupUpdatePolicyTest?00:18
asalkeldyip00:18
stevebakerwhich is now 80s00:18
openstackgerritTon Ngo proposed openstack/heat: Reuse existing template  https://review.openstack.org/15462000:18
openstackgerritTon Ngo proposed openstack/heat: Reuse existing registry  https://review.openstack.org/15461900:18
openstackgerritTon Ngo proposed openstack/heat: Replace the registry of an environment  https://review.openstack.org/15461800:19
asalkeldTon did you see my comment ^00:19
asalkeldwhat's ton's nick00:20
stevebakerasalkeld: 5:30 minutes saved isn't too bad. Having all those unused services running will slow things down https://review.openstack.org/#/c/161939/00:23
asalkeldcan't hurt00:24
stevebaker9 minutes more than this run https://review.openstack.org/#/c/156012/00:25
stevebakerasalkeld: actually it looks like all the services still ran http://logs.openstack.org/39/161939/1/check/check-heat-dsvm-functional-mysql/085f167/logs/localrc.txt.gz00:27
asalkeldhaha00:27
*** liusheng has quit IRC00:29
*** Marga_ has joined #heat00:29
*** liusheng has joined #heat00:29
openstackgerritSteve Baker proposed openstack/heat: Custom list of func test enabled services  https://review.openstack.org/16193900:32
*** sdake_ has quit IRC00:33
*** sdake_ has joined #heat00:34
*** rdo has quit IRC00:35
stevebakerlets hope for a less homeopathic effect00:35
*** randallburt has quit IRC00:41
*** achanda has joined #heat00:41
*** smc7 has joined #heat00:41
*** rdo has joined #heat00:43
*** dims has quit IRC00:44
*** achanda has quit IRC00:46
*** smc7 has quit IRC00:47
*** signed8bit is now known as signed8bit_ZZZzz00:50
Tango|2asalkeld: Hi Angus, just saw it now. Let me think about it some more00:51
*** serg_melikyan has joined #heat00:52
*** pm90_ has quit IRC00:52
*** pm90_ has joined #heat00:54
*** serg_melikyan has quit IRC00:56
*** EricGonczer_ has quit IRC01:00
*** rwsu is now known as rwsu-afk01:17
miguelgrinbergasalkeld, stevebaker: we discovered today that heat/contrib plugins cannot be installed with pip due to not having a version declared in setup.cfg01:27
miguelgrinbergwould you be okay if I add versions to them?01:28
openstackgerritMerged openstack/heat: Move nova resources to engine/resources/openstack/nova/  https://review.openstack.org/15601201:28
stevebakermiguelgrinberg: I would. Considering we don't and won't ever release them it would be good if some kind of dummy version could be chosen01:28
stevebakersnapshot?01:28
stevebaker0.0.0-snapshot?01:29
miguelgrinbergI was actually thinking in giving them the same version as heat01:29
miguelgrinbergwe would like to be able to upgrade them, so new versions would be useful01:29
openstackgerritMerged openstack/heat: Move cinder volume resource  https://review.openstack.org/15601401:29
stevebakermiguelgrinberg: lets see what happens in the review01:30
miguelgrinbergstevebaker: okay. If you want to see more details on the problem: https://bugs.launchpad.net/heat/+bug/142887901:30
openstackLaunchpad bug 1428879 in heat "Cannot install contrib plugins with pip" [Undecided,New] - Assigned to Miguel Grinberg (miguelgrinberg)01:30
*** Yanyanhu has joined #heat01:30
stevebakeryeah, I saw that01:31
miguelgrinbergwhat I'm not sure is how ttx finds all the setup.cfg files to update them each release cycle, need to ask him that01:31
miguelgrinbergbecause all these would need to be updated along with the main setup.cfg01:31
*** kebray has quit IRC01:35
stevebakerisn't that pbr magic?01:35
stevebakerbased on git tag?01:35
miguelgrinbergyes, but when you pip install something the files are moved to /tmp before pbr gets to look at them01:36
*** pm90_ has quit IRC01:36
miguelgrinbergso when a sub-package is copied to /tmp the .git directory above is lost01:36
miguelgrinbergthis is a limitation that only eixsts for sub-packages01:37
stevebakermiguelgrinberg: my worry is that things are in contrib for a reason <- we don't want to support or release that code. So giving them a release version implies something which we don't endorse. Hence my suggestion for a hard-coded dummy version01:37
miguelgrinbergyes, I understand, but if the version does not change from release to release we don't get to do clean upgrades01:39
miguelgrinbergwe use extraroute, that's the only one we care about01:39
miguelgrinbergI think a dummy version is better than nothing, I can deal with that I think01:40
miguelgrinbergbut a real version that changes would be better, then we don't need to special case it01:40
asalkeldyou know we need support for "required_roles" at the resource type level so we don't need to put admin stuff into contrib01:41
asalkeldthe users without admin don't "see"these resources01:41
miguelgrinbergasalkeld: not all contrib plugins have that problem01:42
stevebakermiguelgrinberg: do you use git to fetch the extraroute version that you want?01:42
asalkeldmiguelgrinberg: sure, but lots do01:42
miguelgrinbergstevebaker: yes, this is on the ansible deployment (os-ansible-deployment on stackforge)01:43
miguelgrinbergwe fetch a given tag01:43
miguelgrinbergasalkeld: is someone working on the required roles feature? Just the other day I was reviewing what's in contrib and we decided to just use extraroute, that's the only one that makes sense (rackspace already uses it).01:45
stevebakermiguelgrinberg: is it an option to use python setup.py install? <- that just works01:46
asalkeldmiguelgrinberg: no one working on it01:46
miguelgrinbergstevebaker: it's an option, but not an easy option. The framework likes pip :)01:46
asalkeldmaybe i can add it to the summit suggestion box01:46
*** achanda has joined #heat01:46
*** kebray has joined #heat01:47
miguelgrinbergasalkeld: happy to take a look. Those seemed like interesting resources, but not that useful as they are.01:47
*** liuh has joined #heat01:49
miguelgrinbergstevebaker: the other workaround that we have is to build a wheel package, that works too01:50
*** aweiteka has joined #heat01:51
miguelgrinbergasalkeld: could not find a blueprint for adding roles to resources. It was never proposed officially?01:54
asalkeldnever proposed, just an idea01:54
asalkeldhttps://etherpad.openstack.org/p/liberty-heat-sessions <- I am adding here01:55
miguelgrinbergawesome01:56
*** Tango|2 has quit IRC02:00
*** Yanyanhu has quit IRC02:01
*** Qiming has joined #heat02:02
*** LiJiansheng has joined #heat02:03
*** erkules_ has joined #heat02:07
*** erkules has quit IRC02:10
*** aweiteka has quit IRC02:14
*** signed8bit_ZZZzz is now known as signed8bit02:18
*** signed8bit has quit IRC02:19
openstackgerritMerged openstack/heat: Correct the check_update_completion logic in instance_group  https://review.openstack.org/16059502:29
*** Qiming has quit IRC02:34
*** bandarji has quit IRC02:40
*** GonZo2K has quit IRC02:48
*** huangtianhua has joined #heat02:49
openstackgerrithuangtianhua proposed openstack/heat: Move neutron resources to /engine/resources/openstack/neutron  https://review.openstack.org/15602502:55
openstackgerrithuangtianhua proposed openstack/heat: Move glance image resource  https://review.openstack.org/15602702:57
openstackgerrithuangtianhua proposed openstack/heat: Move swift resource  https://review.openstack.org/15602802:57
openstackgerritMerged openstack/heat: Add extra data to Stack table for Convergence.  https://review.openstack.org/15521102:58
openstackgerritMerged openstack/heat: Add extra data to Stack table for Convergence.  https://review.openstack.org/15521102:58
*** Qiming has joined #heat03:00
openstackgerrithuangtianhua proposed openstack/heat: Move neutron resources to /engine/resources/openstack/neutron  https://review.openstack.org/15602503:01
*** KanagarajM has joined #heat03:03
openstackgerrithuangtianhua proposed openstack/heat: Move glance image resource  https://review.openstack.org/15602703:04
openstackgerrithuangtianhua proposed openstack/heat: Move swift resource  https://review.openstack.org/15602803:04
*** radez is now known as radez_g0n303:05
openstackgerrithuangtianhua proposed openstack/heat: Move ceilometer alarm resource  https://review.openstack.org/15603003:05
openstackgerrithuangtianhua proposed openstack/heat: Move heat resources  https://review.openstack.org/15603503:06
openstackgerrithuangtianhua proposed openstack/heat: Move sahara resources  https://review.openstack.org/15603603:06
openstackgerrithuangtianhua proposed openstack/heat: Move trove resource  https://review.openstack.org/15603703:07
openstackgerrithuangtianhua proposed openstack/heat: Move resource inheritance class to engine/resources  https://review.openstack.org/15604103:08
openstackgerrithuangtianhua proposed openstack/heat: Correct networks matching interface ports  https://review.openstack.org/16163503:15
asalkeldhuangtianhua: you having fun with "mv":-)03:20
huangtianhuaasalkeld: the patches conflict very easy:(03:21
asalkeldi can imagine03:22
asalkeldthey are very trivial to review, once jenkins is happy i should just approve the lot03:22
asalkeldstevebaker: ^ agree?03:22
huangtianhuaasalkeld: thanks03:23
stevebakerasalkeld: agree, lets spread the rebase pain03:23
asalkeldi was hoping just to get it over and done with03:25
huangtianhuaasalkeld: me too:)03:25
huangtianhuaasalkeld: https://review.openstack.org/#/c/135875/ and https://review.openstack.org/#/c/135880/ hope these two :)03:27
*** tochi has quit IRC03:29
*** david-lyle is now known as david-lyle_afk03:44
*** hdd_ has joined #heat03:44
*** kfox1111 has quit IRC03:44
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Role  https://review.openstack.org/16156203:52
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Project  https://review.openstack.org/16156303:52
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Group  https://review.openstack.org/16156403:52
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for User  https://review.openstack.org/16156503:52
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource client plugin and constrains  https://review.openstack.org/16118003:52
*** LiJiansheng has quit IRC03:53
*** liuh_ has joined #heat03:53
*** LiJiansheng has joined #heat03:54
*** liuh has quit IRC03:56
*** harlowja is now known as harlowja_away03:57
*** achanda has quit IRC03:57
*** LiJiansheng has quit IRC04:06
openstackgerritshihanzhang proposed openstack/heat: Add config option to override url for versions  https://review.openstack.org/16026704:08
*** smc7 has joined #heat04:19
*** alexpilotti has quit IRC04:22
*** Marga_ has quit IRC04:24
*** smc7 has quit IRC04:24
*** akuznetsov has joined #heat04:28
*** nkhare has joined #heat04:30
*** achanda has joined #heat04:38
asalkeldbrb, picking kids up04:44
*** Yanyanhu has joined #heat04:51
*** achanda has quit IRC04:54
*** rakesh_hs has joined #heat05:10
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Role  https://review.openstack.org/16156205:17
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Project  https://review.openstack.org/16156305:17
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Group  https://review.openstack.org/16156405:17
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for User  https://review.openstack.org/16156505:17
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource client plugin and constrains  https://review.openstack.org/16118005:17
*** huangtianhua has quit IRC05:20
asalkeldrakesh_hs: i am just fixing the tests for you here: https://review.openstack.org/#/c/157376/105:25
rakesh_hsasalkeld: Hi gud eve.. k05:27
asalkeldyou not doing the same already are you?05:27
rakesh_hsasalkeld: Anant had asked Kanagaraj to do it05:28
asalkeldok, let me post what i have then05:29
rakesh_hsasalkeld: I was supposed to start on it today05:29
asalkeldrakesh_hs: you still can - just got a head start05:29
openstackgerritAngus Salkeld proposed openstack/heat: Store template + environment for rollback.  https://review.openstack.org/15737605:31
asalkeldrakesh_hs: the only test not passing is the migration05:31
asalkeld NOT NULL constraint failed: stack__tmp__.disable_rollback05:31
*** sdake_ has quit IRC05:32
asalkeldrakesh_hs: let me know if there is anything i can help with05:32
rakesh_hsasalkeld: I will sync up with Kanagaraj and will let you know in few minutes05:34
asalkeldrakesh_hs: thanks05:35
asalkeldKanagarajM: if role_obj.name.lower() == role.lower():05:38
asalkeldare roles not case sensitive/05:38
asalkeld?05:38
asalkeldand groups/domains ...05:38
*** Marga_ has joined #heat05:39
*** Marga_ has quit IRC05:40
*** Marga_ has joined #heat05:41
*** MasterPiece has quit IRC05:50
rakesh_hsasalkeld: thanks for the patch on "Store template + environment for rollback" Myself or Kanagaraj will work furthur on it, if jenkins does not give +1.05:51
asalkeldyeah, i know there was still a migration issue05:52
rakesh_hsasalkeld: ok got it ^, will fix the migration05:52
asalkeldhopefully i helped  a bit05:52
rakesh_hsasalkeld: yep it helped, we can now concentrate only on the migration tests failing05:54
*** achanda has joined #heat05:56
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex  https://review.openstack.org/16160506:03
KanagarajMasalkeld: hi06:09
*** coolsvap_ has quit IRC06:11
KanagarajMroles and others are case sensitive06:12
*** Drago1 has joined #heat06:15
*** Drago has quit IRC06:16
*** Marga_ has quit IRC06:21
*** ishant has joined #heat06:24
openstackgerritMerged openstack/heat: Move neutron resources to /engine/resources/openstack/neutron  https://review.openstack.org/15602506:44
openstackgerritMerged openstack/heat: Move glance image resource  https://review.openstack.org/15602706:44
openstackgerritMerged openstack/heat: Move swift resource  https://review.openstack.org/15602806:46
openstackgerritMerged openstack/heat: Move ceilometer alarm resource  https://review.openstack.org/15603006:46
openstackgerritMerged openstack/heat: Move heat resources  https://review.openstack.org/15603506:46
openstackgerritMerged openstack/heat: Move sahara resources  https://review.openstack.org/15603606:46
*** Tango|2 has joined #heat06:47
openstackgerritMerged openstack/heat: Move trove resource  https://review.openstack.org/15603706:49
openstackgerritMerged openstack/heat: Remove str() before exc to make sure lazy translation work  https://review.openstack.org/16161606:49
*** hdd_ has quit IRC06:51
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Role  https://review.openstack.org/16156207:01
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Project  https://review.openstack.org/16156307:01
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for Group  https://review.openstack.org/16156407:01
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource plugin for User  https://review.openstack.org/16156507:01
openstackgerritKanagaraj Manickam proposed openstack/heat: Keystone resource client plugin and constrains  https://review.openstack.org/16118007:01
*** akuznetsov has quit IRC07:01
*** Qiming has quit IRC07:06
*** Qiming has joined #heat07:09
*** jamielennox is now known as jamielennox|away07:16
openstackgerritIshant Tyagi proposed openstack/heat: DB changes for resource locking  https://review.openstack.org/15767207:22
KanagarajM(brb, breaking for a while, lunch time)07:25
*** tspatzier has joined #heat07:31
*** jprovazn has joined #heat07:37
*** kebray has quit IRC07:39
*** akuznetsov has joined #heat07:42
*** achanda has quit IRC07:44
*** achanda has joined #heat07:44
openstackgerritIshant Tyagi proposed openstack/heat: Hard delete backup stack after successful update.  https://review.openstack.org/12891807:46
*** achanda has quit IRC07:48
*** ParsectiX has joined #heat07:49
*** liusheng has quit IRC07:50
*** liusheng has joined #heat07:51
*** smc7 has joined #heat07:57
*** jcoufal has joined #heat08:01
*** achanda has joined #heat08:05
*** chlong has quit IRC08:11
*** jtomasek has joined #heat08:15
asalkeldishant: hi08:18
openstackgerritEthan Lynn proposed openstack/heat: Always update remote_stack  https://review.openstack.org/16205308:19
ishantasalkeld: hi08:19
asalkeldishant: can you explain why in https://review.openstack.org/#/c/157672/8 you don't pass in the action/state08:19
asalkeld(in the sql "where" part)08:19
ishantbecause its not required08:20
asalkeldit seems to me that that in the concurrent update, you could have the same engine trying to act on the same resource08:20
asalkeld(quite unlikely, but possible)08:21
*** ifarkas has joined #heat08:21
asalkeldishant: maybe put a more verbose explanation in the review08:22
asalkeld(otherwise nice patch)08:22
ishantbut the second engine wont be able to get the resource first time08:22
ishantwhen its sends expected_engine_id as None08:23
asalkeldI see08:24
ishantso if concurrent update lands on the same engine and it tries to get the lock specifying expected_engine_id as None, it will fail08:24
asalkeldbecause it doesn't expect any one else to work on it08:25
ishantyes08:25
asalkeldok, thanks for the explaination08:25
ishantso it has to wait until the query returns true08:25
ishantactually engine_id column is a bit confusing representing a lock . A column with boolean value can also work but then problem will come while stealing the lock08:31
*** inc0 has joined #heat08:43
*** DandyPandy has quit IRC08:49
*** serg_melikyan has joined #heat08:49
*** achanda has quit IRC08:54
*** che-arne has joined #heat08:54
*** liusheng has quit IRC08:55
*** pas-ha has joined #heat08:55
*** liusheng has joined #heat08:56
*** DandyPandy has joined #heat08:57
*** achanda has joined #heat08:57
openstackgerritRabi Mishra proposed openstack/heat-templates: WIP heat-config-docker-compose  https://review.openstack.org/16064208:58
*** MasterPiece has joined #heat08:58
*** stannie has joined #heat09:01
openstackgerritEthan Lynn proposed openstack/heat: Always update remote_stack  https://review.openstack.org/16205309:02
*** jistr has joined #heat09:02
*** erkules_ is now known as erkules09:04
inc0good morning:)09:06
inc0shardy, I've seen you met dasm;)09:06
shardyinc0: morning, ha, yeah we've met in #tripleo :)09:07
*** achanda has quit IRC09:12
openstackgerritMichal Jastrzebski (inc0) proposed openstack/heat: First objects - stack and raw template  https://review.openstack.org/14684109:13
*** achanda has joined #heat09:13
*** achanda has quit IRC09:14
*** achanda has joined #heat09:14
*** achanda has quit IRC09:19
KanagarajMasalkeld: jenkins fails the patch https://review.openstack.org/#/c/157376 and  i think reason could be, same template is referenced by mutiple stacks in db as coded at line https://github.com/openstack/heat/blob/master/heat/tests/db/test_migrations.py#L35809:20
pas-hamorning09:20
KanagarajMis this valid reason?09:20
pas-haKanagarajM, do we ever reuse templates from DB for new stack, or a raw_template entry is always created?09:25
KanagarajMi think raw_template entry is created every stack operation.09:25
KanagarajMi mean for stack create and update.09:25
pas-haso you mean that pre_test setup is completely out of reality, right?09:26
KanagarajMyes,09:26
pas-haok, interesting, thanks for the analysis09:27
inc0KanagarajM, from this traceback it looks like you've missed a column during insert09:27
KanagarajMyes, template creation also missing09:28
*** dulek has joined #heat09:30
*** saju_m has joined #heat09:34
*** vijayagurug has joined #heat09:35
*** vijayagurug has left #heat09:35
*** jistr is now known as jistr|biab09:36
*** sorantis has joined #heat09:37
*** blues-man has joined #heat09:38
KanagarajMfiled a defect https://bugs.launchpad.net/heat/+bug/1429029 to fix this inconsistency issue between stack and raw_template09:39
openstackLaunchpad bug 1429029 in heat "heat db migration test cases create multiple stack with same template id" [Undecided,New] - Assigned to Kanagaraj Manickam (kanagaraj-manickam)09:39
openstackgerritMerged openstack/heat-specs: Reorganize the code structure of resources  https://review.openstack.org/12977709:40
*** Qiming has quit IRC09:43
*** vijayagurug has joined #heat09:46
*** huangtianhua has joined #heat09:46
*** vijayagurug has quit IRC09:49
*** vijayagurug has joined #heat09:50
*** vijayagurug has quit IRC09:52
*** vijayagurug has joined #heat09:52
*** Tango has joined #heat10:02
openstackgerritPeter Razumovsky proposed openstack/heat: Add OS::Mistral::Workflow for Mistral workflows  https://review.openstack.org/14764510:03
*** Tango|2 has quit IRC10:04
*** prazumovsky has joined #heat10:08
*** Yanyanhu has quit IRC10:17
openstackgerritDeliang Fan proposed openstack/heat: Fix config drive not created when boot from volume  https://review.openstack.org/15345410:21
openstackgerritAnastasia Kuznetsova proposed openstack/heat: Integration scenario test refactoring  https://review.openstack.org/15905710:22
openstackgerritKanagaraj Manickam proposed openstack/heat: Update db migration test case to make 1-to-1 between stack and raw_template  https://review.openstack.org/16207710:22
*** liusheng has quit IRC10:23
*** liuh__ has joined #heat10:24
*** liusheng has joined #heat10:24
*** asalkeld has quit IRC10:25
*** liuh_ has quit IRC10:28
openstackgerritDeliang Fan proposed openstack/heat: Fix config drive not created when boot from volume  https://review.openstack.org/15345410:29
*** vijayagurug1 has joined #heat10:29
*** vijayagurug has quit IRC10:32
*** smc7 has quit IRC10:32
*** serg_melikyan has quit IRC10:34
*** serg_melikyan has joined #heat10:35
*** jistr|biab is now known as jistr10:39
*** ishant has quit IRC10:41
*** liusheng has quit IRC10:41
*** liusheng has joined #heat10:42
*** vijayagurug has joined #heat10:42
*** vijayagurug1 has quit IRC10:42
*** Qiming has joined #heat10:43
openstackgerrithuangtianhua proposed openstack/heat: Apply neutron subnet constraint  https://review.openstack.org/13587510:48
*** sorantis has quit IRC10:54
*** inc0_ has joined #heat10:55
*** inc0 has quit IRC10:56
*** pitr-ch has joined #heat10:59
*** KanagarajM has quit IRC11:00
*** dims has joined #heat11:00
*** dulek_ has joined #heat11:02
*** DaveJ__ has joined #heat11:03
*** dulek has quit IRC11:05
*** nkhare has quit IRC11:06
*** Tango|2 has joined #heat11:12
*** Tango has quit IRC11:14
*** vijayagurug1 has joined #heat11:15
*** vijayagurug has quit IRC11:17
*** inc0_ has quit IRC11:19
*** chlong has joined #heat11:23
*** pas-ha has quit IRC11:23
*** jcoufal_ has joined #heat11:28
*** jcoufal has quit IRC11:31
*** inc0 has joined #heat11:41
*** serg_melikyan has quit IRC11:46
*** huangtianhua has quit IRC11:53
*** vijayagurug1 has left #heat11:54
*** inc0 has quit IRC11:55
*** dulek___ has joined #heat11:59
*** dulek_ has quit IRC12:01
*** rakesh_hs has quit IRC12:05
*** Marga_ has joined #heat12:07
*** rakesh_hs has joined #heat12:09
*** inc0 has joined #heat12:11
*** alexpilotti has joined #heat12:13
*** inc0 has quit IRC12:15
*** inc0 has joined #heat12:16
*** dulek___ has quit IRC12:18
*** dulek___ has joined #heat12:18
*** smc7 has joined #heat12:18
*** serg_melikyan has joined #heat12:20
*** smc7 has quit IRC12:23
*** blues-man has quit IRC12:28
*** cdent has joined #heat12:36
*** EricGonczer_ has joined #heat12:39
*** akuznetsov has quit IRC12:39
*** cdent has quit IRC12:44
*** liuh__ has quit IRC12:45
*** saju_m has quit IRC12:50
jgrGood afternoon.12:52
jgrI'm currently having a go at backporting https://review.openstack.org/#/c/157062/ to stable/juno and I have a question on updating requirements.txt:12:53
jgrI added oslo.serialization<=1.0.0 as a dependency since that is what is running on our Openstack installation (stable/juno).12:54
jgrheat does not pull it in explicitely, so I simply added it to requirements.txt - is that the way to go?12:55
jgrI'm not overly sure about that since commits like 9729ce6040b453ea37bffe14d7a401e919ace4b8 seem to suggest it's being managed by some kind of automated mechanism.12:55
jgrFor completeness' sake, these are the changes I am planning on making: https://github.com/jgrassler/heat/commit/557c42fa13ff63d90966a30df26560e506a00e3612:56
jgrThey work fine in our environment, but I'd like to be sure about the oslo entry in requirements.txt before I submit it for review.12:57
*** serg_melikyan has quit IRC12:57
jgrAlso, the change in heat/engine/properties.py is due to the older oslo version already on the system (not pulled in by heat but by some other package)12:57
jgrs/older oslo version/older oslo.serialization version (1.0.0)/12:59
*** prazumovsky has quit IRC13:01
*** serg_melikyan has joined #heat13:02
*** cdent has joined #heat13:03
*** Qiming has quit IRC13:30
*** Qiming has joined #heat13:31
*** akuznetsov has joined #heat13:36
*** InblEric has joined #heat13:44
*** inc0 has quit IRC13:45
*** radez_g0n3 is now known as radez13:46
*** InblEric1 has joined #heat13:46
*** InblEric has quit IRC13:49
*** InblEric1 has quit IRC13:52
*** Marga_ has quit IRC13:53
openstackgerritTomas Sedovic proposed openstack/python-heatclient: Add options for setting and clearing of breakpoints  https://review.openstack.org/14931913:54
*** aweiteka has joined #heat13:58
*** Marga_ has joined #heat13:58
*** akuznetsov has quit IRC14:00
*** blues-man has joined #heat14:00
*** blues-man has quit IRC14:00
*** blues-man has joined #heat14:00
*** akuznetsov has joined #heat14:01
*** saju_m has joined #heat14:03
*** dulek___ has quit IRC14:04
*** dulek___ has joined #heat14:04
*** smc7 has joined #heat14:07
*** akuznetsov has quit IRC14:10
*** smc7 has quit IRC14:11
*** akuznetsov has joined #heat14:14
*** blomquisg has joined #heat14:16
*** serg_melikyan has quit IRC14:17
*** aweiteka has quit IRC14:18
*** aweiteka has joined #heat14:18
*** Marga_ has quit IRC14:19
openstackgerritTomas Sedovic proposed openstack/heat: Add breakpoint support  https://review.openstack.org/14612314:21
*** signed8bit has joined #heat14:21
*** serg_melikyan has joined #heat14:22
*** akuznetsov has quit IRC14:26
*** serg_melikyan has quit IRC14:28
*** KarolynChambers has quit IRC14:28
*** KarolynChambers has joined #heat14:28
*** akuznetsov has joined #heat14:31
*** chlong has quit IRC14:34
*** akuznetsov has quit IRC14:36
*** InblEric has joined #heat14:36
*** dims has quit IRC14:37
*** saju_m has quit IRC14:37
*** dims has joined #heat14:38
*** InblEric has quit IRC14:38
*** pm90_ has joined #heat14:39
*** pm90_ has quit IRC14:40
*** InblEric has joined #heat14:40
*** pm90_ has joined #heat14:40
*** pm90_ has quit IRC14:41
*** pm90_ has joined #heat14:42
*** InblEric has quit IRC14:42
*** sdake_ has joined #heat14:43
*** jmckind has joined #heat14:45
*** sdake__ has joined #heat14:47
*** pm90__ has joined #heat14:47
*** sdake_ has quit IRC14:48
*** vijendar has quit IRC14:50
*** pm90_ has quit IRC14:51
*** boris-42 has quit IRC14:52
*** Drago1 has quit IRC14:52
*** Drago has joined #heat14:52
*** jmckind has quit IRC14:52
*** jmckind has joined #heat14:57
*** ParsectiX has quit IRC14:58
*** pas-ha has joined #heat14:58
*** jprovazn has quit IRC15:03
*** dims is now known as dimsum__15:07
openstackgerritAnastasia Kuznetsova proposed openstack/heat: Add integration scenario test for Neutron LBaaS  https://review.openstack.org/16218415:10
*** pm90__ has quit IRC15:12
*** radez is now known as radez_g0n315:12
*** hdd_ has joined #heat15:13
*** pm90_ has joined #heat15:13
*** pm90___ has joined #heat15:14
openstackgerritKanagaraj Manickam proposed openstack/heat: Fix migration testcase 1-to-1 between stack and raw_template  https://review.openstack.org/16207715:15
*** dulek___ has quit IRC15:16
*** dulek has joined #heat15:16
*** smc7 has joined #heat15:17
openstackgerritDeliang Fan proposed openstack/heat: Fix config drive not created when boot from volume  https://review.openstack.org/15345415:17
*** pm90_ has quit IRC15:17
*** vijendar has joined #heat15:24
*** hdd_ has quit IRC15:28
openstackgerritSergey Kraynev proposed openstack/heat: Add way to collect map of needed attributes  https://review.openstack.org/16130615:31
openstackgerritDeliang Fan proposed openstack/heat: Fix config drive not created when boot from volume  https://review.openstack.org/15345415:31
*** radez_g0n3 is now known as radez15:34
*** pas-ha has quit IRC15:35
*** stannie has quit IRC15:36
*** KarolynChambers has quit IRC15:38
*** KarolynChambers has joined #heat15:39
*** rakesh_hs has quit IRC15:42
*** KanagarajM has joined #heat15:48
*** pas-ha has joined #heat15:50
*** eggmaster has quit IRC15:51
*** eggmaste` has joined #heat15:51
*** sdake__ has quit IRC15:53
jdandreaIs anyone aware of any OpenDaylight-specific Heat pluginS?15:59
jdandrea(for SDN constructs that Neutron doesn't support out-of-the-box)15:59
*** jmckind has quit IRC16:01
*** dulek has quit IRC16:04
*** kebray has joined #heat16:14
*** Drago has quit IRC16:18
*** Drago has joined #heat16:18
*** eggmaste` is now known as eggmaster16:20
*** stannie has joined #heat16:21
*** Qiming has quit IRC16:21
*** randallburt has joined #heat16:22
*** randallburt has quit IRC16:23
*** randallburt has joined #heat16:23
*** pm90___ has quit IRC16:27
*** EricGonc_ has joined #heat16:28
*** pm90_ has joined #heat16:29
*** pm90_ has quit IRC16:29
*** pm90_ has joined #heat16:29
alextricityDo you guys know why the heat template parameter constraint "allowed_pattern" require me to escape special sequences in my regex pattern?16:30
alextricityFor example: \\s*(\\W+)(,\\s*\\W+)*16:30
alextricityIf I don't escape \W and \s, the HOT template throws an error16:30
*** EricGonczer_ has quit IRC16:32
*** ParsectiX has joined #heat16:32
*** chlong has joined #heat16:34
zanebalextricity: because yaml16:35
alextricityyaml!16:35
alextricitywoot16:35
*** sdake_ has joined #heat16:42
*** sdake__ has joined #heat16:43
*** tspatzier has quit IRC16:44
openstackgerritRakesh H S proposed openstack/heat: Convergence sync_point DB table  https://review.openstack.org/15573216:46
*** sdake_ has quit IRC16:47
*** rakesh_hs has joined #heat16:47
rakesh_hszaneb: Hi16:48
*** Marga_ has joined #heat16:49
*** hdd_ has joined #heat16:49
openstackgerritKanagaraj Manickam proposed openstack/heat: Store template + environment for rollback.  https://review.openstack.org/15737616:52
*** boris-42 has joined #heat16:53
*** pm90_ has quit IRC17:01
*** rakesh_hs has quit IRC17:02
openstackgerritRakesh H S proposed openstack/heat: Store template + environment for rollback.  https://review.openstack.org/15737617:04
*** ifarkas has quit IRC17:04
zanebKanagarajM: every time someone pings me with just the word "Hi" I send their patches to the bottom of my review queue17:12
zanebI only wish there was somewhere even lower they could go in the case that the ping arrives as a PM17:12
KanagarajMzaneb: i pinged to get some clarity on the convergence blueprint https://blueprints.launchpad.net/heat/+spec/convergence-resource-operations,17:14
zanebsure, what can I help you with?17:14
KanagarajMto implement this blueprint, add required RPC calls for create/update/delete in the worker.py and each call should be go with TaskRunner.17:15
zanebyep17:16
KanagarajMand currenly the create/update/delete is wrapped with scheduler wrappertask17:17
zaneby-yes, that's one way of describing it17:17
zanebI would describe it more that e.g. Resource.create _is_ a wrappertask, i.e. a task that calls some subtasks17:20
zanebbut that's not relevant to TaskRunner, which can run any task whether it's a wrappertask or not17:21
*** pas-ha has quit IRC17:21
*** jmckind has joined #heat17:22
*** cdent has quit IRC17:22
KanagarajMok. then i think i shouldn't hit any problem when i call Resource.create in TaskRunner. thanks. i will try it and get back for any assistance.17:22
zanebkk17:24
*** jmckind has quit IRC17:26
*** KanagarajM has quit IRC17:28
*** serg_melikyan has joined #heat17:29
*** jmckind has joined #heat17:29
*** Marga_ has quit IRC17:29
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/16224217:30
openstackgerritRabi Mishra proposed openstack/heat-templates: heat-config-docker-compose hook  https://review.openstack.org/16064217:30
*** dulek has joined #heat17:31
*** blues-man has quit IRC17:31
*** jcoufal_ has quit IRC17:33
*** serg_melikyan has quit IRC17:33
*** rwsu-afk is now known as rwsu17:33
*** arif-ali has quit IRC17:34
*** jistr has quit IRC17:37
*** dulek has quit IRC17:39
openstackgerritDeliang Fan proposed openstack/heat: Fix config drive not created when boot from volume  https://review.openstack.org/15345417:40
*** david-lyle_afk is now known as david-lyle17:43
*** jprovazn has joined #heat17:44
*** bnemec is now known as beekneemech17:52
*** jcoufal has joined #heat17:54
*** rakesh_hs has joined #heat18:03
*** pm90_ has joined #heat18:08
*** EricGonc_ has quit IRC18:17
*** morganfainberg is now known as needscoffeebadly18:19
*** kebray has quit IRC18:20
*** needscoffeebadly is now known as CaptainMorgan18:22
*** achanda has joined #heat18:23
*** Marga_ has joined #heat18:23
*** EricGonczer_ has joined #heat18:24
*** coolsvap has joined #heat18:29
*** GonZo2K has joined #heat18:29
*** kieleth has quit IRC18:32
*** jprovazn has quit IRC18:43
*** spzala has joined #heat18:44
*** pm90_ has quit IRC18:47
*** arif-ali has joined #heat18:50
*** achanda has quit IRC18:52
*** randallburt has quit IRC18:52
*** pm90_ has joined #heat18:55
*** rakesh_hs has quit IRC18:56
*** achanda has joined #heat18:57
*** sdake__ has quit IRC18:57
*** arif-ali has quit IRC18:59
*** arif-ali has joined #heat19:00
*** tspatzier has joined #heat19:08
*** randallburt has joined #heat19:08
*** randallburt has quit IRC19:10
*** randallburt has joined #heat19:10
*** tspatzier has quit IRC19:17
*** tspatzier has joined #heat19:17
*** tspatzier has quit IRC19:18
*** kebray has joined #heat19:19
*** kebray has quit IRC19:19
*** kebray has joined #heat19:20
*** coolsvap has quit IRC19:25
*** DaveJ__ has quit IRC19:40
*** bandarji has joined #heat19:49
*** CaptainMorgan is now known as morganfainberg19:50
*** Marga_ has quit IRC19:59
*** che-arne has quit IRC20:03
*** dnalezyt has joined #heat20:27
*** dnalezyt has quit IRC20:28
*** dnalezyt has joined #heat20:28
*** dnalezyt has quit IRC20:30
*** dnalezyt has joined #heat20:30
*** radez is now known as radez_g0n320:32
*** achanda has quit IRC20:37
*** smc7 has quit IRC20:50
*** MasterPiece has quit IRC20:51
*** stannie has quit IRC20:54
*** achanda has joined #heat21:00
*** dimsum__ has quit IRC21:01
*** aweiteka has quit IRC21:13
*** smc7 has joined #heat21:15
*** harlowja_away has quit IRC21:34
*** jcoufal has quit IRC21:39
*** dimsum__ has joined #heat21:41
*** signed8bit has quit IRC21:46
*** signed8bit has joined #heat21:48
openstackgerritMiguel Grinberg proposed openstack/heat: Add versions to all contrib plugins  https://review.openstack.org/16231121:56
*** jdob has quit IRC21:59
*** radez_g0n3 is now known as radez22:08
*** hdd_ has quit IRC22:10
*** dnalezyt has quit IRC22:12
*** Marga_ has joined #heat22:14
*** dimsum__ has quit IRC22:16
*** kebray_ has joined #heat22:17
*** kebray has quit IRC22:17
*** hdd_ has joined #heat22:21
*** dimsum__ has joined #heat22:23
*** jtomasek has quit IRC22:24
*** chlong has quit IRC22:24
*** radez is now known as radez_g0n322:31
*** randallburt has quit IRC22:33
*** GonZoPT has joined #heat22:41
*** dimsum__ has quit IRC22:43
*** GonZo2K has quit IRC22:44
*** bandarji has quit IRC22:54
*** ParsectiX has quit IRC23:00
*** ParsectiX has joined #heat23:00
*** jmckind has quit IRC23:01
*** achanda_ has joined #heat23:03
*** achanda has quit IRC23:03
*** cdent has joined #heat23:04
*** achanda_ has quit IRC23:07
*** KarolynChambers has quit IRC23:08
*** KarolynChambers has joined #heat23:08
*** achanda has joined #heat23:10
*** cdent has quit IRC23:12
*** EricGonczer_ has quit IRC23:14
*** kebray_ has quit IRC23:18
*** kebray has joined #heat23:19
*** vijendar has quit IRC23:19
*** signed8bit has quit IRC23:32
*** dimsum__ has joined #heat23:59

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