Friday, 2016-10-07

stevebaker zaneb: could be. I'm seeing OOM kill heat-engine, rabbit or mariadb00:02
stevebakerzaneb: I'll finish this bisect then graph the results, it may show a trend00:03
*** om has quit IRC00:04
*** om has joined #heat00:06
*** spzala has joined #heat00:07
*** spzala has quit IRC00:11
*** spzala has joined #heat00:11
*** adrian_otto has joined #heat00:30
spzalastevebaker: Hi01:07
stevebakerspzala: hey01:08
*** jcoufal has quit IRC01:09
spzalastevebaker: long time :-) Hope all's well. Need a help with heat clinet/python if you have a minute pl01:09
stevebakerspzala: sure thing01:09
spzalastevebaker: thanks!! https://bugs.launchpad.net/heat-translator/+bug/163106001:09
openstackLaunchpad bug 1631060 in Heat Translator "Deployment of CSAR with relative path references does not work" [High,New]01:10
*** jcoufal has joined #heat01:10
spzalastevebaker: if you can take a quick look, I can explain the scenario outside the hetat-translator too .. but hopefully the bug will give a good idea of the issue we are running into01:10
spzalastevebaker: the step number 4 is the one where we run into problem,01:11
spzalastevebaker: I was wondering if stack create can take a file path (instead of yaml/json content) and consider that as a base directory to solve the relative paths given in the template file but I guess that's not the case right now01:13
*** zhurong has joined #heat01:14
spzalastevebaker: I tried few things like using python os.chdir or subprocess before running stack.create code but had no luck01:14
stevebakerspzala: it sounds like you're not doing the calls to add the files to the call, you need to be doing this https://github.com/openstack/python-heatclient/blob/master/heatclient/osc/v1/stack.py#L124-L13001:14
spzalastevebaker: https://github.com/openstack/heat-translator/blob/master/translator/shell.py#L21801:15
*** adrian_otto has quit IRC01:15
stevebakerspzala: yep, you need to build the files, then specify it in the create call https://github.com/openstack/python-heatclient/blob/master/heatclient/osc/v1/stack.py#L14601:16
*** adrian_otto has joined #heat01:16
stevebakerrelative paths always use the current template / env file as the base path01:16
spzalastevebaker: yes I am sure I am missing something (and I hope so) I tried setting environment but it only doesn't take file path as input right? as I ran into01:17
spzalaheatclient.exc.HTTPBadRequest: ERROR: Environment not in valid format: The environment is not a valid YAML mapping data type.01:17
stevebakerspzala: just copy the exact patterns used for the cli stack create commands01:17
spzalastevebaker: oh so use "files" parameter?01:18
spzalastevebaker: I tried this but that made my deployment go in timeout mode01:19
spzalahttps://justpaste.it/z2kh01:19
spzala(fpaste seems quite right now)01:20
*** jcoufal has quit IRC01:21
spzalastevebaker: can I able to specify directory? or are you suggesting that get all the files that are needed to resolve relative path and provide them as input to the files? That seems bit difficult because there can be several of files in tosca template with relative path for scripts etc. but can be done i guess by reading translated template get_file01:23
*** akshai has joined #heat01:23
spzalastevebaker: is there any example out there for https://github.com/openstack/python-heatclient/blob/master/heatclient/osc/v1/stack.py#L146 ?01:24
*** jcoufal has joined #heat01:24
spzalastevebaker: sorry bombarding with questions01:25
*** bdeschenes has joined #heat01:25
*** vijendar has joined #heat01:26
*** akshai_ has joined #heat01:26
*** fandi has joined #heat01:27
*** akshai has quit IRC01:29
*** adrian_otto has quit IRC01:31
*** jcoufal has quit IRC01:33
*** jcoufal has joined #heat01:34
*** bdeschenes has quit IRC01:45
*** Zer0Byte__ has quit IRC01:46
*** jcoufal has quit IRC01:46
stevebakerspzala: you're looking at the example ;)01:50
stevebakerspzala: take a look at template_utils, there may be a way of specifying the base path rather than taking it from the current file location. If not we'd accept patches to make that possible01:50
*** ayoung has quit IRC01:52
spzalastevebaker: hmmm.. :) by looking at the example you meant the stack.py#146?01:52
spzalastevebaker: sure, this one right heatclient/common/template_utils.py ?01:53
*** bana_k has joined #heat01:53
stevebakerspzala: especially https://github.com/openstack/python-heatclient/blob/master/heatclient/osc/v1/stack.py#L124-L13001:53
spzalastevebaker: sure, I was looking at it actually. one last question before I dig more into template_utils, so for "files" map, what are my key and value (as an example)?01:54
*** ayoung has joined #heat01:55
spzalastevebaker: key is value of "get_file" ?01:55
*** jcoufal has joined #heat01:55
stevebakerspzala: yep, you should end up with a files dict where the key is the fully qualified path and the value is the file contents01:55
spzalastevebaker: and value is content of the file provided to the get_file?01:55
stevebakeryep01:56
spzalastevebaker: OK, perfect01:56
spzalastevebaker: thank you so much!! I will be working on it and let you know how it goes :).01:56
stevebakerok01:56
*** jcoufal has quit IRC02:00
*** david-lyle has joined #heat02:03
*** zhurong has quit IRC02:09
*** david-lyle has quit IRC02:09
*** bana_k has quit IRC02:11
*** om has quit IRC02:12
*** vijendar has quit IRC02:29
*** bathri-s has joined #heat02:32
*** ramishra_ has quit IRC02:35
*** zhurong has joined #heat02:52
*** fandi has quit IRC02:53
*** rajpatel has joined #heat02:54
*** adrian_otto has joined #heat03:09
openstackgerritMerged openstack/heat: Use __slots__ in Parameter classes  https://review.openstack.org/38296103:19
*** jamielennox is now known as jamielennox|away03:21
*** adrian_otto has quit IRC03:22
*** vishwanathj has joined #heat03:27
*** vishwanathj has quit IRC03:27
*** adrian_otto has joined #heat03:28
*** adrian_otto has quit IRC03:39
*** alex_xu has quit IRC03:43
*** alex_xu has joined #heat03:43
*** gberginc has joined #heat03:48
*** om has joined #heat03:50
*** fandi has joined #heat03:55
*** sdake_ has joined #heat03:58
*** fandi has quit IRC04:01
*** sdake has quit IRC04:01
*** sdake has joined #heat04:05
*** sdake has quit IRC04:07
*** sdake_ has quit IRC04:07
*** sdake has joined #heat04:08
*** akshai_ has quit IRC04:11
*** om has quit IRC04:11
*** spzala has quit IRC04:12
*** spzala has joined #heat04:12
*** om has joined #heat04:14
*** rajpatel has quit IRC04:15
*** spzala has quit IRC04:17
*** code-R has joined #heat04:20
*** jcoufal has joined #heat04:21
*** jcoufal has quit IRC04:26
*** code-R_ has joined #heat04:32
*** code-R has quit IRC04:34
*** code-R_ has quit IRC04:37
*** gberginc has quit IRC04:40
*** code-R has joined #heat04:44
*** ramishra has joined #heat04:44
*** sdake_ has joined #heat04:45
*** code-R_ has joined #heat04:45
*** sdake has quit IRC04:47
*** code-R has quit IRC04:48
*** code-R_ has quit IRC05:00
*** code-R has joined #heat05:02
*** jaosorior has joined #heat05:13
*** fandi has joined #heat05:19
*** code-R has quit IRC05:19
*** jamielennox|away is now known as jamielennox05:23
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/38311105:30
*** gberginc has joined #heat05:34
*** fandi__ has joined #heat05:40
*** fandi has quit IRC05:43
*** bathris has joined #heat05:50
*** bathris has quit IRC05:51
*** bathri-s has quit IRC05:54
*** spzala has joined #heat06:13
*** spzala has quit IRC06:18
*** mohankumar has joined #heat06:18
*** yuanying_ has joined #heat06:40
*** jamielennox is now known as jamielennox|away06:41
*** yuanying has quit IRC06:44
*** code-R has joined #heat06:46
*** code-R_ has joined #heat06:47
*** jamielennox|away is now known as jamielennox06:49
*** sdake has joined #heat06:50
*** code-R has quit IRC06:51
*** rcernin has joined #heat06:51
*** sdake_ has quit IRC06:52
*** yprokule has joined #heat07:01
*** shardy has joined #heat07:04
*** sdake has quit IRC07:09
*** ccamacho has joined #heat07:10
*** sdake has joined #heat07:13
*** jprovazn has joined #heat07:13
*** Alexey_Abashkin has joined #heat07:13
*** code-R_ has quit IRC07:14
*** code-R has joined #heat07:14
*** AlexeyAbashkin has quit IRC07:16
*** zhurong has quit IRC07:26
*** akuznetsov has joined #heat07:29
*** jamielennox is now known as jamielennox|away07:30
*** jamielennox|away is now known as jamielennox07:30
*** jamielennox is now known as jamielennox|away07:32
*** jamielennox|away is now known as jamielennox07:32
*** fandi__ has quit IRC07:33
*** fandi has joined #heat07:40
*** fandi has quit IRC07:41
*** fandi has joined #heat07:41
*** fandi has quit IRC07:42
*** fandi has joined #heat07:43
*** yuanying_ has quit IRC07:44
*** jpich has joined #heat07:48
*** zhurong has joined #heat07:50
*** blues-man has joined #heat07:56
*** zzzeek has quit IRC08:00
*** zzzeek has joined #heat08:00
*** sdake_ has joined #heat08:09
*** sdake has quit IRC08:10
*** akuznetsov has quit IRC08:11
*** code-R has quit IRC08:11
*** yuanying has joined #heat08:22
*** iurygregory_ has joined #heat08:23
*** yuanying has quit IRC08:26
*** yuanying has joined #heat08:26
*** iurygregory has quit IRC08:26
*** jamielennox is now known as jamielennox|away08:27
*** jamielennox|away is now known as jamielennox08:27
*** yuanying_ has joined #heat08:28
*** jamielennox is now known as jamielennox|away08:29
*** jamielennox|away is now known as jamielennox08:29
*** sorantis has joined #heat08:31
*** yuanying has quit IRC08:32
*** mohankumar has quit IRC08:39
*** derekh has joined #heat08:45
*** jamielennox is now known as jamielennox|away08:48
*** jamielennox|away is now known as jamielennox08:48
*** yuanying_ has quit IRC08:52
*** yuanying has joined #heat08:52
*** prazumovsky has joined #heat08:57
*** zhurong has quit IRC09:00
*** zhurong has joined #heat09:02
*** jamielennox is now known as jamielennox|away09:03
*** jamielennox|away is now known as jamielennox09:03
*** sdake_ has quit IRC09:09
*** code-R has joined #heat09:12
*** code-R_ has joined #heat09:13
prazumovskytherve, zaneb, ramishra, KanagarajM, ricolin, tiantian, ochuprykov: can someone take a look at https://review.openstack.org/#/c/365651/ ? Some guys tries to call API resource-show with ID and get an error09:13
*** code-R has quit IRC09:17
*** ayoung has quit IRC09:17
*** jamielennox is now known as jamielennox|away09:25
*** jamielennox|away is now known as jamielennox09:26
*** ayoung has joined #heat09:28
*** jamielennox is now known as jamielennox|away09:28
*** jamielennox|away is now known as jamielennox09:29
*** jamielennox is now known as jamielennox|away09:29
*** jamielennox|away is now known as jamielennox09:30
*** sshnaidm is now known as sshnaidm|away09:30
therveprazumovsky, The client command explicitly mentions name, not the ID09:31
therveWhy do you think it should be changed?09:31
*** jamielennox is now known as jamielennox|away09:32
*** jamielennox|away is now known as jamielennox09:33
openstackgerritMerged openstack/heat: Enable release notes translation  https://review.openstack.org/38321609:34
*** jamielennox is now known as jamielennox|away09:34
*** jamielennox|away is now known as jamielennox09:34
*** jamielennox is now known as jamielennox|away09:35
*** jaosorior has quit IRC09:37
*** jaosorior has joined #heat09:37
*** code-R_ has quit IRC09:51
prazumovskytherve, I think, that all OpenStack tries to provide an ability to get resource not only by ID, but by name, too. Heat have similar problem - it allows to get resource by name, but no by ID. It's incorrect and unfriendly as for me, so I suggest to allow users take resource by name and by ID both10:02
therveHum10:03
prazumovskyoh, I mean, that heat tries to provide the ability to pass for all OpenStack resources not only id, but name too10:05
prazumovskyhad some mess with explanation, sorry10:06
*** zhurong has quit IRC10:11
*** zhurong has joined #heat10:12
*** fandi has quit IRC10:27
*** fandi__ has joined #heat10:27
*** code-R has joined #heat10:33
*** code-R_ has joined #heat10:35
*** fandi has joined #heat10:37
*** mohankumar has joined #heat10:37
*** code-R has quit IRC10:38
*** fandi__ has quit IRC10:41
*** mohankumar has quit IRC10:49
*** fandi has quit IRC10:49
*** code-R_ has quit IRC10:54
*** ramishra has quit IRC10:59
*** code-R has joined #heat11:01
*** mohankumar has joined #heat11:06
*** EricGonczer_ has joined #heat11:09
*** EricGonczer_ has quit IRC11:10
*** EricGonczer_ has joined #heat11:11
therveprazumovsky, One issue is that we don't expose resource id11:21
therveWe expose physical_resource_id11:21
therveYour patch makes that mistake btw, which is at least one reason for -111:22
*** code-R has quit IRC11:23
*** code-R has joined #heat11:26
prazumovskytherve, OK, i fix that atm11:41
*** dprince has joined #heat11:41
*** jtomasek_ has joined #heat11:50
*** ccamacho is now known as ccamacho|lunch11:55
*** pradk has joined #heat11:56
*** shardy is now known as shardy_lunch12:00
openstackgerritPeter Razumovsky proposed openstack/heat: Add support resource show command by ID  https://review.openstack.org/36565112:04
*** code-R has quit IRC12:05
*** code-R_ has joined #heat12:05
*** bdeschenes has joined #heat12:06
*** bdeschenes has quit IRC12:10
*** iurygregory_ is now known as iurygregory12:12
*** yprokule has quit IRC12:13
*** jtomasek_ has quit IRC12:14
*** iurygregory is now known as iury_afk12:20
prazumovskytherve, I updated patch https://review.openstack.org/#/c/365651/ with your comments12:21
*** jaosorior has quit IRC12:28
*** dprince has quit IRC12:30
*** akuznetsov has joined #heat12:30
*** dprince has joined #heat12:31
*** rcernin has quit IRC12:33
*** akuznets_ has joined #heat12:33
*** akuznetsov has quit IRC12:34
*** akuznets_ has quit IRC12:37
*** code-R has joined #heat12:42
*** shardy_lunch is now known as shardy12:43
*** code-R_ has quit IRC12:45
*** rcernin has joined #heat12:49
*** links has quit IRC12:55
*** rcernin_ has joined #heat12:56
*** akuznetsov has joined #heat13:00
*** rcernin has quit IRC13:01
*** ccamacho|lunch is now known as ccamacho13:01
*** gberginc has quit IRC13:04
*** vijendar has joined #heat13:05
*** jcoufal has joined #heat13:05
*** rajpatel has joined #heat13:08
*** spzala has joined #heat13:14
*** blues-man has quit IRC13:14
*** spzala has quit IRC13:17
*** sergio_nubeliu has joined #heat13:17
*** spzala has joined #heat13:17
*** akshai has joined #heat13:18
*** code-R has quit IRC13:19
*** vijendar has quit IRC13:24
*** code-R has joined #heat13:25
*** rajpatel1 has joined #heat13:27
*** rajpatel has quit IRC13:28
*** akshai has quit IRC13:32
*** vijendar has joined #heat13:33
*** sorantis has quit IRC13:40
*** dyasny has quit IRC13:40
*** gonzalo2kx has joined #heat13:41
*** wirehead_ has quit IRC13:41
gonzalo2kxGood day13:41
gonzalo2kxI have a question regarding heat. I am attempting to install a multimode openstack environment using devstack13:42
gonzalo2kxis it possible to execute a heat script as a non root user13:43
gonzalo2kx???13:43
*** vijendar has quit IRC13:43
*** vijendar has joined #heat13:43
*** mohankumar has quit IRC13:46
*** wirehead_ has joined #heat13:46
*** ramishra has joined #heat13:49
*** ramishra_ has joined #heat13:50
*** dyasny has joined #heat13:50
*** vijendar has quit IRC13:58
*** gonzalo2kx has quit IRC13:59
*** jasond has joined #heat14:01
*** jprovazn has quit IRC14:03
*** ramishra has quit IRC14:04
*** ramishra_ has quit IRC14:04
therveprazumovsky, Yeah I still don't feel great about it14:05
*** ramishra has joined #heat14:06
*** randallburt has joined #heat14:07
*** jdandrea has joined #heat14:08
*** code-R_ has joined #heat14:10
*** code-R has quit IRC14:10
*** gonzalo2kx has joined #heat14:11
*** randallburt has quit IRC14:11
*** kirankv has quit IRC14:12
*** ishant|away has quit IRC14:12
*** zhurong has quit IRC14:13
zanebgonzalo2kx: that's... a very confusing question. what sort of 'heat script' do you mean?14:13
*** randallburt has joined #heat14:15
gonzalo2kxxaneb: I have a template called master that calls another 2 named control and compute14:15
*** ishant|away has joined #heat14:16
gonzalo2kxinside the control and compute templates I have a bash script under user_data section that I want to install as a non-root user14:16
*** kirankv has joined #heat14:17
*** ramishra_ has joined #heat14:17
gonzalo2kxxaneb: the repository is the following https://github.com/gonzalo2kx/heat-openstack/tree/updates_for_master_ip14:17
prazumovskytherve, I want to hear your opinion, why it's not great for you14:20
*** spotz_zzz is now known as spotz14:21
therveprazumovsky, Because we don't have a resource ID. Because client only mentions name. Because it's an API change14:21
*** leifmadsen has quit IRC14:22
*** DinaBelova has quit IRC14:22
*** serverascode has quit IRC14:22
*** ameade has quit IRC14:22
*** amit213 has quit IRC14:22
*** zhiyan has quit IRC14:22
*** jreeves_` has quit IRC14:22
*** afazekas has quit IRC14:22
*** DinaBelova has joined #heat14:22
*** afazekas has joined #heat14:22
*** jreeves_afk has joined #heat14:22
*** leifmadsen has joined #heat14:22
*** annegentle has joined #heat14:22
*** amit213 has joined #heat14:25
*** ameade has joined #heat14:26
prazumovskytherve: resource duplicate id of what it represents, so we can allow users to get resources with this IDs. client help have description "Name or ID" (https://github.com/openstack/python-heatclient/blob/master/heatclient/osc/v1/resource.py#L46), it's minor API change, which add little functional14:26
*** zhiyan has joined #heat14:27
therveThat client line is a bug14:28
therveprazumovsky, https://github.com/openstack/python-heatclient/blob/master/heatclient/v1/shell.py#L980 it's not there14:28
*** serverascode has joined #heat14:28
*** annegentle has quit IRC14:28
prazumovskytherve: OK for client, but why don't let users to achieve resources by ID, which they represents?14:29
prazumovskyit's not break anything14:29
therveprazumovsky, It's about API versioning. It may actually be one good usecase for micro versions, which I didn't really see before14:30
*** annegentle has joined #heat14:30
therveprazumovsky, But see that way. You make the call, and it returns not found14:31
therveprazumovsky, Is it because heat doesn't support it, or because the resource is not there?14:31
therveThere is no way to know unless you know which version is installed14:31
*** akuznetsov has quit IRC14:33
*** iury_afk is now known as iurygregory14:34
zanebgonzalo2kx: ok, so not a question about installing Heat. that's what was confusing me14:36
zanebgonzalo2kx: the user_data script is executed by cloud-init14:37
prazumovskytherve, i think, we can add specifying error for new case - something like "Resource with such name or ID not found", also add reno for that.14:37
gonzalo2kxzaneb: hi, not a question about installing heat14:37
zanebgonzalo2kx: so you could create a custom cloud-init script instead, but otherwise I think it always runs it as root14:37
*** vijendar has joined #heat14:38
gonzalo2kxzaneb: ok i know how to do that14:38
zanebgood, because I'm not sure I do ;)14:38
gonzalo2kxzaneb: so instead of starting the script with #!/bin/bash I will start it with #cloud-config under user data14:40
*** vijendar1 has joined #heat14:40
zanebgonzalo2kx: yes, and you'll also need to set the user_data_format property to "RAW" http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server-prop-user_data_format14:42
*** vijendar has quit IRC14:42
*** code-R has joined #heat14:43
*** mohankumar has joined #heat14:43
gonzalo2kxzaneb: thank you very much14:44
*** code-R_ has quit IRC14:46
prazumovskytherve: don't support such little features because of user mess with versions (also, if there will be reno) - it's stagnation imho. If you wish to see adding feature with full compatibility, I can follow next steps: 1. remove text bug from osc-client; 2. add resolving by id to resources_get with some new optional flag like "resolve_ids" (old clients just call it without this flag); 3. add support to osc and heat clients with calling new API and if14:48
prazumovskythere's HTTPNotFound (old engine), then calling resource-show with previous way.14:48
therveYeah I don't really care that much.14:50
*** chris_hultin|AWA is now known as chris_hultin14:52
prazumovskythen I think, adding more specifying error and reno will be enough:)14:56
*** Drago has joined #heat14:58
*** sdake has joined #heat14:59
*** Drago has quit IRC14:59
*** Drago has joined #heat14:59
*** vishwanathj has joined #heat15:03
*** rajpatel1 has quit IRC15:05
thervezaneb, I tried this very naive approach for output caching: http://paste.openstack.org/show/584857/15:07
therveIt didn't seem to work well, but I don't know why15:08
openstackgerritLars Kellogg-Stedman proposed openstack/python-heatclient: handle empty sections in environment files  https://review.openstack.org/38378515:08
zanebtherve: you're still loading the nested stack by calling self._nested(), so they all still end up in memory15:09
thervezaneb, Where?15:09
zanebtherve: line 17 in that paste15:09
thervezaneb, That's just before the reset though?15:10
*** code-R has quit IRC15:10
openstackgerritLars Kellogg-Stedman proposed openstack/python-heatclient: handle empty sections in environment files  https://review.openstack.org/38378515:10
therveI guess it's not loaded until then15:11
zanebah, ok. so that should have helped a bit15:11
*** prometheanfire has joined #heat15:11
prometheanfirewhen trying to use the heatclient (1.5.0) it errors out when trying to import this15:12
prometheanfireupperconstraints lists keystoneclient as 3.5.0 for newton15:12
prometheanfirefrom keystoneclient.openstack.common.apiclient import exceptions as ks_exc15:12
thervezaneb, Any idea what to try?15:12
prometheanfireit doesn't include that for import15:12
zanebtherve: you could try getting the outputs by doing 'show stack' over RPC instead of loading self.nested()15:13
therveHum, yeah15:13
prometheanfirefails in both py3 and py215:14
therveprometheanfire, Got any traceback?15:15
therveAFAIK heatclient doesn't import keystoneclient anymore anywhere15:15
prometheanfireya15:15
prometheanfirehttps://gist.github.com/15:16
prometheanfirehttps://gist.github.com/prometheanfire/9111790ac8a860c6be92031387c8b7a215:16
prometheanfireactually, I wonder if I have it installed somewhere locally...15:17
prometheanfireyep, those paths...15:17
therveprometheanfire, I don't know what that is, but it's not heatclient 1.515:17
prometheanfireya, it's not15:17
openstackgerritpawnesh kumar proposed openstack/heat: Correct invalid git URL in LogABug config  https://review.openstack.org/38296815:18
*** cwolferh has quit IRC15:22
thervezaneb, Regarding sharing the environment, the main trickiness resides in the registry manipulation we do15:26
therveI guess we'd need some way to have a child registry as well15:26
zanebtherve: the part where we filter the current type so we don't get loops?15:26
thervezaneb, Is that why we do it? Maybe15:27
therveThe other part is removing the resources for hooks purpose15:27
*** prazumovsky has quit IRC15:31
*** gonzalo2kx has quit IRC15:32
*** sdake has quit IRC15:34
*** adrian_otto has joined #heat15:34
*** rajpatel has joined #heat15:39
thervezaneb, http://paste.openstack.org/show/584868/ feels like it shouldn't work, but it did15:55
therveIn particular, shouldn't we need to refresh those outputs.15:55
*** bana_k has joined #heat15:55
therve?15:55
*** blomquisg_gone is now known as blomquisg15:57
*** rcernin_ has quit IRC16:01
therveIf it does work, it has an impressive effect16:01
*** akuznetsov has joined #heat16:04
*** cwolferh has joined #heat16:08
*** derekh has quit IRC16:13
*** mohankumar has quit IRC16:16
*** sdake has joined #heat16:16
*** jpich has quit IRC16:21
*** bana_k has quit IRC16:27
*** annegentle has quit IRC16:27
*** randallburt has quit IRC16:28
*** annegentle has joined #heat16:29
*** rajpatel has quit IRC16:29
*** Zer0Byte__ has joined #heat16:30
*** om has quit IRC16:30
*** rajpatel has joined #heat16:31
*** om has joined #heat16:34
*** tanvirt has joined #heat16:37
*** david-lyle has joined #heat16:37
*** akuznetsov has quit IRC16:43
*** david-lyle_ has joined #heat16:55
*** david-lyle_ has quit IRC16:57
*** rajpatel has quit IRC17:01
*** sdake has quit IRC17:01
*** vijendar1 has quit IRC17:03
*** mohankumar has joined #heat17:04
*** om has quit IRC17:04
*** david-lyle_ has joined #heat17:06
*** david-lyle_ has quit IRC17:07
*** david-lyle_ has joined #heat17:08
*** david-lyle has quit IRC17:08
*** EricGonc_ has joined #heat17:09
*** david-lyle_ is now known as david-lyle17:09
*** EricGonczer_ has quit IRC17:10
*** om has joined #heat17:14
*** vijendar has joined #heat17:27
*** shardy has quit IRC17:27
*** swatson has quit IRC17:30
*** bana_k has joined #heat17:32
*** randallburt has joined #heat17:35
*** EricGonc_ has quit IRC17:35
*** EricGonczer_ has joined #heat17:35
*** Zer0Byt__ has joined #heat17:35
*** Zer0Byte__ has quit IRC17:36
*** om has quit IRC17:37
openstackgerritThomas Herve proposed openstack/heat: Use RPC to retrieve nested stack output  https://review.openstack.org/38383917:37
*** randallburt has quit IRC17:39
*** annegentle has quit IRC17:39
*** jdandrea has quit IRC17:39
*** randallburt has joined #heat17:43
*** spzala has quit IRC17:43
*** om has joined #heat17:44
*** jdandrea has joined #heat17:50
*** crose has joined #heat17:56
*** rwsu_ has quit IRC17:56
*** rwsu has joined #heat17:56
*** tanvirt has quit IRC18:01
*** bana_k has quit IRC18:02
*** sdake has joined #heat18:11
*** bana_k has joined #heat18:13
*** gonzalo2kx has joined #heat18:14
*** EricGonc_ has joined #heat18:15
*** EricGonczer_ has quit IRC18:16
*** annegentle has joined #heat18:27
*** gonzalo2kx has quit IRC18:28
openstackgerritCrag Wolfe proposed openstack/heat: Add resource_properties_data data migration  https://review.openstack.org/36190018:29
openstackgerritCrag Wolfe proposed openstack/heat: Add migration function for legacy properties data  https://review.openstack.org/36471018:29
openstackgerritCrag Wolfe proposed openstack/heat: Add the ResourcePropertiesData object  https://review.openstack.org/36190118:29
openstackgerritCrag Wolfe proposed openstack/heat: Refactor purge_deleted, operate on batches of stacks  https://review.openstack.org/36157018:29
openstackgerritCrag Wolfe proposed openstack/heat: One transaction per encrypt/decrypt batch  https://review.openstack.org/36229018:29
openstackgerritCrag Wolfe proposed openstack/heat: Refactor batch encrypt/decrpyts of params, props  https://review.openstack.org/36190218:29
openstackgerritCrag Wolfe proposed openstack/heat: Add resource_properties_data assoc. to resource, event objs  https://review.openstack.org/36266118:29
openstackgerritCrag Wolfe proposed openstack/heat: De-duplicate properties_data between events, resources  https://review.openstack.org/36341518:29
openstackgerritCrag Wolfe proposed openstack/heat: Minor encrypt/decrypt unittest refactor  https://review.openstack.org/36189818:29
openstackgerritCrag Wolfe proposed openstack/heat: Refactor, add encrypt/decrypt data dict functions to crypt  https://review.openstack.org/36189918:29
openstackgerritCrag Wolfe proposed openstack/heat: Lazy-load resource_properties_data for events  https://review.openstack.org/36818818:29
*** rajpatel has joined #heat18:35
*** Guest39109 has quit IRC18:40
*** crose has quit IRC18:41
*** zz_dimtruck is now known as dimtruck18:43
*** vijendar has quit IRC18:43
*** openstackgerrit has quit IRC18:50
*** openstackgerrit has joined #heat18:51
*** jdandrea has quit IRC18:56
*** david-lyle has quit IRC18:56
*** Drago has quit IRC18:56
*** afazekas has quit IRC18:56
*** dyasny has quit IRC18:56
*** d0ugal has quit IRC18:56
*** logan- has quit IRC18:57
*** eliqiao has quit IRC18:57
*** jistr has quit IRC18:57
*** brad[] has quit IRC18:57
*** dgonzalez has quit IRC18:57
*** shadower has quit IRC18:57
*** xek has quit IRC18:57
*** sgordon has quit IRC18:57
*** dgonzalez has joined #heat18:57
*** afazekas has joined #heat18:57
*** sgordon has joined #heat18:57
*** jistr has joined #heat18:57
*** shadower has joined #heat18:57
*** d0ugal has joined #heat18:57
*** dyasny has joined #heat18:57
*** Drago has joined #heat18:57
*** david-lyle has joined #heat18:57
*** jdandrea has joined #heat18:57
*** logan- has joined #heat18:57
*** brad[] has joined #heat18:57
*** xek has joined #heat18:57
*** eliqiao has joined #heat18:58
*** jdandrea has quit IRC19:00
*** om has quit IRC19:01
*** jdandrea has joined #heat19:01
*** om has joined #heat19:03
*** EricGonc_ has quit IRC19:08
*** cwolferh has quit IRC19:08
*** zhiyan has quit IRC19:08
*** DinaBelova has quit IRC19:08
*** sergio_nubeliu has quit IRC19:08
*** dprince has quit IRC19:08
*** alex_xu has quit IRC19:08
*** izaakk has quit IRC19:08
*** dougwig has quit IRC19:08
*** sshnaidm|away has quit IRC19:08
*** gmoro has quit IRC19:08
*** tlashchova has quit IRC19:08
*** stevebaker has quit IRC19:08
*** Izlots has quit IRC19:08
*** evilt0ne has quit IRC19:09
*** slagle has quit IRC19:09
*** dprince has joined #heat19:09
*** slagle has joined #heat19:09
*** cwolferh has joined #heat19:09
*** slagle has quit IRC19:09
*** slagle has joined #heat19:09
*** stevebaker has joined #heat19:09
*** evilt0ne has joined #heat19:09
*** Izlots has joined #heat19:09
*** evilt0ne has quit IRC19:09
*** evilt0ne has joined #heat19:09
*** tlashchova has joined #heat19:09
*** alex_xu has joined #heat19:09
*** sergio_nubeliu has joined #heat19:09
*** sshnaidm|away has joined #heat19:09
*** DinaBelova has joined #heat19:09
*** EricGonczer_ has joined #heat19:09
*** gmoro has joined #heat19:09
*** dsneddon is now known as dsneddon_119:09
*** serverascode has quit IRC19:12
*** izaakk has joined #heat19:15
*** zhiyan has joined #heat19:16
*** serverascode has joined #heat19:17
*** dougwig has joined #heat19:18
*** openstackgerrit has quit IRC19:18
*** amit213 has quit IRC19:18
*** ramishra_ has quit IRC19:18
*** flwang1 has quit IRC19:19
*** boris-42 has quit IRC19:19
*** Qiming has quit IRC19:19
*** hoonetorg has quit IRC19:19
*** jrist has quit IRC19:19
*** sridhar_ram has quit IRC19:19
*** fbo has quit IRC19:19
*** ramishra_ has joined #heat19:19
*** flwang1 has joined #heat19:19
*** jrist has joined #heat19:19
*** hoonetorg has joined #heat19:19
*** Qiming has joined #heat19:20
*** openstackgerrit has joined #heat19:20
*** fbo has joined #heat19:20
*** amit213 has joined #heat19:23
*** mohankumar has quit IRC19:25
*** sridhar_ram has joined #heat19:27
*** boris-42 has joined #heat19:29
*** harlowja has quit IRC19:32
*** annegentle has quit IRC19:33
*** adrian_otto has quit IRC19:33
*** vishwanathj has quit IRC19:33
*** ameade has quit IRC19:33
*** yuanying has quit IRC19:33
*** zzzeek has quit IRC19:33
*** Alexey_Abashkin has quit IRC19:33
*** sileht has quit IRC19:33
*** jamielennox|away has quit IRC19:33
*** pas-ha has quit IRC19:33
*** gaurav___ has quit IRC19:33
*** flwang has quit IRC19:33
*** kevinbenton has quit IRC19:33
*** zigo has quit IRC19:33
*** dimtruck has quit IRC19:33
*** spotz has quit IRC19:33
*** coreyob has quit IRC19:33
*** zaneb has quit IRC19:33
*** zigo has joined #heat19:33
*** zaneb has joined #heat19:33
*** Alexey_Abashkin has joined #heat19:33
*** zigo is now known as Guest1007919:33
*** gaurav___ has joined #heat19:34
*** vishwanathj has joined #heat19:34
*** kevinbenton has joined #heat19:34
*** sileht has joined #heat19:34
*** zz_dimtruck has joined #heat19:34
*** yuanying has joined #heat19:34
*** zz_dimtruck is now known as dimtruck19:34
*** flwang has joined #heat19:34
*** adrian_otto has joined #heat19:35
*** coreyob has joined #heat19:37
*** spotz has joined #heat19:38
*** prometheanfire has left #heat19:38
*** zzzeek has joined #heat19:38
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/38311119:38
*** pas-ha has joined #heat19:39
*** jcoufal has quit IRC19:41
*** jamielennox|away has joined #heat19:42
*** jamielennox|away is now known as jamielennox19:43
*** ameade has joined #heat19:43
*** rajpatel has quit IRC19:47
*** bana_k has quit IRC19:47
*** Zer0Byt__ has quit IRC19:47
*** ramishra has quit IRC19:47
*** jasond has quit IRC19:47
*** pradk has quit IRC19:47
*** ccamacho has quit IRC19:47
*** FL1SK has quit IRC19:47
*** dbecker has quit IRC19:47
*** jtomasek has quit IRC19:47
*** dsneddon_1 has quit IRC19:47
*** lifeless has quit IRC19:47
*** cmyster has quit IRC19:47
*** jgrassler has quit IRC19:47
*** rook has quit IRC19:47
*** fedruantine_ has quit IRC19:48
*** Hazelesque has quit IRC19:48
*** higgins has quit IRC19:48
*** ccard has quit IRC19:48
*** SpamapS has quit IRC19:48
*** sshen has quit IRC19:48
*** EmilienM has quit IRC19:48
*** ramishra has joined #heat19:48
*** cmyster has joined #heat19:48
*** Hazelesque has joined #heat19:48
*** jtomasek has joined #heat19:48
*** cmyster has quit IRC19:48
*** cmyster has joined #heat19:48
*** rajpatel has joined #heat19:48
*** jasond has joined #heat19:48
*** ccamacho has joined #heat19:48
*** dbecker has joined #heat19:48
*** jgrassler has joined #heat19:48
*** lifeless has joined #heat19:48
*** pradk has joined #heat19:48
*** bana_k has joined #heat19:48
*** cmyster has quit IRC19:48
*** cmyster has joined #heat19:48
*** Zer0Byte__ has joined #heat19:48
*** cmyster has quit IRC19:48
*** cmyster has joined #heat19:48
*** rook has joined #heat19:48
*** EmilienM has joined #heat19:48
*** rook has quit IRC19:48
*** rook has joined #heat19:48
*** SpamapS has joined #heat19:48
*** sshen has joined #heat19:48
*** rook is now known as Guest248319:48
*** FL1SK has joined #heat19:48
*** higgins has joined #heat19:49
*** ccard has joined #heat19:49
*** dsneddon_1 has joined #heat19:50
*** wolsen has quit IRC19:50
*** amit213 has quit IRC19:50
*** serverascode has quit IRC19:51
*** fedruantine has joined #heat19:53
*** rajpatel has quit IRC19:55
*** yohoffman has quit IRC19:56
*** syjulian has quit IRC19:56
*** Dave has quit IRC19:56
*** blomquisg has quit IRC19:56
*** xenogear has quit IRC19:56
*** sai has quit IRC19:56
*** joka has quit IRC19:56
*** stevemar has quit IRC19:56
*** aignatov has quit IRC19:56
*** sgran has quit IRC19:56
*** osoriano has quit IRC19:56
*** dhubbard has quit IRC19:56
*** dmellado has quit IRC19:56
*** joka^upb has joined #heat19:56
*** osoriano has joined #heat19:56
*** sgran has joined #heat19:56
*** blomquisg has joined #heat19:56
*** aignatov has joined #heat19:56
*** sai has joined #heat19:56
*** stevemar has joined #heat19:57
*** dmellado has joined #heat19:57
*** Dave has joined #heat19:57
*** yohoffman has joined #heat19:57
*** vijendar has joined #heat19:57
*** dhubbard has joined #heat19:57
*** syjulian has joined #heat19:59
*** xenogear has joined #heat20:00
*** Drago has quit IRC20:01
*** rajpatel has joined #heat20:02
*** serverascode has joined #heat20:03
*** Drago has joined #heat20:04
*** jcoufal has joined #heat20:05
*** zaneb has quit IRC20:06
*** zaneb has joined #heat20:06
*** openstack has joined #heat20:23
*** freyes has joined #heat20:23
*** chris_hultin has joined #heat20:26
*** harlowja has joined #heat20:30
*** cmyster has quit IRC20:30
*** cmyster has joined #heat20:30
*** EricGonczer_ has quit IRC20:30
*** blomquisg has quit IRC20:30
*** blomquisg has joined #heat20:30
*** sai has quit IRC20:30
*** sai has joined #heat20:30
*** dmellado has quit IRC20:30
*** dmellado has joined #heat20:30
*** yohoffman has quit IRC20:30
*** yohoffman has joined #heat20:30
*** syjulian has quit IRC20:30
*** syjulian has joined #heat20:30
*** xenogear has quit IRC20:30
*** xenogear has joined #heat20:30
*** serverascode has quit IRC20:30
*** serverascode has joined #heat20:30
*** psanchez has quit IRC20:31
*** psanchez has joined #heat20:31
*** nijaba has quit IRC20:33
*** mkoderer__ has quit IRC20:33
*** partner has quit IRC20:33
*** rajpatel has quit IRC20:33
*** xenogear has quit IRC20:33
*** dhubbard has quit IRC20:33
*** aignatov has quit IRC20:33
*** osoriano has quit IRC20:33
*** FL1SK has quit IRC20:33
*** sshen has quit IRC20:33
*** Zer0Byte__ has quit IRC20:33
*** adrian_otto has quit IRC20:33
*** flwang has quit IRC20:33
*** vishwanathj has quit IRC20:33
*** flwang1 has quit IRC20:33
*** ramishra_ has quit IRC20:33
*** sshnaidm|away has quit IRC20:33
*** alex_xu has quit IRC20:33
*** stevebaker has quit IRC20:33
*** cwolferh has quit IRC20:33
*** eliqiao has quit IRC20:33
*** shadower has quit IRC20:33
*** jistr has quit IRC20:33
*** brad[] has quit IRC20:33
*** kirankv has quit IRC20:33
*** ishant|away has quit IRC20:33
*** Dave has quit IRC20:33
*** dmellado has quit IRC20:33
*** stevemar has quit IRC20:33
*** sai has quit IRC20:33
*** fedruantine has quit IRC20:33
*** lifeless has quit IRC20:33
*** jtomasek has quit IRC20:33
*** jamielennox has quit IRC20:33
*** pas-ha has quit IRC20:33
*** zzzeek has quit IRC20:33
*** spotz has quit IRC20:33
*** yuanying has quit IRC20:33
*** dimtruck has quit IRC20:33
*** gaurav___ has quit IRC20:33
*** Guest10079 has quit IRC20:33
*** sridhar_ram has quit IRC20:33
*** zhiyan has quit IRC20:33
*** izaakk has quit IRC20:33
*** tlashchova has quit IRC20:33
*** slagle has quit IRC20:33
*** om has quit IRC20:33
*** d0ugal has quit IRC20:33
*** sgordon has quit IRC20:33
*** clayton has quit IRC20:33
*** mikal has quit IRC20:33
*** vijendar has quit IRC20:33
*** yohoffman has quit IRC20:33
*** joka^upb has quit IRC20:33
*** higgins has quit IRC20:33
*** bana_k has quit IRC20:33
*** jasond has quit IRC20:33
*** sileht has quit IRC20:33
*** jrist has quit IRC20:33
*** jdandrea has quit IRC20:33
*** logan- has quit IRC20:33
*** mburns has quit IRC20:33
*** kfox1111_ has quit IRC20:33
*** Drago has quit IRC20:33
*** syjulian has quit IRC20:33
*** sgran has quit IRC20:33
*** ccard has quit IRC20:33
*** Guest2483 has quit IRC20:33
*** dbecker has quit IRC20:33
*** ramishra has quit IRC20:33
*** cmyster has quit IRC20:33
*** Hazelesque has quit IRC20:33
*** Alexey_Abashkin has quit IRC20:33
*** DinaBelova has quit IRC20:33
*** dyasny has quit IRC20:33
*** jcoufal has quit IRC20:33
*** annegentle has quit IRC20:33
*** jcoufal has joined #heat20:34
*** serverascode has quit IRC20:37
*** clayton has joined #heat20:38
*** mikal has joined #heat20:38
*** vijendar has joined #heat20:38
*** yohoffman has joined #heat20:38
*** joka^upb has joined #heat20:38
*** higgins has joined #heat20:38
*** bana_k has joined #heat20:38
*** jasond has joined #heat20:38
*** sileht has joined #heat20:38
*** jrist has joined #heat20:38
*** jdandrea has joined #heat20:38
*** logan- has joined #heat20:38
*** Dave has joined #heat20:39
*** dmellado has joined #heat20:39
*** stevemar has joined #heat20:39
*** sai has joined #heat20:39
*** fedruantine has joined #heat20:39
*** lifeless has joined #heat20:39
*** jtomasek has joined #heat20:39
*** jamielennox has joined #heat20:39
*** pas-ha has joined #heat20:39
*** zzzeek has joined #heat20:39
*** spotz has joined #heat20:39
*** yuanying has joined #heat20:39
*** dimtruck has joined #heat20:39
*** gaurav___ has joined #heat20:39
*** Guest10079 has joined #heat20:39
*** sridhar_ram has joined #heat20:39
*** izaakk has joined #heat20:39
*** tlashchova has joined #heat20:39
*** slagle has joined #heat20:39
*** om has joined #heat20:39
*** d0ugal has joined #heat20:39
*** sgordon has joined #heat20:39
*** nijaba has joined #heat20:39
*** mkoderer__ has joined #heat20:39
*** partner has joined #heat20:39
*** rajpatel has joined #heat20:39
*** xenogear has joined #heat20:39
*** dhubbard has joined #heat20:39
*** aignatov has joined #heat20:39
*** osoriano has joined #heat20:39
*** FL1SK has joined #heat20:39
*** sshen has joined #heat20:39
*** Zer0Byte__ has joined #heat20:39
*** adrian_otto has joined #heat20:39
*** flwang has joined #heat20:39
*** vishwanathj has joined #heat20:39
*** flwang1 has joined #heat20:39
*** ramishra_ has joined #heat20:39
*** sshnaidm|away has joined #heat20:39
*** alex_xu has joined #heat20:39
*** stevebaker has joined #heat20:39
*** cwolferh has joined #heat20:39
*** eliqiao has joined #heat20:39
*** brad[] has joined #heat20:39
*** shadower has joined #heat20:39
*** jistr has joined #heat20:39
*** kirankv has joined #heat20:39
*** ishant|away has joined #heat20:39
*** Drago has joined #heat20:39
*** mburns has joined #heat20:40
*** kfox1111_ has joined #heat20:40
*** 7GHAAAH06 has joined #heat20:40
*** syjulian has joined #heat20:40
*** sgran has joined #heat20:40
*** ccard has joined #heat20:40
*** Guest2483 has joined #heat20:40
*** dbecker has joined #heat20:40
*** Hazelesque has joined #heat20:40
*** cmyster has joined #heat20:40
*** ramishra has joined #heat20:40
*** Alexey_Abashkin has joined #heat20:40
*** DinaBelova has joined #heat20:40
*** dyasny has joined #heat20:40
*** 7GHAAAH06 has quit IRC20:40
*** zhiyan has joined #heat20:40
*** zhiyan has quit IRC20:41
*** zhiyan has joined #heat20:41
*** randallburt has quit IRC20:41
*** dougwig has quit IRC20:42
*** sridhar_ram has quit IRC20:42
*** jcoufal has quit IRC20:43
*** jcoufal has joined #heat20:43
*** serverascode has joined #heat20:54
*** jcoufal has quit IRC20:57
*** sridhar_ram has joined #heat20:57
*** dougwig has joined #heat20:58
*** EricGonczer_ has joined #heat21:11
*** david-lyle has quit IRC21:12
*** david-lyle has joined #heat21:12
*** chris_hultin is now known as chris_hultin|AWA21:13
*** iurygregory has quit IRC21:15
*** EricGonczer_ has quit IRC21:17
*** code-R has joined #heat21:33
*** code-R_ has joined #heat21:36
*** om has quit IRC21:37
*** om has joined #heat21:37
*** code-R has quit IRC21:39
*** code-R_ has quit IRC21:42
*** code-R has joined #heat21:42
*** spotz is now known as spotz_zzz21:43
*** jdandrea has quit IRC21:45
*** Drago has quit IRC21:47
*** jasond has quit IRC22:00
*** code-R has quit IRC22:03
*** code-R has joined #heat22:08
*** jdandrea has joined #heat22:14
*** code-R has quit IRC22:16
*** code-R has joined #heat22:16
*** om has quit IRC22:21
*** code-R has quit IRC22:22
*** vishwanathj has quit IRC22:26
*** rajpatel has quit IRC22:32
*** sergio_nubeliu has joined #heat22:39
*** sdake has quit IRC22:46
*** om has joined #heat22:47
*** jdandrea has quit IRC22:50
*** sergio_nubeliu has quit IRC22:57
*** zhurong has joined #heat23:44
*** bana_k has quit IRC23:49
*** zhurong has quit IRC23:54

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