Friday, 2016-09-02

*** vijendar has joined #heat00:00
*** vishwanathj has joined #heat00:11
*** cmyster has quit IRC00:16
*** vijendar has quit IRC00:36
*** vijendar has joined #heat00:39
*** vijendar has quit IRC00:44
*** zz_dimtruck is now known as dimtruck00:45
*** vijendar has joined #heat00:47
*** vijendar has quit IRC00:49
*** vijendar has joined #heat00:51
*** vijendar has quit IRC00:54
*** vijendar has joined #heat00:55
*** vijendar has quit IRC00:59
*** vijendar has joined #heat01:00
*** bana_k has quit IRC01:02
*** vijendar has quit IRC01:02
*** vijendar has joined #heat01:03
*** vijendar1 has joined #heat01:06
*** vijendar has quit IRC01:07
*** vijendar1 has quit IRC01:11
openstackgerritRico Lin proposed openstack/heat: Non-destructive upgrade for deprecated resources  https://review.openstack.org/28020101:16
*** zhurong has joined #heat01:16
*** Drago has joined #heat01:18
*** Drago has quit IRC01:19
*** Drago has joined #heat01:19
*** vijendar has joined #heat01:19
*** spzala has joined #heat01:20
*** spzala has quit IRC01:25
*** dyasny has quit IRC01:26
*** vijendar has quit IRC01:27
*** Drago has quit IRC01:29
*** akshai has joined #heat01:31
*** Drago has joined #heat01:34
*** Drago has quit IRC01:34
*** Drago has joined #heat01:35
*** Drago has quit IRC01:35
*** vijendar has joined #heat01:37
*** akshai has quit IRC01:37
*** elynn has joined #heat01:42
*** elynn has quit IRC01:46
*** elynn has joined #heat01:47
*** caowei has joined #heat01:48
*** spzala has joined #heat01:49
*** yanyanhu has joined #heat01:50
*** zhurong_ has joined #heat01:59
*** zhurong has quit IRC01:59
*** bana_k has joined #heat02:01
openstackgerritSteve Baker proposed openstack/heat: WIP Use physical name in event if resource_id is None  https://review.openstack.org/36461402:05
*** chlong has joined #heat02:06
*** ricolin has joined #heat02:18
*** sdake has quit IRC02:21
*** vijendar has quit IRC02:26
*** spzala has quit IRC02:30
openstackgerritMerged openstack/heat: Provide default implementation of _parser_condition_functions  https://review.openstack.org/36399102:30
*** steveg_afk has quit IRC02:34
*** tochi has quit IRC02:35
*** fragatina has quit IRC02:54
*** dimtruck is now known as zz_dimtruck02:58
openstackgerritBin Zhou proposed openstack/python-heatclient: Modify use of assertTrue(A in B)  https://review.openstack.org/36463903:15
*** sabeen1 has quit IRC03:19
*** rajpatel has joined #heat03:21
hemavsgI have downloaded the patch for Launchpad bug 1569273, when i execute the "python setup.py install" from the folder, i am getting following error:03:24
openstackLaunchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] https://launchpad.net/bugs/1569273 - Assigned to Kanagaraj Manickam (kanagaraj-manickam)03:24
hemavsgException: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? error in setup command: Error parsing /home/nfv/working/heat_fix/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?03:24
hemavsgCan someone please tell me how to fix this error while installing the patch? Is this procedure correct?03:26
*** KanagarajM_ has joined #heat03:26
openstackgerritMerged openstack/heat: Don't add new abstract methods to Template class  https://review.openstack.org/36399203:32
*** rajpatel has quit IRC03:33
openstackgerritBin Zhou proposed openstack/heat: Modify use of assertTrue(A in B)  https://review.openstack.org/36464903:33
*** bana_k has quit IRC03:35
*** zz_dimtruck is now known as dimtruck03:37
*** sabeen has joined #heat03:45
*** links has joined #heat03:46
*** sabeen has quit IRC04:00
*** chlong has quit IRC04:01
*** tochi has joined #heat04:02
*** dimtruck is now known as zz_dimtruck04:02
*** chlong has joined #heat04:18
*** spzala has joined #heat04:30
*** spzala has quit IRC04:35
*** caowei has quit IRC04:54
*** yprokule has joined #heat04:56
*** Zer0Byte__ has joined #heat05:05
*** caowei has joined #heat05:06
-openstackstatus- NOTICE: The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified.05:06
*** ChanServ changes topic to "The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified."05:06
openstackgerritRico Lin proposed openstack/heat: Non-destructive upgrade for deprecated resources  https://review.openstack.org/28020105:09
*** jtomasek|afk is now known as jtomasek05:15
openstackgerritSteve Baker proposed openstack/python-heatclient: WIP Show resource name path in event log formatter  https://review.openstack.org/36466705:21
*** chlong has quit IRC05:27
stevebakercwolferh: move your [heat_plugin] config to your tempest.conf, and run "tempest run --regex heat_integrationtests"05:28
*** Zer0Byte__ has quit IRC05:30
cwolferhstevebaker, ok, my tree is probably too far behind master at this point, but for future reference my silly question is where is my [heat_plugin] config?05:32
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/"05:32
-openstackstatus- NOTICE: Space has been freed up on the log server. If you have POST_FAILURE results it is now safe to issue a 'recheck'05:32
ramishracwolferh: you probably have to move your config in heat_integrationtests.conf to tempest.conf05:39
ramishracwolferh: https://github.com/openstack/heat/blob/master/heat_integrationtests/prepare_test_env.sh#L26-L6605:39
*** bana_k has joined #heat05:42
cwolferhramishra, ah good to know, thanks. fwiw, i used to just run 'tox -eintegration 'regex for my tests' from /opt/stack/heat, so no heat_integrationtests.conf in that case either05:44
*** chlong has joined #heat05:48
ramishraYeah, there are some default config values, which we removes from heat_integrationtests/common/config.py, you need to probably add them to tempest.conf in the [heat_plugin] section.05:49
ramishrahttps://github.com/openstack/heat/commit/2af6c6ffdc934439e99c3d7805826c3d6d1957a805:49
ramishracwolferh: ^^^05:49
cwolferhramishra, thanks. think that fills in all the missing blanks :-)05:52
*** jprovazn has joined #heat06:28
*** elynn_ has joined #heat06:35
*** elynn has quit IRC06:36
*** rcernin has joined #heat06:41
*** vishwanathj is now known as vishwanathj_zzz06:45
*** chlong has quit IRC06:49
*** zhoragh has joined #heat06:52
*** brad[] has quit IRC07:09
*** brad[] has joined #heat07:10
*** zhoragh has left #heat07:10
openstackgerritAnant Patil proposed openstack/heat: Convergence: basic framework for cancelling workers  https://review.openstack.org/30148307:12
openstackgerritMerged openstack/heat: Add cinder qos specs constraint  https://review.openstack.org/35682807:15
openstackgerritMerged openstack/heat: Prevent direct access to conditions in templates  https://review.openstack.org/36399307:15
openstackgerritMerged openstack/heat: Add unit tests for invalid keys in resources  https://review.openstack.org/36399407:16
*** jpich has joined #heat07:19
openstackgerritCrag Wolfe proposed openstack/heat: Add migration function for legacy properties data  https://review.openstack.org/36471007:19
*** askb has joined #heat07:20
*** shardy_afk has joined #heat07:22
*** elynn__ has joined #heat07:22
*** elynn_ has quit IRC07:23
*** dbecker has quit IRC07:25
*** spzala has joined #heat07:30
*** bana_k has quit IRC07:31
*** bathris has joined #heat07:34
*** spzala has quit IRC07:35
bathrishi-all07:35
*** dbecker has joined #heat07:35
bathriswhat is heat stack user project?07:44
bathrisit gets created when i create a stack..07:44
*** shardy has joined #heat07:47
*** shardy_afk has quit IRC07:51
*** zzzeek has quit IRC08:00
*** zzzeek has joined #heat08:00
*** yassine has joined #heat08:03
*** yassine is now known as Guest5552608:03
*** bathri-sa has joined #heat08:05
thervebathris, hardysteven.blogspot.com/2014/04/heat-auth-model-updates-part-2-stack.html should explain it08:05
openstackgerritAnant Patil proposed openstack/heat: Convergence: Run scenario tests synchronously  https://review.openstack.org/36025808:07
*** bathris has quit IRC08:08
*** derekh has joined #heat08:08
*** sorantis has joined #heat08:29
openstackgerritBin Zhou proposed openstack/heat: Modify use of assertTrue(A in B)  https://review.openstack.org/36464908:30
hemavsgI have downloaded the patch for Launchpad bug 1569273, when i execute the "python setup.py install" from the folder, i am getting following error:08:39
openstackLaunchpad bug 1569273 in heat "auto-scaling cooldown fails to adjust" [Medium,Fix released] https://launchpad.net/bugs/1569273 - Assigned to Kanagaraj Manickam (kanagaraj-manickam)08:39
hemavsgException: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? error in setup command: Error parsing /home/nfv/working/heat_fix/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?08:39
hemavsgPlease tell me how can i apply this patch08:40
*** shardy has quit IRC08:48
*** code-R has joined #heat09:06
*** bathri-sa has quit IRC09:08
*** bathri-sa has joined #heat09:09
*** jaosorior has joined #heat09:11
*** code-R_ has joined #heat09:11
*** code-R has quit IRC09:13
*** bks has joined #heat09:20
*** kumarb has joined #heat09:27
therveramishra, Any other comment on https://review.openstack.org/#/c/363479/ ?09:28
therveIt'd be nice to move on from that09:28
thervehemavsg, Just call patch -p1 < XXX.patch in the python install09:28
ramishratherve: done:)09:29
therveThanks09:29
*** bks has quit IRC09:30
*** kumarb has quit IRC09:31
hemavsgHi therve, is this correct command, i downloaded the patch folder for that bug, so i should call, "patch -p1 1569273.patch"09:32
*** bks has joined #heat09:32
therveThat's not what I typed. Also you may want to document yourself elsewhere, it's not really a Heat problem anymore...09:33
hemavsgyeah. But i could not apply this patch though.09:35
*** yanyanhu has quit IRC09:37
*** bks has quit IRC09:48
*** bks has joined #heat09:50
*** ricolin has quit IRC10:02
*** zhurong_ has quit IRC10:03
*** elynn__ has quit IRC10:09
*** sorantis has quit IRC10:11
*** sorantis has joined #heat10:12
*** sorantis has quit IRC10:13
*** KanagarajM_ has quit IRC10:14
*** cmyster has joined #heat10:14
*** cmyster has quit IRC10:14
*** cmyster has joined #heat10:14
*** kevinbenton has quit IRC10:15
openstackgerritMerged openstack/heat: Don't run neutron tests before upgrade  https://review.openstack.org/36352210:16
openstackgerritMerged openstack/heat: Properly evaluate yaql expressions  https://review.openstack.org/36347910:16
*** kevinbenton has joined #heat10:17
*** caowei has quit IRC10:31
*** LanceHaig has joined #heat10:35
*** sorantis has joined #heat11:02
*** tlashchova has quit IRC11:07
*** jgrassler has quit IRC11:07
*** DandyPandy has quit IRC11:07
*** stevebaker has quit IRC11:07
*** eliqiao has quit IRC11:07
*** jidar has quit IRC11:07
*** tlashchova has joined #heat11:09
*** DandyPandy has joined #heat11:09
*** stevebaker has joined #heat11:09
*** eliqiao has joined #heat11:09
*** jidar has joined #heat11:09
*** vijendar has joined #heat11:11
*** jgrassler has joined #heat11:14
*** ramishra has quit IRC11:21
*** ramishra has joined #heat11:23
*** steveg_afk has joined #heat11:25
*** spzala has joined #heat11:31
*** spzala has quit IRC11:35
*** bks has quit IRC11:42
*** dprince has joined #heat11:47
*** EricGonczer_ has joined #heat11:56
*** EricGonczer_ has quit IRC11:56
*** EricGonczer_ has joined #heat11:59
*** derekh has quit IRC12:02
*** EricGonczer_ has quit IRC12:06
*** askb has quit IRC12:15
*** yprokule_ has joined #heat12:34
*** yprokule has quit IRC12:36
*** yprokule_ is now known as yprokule12:36
*** jaosorior has quit IRC12:43
*** jaosorior has joined #heat12:44
*** zhurong has joined #heat12:46
*** jcoufal has joined #heat12:55
*** jaosorior has quit IRC13:09
*** spzala has joined #heat13:16
*** zhurong has quit IRC13:23
*** zz_dimtruck has quit IRC13:26
*** wendar has quit IRC13:27
*** ayoung has joined #heat13:29
*** dyasny has joined #heat13:29
*** wendar has joined #heat13:29
*** jcoufal has quit IRC13:30
*** sabeen has joined #heat13:30
*** zz_dimtruck has joined #heat13:33
*** zz_dimtruck is now known as dimtruck13:33
*** tochi has quit IRC13:33
*** yprokule_ has joined #heat13:35
*** yprokule has quit IRC13:36
*** yprokule_ is now known as yprokule13:36
*** code-R_ has quit IRC13:39
*** jcoufal has joined #heat13:40
*** jcoufal has quit IRC13:41
*** links has quit IRC13:41
*** jcoufal has joined #heat13:42
*** akshai has joined #heat13:45
*** kevinbenton has quit IRC13:47
*** sorantis has quit IRC13:50
*** kevinbenton has joined #heat13:50
*** zhurong has joined #heat13:54
*** code-R has joined #heat14:04
*** strobelight has joined #heat14:06
*** jasond has joined #heat14:14
*** spedione|AWAY is now known as spedione14:19
*** vijendar has quit IRC14:24
*** spotz_zzz is now known as spotz14:24
*** spedione is now known as spedione|AWAY14:36
openstackgerritMerged openstack/heat: Allow any data to be passed to yaql function  https://review.openstack.org/36390414:36
*** spedione|AWAY is now known as spedione14:39
*** blomquisg_gone is now known as blomquisg14:40
*** jcoufal has quit IRC14:42
*** jcoufal has joined #heat14:42
*** links has joined #heat14:48
*** vijendar has joined #heat14:48
syjulianramishra, zaneb: hi ramishra and zaneb, would you guys be able to review this? https://review.openstack.org/#/c/358889/14:57
*** rcernin has quit IRC15:01
*** jcoufal has quit IRC15:02
*** randallburt has joined #heat15:03
*** links has quit IRC15:03
*** randallburt1 has joined #heat15:04
*** Zer0Byte__ has joined #heat15:07
*** Zer0Byte__ has quit IRC15:07
*** randallburt has quit IRC15:08
*** Zer0Byte__ has joined #heat15:08
*** dprince has quit IRC15:10
openstackgerritZane Bitter proposed openstack/heat: Deprecate Template.validate_resource_definitions()  https://review.openstack.org/36502515:10
*** Zer0Byte__ has quit IRC15:11
*** yprokule has quit IRC15:14
*** bnemec is now known as beekneemech15:16
*** caowei has joined #heat15:16
*** sdake has joined #heat15:16
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is restarting quickly to relieve resource pressure and restore normal performance15:20
*** zhurong has quit IRC15:21
*** spzala has quit IRC15:26
*** crose has joined #heat15:29
*** spzala has joined #heat15:29
*** spzala has quit IRC15:29
*** code-R has quit IRC15:33
*** jcoufal has joined #heat15:34
*** Drago has joined #heat15:34
*** Drago has quit IRC15:34
*** Drago has joined #heat15:35
*** crose has quit IRC15:35
*** sabeen has quit IRC16:14
openstackgerritYosef Hoffman proposed openstack/heat: Add OS::Cinder::Quota resource  https://review.openstack.org/35888916:22
*** fragatina has joined #heat16:32
*** dprince has joined #heat16:34
*** fragatina has quit IRC16:36
*** fragatina has joined #heat16:36
*** jpich has quit IRC16:37
*** Drago has quit IRC16:52
*** caowei has quit IRC16:53
*** dprince has quit IRC16:57
*** jprovazn has quit IRC17:11
*** bathri-sa has quit IRC17:14
-openstackstatus- NOTICE: The infrastructure team is taking Gerrit offline for maintenance, beginning shortly after 18:00 UTC for a potentially 4 hour maintenance window.17:37
*** dprince has joined #heat17:45
*** adrian_otto has joined #heat17:49
-openstackstatus- NOTICE: Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC.18:02
*** ChanServ changes topic to "Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC."18:02
*** fragatina has quit IRC18:10
*** Drago has joined #heat18:13
*** spzala has joined #heat18:20
*** spzala has quit IRC18:25
*** spzala has joined #heat18:26
*** spzala has quit IRC18:30
*** fragatina has joined #heat18:51
*** dprince has quit IRC18:55
*** dprince has joined #heat18:56
*** sdake has quit IRC19:02
*** yuanying has quit IRC19:03
openstackgerritTanvir Talukder proposed openstack/heat: Fix resume after check while resource is suspended  https://review.openstack.org/36231919:04
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/"19:11
-openstackstatus- NOTICE: Gerrit is completing an online re-index, you may encounter slowness until it is complete19:11
*** randallburt1 has quit IRC19:14
*** randallburt has joined #heat19:16
*** spzala has joined #heat19:18
*** annegentle has joined #heat19:22
*** spzala has quit IRC19:23
annegentlesomeone teach me to fish... how do I figure out which API is being used by a particular resource type?19:23
annegentlefor example, ceilometer resources, are they always v1 of the API?19:23
annegentleend-goal is identifying pre-reqs on a given template.19:24
annegentlerandallburt ^^ does that question make sense?19:25
randallburtannegentle:  sort of. however, the goal is for you to not care too much about what particulars the underlying resource uses to manage the cloud resources19:25
randallburtannegentle:  the pre-reqs should be summed up in the template version19:26
randallburtannegentle:  its up to the deployer to configure Heat properly along with the supported resources19:26
annegentlerandallburt ah, ok, that's the mechanism. got it.19:26
*** spzala has joined #heat19:29
Dragorandallburt: In the heat_template_version? How does that affect anything besides what intrinsic functions are available?19:30
Dragoand/or minor details of how the functions work19:30
randallburtDrago:  not much19:30
randallburtDrago:  however, the resources themselves should abstract most if not all of the gories regarding the underlying apis19:31
Dragorandallburt: That's true, but if a resource depended on a v2 API and you only had v1 available, I would think you'd only find out when creating the stack19:33
randallburtDrago:  that's a deployer/operator issue, not a template author issue19:34
*** spzala has quit IRC19:34
annegentlerandallburt my perspective is as a infrastructure provider curating the best heat template example I can19:34
annegentlerandallburt so both at once in my case :)19:35
*** spzala has joined #heat19:36
randallburtannegentle:  IMO that implies a level of technical and operational understanding which would include the ability to test and verify the curated templates before publishing19:36
annegentlerandallburt right, and I'm lazy and don't want to point a template at what I don't think will work :)19:36
annegentlerandallburt so was looking for shortcuts19:36
annegentleit's the good kind of lazy I swear19:36
randallburtannegentle:  ah, so nothing for it than to throw it against a wall then19:36
Dragoannegentle: I have a feeling that for most of the resources, as long as you have the service the resource is talking to you'll be fine, but for a few of them you would have to either look at the resource's code or try it out19:37
annegentleDrago randallburt fair 'nuff then. Thanks!19:37
randallburtannegentle:  for our part, we guarantee that resources released with a specified version of the template and OpenStack all work together19:37
jasondDrago: as long as you're using the heat resource according to the docs, when would it matter which version of the api heat hits?19:38
Dragojasond: When that API version doesn't have what you need19:39
jasondDrago: but that would be obvious by looking at the resource docs19:39
randallburtDrago:  sure, but we test template version "Juno" against Openstack Juno and we know those things work together19:39
Dragojasond: I'm sure you're right19:40
*** spzala has quit IRC19:40
Dragorandallburt: But that doesn't matter, you have to test the resource as it was for "Juno" and make sure that works. I don't see how the template version guarantees anything about the resources used in the template19:41
DragoI still use 2013-05-23 all the time :)19:42
*** links has joined #heat19:43
*** shardy has joined #heat19:49
*** annegentle has quit IRC19:51
*** vijendar has quit IRC19:55
*** links has quit IRC19:55
*** spzala has joined #heat19:56
*** jcoufal has quit IRC19:56
*** vijendar has joined #heat19:58
*** jcoufal has joined #heat20:00
*** akshai has quit IRC20:04
*** openstackgerrit has quit IRC20:04
*** openstackgerrit has joined #heat20:05
*** spotz is now known as spotz_zzz20:07
*** spzala has quit IRC20:10
*** spzala has joined #heat20:14
*** spzala has quit IRC20:18
*** spedione is now known as spedione|AWAY20:20
*** jcoufal_ has joined #heat20:22
*** jcoufal has quit IRC20:23
*** askb has joined #heat20:41
*** sergio_nubeliu has quit IRC21:01
*** cwolferh has quit IRC21:09
*** cwolferh has joined #heat21:10
*** Tristitia has quit IRC21:12
*** ayoung has quit IRC21:13
*** shardy has quit IRC21:14
openstackgerritJason Dunsmore proposed openstack/heat: Add an ignore-unknown-parameters parameter  https://review.openstack.org/36514121:15
*** Tristitia has joined #heat21:15
openstackgerritJason Dunsmore proposed openstack/python-heatclient: Add support for ignore-unknown-parameters parameter  https://review.openstack.org/36514221:17
*** sdake has joined #heat21:19
*** dprince has quit IRC21:22
openstackgerritZane Bitter proposed openstack/heat: Get rid of extra_rsrc_defn in templates  https://review.openstack.org/36514921:25
openstackgerritZane Bitter proposed openstack/heat: Get rid of extra_rsrc_defn in templates  https://review.openstack.org/36514921:26
*** spotz_zzz is now known as spotz21:32
*** vijendar has quit IRC21:33
*** Guest55526 has quit IRC21:34
*** fedruantine has quit IRC21:58
*** jasond has quit IRC22:00
*** jcoufal_ has quit IRC22:06
*** jcoufal has joined #heat22:06
*** dimtruck is now known as zz_dimtruck22:12
*** fedruantine has joined #heat22:15
*** david-lyle has quit IRC22:15
*** jdandrea_ has joined #heat22:15
*** david-lyle has joined #heat22:17
*** jdandrea has quit IRC22:18
*** pradk has quit IRC22:20
openstackgerritZane Bitter proposed openstack/heat: Evaluate resource conditions in-place  https://review.openstack.org/36515822:21
openstackgerritZane Bitter proposed openstack/heat: Get rid of Template.validate_condition_definitions()  https://review.openstack.org/36515922:21
*** jcoufal_ has joined #heat22:32
*** jcoufal has quit IRC22:33
*** randallburt has quit IRC22:45
*** ayoung has joined #heat22:48
*** vijendar has joined #heat22:53
*** Drago has quit IRC23:09
*** jcoufal has joined #heat23:15
*** jcoufal_ has quit IRC23:16
*** openstackgerrit has quit IRC23:18
*** spzala has joined #heat23:19
*** openstackgerrit has joined #heat23:19
*** spzala has quit IRC23:23
*** spzala has joined #heat23:34
*** spzala has quit IRC23:44

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