Friday, 2014-03-14

openstackgerritA change was merged to openstack/heat: Return template based class in list resource types  https://review.openstack.org/7927800:00
*** Fin1te has quit IRC00:01
*** pasquier-s has quit IRC00:02
*** pasquier-s has joined #heat00:02
*** rbuilta has joined #heat00:04
*** samstav has quit IRC00:04
*** kfox1111 has quit IRC00:12
*** ramishra has quit IRC00:15
*** pablosan has quit IRC00:17
*** yidclare has quit IRC00:18
*** pablosan_ has joined #heat00:18
*** ramishra has joined #heat00:19
*** ramishra has joined #heat00:19
*** mkollaro has quit IRC00:27
*** daneyon_ has quit IRC00:30
*** matsuhashi has joined #heat00:31
*** ramishra has quit IRC00:31
*** achampion has joined #heat00:43
*** openstack has joined #heat00:53
*** cody-somerville has joined #heat00:53
*** dims_ has joined #heat00:53
*** nati_uen_ has quit IRC00:55
*** openstack has joined #heat00:57
*** openstack has quit IRC00:57
*** openstack has joined #heat00:59
*** blamar_ has joined #heat01:02
*** SpamapS has quit IRC01:04
*** blamar has quit IRC01:06
*** topol has joined #heat01:06
*** pasquier-s has quit IRC01:07
*** pasquier-s has joined #heat01:08
*** IlyaE has quit IRC01:08
*** matsuhashi has quit IRC01:08
*** SpamapS_ has joined #heat01:08
*** IlyaE has joined #heat01:08
*** blamar_ is now known as blamar01:08
*** matsuhashi has joined #heat01:12
*** openstack has joined #heat01:15
*** openstack has joined #heat01:19
*** nosnos has joined #heat01:19
*** openstack has quit IRC01:24
*** openstack has joined #heat01:25
*** pasquier-s has quit IRC01:26
*** openstack has joined #heat15:09
therveskraynev, So do you have a patch in progress for that issue?15:10
*** rcleere has joined #heat15:12
*** ppetit has quit IRC15:19
*** Chen has joined #heat15:22
*** pablosan is now known as pablosan_15:23
pas-hatherve: on the first glance could we move those lines 558-561 to the finally clause below? (if I'm not missing something important..)15:24
*** sdake has joined #heat15:24
*** pablosan_ has quit IRC15:29
thervepas-ha, I'd be surprised if it worked15:30
*** randallburt has joined #heat15:30
pas-hatherve: yeah, thought that already too15:30
*** pablosan has joined #heat15:30
therveI think the fix for now is just to change Pool.handle_update15:30
pas-hayes, but will only fix get_resource usage15:31
openstackgerritPierre Padrixe proposed a change to openstack/heat: Remove auth_token condition in clients  https://review.openstack.org/8060515:32
*** jamieh has joined #heat15:33
*** jamieh is now known as Guest73915:33
*** Guest739 has quit IRC15:34
thervepas-ha, No I mean fix it completely. By storing the old monitors values for example15:35
*** jamie_h has quit IRC15:35
openstackgerritSteven Hardy proposed a change to openstack/python-heatclient: Modify stack ID lookup to only use stacks:lookup  https://review.openstack.org/8060615:35
*** ryansb has joined #heat15:36
openstackgerritSteven Hardy proposed a change to openstack/heat: policy.json allow all users to do stacks:lookup  https://review.openstack.org/8060715:39
*** Chen has left #heat15:46
shardychmouel: Hi, do you plan to revive https://review.openstack.org/#/c/75383/?15:46
shardychmouel: I've just posted a patch which I think ideally needs to be rebased on to those new tests15:46
*** drumkilla is now known as rustlebee15:47
*** mkollaro has quit IRC15:48
*** zns has quit IRC15:49
*** zns has joined #heat15:55
*** jcru has quit IRC15:59
chmouelshardy: oh yeah sorry will do the rebase just now16:00
pas-hatherve: we could probably use what LoadBalancer does - it stores some values via db_api.resource_data_set in handle_create, and pulls, uses and updates them in handle_update16:02
therveYep16:02
sdake_jistr no prob16:05
sdake_jistr try stevebaker re software config in about 4 hours or follow up on list16:05
*** gokrokve_ has quit IRC16:05
sdake_I don't know if software config has file injection or not16:05
sdake_I really need to block off a couple days to try it out16:05
therveIt does16:09
therveYou can pass files at stack creation now16:09
*** andrew_plunk has joined #heat16:10
sdake_therve is there a 16kb limit?16:10
sdake_(the nova metadata server limit)16:11
*** tspatzier has quit IRC16:13
skraynevtherve: I am here16:13
*** chandan_kumar has quit IRC16:14
skraynevtherve: I start find a fix for it, but still don't have any finished solution16:14
jistrsdake_: i need to read up on software config a bit. I wonder how much heavyweight solution would that be. Do you know what would we need running on the deployed node in order for the config to get applied?16:14
shardysdake_: what I think we need to enable is for files to be injected via resource Metadata, but not to include the Metadata in the user-data passed to nova16:14
openstackgerritA change was merged to openstack/python-heatclient: Remove unused versions define in template_format.py  https://review.openstack.org/7952716:14
jistri noticed software config can interface with puppet and stuff but that's probably not what we're looking for16:15
shardysdake_: that is already possible via user_data_format=RAW, but we appear to still include Metadata for software config16:15
therveskraynev, So you should use resource_data_set/resource_data_get, as we mentioned with pas-ha16:15
shardyThe stuff in the user-data would configure things so that e.g cfn-init can get the metadata via the API16:15
shardythen there is no size limit :)16:15
sdake_jistr os-*-* tools16:16
skraynevYeap, I looked back on discussion16:16
jistrsdake: cool, i think we have those in place16:16
sdake_shardy user_data_format=raw still implies a 16kb limit no?16:16
*** pasquier-s_ has quit IRC16:17
sdake_the metadata would come from which api shardy?16:17
skraynevI agree, that cause of problem related with place which you mentioned  above (in parser)16:17
shardysdake_: the user-data would only contain the stuff to bootstrap connecting an agent to the API16:17
shardysdake_: the Heat API, e.g cfn-init can poll the heat-api-cfn DescribeStackResource action16:17
shardysdake_: I believe e.g os-collect-config can do similar16:18
skraynevtherve: Also I have checked, that simple moving lines after updating task does not work.16:18
shardyso we don't have to pass everything in the user-data payload (even though mostly we do atm)16:18
therveYeah it's more involved than that16:18
skraynevtherve: I agree, that we should use approach as you mentioned with pas-ha16:19
sdake_shardy thats a good idea16:19
shardysdake_: there is also the personality property of OS::Nova::Server which looks interesting, as it looks like nova can do the file injection for us directly into the instance16:19
shardyjistr: ^^16:20
randallburtshardy jistr: careful with personality file injection though. I've seen cases on our cloud where that doens't happen in time for cloud init to see the files. Might have been fixed since the last time I tried it, so ymmv.16:21
shardyrandallburt: that's useful info, thanks! :)16:22
randallburtnot sure if its an issue with how we have nova configured if at all, tho.16:22
shardyI had assumed it'd be injected into the image before starting the instance16:22
shardyrandallburt: any idea how it works?16:22
randallburtshardy:  me too. IIRC its dependent on your nova virt driver and some config things, but TBH, I didn't pursue it too deeply.16:23
shardyrandallburt: Ok cool, probably worth jistr trying anyway16:23
randallburtshardy:  I can try and give it a shot a little later this afternoon time permitting. Things a little hectic around here the last couple of days ;)16:23
pas-hatherve, skraynev: so I will invalidate the bug/1291411 I've filed and probably file another, more general one, as this inconsistent behavior of self.properties in presence of get_param and without it should be at least documented somewhere16:24
jistrshardy, sdake_ , randallburt: thanks a lot. We have several options now to explore and things seem much less hopeless than today morning :)16:24
*** nati_ueno has quit IRC16:24
thervepas-ha, Yeah I think it's not really inconsistent. We shouldn't expect self.properties to be able to access old properties in handle_update for now, that's it.16:25
randallburtshardy:  do we need a metadata call or something akin to DescribeStackResource in the native API as well? Also, IIRC, stevebaker asked Thomas to remove resource metadata from the HOT spec.16:26
skraynevtherve: so you offer use different way for getting old values?16:26
randallburtshardy:  concerned that software config relies on resource metadata and suddenly not working in HOT.16:26
shardyrandallburt: we already have a resource:metadata call16:26
therveskraynev, Store them manually in the resource16:26
skraynevtherve: and then use it in update instead self.properties, right?16:27
shardyrandallburt: I presume if it is removed it will just be the interface which changes, i.e it will be redefined so metadata is a resource property rather than a top-level template key16:27
randallburtshardy:  k. thanks for the clarification.16:28
therveskraynev, correct16:28
pas-haskraynev: look what OS::Neutron::LoadBalancer does for its members16:29
*** kfox1111 has joined #heat16:29
skraynevtherve: ok, agree16:29
*** zns_ has joined #heat16:29
pas-hain handle_create, handle_update and handle_delete16:29
skraynevpas-ha: open file...16:30
*** zns has quit IRC16:30
jistrhave a nice weekend all and thanks again16:30
*** gokrokve has joined #heat16:30
*** jistr has quit IRC16:31
skraynevpas-ha: yes, it make sense and could solve our problems.16:31
skraynevpas-ha: do you plan to do it yourself? I mean fix it.16:32
openstackgerritChmouel Boudjnah proposed a change to openstack/python-heatclient: Add new tests to cover most of the requests port  https://review.openstack.org/7538316:32
pas-haskraynev: I could if you don't mind16:34
*** sabeen has joined #heat16:35
pas-habut you should probably abandon your change as I will overwrite the same line you changed anyway16:36
*** lindsayk has joined #heat16:36
skraynevpas-ha: =) I don't see a problem if you do it, because you first find issue and solution. As I understand right it will be one patch? Also I plan to re-factore  my patch with updating networks property16:37
skraynevpas-ha: sure.16:37
pas-haok, cool16:37
*** openstackstatus has joined #heat16:37
*** openstackstatus has quit IRC16:38
*** openstackstatus has joined #heat16:38
skraynevpas-ha: just a few questions: you plan to do write additional method for resource base class or only fix handle_update methods for LB?16:40
shardyanyone have any tips for getting horizon working on F20 (fresh devstack install)16:40
shardyI'm seeing this: http://paste.openstack.org/show/73514/16:40
*** blamar has quit IRC16:41
kfox1111are any tests being done with icehouse heat with havana everthing else?16:42
*** blamar has joined #heat16:42
*** jamieh has joined #heat16:45
skraynevzaneb: About validation outputs, could we discuss it after holidays (I mean some troubles, if I meet them during implementation)?16:45
*** jamieh is now known as Guest5266716:45
skraynevs/holidays/weekend16:45
*** Guest52667 has quit IRC16:45
*** kfox1111 has quit IRC16:46
*** jamieh_ has joined #heat16:46
*** jamieh_ has quit IRC16:46
zanebskraynev: sure can :)16:46
skraynevzaneb: cool =)16:46
*** jamieh_ has joined #heat16:47
*** ifarkas has quit IRC16:47
*** ifarkas has joined #heat16:47
*** kfox1111 has joined #heat16:48
*** IlyaE has quit IRC16:48
skraynevpas-ha: I forget mentioned, please mark bug 1292495 duplicate, when you create new bug about storing previous state of properties.16:49
shardykfox1111: It should mostly work, except there are two keystone bugfixes which we need to get backported to havana16:49
*** pvaneck has joined #heat16:49
shardykfox1111: bug #1269637 and bug #125958416:50
*** giulivo has quit IRC16:50
*** alexheneveld has quit IRC16:53
*** dims has joined #heat16:54
kfox1111shardy: Ok, thanks. So I'll probably do keystone first, then heat.16:54
*** lindsayk has quit IRC16:54
*** lindsayk has joined #heat16:55
shardykfox1111: good plan - until quite recently I had a box running havana RDO with just keystone and heat updated to master16:55
shardycan't say I tested everything, but most things I tried worked OK16:56
kfox1111cool. I'm really looking forward to the new scaling features.16:57
kfox1111I really wish I could get through the CLA mess. I really want to contribute more. :/16:57
kfox1111I'd write a resource for https://blueprints.launchpad.net/nova/+spec/instance-group-api-extension today if I thought I could get it through. :/16:58
skraynevstevebaker: could you reply on comments for https://review.openstack.org/#/c/79592/ ?16:59
*** dims has quit IRC17:00
*** nati_ueno has joined #heat17:01
*** harlowja_away is now known as harlowja17:02
*** jamieh_ has quit IRC17:05
kfox1111can you use the unmanage feature from a stack?17:05
pas-haskraynev: no, only fix handle_update for the Pool, as this is the only resource affected for now.17:05
*** funzo_ is now known as funzo17:06
skraynevpas-ha: gotcha,  AFAIK, you will do same for your commit with updating attachments?17:07
pas-haskraynev: no, I turned to using self.resource_id there, as for detachment really an attachment_id is what's needed17:08
pas-hathat patch is already in working state and ready for review17:09
pas-haok, off to home, see you all Monday :) have a nice weekend everyone!17:10
*** pas-ha has quit IRC17:11
*** jamieh_ has joined #heat17:11
skraynevpas-ha: bye17:13
*** mkollaro has joined #heat17:13
*** skraynev is now known as skraynev_afk17:14
*** lindsayk1 has joined #heat17:17
*** lindsayk has quit IRC17:17
*** fandi has joined #heat17:17
*** Linz has quit IRC17:19
kfox1111I heard someone talking awhile ago about wanting an instance type that would delete the instance after it successfully completed its init work. (for formatting a new cinder volume for example). Did that get done for icehouse?17:20
*** Linz has joined #heat17:20
*** mkollaro has quit IRC17:20
*** zns_ has quit IRC17:21
*** e0ne has quit IRC17:22
*** mkollaro has joined #heat17:25
*** lindsayk1 has quit IRC17:26
*** lindsayk has joined #heat17:26
*** spzala_ has joined #heat17:26
openstackgerritCyril Roelandt proposed a change to openstack/python-heatclient: Oslo: sync strutils  https://review.openstack.org/7871717:26
*** spzala_ has quit IRC17:26
kfox1111hmm... actually, does DeletionPolicy work? That might get me where I want to be...17:27
*** spzala has quit IRC17:27
*** zns has joined #heat17:28
*** topol has quit IRC17:33
*** dims has joined #heat17:40
*** zns has quit IRC17:51
*** jdob has quit IRC17:51
*** zns has joined #heat17:52
*** jdob has joined #heat17:52
*** yidclare has joined #heat17:56
*** IlyaE has joined #heat17:56
*** derekh has quit IRC17:58
*** jamieh_ has quit IRC17:59
*** yogesh has joined #heat18:00
*** Tross has joined #heat18:03
*** IlyaE has quit IRC18:03
*** zns has quit IRC18:06
*** zns has joined #heat18:08
*** e0ne has joined #heat18:11
*** zns has quit IRC18:15
*** zns has joined #heat18:17
sdake_https://github.com/cocaine/cocaine-core18:20
sdake_crazy name for a PAAS18:20
sdake_how do you go propose that to your co-workers :)18:20
ryansbsdake_: people don't realize how important a project name is18:20
sdake_ryansb possible - some basic judgment can always be used to pick something that isn't offensive to some folks :)18:21
*** zns has quit IRC18:22
sdake_beyond avoiding offense, picking a project name shouldn't really be that hard :)18:22
ryansbsdake_: well, there's the basic "is this offensive" sanity check, but there's also a "does this name relate to my project at all?" test18:22
*** zns has joined #heat18:22
sdake_heat barely relates to orchestration18:23
sdake_but it has stuck18:23
ryansbFair enough. I thought it was picked because it was related (tangentially) to Cinder18:24
*** jdob has quit IRC18:25
kfox1111sdake_: I find naming a project is often harder then writing the code for it for some reason.... :)18:26
ryansbkfox1111: didn't Knuth say something about that? "the two hard problems in Computer Science are caching and naming things"18:28
kfox1111hehe. Yeah, I think your right.18:29
*** jergerber has joined #heat18:29
*** mutex has joined #heat18:29
mutexHi18:29
kfox1111hello.18:30
*** rwsu has quit IRC18:30
mutexI am having trouble with heat attempting to connect a instance to a port twice18:30
openstackgerritA change was merged to openstack/python-heatclient: Python3: fix test_stack_list_with_args()  https://review.openstack.org/7861918:30
mutexI had a previously working template, but now no longer works18:30
mutexhttp://paste.openstack.org/show/73518/18:30
mutextrying to figure out if this is a heat problem, or if the cluster has been misconfigured in some other way18:30
kfox1111let me take a look...18:32
mutexI can create neutron networks, routers, ports, just fine18:34
kfox1111Looks about right to me...18:34
mutexbut soon as I create an instance I get an error18:34
mutexyeah that is the thing, this *used* to work18:34
mutexthen I did a couple of things to the cluster, like hooked keystone up to LDAP18:34
kfox1111It works for me. Here's one of my templates https://raw.github.com/EMSL-MSC/heat-templates/master/hot/MongoDB/MongoDB_ConfigSvr.yaml18:34
kfox1111The only thing I dont do,18:34
kfox1111is the fixed_ips: - subnet_id18:35
kfox1111thing.18:35
mutexhmm18:35
kfox1111If you don't put in the subnet, it allocates you one automatically, so you can skip that part.18:35
mutexany thoughts on the error from nova ?18:35
kfox1111I'm guessing its the subnet_id thing? It maybe creating the port automatically with the subnet, then seeing the subnet and trying to create another one?18:37
mutexcould be18:38
mutexdoesn't make sense that it would have worked a month ago, and failed now18:38
kfox1111yeah.18:38
kfox1111Though I have never done it that way, it does look like a valid thing to do.18:38
kfox1111It may be a bug was introduced.18:39
mutexI didn't upgrade my software from havanna though :-(18:41
kfox1111are you using rdo?18:43
mutexno18:44
mutexfuel18:44
mutexBTW creating the instances manually works just fine18:49
mutexwith nova18:49
mutexseems to be some interaction between heat and nova18:49
sdakeryansb the heat name was chosen because heat makes the clouds rise18:52
sdakeatleast that is what asalkeld said18:52
sdakeI found out later heat actually makes clouds fall18:52
sdakebut by then, the magic was in motion :)18:52
ryansbhehe. That's pretty great18:53
sdakemutex which version of heat are you using18:54
mutexclient or server ?18:58
*** yidclare has quit IRC18:58
mutexI think I tracked down the problem18:58
mutexat least I found a related part19:02
*** yidclare has joined #heat19:03
*** jistr has joined #heat19:04
zanebryansb: http://martinfowler.com/bliki/TwoHardThings.html19:04
sdakecache invalidation is trivial by comparison :)19:07
ryansbWow, was not even close on that attribution.19:08
sdakebut there is a difference between not creating a damaging name and creating a great name :)19:08
sdakemy kid's names rhyme - Warren and Lauryn19:09
*** jprovazn is now known as jprovazn_afk19:09
sdakeit was totally not intentional but its great19:09
*** alexheneveld has joined #heat19:09
sdakewhen I yell at one, the other pays attention :)19:09
*** che-arne has joined #heat19:09
sdakewhen they turn into teenagers it will probably come back to haunt me as they will both think I a mtalking to the other kiddo :)19:10
sdakeor claim atleast :)19:11
*** flashgordon has joined #heat19:15
flashgordonso it looks like stable/havana heat is breaking in tempest http://logs.openstack.org/20/62820/4/gate/gate-tempest-dsvm-full/6a9f94a/logs/testr_results.html.gz19:15
flashgordonSpamapS: ^19:17
SpamapSflashgordon: you say that like I acknowledge the usefulness of stable releases.. ;)19:18
SpamapSflashgordon: all kidding aside, I don't know what to make of that page19:19
flashgordonI need a patch to land in devstack stable/havana19:19
flashgordongood news is horizon broke too so your not alone19:19
*** alexheneveld has quit IRC19:20
flashgordonSpamapS: oh wee its the same bug http://logs.openstack.org/20/62820/4/gate/gate-tempest-dsvm-full/6a9f94a/logs/screen-h-eng.txt.gz19:20
SpamapSflashgordon: so unstated reqs?19:21
SpamapSflashgordon: is that because of keystone middleware?19:21
flashgordonSpamapS:  ohhh good guess19:21
SpamapSseems likely19:22
kfox1111does DeletionPolicy: Retain affect bad stacks or only completed ones?19:22
*** alexheneveld has joined #heat19:22
flashgordonSpamapS: you are correct19:23
SpamapSflashgordon: fantastic. I'll take a Palomino Pony.19:25
*** nijaba has quit IRC19:33
*** zns has quit IRC19:36
*** zns has joined #heat19:37
*** DaveJ__ has quit IRC19:37
*** nijaba has joined #heat19:38
*** nijaba has quit IRC19:38
*** nijaba has joined #heat19:38
*** e0ne has quit IRC19:38
*** e0ne has joined #heat19:39
kfox1111Are there any plans for making a type/selector for things like "volume types" "ssh keys", "security groups", etc?19:39
kfox1111IE, selectors in the web ui to allow you to choose things that already exist from a drop down rather then pasting in a uuid?19:39
kfox1111It would be awesome to say this param is a network uuid in the stack,19:40
kfox1111and the web ui just shows me which networks I have allocated to the tenant.19:40
*** nijaba has quit IRC19:40
kfox1111Finding, then pasting 68247c45-1360-4487-bc7f-5bfe472eba58 kinda sucks. :/19:41
*** sabeen has quit IRC19:43
kfox1111I wonder if you could use the new function plugin system to get that to work...19:44
*** e0ne_ has joined #heat19:44
*** e0ne has quit IRC19:45
kfox1111So, to answer my own question from before, it looks like DeletionPolicy: Retain affects volumes even when the whole stack fails to create in the first place. Kind of a pain to clean up after.19:45
sdakehttp://money.cnn.com/2014/03/14/news/economy/us-millionaires-households/index.html?hpt=hp_t219:51
*** lindsayk has quit IRC19:52
*** nijaba has joined #heat19:52
sdakeThere were 1.24 million households with a net worth of $5 million or more last year, up from 840,000 in 2008. Those with $25 million and above climbed to 132,000 in 2013, up from 84,000 in 2008.19:53
sdake"Because of their levels of wealth, they increased their exposure to equities during the downturn and were making investments in real estate when the market was at the bottom," he said. "That's why now they've benefited the most from the return in the economy."19:53
sdakewhen the market hit 7k, my uncle invested my grandparents 3 mil estate in stocks - they just recently passed and it got sold off19:53
sdakeeveyrone thought he was crazy, but he turned that into some serious change19:54
sdakehe did something like triple it in 4 years19:55
sdakemy grandfather dug ditches in his career19:56
sdakeliterrly dug ditches19:56
sdakeand ended up with ~9 mil19:56
*** jistr has quit IRC20:05
*** FL1SK has joined #heat20:05
*** lindsayk has joined #heat20:07
*** achampion has quit IRC20:11
*** sgordon has quit IRC20:14
*** yidclare has quit IRC20:16
*** akuznetsov has quit IRC20:20
*** rwsu has joined #heat20:28
*** arbylee has quit IRC20:39
*** fandi has quit IRC20:41
*** arbylee has joined #heat20:49
*** jprovazn_afk has quit IRC20:49
*** lazy_prince has quit IRC20:57
*** killer_prince has joined #heat21:05
*** alexheneveld has quit IRC21:06
*** alexheneveld has joined #heat21:09
*** david-lyle has quit IRC21:09
*** flashgordon has left #heat21:10
*** sdake_ has quit IRC21:10
*** sdake_ has joined #heat21:10
*** sdake_ has quit IRC21:10
*** sdake_ has joined #heat21:10
*** arbylee has quit IRC21:12
*** arbylee has joined #heat21:14
*** rcleere has quit IRC21:18
*** radez is now known as radez_g0n321:19
*** openstackgerrit has quit IRC21:21
*** openstackgerrit has joined #heat21:21
*** nszceta has joined #heat21:25
*** nszceta has left #heat21:25
*** pablosan is now known as ZZpablosan21:26
*** openstackgerrit has quit IRC21:32
*** openstackgerrit has joined #heat21:32
*** aweiteka has quit IRC21:33
*** dims has quit IRC21:34
*** arbylee has quit IRC21:35
randallburthrm. https://bugs.launchpad.net/heat-templates/+bug/1279067 doesn't smell like a bug to me stevebaker ;)21:37
*** ZZpablosan is now known as pablosan21:43
zaneblol21:44
*** sabeen has joined #heat21:45
zanebrandallburt: "Affects: Heat Templates"21:45
zanebI don't think we have a blueprint process for templates21:45
zaneboh, I lied, we do https://blueprints.launchpad.net/heat-templates21:45
randallburtzaneb:  but won't the "fix" for this live in Heat?21:46
*** jmckind has quit IRC21:46
zanebrandallburt: I know as much as you do, but I assume he wouldn't have raised the bug for heat-templates unless that is where the "fix" is going to live21:47
randallburtzaneb:  perhaps. I'll hold shenanigans for the time being ;)21:47
zaneb;)21:47
andrew_plunkzaneb, but this is a new feature within heat right?21:49
*** sabeen has quit IRC21:49
andrew_plunka feature that was unsupported before this patch?21:49
zanebwell, the bug says that it's a new feature in a template in the templates repo21:50
zanebthat may have been a mistake21:50
zanebI only know what it says21:50
*** yidclare has joined #heat21:52
andrew_plunkzaneb: here is the corresponding patch: https://review.openstack.org/#/c/70639/21:52
*** dims has joined #heat21:53
zanebso it wasn't a mistake21:53
*** pvaneck has quit IRC21:53
andrew_plunkthose are in instance scripts that make software config work with puppet21:54
zanebandrew_plunk, randallburt: so y'all's objection is that this is after Feature Freeze?21:54
andrew_plunkthat is my objection yes21:54
zanebheat-templates is not part of the co-ordinated release, and therefore not subject to feature freeze21:55
*** vijendar has quit IRC21:55
randallburtzaneb:  not an "objection" more of a request for clarification21:55
*** blomquisg has quit IRC21:55
randallburtits a little misleading21:55
*** bada_ has joined #heat21:55
randallburtactually, though its not about ff since those were in-flight since before FF21:55
zanebrandallburt: andrew_plunk -1'd the patch21:56
*** bada__ has quit IRC21:56
andrew_plunksome of them were submitted just the other day21:56
zanebit doesn't matter21:56
zanebfeature freeze is irrelevant here21:56
zanebHeat is the only project in the Orchestration program subject to feature freeze21:56
randallburtzaneb:  which is his perogative. I'm speaking for myself. So to clarify, FF only applies to the Launchpad project and not to the repository where the code lands?21:57
zanebno21:57
zanebFF only applies to projects that are Integrated21:57
zanebwhich is to say, part of the co-ordinated release21:57
randallburtzaneb:  their blueprints or their code repositories?21:58
andrew_plunkthis code won't effect a running heat instance?21:58
randallburtandrew_plunk:  from the looks of it, no21:58
randallburtunless one tries to use software_config with these elements, that is21:58
zanebandrew_plunk: it's a template. how can it effect anything unless you use it?21:58
andrew_plunkthat could be said about any resource in heat21:59
zanebbut this isn't in Heat21:59
zanebAWS also publish templates that can be used in Heat. Should we call them up and ask them for a feature freeze also?22:00
randallburtzaneb:  actually, I see it now. I was under the impression these were patches against the heat repository22:00
randallburtbut I looked again and their not, so nbd.22:00
andrew_plunkI thought there was a  hot folder in the root of heat?22:00
randallburtthat being said, they still aren't bugs ;)22:00
randallburtandrew_plunk:  nope22:01
zanebrandallburt: agreed, it should really be a blueprint against heat-templates22:01
andrew_plunkIf it is not in the same repo as heat, it does not really bother me either22:02
zanebandrew_plunk: up the top is the place to look: Projectopenstack/heat-templates22:03
andrew_plunkthanks zaneb. would you suggest that I remove my objection?22:03
zanebyes, I think it's a little bit academic ;)22:03
zanebthere is a blueprint page for heat-templates, but I think I saw some tumbleweeds when I looked at it22:04
zanebprobably the bugs are a more visible way to track anyway22:04
andrew_plunkI was just trying to follow the rules. I mis-understood the rules apparently22:04
andrew_plunkmisunderstood*22:05
zanebnp, you'd have been correct if it were in the Heat project22:05
zanebbut the rules are considerably looser for heat-templates22:06
zaneb(for good reason, imo)22:06
andrew_plunkIf these in instance hooks were part of heat it would be easier to install them with heat... I am thinking about a possible agent-less feature22:07
zanebandrew_plunk: sounds like a new feature ;)22:09
andrew_plunkyes yes I am talking about juno zaneb ;)22:10
*** yogesh has quit IRC22:11
zanebit's really hard to jam a lot of stuff into 16kB of UserData :/22:11
andrew_plunkvery true22:12
andrew_plunksome things may have to be downloaded from the internet22:12
*** achampion has joined #heat22:13
andrew_plunkdoes config drive deal with the same limitation zaneb?22:13
zanebI don't believe so, but you guys are the experts ;)22:14
zanebI thought config drive was going away though?22:14
andrew_plunkat Rackspace?22:14
andrew_plunknot to my knowledge22:16
andrew_plunkbbl, I have a thing with a dog to take care of...22:17
andrew_plunkfeeding it specifically22:17
*** andrew_plunk has quit IRC22:19
*** jrist has quit IRC22:20
*** jrist has joined #heat22:20
*** krow has joined #heat22:24
*** DandyPandy has quit IRC22:26
*** DandyPandy has joined #heat22:27
*** sgordon has joined #heat22:33
*** sgordon has quit IRC22:33
*** sgordon has joined #heat22:33
*** rpothier_ has quit IRC22:36
*** rpothier has joined #heat22:37
*** krow has quit IRC22:42
*** krow has joined #heat22:43
*** zns has quit IRC22:49
*** krow has quit IRC22:55
*** zns has joined #heat22:55
*** che-arne has quit IRC23:03
*** krow has joined #heat23:12
*** randallburt has quit IRC23:13
*** krow1 has joined #heat23:14
*** krow has quit IRC23:16
*** e0ne has joined #heat23:21
*** e0ne_ has quit IRC23:22
kfox1111Is there a way to attach a cinder volume by name to an instance rather then id?23:22
*** che-arne has joined #heat23:25
*** gokrokve has quit IRC23:28
*** e0ne has quit IRC23:30
*** e0ne has joined #heat23:30
*** samstav has quit IRC23:33
*** openstackstatus has quit IRC23:36
*** e0ne has quit IRC23:37
*** jergerber has quit IRC23:38
*** pablosan has quit IRC23:38
*** rwsu has quit IRC23:38
*** openstackgerrit has quit IRC23:39
*** killer_prince has quit IRC23:42
*** nati_ueno has quit IRC23:42
*** openstackstatus has joined #heat23:42
*** sdake has quit IRC23:43
*** julienvey has quit IRC23:45
*** krow1 has quit IRC23:45
*** tango has quit IRC23:46
*** erkules has quit IRC23:46
*** SpamapS has quit IRC23:46
*** cody-somerville has quit IRC23:46
*** funzo has quit IRC23:46
*** daveed has quit IRC23:46
*** che-arne has quit IRC23:46
*** zns has quit IRC23:46
*** sgordon has quit IRC23:46
*** alexheneveld has quit IRC23:46
*** asalkeld has quit IRC23:46
*** Michalik has quit IRC23:46
*** mkerrin1 has quit IRC23:46
*** cody-somerville- has quit IRC23:46
*** ryansb has quit IRC23:46
*** sergmelikyan has quit IRC23:46
*** Daviey has quit IRC23:46
*** denis_makogon has quit IRC23:46
*** jrist has quit IRC23:46
*** bada_ has quit IRC23:46
*** PhilK has quit IRC23:46
*** harlowja has quit IRC23:46
*** chmouel has quit IRC23:46
*** shortstop has quit IRC23:46
*** rpothier has quit IRC23:46
*** achampion has quit IRC23:46
*** samkottler has quit IRC23:46
*** wirehead_ has quit IRC23:46
*** EmilienM has quit IRC23:46
*** lsmola has quit IRC23:46
*** IgorYozhikov has quit IRC23:46
*** jdag__ has quit IRC23:46
*** gondoi has quit IRC23:46
*** lindsayk has quit IRC23:46
*** FL1SK has quit IRC23:46
*** blamar has quit IRC23:46
*** wchrisj has quit IRC23:46
*** pscheie has quit IRC23:46
*** sbadia has quit IRC23:46
*** varora- has quit IRC23:46
*** clarkb has quit IRC23:46
*** kevinbenton has quit IRC23:46
*** Tross has quit IRC23:46
*** mkollaro has quit IRC23:46
*** mwheckmann has quit IRC23:46
*** stannie has quit IRC23:46
*** alexpilotti has quit IRC23:46
*** mikal has quit IRC23:46
*** john-n-s- has quit IRC23:46
*** mutex has quit IRC23:46
*** mattoliverau has quit IRC23:46
*** Slower has quit IRC23:46
*** mnaser has quit IRC23:46
*** brint has quit IRC23:46
*** aignatov has quit IRC23:46
*** _jmp_ has quit IRC23:46
*** zpatten has quit IRC23:46
*** glucas has quit IRC23:46
*** nijaba has quit IRC23:46
*** Linz has quit IRC23:46
*** kfox1111 has quit IRC23:46
*** ifarkas has quit IRC23:46
*** cfriesen_ has quit IRC23:46
*** larsks has quit IRC23:46
*** skraynev_afk has quit IRC23:46
*** scroiset has quit IRC23:46
*** lpmulligan has quit IRC23:46
*** jpeeler has quit IRC23:46
*** sgran has quit IRC23:46
*** dteselkin has quit IRC23:46
*** SergeyLukjanov has quit IRC23:46
*** ruhe has quit IRC23:46
*** DinaBelova has quit IRC23:46
*** mojorison has quit IRC23:46
*** jasond` has quit IRC23:46
*** pleia2 has quit IRC23:46
*** plomakin_ has quit IRC23:46
*** shadower has quit IRC23:46
*** radez_g0n3 has quit IRC23:46
*** Guest70395 has quit IRC23:46
*** lifeless has quit IRC23:46
*** mordred has quit IRC23:46
*** sileht has quit IRC23:46
*** zigo has quit IRC23:46
*** tteggel has quit IRC23:46
*** q3k has quit IRC23:46
*** openstack has joined #heat23:46
*** openstackstatus has joined #heat23:47
*** zns has joined #heat23:49
*** mkerrin has joined #heat23:51
*** Michalik has joined #heat23:52
*** che-arne has joined #heat23:53
*** bada_ has joined #heat23:54
*** cody-somerville- has joined #heat23:56
*** achampion has joined #heat23:59
*** ryansb has joined #heat23:59

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