zaneb | kebray: after midnight there. he also mentioned he would not be around tomorrow iirc | 00:00 |
---|---|---|
kebray | zaneb ok.. thx. | 00:00 |
*** nati_ueno has quit IRC | 00:00 | |
*** nanjj has joined #heat | 00:01 | |
kebray | stevebaker zaneb .. so, I talked to Dolph today, the creator of the BP to depricate keystone v2. | 00:01 |
kebray | ref: https://blueprints.launchpad.net/keystone/+spec/deprecate-v2-api | 00:01 |
*** nati_ueno has joined #heat | 00:02 | |
*** slong_ has joined #heat | 00:02 | |
kebray | He said that v2 support in OpenStack is not going anyway anytime soon. I most likley need to take this to the mailing list, but I'm concerned Heat is dropping support for v2 too soon. | 00:02 |
*** nati_ueno has quit IRC | 00:02 | |
stevebaker | kebray: to be clear, we're not dropping v2, we're adopting v3 because it has critical features that we need | 00:03 |
*** nati_ueno has joined #heat | 00:03 | |
zaneb | kebray: I am completely OK with having a v2 shim or something | 00:03 |
stevebaker | kebray: and v2 support will be back as soon as someone writes it | 00:03 |
zaneb | kebray: but at the end of the day you won't be able to support features that require the v3 API without supporting something compatible with the v3 API, and there is nothing that Heat can do about that | 00:04 |
zaneb | other than not implement new featues, of course, and I would be solid -1 on that ;) | 00:05 |
*** slong has quit IRC | 00:05 | |
*** dims has joined #heat | 00:07 | |
*** tomek_adamczewsk has joined #heat | 00:08 | |
kebray | stevebaker so, what happens if no one writes back v2 support? shouldn't that be done before a new feature gets merged that breaks working w/v2? i.e. implement a feature-toggle or something to make that new feature dependent on v3 optional? | 00:12 |
*** IlyaE has joined #heat | 00:13 | |
stevebaker | kebray: in that case then icehouse heat will only work with icehouse or havana openstack, which is all we could commit to in any scenario anyway | 00:19 |
kebray | not sure I understand the case you are describing. | 00:20 |
kebray | Havana Heat works with Havana, and running keystone v2 is acceptable in Havana... running keystone v2 will also be acceptable for running Icehouse. | 00:20 |
kebray | So, Icehouse Heat should work (minus some features pegged to v3) with Icehouse running v2. | 00:21 |
stevebaker | and keystone v3 is available in havana, so we have the flexibility to switch to it now | 00:21 |
kebray | stevebaker I'm challenging that notion. | 00:21 |
zaneb | kebray: if you read the blueprint, it says the deprecation period is to allow clients time to upgrade | 00:23 |
zaneb | Heat is a client, we upgraded | 00:23 |
kebray | it's not just about supporting Havana (v3-only)... to support Havana, means also supporting Havana-v2, as v2 is legit in Havana. | 00:23 |
stevebaker | kebray: the situation we had until now was a hybrid v2/v3 approach, which actually resulted in the v3 parts being full of bugs. It was an unsustainable situation. Step 1 is switch to pure v3, step 2 is to write a v2 shim for those who really need it | 00:23 |
zaneb | it doesn't say anything about giving time for competing implementations to catch up | 00:24 |
zaneb | stevebaker: ++ | 00:24 |
kebray | zaneb yeah, I read the blueprint... v2 isn't a competing implementation. it's a still supported contract of Havana. | 00:24 |
zaneb | also, horse, stable-door, &c. | 00:24 |
kebray | and a supported contract for Icehouse. | 00:24 |
zaneb | kebray: your RAX auth thing is a competing implementation of the keystone API AIUI | 00:25 |
kebray | this affects the OpenStack eco system in ways that I don't feel are being considered. that's what I'm raising to you all. | 00:25 |
kebray | zaneb this has NOTHING to do with Rax implementation of keystone. | 00:25 |
*** matsuhashi has joined #heat | 00:26 | |
zaneb | fair, you could want to not roll out the v3 API even if you were using keystone | 00:26 |
zaneb | kebray: so what are you suggesting instead of creating a v3 -> v2 shim? | 00:27 |
stevebaker | kebray: actually once the v2 shim is implemented I'm hoping we can get to the point where we can write shims for auth systems that don't even vaguely resemble keystone | 00:27 |
zaneb | rolling back changes that have already been delivered? | 00:27 |
stevebaker | kebray: I would be interested to hear why somebody would deploy the latest keystone but leave v3 switched off | 00:28 |
kebray | zaneb I'm asking if the shim been put into place before making a breaking change by leaping to v3? | 00:28 |
zaneb | I was under the impression we already made that breaking change? | 00:29 |
kebray | stevebaker I can put you in touch with the guy who can explain it if you're seriously interested. | 00:29 |
stevebaker | kebray: sure | 00:29 |
kebray | zaneb some of shardy | 00:29 |
kebray | woops | 00:29 |
kebray | some of shardy's patches just landed recently which broke v2 if I understand correctly. | 00:30 |
*** lcheng has quit IRC | 00:30 | |
kebray | anyway, end of day my time.. I'm going to talk to my team in the morning about what our options are for putting in a shim and adding v2 support some of the new features that landed to only work with v3. | 00:30 |
zaneb | kebray: tbh I suspect that going back to what we had is not a viable solution due to the bugs stevebaker mentioned earlier | 00:31 |
stevebaker | kebray: when we implement our own heat v2 api, talking to your guy might help us come up with a migration strategy | 00:31 |
kebray | My main point is, just because v2 is going to be turned off at some point in the future, it's not yet, so there are OpenStack deployments tied to it. If Heat only supports the latest greatest an doesn't support the older v2 which OpenStack Icehouse implements can run (and be official), then Heat isn't backwards compatible. | 00:31 |
stevebaker | kebray: and the counterpoint which should be emphasised is that we're using v3 because we need it, not because v2 is deprecated | 00:32 |
zaneb | whereas moving forward to a plug-in auth system is actually a positive change in itself | 00:32 |
stevebaker | kebray: we would use v2 indefinitely if it met our needs, because we're lazy ;) | 00:34 |
*** nanjj has quit IRC | 00:35 | |
kebray | stevebaker agreed on the moving forward part... but, feature toggle is a good approach, and there's a standard way to deprecate old (and support it for some time, not indefinitely) and move to new. We're cutting off v2 support when it's still supported .. that seems wrong. | 00:35 |
*** gokrokve_ has quit IRC | 00:36 | |
*** gokrokve has joined #heat | 00:37 | |
*** tango|2 has quit IRC | 00:37 | |
zaneb | kebray: I understand where you're coming from, but that's an odd definition of 'supported'. Supported means "if you have a v2 client it will continue to work", not "you must use the v2 client until the API disappears, and only then you may switch to v3" | 00:38 |
stevebaker | kebray: I agree that is not ideal. I think it happened this way due to the limited time we have to get this feature in | 00:38 |
kebray | zaneb I'm not suggesting it's a "must use" case.., not sure where you get that from. | 00:39 |
zaneb | kebray: carried to the logical extreme, what you're suggesting would just move the problem from backwards compatibility to upwards compatibility | 00:39 |
kebray | zaneb we are talking contracts for large pieces of functionality that operations teams have to instantiate and support to run a cloud. | 00:40 |
zaneb | I understand, really | 00:41 |
zaneb | and maybe in future we should consider this at an earlier juncture | 00:41 |
kebray | stevebaker "limited time to get this feature in" is not a good argument IMO.. haven't you guys always been arguing for let's do things the right way? | 00:41 |
*** gokrokve has quit IRC | 00:41 | |
lifeless | +1:) | 00:41 |
zaneb | but v3 has been out and supported since Havana. How many release cycle do we have to wait to adopt new features? | 00:43 |
*** rpothier has joined #heat | 00:43 | |
zaneb | one seems not unreasonable to a first approximation | 00:43 |
kebray | zaneb I'm totally in support of adopting v3 to support new features that depend on it.. I have not once argued against that. | 00:43 |
*** arbylee has quit IRC | 00:44 | |
zaneb | kebray: right, and you wish that plug-in auth had been implemented before switching the base stuff over to v3 | 00:44 |
kebray | I'm arguing that landing a feature that is v3 dependent should not break a Heat deployment that doesn't have v3... so, that "new v3 dependent feature" should be (a) feature toggle-able, or (b) optional, or ( c) an extension until v2 is decommissioned. | 00:44 |
*** andersonvom has quit IRC | 00:45 | |
zaneb | the bad news is that it wasn't, and it probably would not have been technically feasible to do so | 00:46 |
zaneb | the goods news is that it is feasible now, and once implemented should prevent this kind of issue occurring in the future | 00:46 |
zaneb | yes, it sucks. we know roughly how to fix it. that will give us the tools to do it better next time. | 00:48 |
*** nati_uen_ has joined #heat | 00:51 | |
*** nati_ueno has quit IRC | 00:54 | |
*** david-lyle has quit IRC | 00:55 | |
*** nati_uen_ has quit IRC | 01:07 | |
*** nati_ueno has joined #heat | 01:07 | |
*** pvaneck has quit IRC | 01:11 | |
*** rpothier has quit IRC | 01:13 | |
*** rpothier has joined #heat | 01:14 | |
stevebaker | victory https://jenkins03.openstack.org/job/gate-tempest-dsvm-neutron-heat-slow/9/ | 01:15 |
*** achampion has quit IRC | 01:21 | |
*** achampion has joined #heat | 01:21 | |
*** gokrokve has joined #heat | 01:21 | |
*** gokrokve has quit IRC | 01:33 | |
*** gokrokve has joined #heat | 01:33 | |
*** faramir1 has joined #heat | 01:37 | |
*** gokrokve has quit IRC | 01:38 | |
*** nosnos has joined #heat | 01:38 | |
*** mestery_ has joined #heat | 01:45 | |
*** mestery has quit IRC | 01:48 | |
*** arbylee has joined #heat | 01:57 | |
*** andersonvom has joined #heat | 01:58 | |
*** gokrokve has joined #heat | 02:01 | |
*** pablosan has quit IRC | 02:03 | |
*** gokrokve has quit IRC | 02:13 | |
*** tango|2 has joined #heat | 02:17 | |
*** blomquisg has quit IRC | 02:21 | |
*** arbylee has quit IRC | 02:30 | |
*** blomquisg has joined #heat | 02:33 | |
*** erkules_ has joined #heat | 02:41 | |
*** arbylee has joined #heat | 02:42 | |
*** erkules has quit IRC | 02:43 | |
*** nati_uen_ has joined #heat | 02:45 | |
*** nati_ueno has quit IRC | 02:48 | |
*** nati_uen_ has quit IRC | 02:50 | |
*** tomek_adamczewsk has quit IRC | 02:51 | |
*** gokrokve has joined #heat | 03:01 | |
*** tomek_adamczewsk has joined #heat | 03:05 | |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 03:11 |
*** mestery_ is now known as mestery | 03:21 | |
*** david-lyle has joined #heat | 03:23 | |
*** lcheng has joined #heat | 03:25 | |
*** coolsvap_away has quit IRC | 03:27 | |
*** matsuhashi has quit IRC | 03:29 | |
*** rcleere has joined #heat | 03:29 | |
*** packet has quit IRC | 03:36 | |
*** chandankumar_ has joined #heat | 03:36 | |
*** nkhare has joined #heat | 03:39 | |
*** chandankumar_ has quit IRC | 03:40 | |
*** chandankumar_ has joined #heat | 03:42 | |
*** leizhang has joined #heat | 03:44 | |
*** chandankumar_ has quit IRC | 03:46 | |
*** chandankumar__ has joined #heat | 03:47 | |
*** chandankumar__ has left #heat | 03:50 | |
*** tomek_adamczewsk has quit IRC | 03:51 | |
openstackgerrit | A change was merged to openstack/heat: Don't run pep8 tests with -P https://review.openstack.org/69612 | 03:55 |
*** spzala has quit IRC | 03:59 | |
*** leizhang has quit IRC | 04:01 | |
*** matsuhashi has joined #heat | 04:02 | |
*** aignatov_ is now known as aignatov | 04:04 | |
*** achampion has quit IRC | 04:04 | |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 04:05 |
*** andersonvom has quit IRC | 04:15 | |
openstackgerrit | Andrew Plunk proposed a change to openstack/heat: raw_template hot parameter type data migration https://review.openstack.org/70049 | 04:26 |
*** akuznetsov has joined #heat | 04:26 | |
openstackgerrit | Andrew Plunk proposed a change to openstack/heat: raw_template hot parameter type data migration https://review.openstack.org/70050 | 04:29 |
*** lcheng has quit IRC | 04:30 | |
*** lcheng has joined #heat | 04:35 | |
openstackgerrit | A change was merged to openstack/heat: Global environment ignores files starting with dot https://review.openstack.org/68971 | 04:41 |
openstackgerrit | A change was merged to openstack/python-heatclient: Pass empty dict not None for empty environment https://review.openstack.org/69821 | 04:44 |
*** aignatov is now known as aignatov_ | 04:50 | |
*** arbylee has quit IRC | 05:13 | |
*** akuznetsov has quit IRC | 05:13 | |
*** matsuhashi has quit IRC | 05:14 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 05:15 | |
*** gokrokve has quit IRC | 05:16 | |
*** gokrokve has joined #heat | 05:17 | |
*** matsuhas_ has joined #heat | 05:17 | |
*** coolsvap has joined #heat | 05:19 | |
*** gokrokve has quit IRC | 05:21 | |
*** topol has quit IRC | 05:25 | |
*** akuznetsov has joined #heat | 05:26 | |
*** arbylee has joined #heat | 05:27 | |
*** rwsu has quit IRC | 05:27 | |
*** akuznetsov has quit IRC | 05:37 | |
*** tspatzier has joined #heat | 05:43 | |
*** tspatzier has quit IRC | 05:44 | |
*** arbylee has quit IRC | 05:44 | |
*** rcleere has quit IRC | 05:45 | |
*** arbylee has joined #heat | 05:49 | |
*** arbylee has quit IRC | 05:57 | |
openstackgerrit | Jenkins proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/64504 | 06:09 |
*** akuznetsov has joined #heat | 06:15 | |
*** akuznets_ has joined #heat | 06:18 | |
openstackgerrit | A change was merged to openstack/heat: heat_keystoneclient convert get_ec2_keypair to v3 API https://review.openstack.org/67531 | 06:20 |
*** akuznetsov has quit IRC | 06:20 | |
*** lcheng has quit IRC | 06:25 | |
*** faramir2 has joined #heat | 06:25 | |
*** gokrokve has joined #heat | 06:27 | |
*** faramir1 has quit IRC | 06:28 | |
*** gokrokve has quit IRC | 06:31 | |
*** nati_ueno has joined #heat | 06:43 | |
*** faramir2 has quit IRC | 06:46 | |
*** nati_ueno has quit IRC | 06:48 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 06:52 | |
*** yogesh has joined #heat | 07:04 | |
*** blomquisg has quit IRC | 07:09 | |
*** yogesh has quit IRC | 07:11 | |
*** tomek_adamczewsk has joined #heat | 07:13 | |
*** IlyaE has quit IRC | 07:14 | |
*** nati_ueno has joined #heat | 07:15 | |
*** blomquisg has joined #heat | 07:25 | |
*** nati_ueno has quit IRC | 07:26 | |
*** tango|2 has quit IRC | 07:30 | |
*** jprovazn has joined #heat | 07:31 | |
*** erkules_ is now known as erkules | 07:32 | |
*** yogesh has joined #heat | 07:39 | |
*** tspatzier has joined #heat | 07:46 | |
*** e0ne has joined #heat | 07:49 | |
*** ppetit has joined #heat | 07:52 | |
*** tomek_adamczewsk has quit IRC | 07:52 | |
*** jistr has joined #heat | 08:02 | |
skraynev | morning | 08:06 |
asalkeld | hi | 08:08 |
*** ifarkas_ has joined #heat | 08:09 | |
chmouel | hello | 08:13 |
chmouel | what others think: https://review.openstack.org/#/c/69703/ | 08:13 |
*** ifarkas has quit IRC | 08:13 | |
*** che-arne has quit IRC | 08:14 | |
*** tomek_adamczewsk has joined #heat | 08:14 | |
asalkeld | chmouel, I'd rather just kill run_test.sh | 08:14 |
asalkeld | really no point in it | 08:14 |
asalkeld | either use "testr run" or tox | 08:14 |
chmouel | asalkeld: yeah but sadly it seems that bunch of people are used to it all over openstack | 08:14 |
asalkeld | I can post a patch to delete it | 08:15 |
skraynev | asalkeld: Am I right, that run_test.sh is deprecated thing? | 08:16 |
asalkeld | afaik | 08:16 |
skraynev | asalkeld: Hm. So I don't see any problems for removing it instead some changes, that will be deleted soon. | 08:17 |
*** harlowja is now known as harlowja_away | 08:18 | |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: remove run_test.sh https://review.openstack.org/70070 | 08:18 |
asalkeld | there you go :) | 08:18 |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: remove run_test.sh https://review.openstack.org/70070 | 08:20 |
asalkeld | oops forgot one reference | 08:20 |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack/python-heatclient: Use python requests lib for all our http thingies https://review.openstack.org/65704 | 08:20 |
*** e0ne_ has joined #heat | 08:23 | |
therve | Good morning | 08:23 |
therve | asalkeld, I'm pretty sure run_test is used by packagers. Is it so bad to keep it? | 08:24 |
asalkeld | IMHO too many ways to do the same thing | 08:25 |
asalkeld | but I don't really care, as I just don't use it | 08:26 |
asalkeld | seems like a waste | 08:26 |
therve | Well you obviously care enough to remove it :) | 08:26 |
asalkeld | you welcome to -{1,2} | 08:27 |
*** e0ne has quit IRC | 08:27 | |
*** lyle has joined #heat | 08:29 | |
*** david-lyle_ has quit IRC | 08:29 | |
*** cmyster has joined #heat | 08:32 | |
*** cmyster has joined #heat | 08:32 | |
cmyster | morning | 08:33 |
*** tomek_adamczewsk has quit IRC | 08:36 | |
*** nosnos has quit IRC | 08:39 | |
*** nosnos has joined #heat | 08:39 | |
*** faramir1 has joined #heat | 08:47 | |
*** amritanshu_RnD has joined #heat | 08:50 | |
*** amritanshu_RnD is now known as Guest31820 | 08:50 | |
*** Guest31820 has quit IRC | 08:53 | |
*** amrit_ has joined #heat | 08:53 | |
*** aignatov_ is now known as aignatov | 08:56 | |
*** tspatzier has quit IRC | 09:05 | |
*** tspatzier has joined #heat | 09:07 | |
*** pshchelo has joined #heat | 09:14 | |
*** giulivo has joined #heat | 09:25 | |
*** derekh has joined #heat | 09:26 | |
*** matsuhas_ has quit IRC | 09:33 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 09:36 | |
*** yogesh has quit IRC | 09:37 | |
*** matsuhashi has joined #heat | 09:39 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 09:40 | |
shardy | Morning all | 09:43 |
shardy | I'm on leave today so won't be around much, but if anyone has time, we have a possible gate bug to investigate: | 09:44 |
shardy | https://bugs.launchpad.net/openstack-ci/+bug/1268732 | 09:44 |
cmyster | morning shardy, I don't see steps to reproduce... | 09:45 |
*** nosnos has quit IRC | 09:46 | |
*** nosnos has joined #heat | 09:46 | |
*** nosnos has quit IRC | 09:47 | |
*** matsuhashi has quit IRC | 09:50 | |
chmouel | cmyster: i think reproducing is the work to investigate | 09:51 |
chmouel | and it's quite bizarre how heat unittests can generate that amount of data | 09:51 |
shardy | cmyster: basically run the same tests as gate-heat-python27 (tempest tests) and see if it generates a giant amount of data | 09:51 |
cmyster | right | 09:52 |
shardy | and/or get the CI team to instrument the gate job somehow so we can see what files are taking up all the space | 09:52 |
shardy | I currently have no idea if the analysis is correct or what may be using up the space | 09:52 |
shardy | anyway, a fun task for someone if you have the time ;) | 09:53 |
shardy | bbl | 09:53 |
*** shardy is now known as shardy_afk | 09:53 | |
cmyster | 'fun' | 09:55 |
cmyster | heh | 09:55 |
*** che-arne has joined #heat | 09:56 | |
DaveJ_ | http://forgotify.com/ | 09:57 |
therve | That's a weird problem | 09:57 |
DaveJ_ | whoops - wrong window | 09:57 |
therve | Considering it seems to be intermittent | 09:57 |
therve | testrepository seems to be generating about 15M of data, but we're far from the count | 10:01 |
*** e0ne_ has quit IRC | 10:03 | |
*** e0ne has joined #heat | 10:05 | |
*** ifarkas_ has quit IRC | 10:08 | |
*** jistr has quit IRC | 10:08 | |
*** ifarkas has joined #heat | 10:11 | |
*** aignatov is now known as aignatov_ | 10:15 | |
*** aignatov_ is now known as aignatov | 10:15 | |
*** amrit_ has quit IRC | 10:17 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 10:19 | |
*** coolsvap has quit IRC | 10:28 | |
chmouel | therve: i think accessing to the gates vm has always been a no-no :( | 10:30 |
therve | chmouel, Well maybe someone could access it for us? | 10:31 |
*** aignatov is now known as aignatov_ | 10:31 | |
chmouel | I think the public clouds provider was disallowing this, but well maybe infra can have a way to do that | 10:31 |
therve | We need more info anyway, as we can't reproduce it locally | 10:34 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Add `update_type` as parameter to stack-update https://review.openstack.org/64274 | 10:36 |
*** jistr has joined #heat | 10:38 | |
*** e0ne_ has joined #heat | 10:39 | |
*** e0ne has quit IRC | 10:42 | |
*** slong_ has quit IRC | 10:48 | |
*** nkhare has quit IRC | 10:53 | |
*** e0ne_ has quit IRC | 10:54 | |
*** e0ne has joined #heat | 10:54 | |
*** derekh has quit IRC | 10:58 | |
*** aignatov_ is now known as aignatov | 11:04 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/python-heatclient: Fix order of arguments in assertEqual https://review.openstack.org/64039 | 11:14 |
*** e0ne_ has joined #heat | 11:28 | |
*** e0ne has quit IRC | 11:28 | |
*** e0ne_ has quit IRC | 11:30 | |
*** e0ne has joined #heat | 11:30 | |
*** coolsvap has joined #heat | 11:31 | |
*** bada_ has joined #heat | 11:33 | |
*** e0ne has quit IRC | 11:36 | |
*** amritanshu_RnD has joined #heat | 11:37 | |
*** amritanshu_RnD is now known as Guest45771 | 11:37 | |
*** e0ne has joined #heat | 11:46 | |
*** faramir1 has quit IRC | 11:58 | |
*** e0ne has quit IRC | 11:58 | |
*** e0ne has joined #heat | 11:58 | |
*** asalkeld has quit IRC | 11:59 | |
*** asalkeld has joined #heat | 12:12 | |
*** achampion has joined #heat | 12:17 | |
*** lcheng has joined #heat | 12:19 | |
*** coolsvap has quit IRC | 12:20 | |
*** bada has joined #heat | 12:21 | |
*** aberezin has joined #heat | 12:21 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 12:22 | |
*** david-lyle has quit IRC | 12:22 | |
*** bada_ has quit IRC | 12:24 | |
*** pafuent has joined #heat | 12:30 | |
*** lcheng has quit IRC | 12:33 | |
*** rpothier has quit IRC | 12:38 | |
*** che-arne has quit IRC | 12:42 | |
*** e0ne_ has joined #heat | 12:49 | |
*** e0ne has quit IRC | 12:49 | |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: HOT templates get_attr allows extra attributes https://review.openstack.org/67562 | 12:59 |
*** achampion has quit IRC | 13:04 | |
*** aberezin has quit IRC | 13:04 | |
*** aberezin has joined #heat | 13:04 | |
*** aberezin has quit IRC | 13:08 | |
*** topol has joined #heat | 13:10 | |
*** e0ne_ has quit IRC | 13:14 | |
*** e0ne has joined #heat | 13:15 | |
*** e0ne_ has joined #heat | 13:16 | |
*** e0ne has quit IRC | 13:19 | |
*** e0ne_ has quit IRC | 13:20 | |
*** e0ne has joined #heat | 13:20 | |
*** tomek_adamczewsk has joined #heat | 13:23 | |
*** sgordon has joined #heat | 13:23 | |
*** sgordon has quit IRC | 13:23 | |
*** sgordon has joined #heat | 13:23 | |
*** rpothier has joined #heat | 13:25 | |
*** mestery_ has joined #heat | 13:35 | |
*** mestery has quit IRC | 13:37 | |
*** e0ne has quit IRC | 13:37 | |
*** e0ne_ has joined #heat | 13:37 | |
*** tomek_adamczewsk has quit IRC | 13:38 | |
*** aweiteka has joined #heat | 13:41 | |
*** e0ne_ has quit IRC | 13:41 | |
*** e0ne has joined #heat | 13:41 | |
*** e0ne has quit IRC | 13:42 | |
*** e0ne has joined #heat | 13:42 | |
*** e0ne_ has joined #heat | 13:44 | |
*** e0ne has quit IRC | 13:44 | |
*** e0ne has joined #heat | 13:46 | |
*** e0ne_ has quit IRC | 13:46 | |
*** achampion has joined #heat | 13:47 | |
*** e0ne_ has joined #heat | 13:48 | |
*** e0ne has quit IRC | 13:48 | |
*** tango|2 has joined #heat | 13:49 | |
*** jdob has joined #heat | 13:54 | |
*** radez_g0n3 is now known as radez | 13:55 | |
*** che-arne has joined #heat | 13:55 | |
*** lcheng has joined #heat | 13:57 | |
*** faramir1 has joined #heat | 13:59 | |
*** vijendar has joined #heat | 14:03 | |
aweiteka | jpeeler, i've created a beast of a heat template and wanted to get some overall comments. but first could you look at my use of LBaaS here? https://github.com/aweiteka/heat-templates/blob/3broker/openshift-enterprise/heat/neutron/OpenShift-3B-3N-LB-neutron.yaml#L354 | 14:11 |
*** jcru has joined #heat | 14:13 | |
*** dims has quit IRC | 14:15 | |
*** dims has joined #heat | 14:15 | |
*** scollier has joined #heat | 14:17 | |
*** akuznets_ has quit IRC | 14:17 | |
*** akuznetsov has joined #heat | 14:18 | |
openstackgerrit | A change was merged to openstack/heat: heat_keystoneclient convert delete_ec2_keypair to v3 API https://review.openstack.org/67532 | 14:22 |
openstackgerrit | A change was merged to openstack/heat: Fix user and signal responder exception import https://review.openstack.org/67533 | 14:22 |
bada | Hi all, does anyone can tell me how to create JEOS image using this https://github.com/openstack/heat-templates/blob/master/jeos/U12.10-amd64-cfntools.tdl ? | 14:28 |
*** akuznetsov has quit IRC | 14:28 | |
*** arbylee has joined #heat | 14:36 | |
*** arbylee has quit IRC | 14:37 | |
*** arbylee has joined #heat | 14:37 | |
openstackgerrit | A change was merged to openstack/heat: Fix AWS::StackId pseudo-parameter during stack update https://review.openstack.org/66741 | 14:38 |
aweiteka | bada, i believe the template files you pointed to are used by heat-jeos.sh, which looks like a wrapper for oz https://github.com/openstack/heat-templates/blob/master/tools/heat-jeos.sh | 14:39 |
aweiteka | bada, https://github.com/clalancette/oz | 14:40 |
aweiteka | bada, i haven't used oz in a long time so i can't help with that. i've been using diskimage-builder for prepping heat. | 14:42 |
*** aignatov is now known as aignatov_ | 14:43 | |
bada | aweiteka : Thanks for answering, i wanna build ubuntu12 heat image, you recommand diskimage-builder ? | 14:47 |
aweiteka | bada, dib seems to be openstack/heat best practice these days. here's an overview of options: http://docs.openstack.org/image-guide/content/ch_creating_images_automatically.html | 14:49 |
bada | aweiteka : thanks ! There is no public Ubuntu Heat images available to download ? | 14:51 |
*** aignatov_ is now known as aignatov | 14:53 | |
*** lcheng has quit IRC | 14:53 | |
aweiteka | bada, i don't know. looks like it's mostly fedora. http://docs.openstack.org/developer/heat/getting_started/jeos_building.html | 14:54 |
bada | aweiteka : Yes that's what i saw ! | 14:55 |
bada | aweiteka : thanks a lot my image is in building process right now :) | 14:56 |
*** mestery_ is now known as mestery | 14:56 | |
*** tims has joined #heat | 14:57 | |
*** spzala has joined #heat | 14:57 | |
*** faramir1 has quit IRC | 14:58 | |
*** lcheng has joined #heat | 14:59 | |
*** nkhare has joined #heat | 14:59 | |
*** sabeen has joined #heat | 15:02 | |
*** aweiteka has quit IRC | 15:03 | |
*** bada has quit IRC | 15:06 | |
*** bada has joined #heat | 15:06 | |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Add Docker resources to docs https://review.openstack.org/68753 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Rename rackspace.rst to contrib.rst https://review.openstack.org/68752 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Add Rackspace resources summary to docs https://review.openstack.org/68793 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Add force_resource_mapping option https://review.openstack.org/68746 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Restructure Rackspace resources https://review.openstack.org/68747 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Reorganize docker-plugin for consistency https://review.openstack.org/68748 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Allow force registration of docker resource https://review.openstack.org/68749 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Allow force registration of Rackspace resources https://review.openstack.org/69374 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Change Docker resource mapping name https://review.openstack.org/68750 | 15:10 |
openstackgerrit | Anderson Mesquita proposed a change to openstack/heat: Generate docs for contrib plugins https://review.openstack.org/68751 | 15:10 |
*** lcheng has quit IRC | 15:14 | |
*** gokrokve has joined #heat | 15:15 | |
*** andersonvom has joined #heat | 15:17 | |
*** dims has quit IRC | 15:18 | |
*** aweiteka has joined #heat | 15:19 | |
*** dims has joined #heat | 15:21 | |
*** rwsu has joined #heat | 15:24 | |
*** sjmc7 has joined #heat | 15:25 | |
*** lcheng has joined #heat | 15:27 | |
openstackgerrit | A change was merged to openstack/heat: API tolerate None environment string https://review.openstack.org/69868 | 15:27 |
*** david-lyle has joined #heat | 15:27 | |
*** lcheng_ has joined #heat | 15:30 | |
*** david-lyle has quit IRC | 15:32 | |
*** lcheng has quit IRC | 15:32 | |
*** aberezin has joined #heat | 15:32 | |
*** mnaser has joined #heat | 15:36 | |
zaneb | yaaaay, TOSCA meeting is cancelled. I might have time to do some real work :) | 15:40 |
*** aberezin has quit IRC | 15:40 | |
*** aberezin has joined #heat | 15:40 | |
*** blomquisg has quit IRC | 15:41 | |
*** jprovazn has quit IRC | 15:43 | |
*** nkhare has quit IRC | 15:47 | |
*** aignatov is now known as aignatov_ | 15:50 | |
*** rcleere has joined #heat | 15:51 | |
*** nkhare has joined #heat | 15:51 | |
*** mnaser has joined #heat | 15:52 | |
*** tango|2 has quit IRC | 15:53 | |
*** IlyaE has joined #heat | 15:54 | |
*** blomquisg has joined #heat | 15:54 | |
*** nkhare has quit IRC | 16:00 | |
therve | zaneb, You're linking that etherpad in every emails now? :) | 16:00 |
zaneb | therve: yes :) | 16:00 |
zaneb | I'm going to keep beating that drum until everyone has internalised the lessons of our past mistakes ;) | 16:01 |
therve | zaneb, Note that I was careful not to mention the API in my email. I think we should push that for now. | 16:02 |
zaneb | they're partly linked, though, right? | 16:03 |
zaneb | if just the API were split then that solves the AWS problem... but it makes no sense to split that and not the resource | 16:04 |
zaneb | it's good to keep the scope of the question limited, but you can't design stuff in isolation either | 16:04 |
therve | I'm not sure I'm following | 16:04 |
therve | Well, we should define the resource as the best UI we can | 16:05 |
zaneb | I mean if the API has separate LaunchConfig and Scaling group resources, the Heat model of it should to, and if not, not | 16:05 |
therve | The API is somewhat an implementation detail at that point | 16:05 |
therve | Agreed. | 16:05 |
zaneb | s/to/too/ | 16:05 |
*** pablosan has joined #heat | 16:06 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Add personality files property to Server resource https://review.openstack.org/68685 | 16:06 |
zaneb | so a separate LaunchConfig resource in the API solves my exorcism problem... but that question is inextricably linked with the one of whether to have a separate LaunchConfig resource in Heat | 16:07 |
*** pablosan has quit IRC | 16:09 | |
*** achampio1 has joined #heat | 16:09 | |
*** pablosan has joined #heat | 16:09 | |
*** ifarkas has quit IRC | 16:09 | |
therve | zaneb, Interestingly not having a separate resource kinda solves it too :) | 16:09 |
*** che-arne has quit IRC | 16:10 | |
therve | Not for the AWS case if that's what you meant thogh | 16:10 |
zaneb | yes, the AWS resource is broken forever in that case | 16:10 |
*** aberezin has quit IRC | 16:10 | |
zaneb | you're right that just having our own API means it will be solved regardless for the native stuff | 16:11 |
*** achampion has quit IRC | 16:12 | |
*** che-arne has joined #heat | 16:16 | |
jpeeler | aweiteka: i assume the comment on the line above is the issue? | 16:18 |
*** randallburt has joined #heat | 16:20 | |
jpeeler | therve: if you have a chance do you see anything blantantly wrong here? https://github.com/aweiteka/heat-templates/blob/3broker/openshift-enterprise/heat/neutron/OpenShift-3B-3N-LB-neutron.yaml#L354 | 16:20 |
*** randallburt has quit IRC | 16:20 | |
*** randallburt has joined #heat | 16:21 | |
*** gokrokve has quit IRC | 16:21 | |
*** e0ne_ has quit IRC | 16:21 | |
*** e0ne has joined #heat | 16:21 | |
*** lcheng_ has quit IRC | 16:22 | |
*** blomquisg has quit IRC | 16:22 | |
therve | Hum... | 16:23 |
*** david-lyle has joined #heat | 16:24 | |
therve | jpeeler, Not obviously no. Have you tried on the command line after it failed? | 16:24 |
openstackgerrit | Randall Burt proposed a change to openstack/python-heatclient: Add more defalt CA paths https://review.openstack.org/68836 | 16:24 |
therve | Oh wait no | 16:25 |
therve | jpeeler, Yeah that doesn't work | 16:25 |
therve | jpeeler, Create a FloatingIPAssociation between that ip and the VIP address | 16:26 |
therve | The VIP address itself has to be in the member network | 16:26 |
aweiteka | therve, ok, ,i was just looking at FloatingIPAssociation | 16:27 |
aweiteka | therve, so the idea is to just add a FloatingIPAssociation block and it should work? | 16:28 |
openstackgerrit | Randall Burt proposed a change to openstack/python-heatclient: Configure logging regardless of debug flag https://review.openstack.org/69690 | 16:28 |
therve | aweiteka, Yeah remove the address property, and instead an association resource | 16:28 |
therve | We should really have an example template with that | 16:29 |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 16:29 |
aweiteka | therve, ok, cool. i noticed address was optional. makes more sense now. | 16:29 |
therve | https://bugs.launchpad.net/heat/+bug/1258490 will be useful too | 16:29 |
*** jprovazn has joined #heat | 16:31 | |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 16:31 |
jomara_ | do any of you guys have a valid environment file i can use for testing? is there one on the sample templates github repo? | 16:32 |
*** lcheng has joined #heat | 16:33 | |
*** lsmola_ has quit IRC | 16:34 | |
*** blomquisg has joined #heat | 16:34 | |
larsks | jomara_: testing with what? I have a simple HOT template and environment file, but the environment file is really just a parameters: key with three parameters. | 16:35 |
jomara_ | larsks: im just adding the ability to upload files in horizon, so really anything is fine - i just dont knowt he file formats | 16:35 |
jomara_ | larsks: for example, it does not like it when you upload a template :) | 16:35 |
larsks | jomara_: https://wiki.openstack.org/wiki/Heat/Environments has a sample environment file right at the top of the page. | 16:36 |
jomara_ | oh there we go! perfect | 16:37 |
jomara_ | thanks | 16:37 |
jomara_ | this would have been a good place to look | 16:37 |
larsks | :) | 16:37 |
*** Guest45771 has quit IRC | 16:38 | |
jomara_ | larsks: quick question : what wins between parameters passed in manually, and parameters in the environment file? | 16:39 |
jomara_ | does it even make sense to have both? (the UI flow is 1. select template + environment file, 2. enter parameters) | 16:39 |
larsks | jomara_: I'm not sure. Let me try it and find out. | 16:40 |
jomara_ | larsks: ok, thanks - for now i will just send both and let heat sort it out | 16:40 |
jomara_ | but it might be good to inform the UI about whats going to happen | 16:40 |
jomara_ | 0/win 3 | 16:40 |
larsks | jomara_: On the command line, parameters passed via -P seem to override parameters in the environment file. | 16:41 |
jomara_ | ok, itll probably work the same way then | 16:41 |
jomara_ | thanks | 16:41 |
*** e0ne has quit IRC | 16:42 | |
*** arbylee has quit IRC | 16:42 | |
*** tango has joined #heat | 16:44 | |
*** blomquisg has quit IRC | 16:49 | |
*** blomquisg has joined #heat | 17:02 | |
*** achampion has joined #heat | 17:04 | |
*** blamar has joined #heat | 17:06 | |
*** achampio1 has quit IRC | 17:06 | |
*** cadenzajon has joined #heat | 17:09 | |
*** andrew_plunk has joined #heat | 17:11 | |
*** arbylee has joined #heat | 17:12 | |
*** gokrokve has joined #heat | 17:15 | |
*** cmyster has quit IRC | 17:30 | |
*** aignatov_ is now known as aignatov | 17:31 | |
*** blomquisg has quit IRC | 17:32 | |
*** tspatzier has quit IRC | 17:33 | |
pafuent | SpamapS: Are you around? | 17:34 |
*** alexheneveld has joined #heat | 17:36 | |
*** coolsvap has joined #heat | 17:38 | |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: New Event uuid column and autoincremental id https://review.openstack.org/63839 | 17:40 |
*** arbylee has quit IRC | 17:41 | |
*** arbylee has joined #heat | 17:41 | |
openstackgerrit | Andrew Plunk proposed a change to openstack/heat: raw_template hot parameter type data migration https://review.openstack.org/70050 | 17:41 |
*** topol has quit IRC | 17:46 | |
*** rcleere has quit IRC | 17:47 | |
*** topol has joined #heat | 17:50 | |
*** e0ne has joined #heat | 17:51 | |
*** jistr has quit IRC | 17:53 | |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: Use a HeatIdentifier instance to create Parameters https://review.openstack.org/68257 | 17:56 |
*** topol has quit IRC | 17:59 | |
*** topol has joined #heat | 17:59 | |
SpamapS | pafuent: here now | 18:00 |
pafuent | SpamapS: Hi. Did you have time to check my response to one of your comments? | 18:01 |
SpamapS | pafuent: I did. Understood about freezing the models. | 18:02 |
SpamapS | pafuent: I don't have a good way to do that.. :-/ | 18:03 |
pafuent | SpamapS: Yes, it's ugly | 18:03 |
pafuent | SpamapS: BTW, I managed to get it working for postrgresql | 18:04 |
pscheie | I was trying to update a stack, replacing the flavor of one of the instances, which I've done successfully several times previously. | 18:05 |
SpamapS | pafuent: Ah I see that. I wonder why sqlalchemy isn't just making it a SERIAL column, which is effectively the same thing. :P | 18:06 |
pscheie | This time, I converted the json template file to yaml first (because I'm trying to move all our template to yaml) | 18:06 |
pscheie | and then made the flavor change to the yaml file. | 18:06 |
pscheie | But when I ran heat stack-update, the resizing of the flavor failed, though without really saying why. | 18:07 |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: Native Pseudo Parameters https://review.openstack.org/66640 | 18:07 |
pscheie | But now the stack status is 'UPDATE_FAILED' | 18:08 |
pscheie | and once it's in that state, it's not possible to update it anymore, is it? | 18:08 |
*** lcheng has quit IRC | 18:08 | |
*** lcheng has joined #heat | 18:10 | |
*** kebray_ has joined #heat | 18:12 | |
aweiteka | skraynev, i'm debugging LBaaS in my heat template and confused about floating ip addr assignment. therve pointed me here: https://bugs.launchpad.net/heat/+bug/1258490 | 18:13 |
aweiteka | skraynev, this isn't working but I admit I'm not clear on the solution described: https://github.com/aweiteka/heat-templates/blob/3broker/openshift-enterprise/heat/neutron/OpenShift-3B-3N-LB-neutron.yaml#L331 | 18:13 |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: Prevent access Parameters key in template dict https://review.openstack.org/68312 | 18:16 |
*** lcheng_ has joined #heat | 18:17 | |
*** nati_ueno has joined #heat | 18:17 | |
*** lcheng has quit IRC | 18:18 | |
*** blomquisg has joined #heat | 18:24 | |
*** harlowja_away is now known as harlowja | 18:28 | |
*** alexheneveld has quit IRC | 18:31 | |
*** rpothier_ has joined #heat | 18:31 | |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 18:34 |
*** rpothier has quit IRC | 18:35 | |
*** e0ne has quit IRC | 18:37 | |
*** e0ne has joined #heat | 18:37 | |
*** arbylee has quit IRC | 18:38 | |
*** arbylee has joined #heat | 18:40 | |
*** aberezin has joined #heat | 18:51 | |
*** fungi has joined #heat | 18:53 | |
fungi | just as a heads up, i've been scraping heat unit test jobs for unrelated reasons, but keep seeing these eventlet tracebacks... https://jenkins06.openstack.org/job/gate-heat-python27/58/console (just want to make sure they're on somebody's radar) | 18:59 |
*** tango has quit IRC | 19:00 | |
*** nati_uen_ has joined #heat | 19:00 | |
*** david-lyle has quit IRC | 19:03 | |
*** nati_ueno has quit IRC | 19:03 | |
*** nati_uen_ has quit IRC | 19:03 | |
*** nati_ueno has joined #heat | 19:04 | |
pafuent | SpamapS: It's alive! (+1 Jenkins) | 19:05 |
*** lcheng_ has quit IRC | 19:07 | |
*** nati_ueno has quit IRC | 19:07 | |
*** kebray_ has quit IRC | 19:13 | |
*** rcleere has joined #heat | 19:13 | |
*** che-arne has quit IRC | 19:15 | |
SpamapS | pafuent: sweet. and the frozen schema actually makes a lot of sense now to me btw. :) | 19:17 |
*** nati_ueno has joined #heat | 19:19 | |
sdake | fungi I'll file a bug | 19:19 |
*** nati_ueno has quit IRC | 19:19 | |
sdake | fungi we used to see that long ago and I believe we had fixed it, but perhaps not | 19:19 |
sdake | unfortunately the last time I saw it was a couple cycles ago so I don't recall the details of what was fixed | 19:20 |
*** nati_ueno has joined #heat | 19:20 | |
fungi | sdake: fwiw, it was showing up in ~75 percent of the py26 and py27 unit test logs i saw for heat today | 19:20 |
sdake | odd maybe a new regression | 19:20 |
fungi | but it wasn't causing the jobs to be marked as failed (not sure whether that's correct behavior or not for these) | 19:21 |
fungi | anyway, i guess that answers my questions as to whether it was a known situation. thanks! | 19:21 |
fungi | i'm still poking at trying to catch one of the unit test runs filling up disk space--no luck there yet (that's how i ended up spotting those tracebacks) | 19:22 |
sdake | fungi I would really expect a backtrace to stop the unit tests and mark them as failed | 19:23 |
clarkb | sdake: fungi: I think that is happening between tests | 19:23 |
SpamapS | pafuent: +2'd, thanks for pushing this one forward! :) | 19:24 |
jasond | sdake: wouldn't we just need to http://paste.openstack.org/show/62195/ ? | 19:28 |
*** e0ne has quit IRC | 19:30 | |
*** e0ne has joined #heat | 19:31 | |
sdake | jasond that might indeed fix it | 19:32 |
sdake | jasond I can't help thinking we actually use that information in describe though on the output side | 19:33 |
sdake | so not saving it may result in other problems | 19:33 |
pafuent | SpamapS: You are welcome | 19:33 |
jasond | sdake: i think it only happens during delete | 19:33 |
sdake | i see | 19:33 |
sdake | that rings a bell, the delete + describe race | 19:34 |
jasond | i'll go ahead and submit this fix | 19:34 |
*** e0ne has quit IRC | 19:35 | |
sdake | jasond I filed a bug for it | 19:40 |
jasond | sdake: thanks. i grabbed it | 19:40 |
sdake | cool | 19:40 |
*** alexheneveld has joined #heat | 19:41 | |
*** rpothier_ has quit IRC | 19:47 | |
*** rpothier_ has joined #heat | 19:47 | |
*** IlyaE has quit IRC | 19:48 | |
*** lcheng has joined #heat | 19:52 | |
*** aberezin has quit IRC | 19:55 | |
*** World has joined #heat | 20:01 | |
*** nati_ueno has quit IRC | 20:02 | |
*** aignatov is now known as aignatov_ | 20:04 | |
*** WinnieTsang has joined #heat | 20:05 | |
*** lcheng has quit IRC | 20:05 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Only update_and_save if the stack exists https://review.openstack.org/70209 | 20:08 |
*** IlyaE has joined #heat | 20:09 | |
*** aignatov_ is now known as aignatov | 20:10 | |
*** nati_ueno has joined #heat | 20:15 | |
*** World has quit IRC | 20:16 | |
*** pvaneck has joined #heat | 20:20 | |
SpamapS | jasond: I can haz tests!? ;) | 20:31 |
jasond | SpamapS: sure | 20:32 |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 20:39 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Make Server compatible with Nova Key Pair resource https://review.openstack.org/68230 | 20:43 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Native Nova Server compatibility for Cloud Server https://review.openstack.org/58043 | 20:43 |
*** aberezin has joined #heat | 20:47 | |
*** aberezin has quit IRC | 20:49 | |
sdake | larsks that patch looks good, but I dont have time atm to review - but nice work :) | 20:54 |
*** aweiteka has quit IRC | 20:56 | |
stevebaker | larsks: just one nit | 20:58 |
*** aignatov is now known as aignatov_ | 20:58 | |
larsks | stevebaker: noted, off to my editor I go... | 21:00 |
*** pafuent has left #heat | 21:01 | |
*** denis_makogon has quit IRC | 21:02 | |
*** dmakogon_ has joined #heat | 21:03 | |
openstackgerrit | Lars Kellogg-Stedman proposed a change to openstack/heat: serialize non-string nova metadata https://review.openstack.org/70045 | 21:03 |
*** aweiteka has joined #heat | 21:05 | |
*** coolsvap is now known as coolsvap_away | 21:10 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Only update_and_save if the stack exists https://review.openstack.org/70209 | 21:13 |
*** alexheneveld has quit IRC | 21:13 | |
*** alexheneveld_ has joined #heat | 21:13 | |
*** randallburt has quit IRC | 21:21 | |
*** aberezin has joined #heat | 21:22 | |
*** achampion has quit IRC | 21:22 | |
*** asalkeld has quit IRC | 21:29 | |
openstackgerrit | Steve Baker proposed a change to openstack/python-heatclient: Populate files with content from get_file function calls https://review.openstack.org/66230 | 21:30 |
*** nati_uen_ has joined #heat | 21:39 | |
*** aberezin has quit IRC | 21:41 | |
*** asalkeld has joined #heat | 21:41 | |
*** aberezin has joined #heat | 21:41 | |
*** nati_ueno has quit IRC | 21:42 | |
*** yogesh has joined #heat | 21:46 | |
*** radez is now known as radez_g0n3 | 21:50 | |
*** rcleere has quit IRC | 21:52 | |
*** lcheng has joined #heat | 21:55 | |
*** lcheng_ has joined #heat | 21:56 | |
*** lcheng has quit IRC | 22:00 | |
*** tango|2 has joined #heat | 22:00 | |
*** rcleere has joined #heat | 22:01 | |
*** jprovazn is now known as jprovazn_afk | 22:02 | |
*** yogesh has quit IRC | 22:03 | |
*** jdob has quit IRC | 22:04 | |
*** nati_uen_ has quit IRC | 22:11 | |
*** aberezin has quit IRC | 22:11 | |
*** nati_ueno has joined #heat | 22:12 | |
*** topol has quit IRC | 22:12 | |
*** blomquisg has quit IRC | 22:18 | |
*** aberezin has joined #heat | 22:19 | |
larsks | In an example like http://openstack.redhat.com/Deploy_an_application_with_Heat, from where does cfn-init get credentials? If I run it by hand on a heat-deployed F20 image, I just get a bunch of errors (No credentials!). | 22:19 |
*** yogesh has joined #heat | 22:22 | |
*** vijendar has quit IRC | 22:22 | |
*** yogesh has quit IRC | 22:23 | |
*** vijendar has joined #heat | 22:24 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Make Server compatible with Nova Key Pair resource https://review.openstack.org/68230 | 22:24 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Native Nova Server compatibility for Cloud Server https://review.openstack.org/58043 | 22:24 |
*** vijendar has quit IRC | 22:26 | |
stevebaker | jasond: I was under the impression that personalities was deprecated in nova, which was why I didn't expose it in OS::Nova::Server. Maybe russellb can weigh in on just how much we should be discouraging users to use it | 22:27 |
*** aberezin has quit IRC | 22:28 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat-templates: Fix cfn-isms in OpenShift Enterprise Neutron template https://review.openstack.org/70006 | 22:28 |
*** aberezin has joined #heat | 22:28 | |
stevebaker | larsks: cfn-init doesn't actually need credentials, since cloud-init should ensure that the required metadata is already local on disk | 22:29 |
stevebaker | larsks: is this running cfn/F17/WordPress_Composed_Instances.template ? | 22:30 |
larsks | stevebaker: I've got that open in a browser window and I'm trying to figure out the cfn bits. | 22:31 |
larsks | ...so not actually running it. "Manual inspection" | 22:31 |
*** cadenzajon has quit IRC | 22:32 | |
*** mattgriffin has joined #heat | 22:33 | |
larsks | I was working towards "can I set up waitcondition's using HOT templates?", but hadn't previously look at conditions/signaling and I'm using this template as an example. | 22:34 |
*** rcleere has quit IRC | 22:35 | |
stevebaker | larsks: is this for tempest? | 22:35 |
larsks | stevebaker: Nope, just for me. | 22:36 |
stevebaker | ok | 22:36 |
*** aweiteka has quit IRC | 22:36 | |
*** dims has quit IRC | 22:40 | |
*** aberezin has quit IRC | 22:41 | |
larsks | stevebaker: so...creating wait conditions requires identity:create_user permissions to keystone? | 22:43 |
stevebaker | larsks: yes, a waithandle is signed with a keypair from a user which is created for that handle. But that keypair does not need to be deployed to the instance - its just a webhook | 22:44 |
*** rpothier_ has quit IRC | 22:45 | |
*** topol has joined #heat | 22:45 | |
larsks | Hmm. With a typical keystone install, only admins can create users. I guess this is where keystone trusts will make things easier? | 22:46 |
larsks | Anyway, have to go take care of dinner. Thanks for the answers! | 22:46 |
*** aberezin has joined #heat | 22:46 | |
*** lcheng_ has quit IRC | 22:46 | |
stevebaker | larsks: yes, this has been heat's number 1 challange for its entire existence, shardy_afk is close to fixing it with https://blueprints.launchpad.net/heat/+spec/instance-users | 22:50 |
*** aberezin has quit IRC | 22:50 | |
*** slong has joined #heat | 22:52 | |
*** dims has joined #heat | 22:56 | |
*** nati_uen_ has joined #heat | 23:00 | |
*** nati_uen_ has quit IRC | 23:01 | |
*** nati_uen_ has joined #heat | 23:01 | |
*** jprovazn_afk has quit IRC | 23:01 | |
*** lcheng has joined #heat | 23:03 | |
*** nati_ueno has quit IRC | 23:03 | |
*** aberezin has joined #heat | 23:05 | |
*** aberezin has quit IRC | 23:09 | |
*** jcru has quit IRC | 23:10 | |
*** aberezin has joined #heat | 23:11 | |
*** andrew_plunk has quit IRC | 23:16 | |
*** david-lyle has joined #heat | 23:21 | |
*** david-lyle has quit IRC | 23:31 | |
*** nati_uen_ has quit IRC | 23:32 | |
*** sabeen has quit IRC | 23:33 | |
*** nati_ueno has joined #heat | 23:36 | |
*** tims has quit IRC | 23:36 | |
*** lcheng has quit IRC | 23:37 | |
*** tomek_adamczewsk has joined #heat | 23:38 | |
*** aberezin has quit IRC | 23:40 | |
*** lcheng has joined #heat | 23:41 | |
*** aberezin has joined #heat | 23:42 | |
*** lcheng has quit IRC | 23:43 | |
*** cody-somerville has joined #heat | 23:47 | |
*** yogesh has joined #heat | 23:52 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 23:53 | |
openstackgerrit | A change was merged to openstack/heat: HOT templates get_attr allows extra attributes https://review.openstack.org/67562 | 23:54 |
*** aberezin has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!