*** MVenesio has joined #heat | 00:03 | |
*** MVenesio has quit IRC | 00:05 | |
*** jmlowe has quit IRC | 00:07 | |
*** jmlowe has joined #heat | 00:22 | |
*** chlong has joined #heat | 00:26 | |
*** Yangyapeng has quit IRC | 00:30 | |
*** amoralej|off has quit IRC | 01:03 | |
*** blomquisg_gone has quit IRC | 01:03 | |
*** rook has quit IRC | 01:04 | |
*** ltomasbo|away has quit IRC | 01:04 | |
*** weshay has quit IRC | 01:04 | |
*** sai has quit IRC | 01:04 | |
*** dmellado has quit IRC | 01:04 | |
*** sai has joined #heat | 01:07 | |
*** rook has joined #heat | 01:08 | |
*** rook is now known as Guest36210 | 01:08 | |
*** weshay has joined #heat | 01:10 | |
*** amoralej has joined #heat | 01:12 | |
*** ltomasbo|away has joined #heat | 01:13 | |
*** blomquisg_gone has joined #heat | 01:15 | |
*** Shunli has joined #heat | 01:16 | |
*** dmellado has joined #heat | 01:22 | |
openstackgerrit | Giulio Fidente proposed openstack/heat master: Implements execution of Mistral workflows using a Heat resource https://review.openstack.org/420664 | 01:22 |
---|---|---|
*** gfidente has quit IRC | 01:26 | |
*** Yangyapeng has joined #heat | 01:27 | |
*** fragatina has quit IRC | 02:07 | |
*** fragatina has joined #heat | 02:08 | |
*** fragatin_ has joined #heat | 02:36 | |
*** fragatina has quit IRC | 02:39 | |
*** fragatin_ has quit IRC | 02:40 | |
*** chao has joined #heat | 02:43 | |
chao | hello, heat experts! I'm confused how the parameter "password for user someone" is used when creating a heat stack? I have read the document, but still do not get the idea of this parameter. Could anyone explain me with that? Thanks a lot. :D | 02:45 |
chao | It says the password is needed when operating the stack for the lifecycle. However, I tried to delete or update the stack or even do this by another user, but no password is required... | 02:47 |
*** ricolin has joined #heat | 02:48 | |
*** nicolasbock has quit IRC | 03:10 | |
openstackgerrit | huangtianhua proposed openstack/heat master: [WIP] Reorder the update task for nova server resource https://review.openstack.org/466163 | 03:19 |
kazsh | chao: Hi, which document are u looking at? Anyway I guess what you are saying is for the deferred auth. | 03:24 |
kazsh | For instance, if you are going to create large stack including lots number of resources, the token what you passed to Heat might be expired and then Heat will not be able to keep working for your stack. | 03:25 |
kazsh | but if you give your credential to Heat when you ask stack-create to Heat, Heat stores the credential to his DB and even if the initial given token expired, Heat can keep working with the your credential. | 03:27 |
kazsh | https://docs.openstack.org/admin-guide/orchestration-auth-model.html | 03:28 |
*** fragatina has joined #heat | 03:32 | |
*** fragatina has quit IRC | 03:38 | |
*** fragatina has joined #heat | 03:38 | |
*** fragatina has quit IRC | 03:38 | |
*** jamielennox is now known as jamielennox|away | 03:46 | |
*** jamielennox|away is now known as jamielennox | 03:53 | |
*** Shunli has quit IRC | 04:02 | |
*** fragatina has joined #heat | 04:13 | |
*** fragatina has quit IRC | 04:15 | |
*** fragatina has joined #heat | 04:15 | |
ricolin | kazsh, maybe we can put re-authen config in admin guide, just to let admin user might know about it :) https://github.com/openstack/heat/blob/master/heat/common/config.py#L106 | 04:19 |
*** prateek has joined #heat | 04:19 | |
*** gmoro has quit IRC | 04:26 | |
*** gmoro has joined #heat | 04:28 | |
*** ramishra has joined #heat | 04:32 | |
*** yuanying has quit IRC | 04:32 | |
*** yuanying has joined #heat | 04:48 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix nova floatingip resources https://review.openstack.org/466187 | 05:31 |
*** ltomasbo|away is now known as ltomasbo | 05:37 | |
kazsh | ricolin: Sounds good, I'm on same page as you. Can I work for that ? I will report a bug on this point & propose the fix to you and folks here. | 05:41 |
*** jaosorior_away has quit IRC | 05:44 | |
chao | kazsh: Thanks for your reply. I checked once again, it seems that from heat client, it does not need the 'password' related paramter for creating a stack. But what I found this is in horizon when I fill the form for creating a stack. I also checked the code, and did not find where the password is used. | 05:49 |
chao | Perhaps horizon team added this parameter and posted the filled data to heatclient, but heat side never use this. :p | 05:51 |
*** mdnadeem has joined #heat | 06:00 | |
therve | chao, https://bugs.launchpad.net/horizon/+bug/1290344 | 06:01 |
openstack | Launchpad bug 1290344 in OpenStack Dashboard (Horizon) "Password field should be optional during Heat stack creation" [Medium,Fix released] - Assigned to Jesse Keating (jesse-keating) | 06:01 |
therve | Now that we use trust all the time, it can be removed | 06:01 |
kazsh | Yep, the default deferred auth method is trusts. | 06:03 |
*** yuanying has quit IRC | 06:06 | |
*** yuanying has joined #heat | 06:08 | |
*** dimtruck is now known as zz_dimtruck | 06:09 | |
*** ricolin has quit IRC | 06:10 | |
*** ricolin has joined #heat | 06:13 | |
*** rcernin has joined #heat | 06:13 | |
*** ricolin_ has joined #heat | 06:16 | |
*** jprovazn has joined #heat | 06:18 | |
*** ricolin has quit IRC | 06:19 | |
chao | therve & kazsh: thank you guys, it looks that the bug is already been fixed. But what I suffered this is because I'm working with mitaka release. :p | 06:19 |
*** namnh has joined #heat | 06:21 | |
*** armaan has joined #heat | 06:23 | |
kazsh | I'm also working with Mitaka, I can see the same :p | 06:31 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix handle_restore for server and volume resources https://review.openstack.org/462426 | 06:32 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix check_snapshot_complete for nova server https://review.openstack.org/466202 | 06:32 |
*** ioggstream has joined #heat | 06:40 | |
*** ricolin has joined #heat | 07:05 | |
ricolin | kazsh, hi sorry for late response, and it will be so useful if anyone can help to do it:) | 07:07 |
kazsh | ricolin: Thanks for your response, yep I will work for it accordingly :) | 07:08 |
*** stingaci has joined #heat | 07:08 | |
ricolin | kazsh, thx and let's keep that sync to team, would be great to know some new update, so others can help to review it together:) | 07:11 |
*** dbecker has joined #heat | 07:14 | |
*** shardy has quit IRC | 07:16 | |
*** shardy has joined #heat | 07:17 | |
*** lujinluo has joined #heat | 07:22 | |
*** armaan has quit IRC | 07:24 | |
*** ccamacho has joined #heat | 07:25 | |
kazsh | ricolin: ok, will keep you updated on this. | 07:31 |
*** gfidente has joined #heat | 07:38 | |
*** gfidente has joined #heat | 07:38 | |
kazsh | I did bug report for now, https://bugs.launchpad.net/openstack-manuals/+bug/1691966 | 07:38 |
openstack | Launchpad bug 1691966 in openstack-manuals "Update Orchestration authorization model in Administrator Guide" [Undecided,New] - Assigned to Kazunori Shinohara (ksnhr) | 07:38 |
*** stingaci has quit IRC | 07:42 | |
*** ricolin_ has quit IRC | 07:47 | |
ricolin | kazsh, cheers! | 07:49 |
*** zzzeek has quit IRC | 08:00 | |
therve | ricolin, ramishra can I have a look on https://review.openstack.org/450760 ? Simple client patch | 08:01 |
*** stingaci has joined #heat | 08:01 | |
*** stingaci has quit IRC | 08:02 | |
*** zzzeek has joined #heat | 08:02 | |
ramishra | therve: done:) | 08:13 |
ricolin | therve, oops, double approved | 08:15 |
therve | Thanks :) | 08:15 |
*** derekh has joined #heat | 08:16 | |
ramishra | therve: api tests are grouped now http://logs.openstack.org/90/462590/3/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/3892514/console.html.gz#_2017-05-05_02_51_12_454248 may be you can help review that? | 08:20 |
*** jaosorior has joined #heat | 08:29 | |
*** armaan has joined #heat | 08:29 | |
openstackgerrit | Merged openstack/python-heatclient master: Pass event filters to the server side https://review.openstack.org/450760 | 08:30 |
*** stingaci has joined #heat | 08:33 | |
*** Yangyapeng has quit IRC | 08:45 | |
LanceHaig | Is there a good link that shows the Heat Resource Types of a specific version? (e.g. 2016-04-08 - Mitaka )? | 08:48 |
therve | No I don't think so | 08:52 |
LanceHaig | a pity | 08:59 |
*** chao has quit IRC | 09:13 | |
LanceHaig | looks like something to add to the list :-) | 09:14 |
*** lujinluo has quit IRC | 09:26 | |
*** openstack has joined #heat | 10:01 | |
*** nicolasbock has joined #heat | 10:09 | |
*** p01nt3r75 has joined #heat | 10:13 | |
openstackgerrit | Nguyen Van Trung proposed openstack/heat master: Remove 'the' word which duplicate in project https://review.openstack.org/439275 | 10:22 |
*** jprovazn has quit IRC | 10:33 | |
*** shardy has quit IRC | 10:36 | |
*** shardy has joined #heat | 10:38 | |
*** root has joined #heat | 10:40 | |
*** root is now known as Guest85387 | 10:40 | |
*** Guest56208 has quit IRC | 10:43 | |
*** namnh has quit IRC | 10:55 | |
*** root4 has joined #heat | 11:07 | |
*** Guest85387 has quit IRC | 11:11 | |
*** shardy has quit IRC | 11:12 | |
*** shardy has joined #heat | 11:19 | |
*** armaan has quit IRC | 11:25 | |
gfidente | therve shardy if you guys could review the external resource | 11:27 |
gfidente | I think the implementation should be finished at this time | 11:27 |
gfidente | including the last part I was missing to bring forward as execution environment the previous execution output | 11:27 |
therve | OK cool, I'll try to have a look | 11:28 |
gfidente | I am not familiar with heat internals but fwiw, the custome resource plugin was totally amazing guys | 11:28 |
gfidente | despite being a pretty weird resource type I didn't have to add a single line outside the resource file itself | 11:28 |
gfidente | *I mean the custom resource interface was amazin | 11:30 |
gfidente | not the resource itself :D | 11:30 |
*** armaan has joined #heat | 11:38 | |
*** jprovazn has joined #heat | 11:40 | |
*** ioggstream has quit IRC | 11:51 | |
*** faizy has quit IRC | 12:04 | |
*** dprince has joined #heat | 12:10 | |
*** askb has quit IRC | 12:11 | |
*** jistr is now known as jistr|mtg | 12:16 | |
*** jrist has joined #heat | 12:24 | |
*** ayoung has joined #heat | 12:26 | |
*** shardy has quit IRC | 12:27 | |
*** shardy has joined #heat | 12:27 | |
*** catintheroof has joined #heat | 12:45 | |
*** Guest6334 has quit IRC | 12:46 | |
*** zz_dimtruck is now known as dimtruck | 12:48 | |
*** Guest6334 has joined #heat | 12:53 | |
openstackgerrit | M V P Nitesh proposed openstack/heat master: Replace assertRaisesRegexp with assertRaisesRegex https://review.openstack.org/466275 | 12:53 |
*** jistr|mtg is now known as jistr | 12:59 | |
therve | Come on | 13:06 |
*** shardy has quit IRC | 13:12 | |
*** shardy has joined #heat | 13:13 | |
*** armaan has quit IRC | 13:13 | |
*** armaan has joined #heat | 13:14 | |
*** MVenesio has joined #heat | 13:14 | |
*** zzzeek has quit IRC | 13:17 | |
*** zzzeek has joined #heat | 13:17 | |
*** stingaci has quit IRC | 13:18 | |
*** nilles has joined #heat | 13:28 | |
*** dyasny has quit IRC | 13:31 | |
*** dyasny has joined #heat | 13:31 | |
*** prateek has quit IRC | 13:41 | |
*** felipemonteiro has joined #heat | 13:42 | |
*** felipemonteiro_ has joined #heat | 13:43 | |
*** felipemonteiro has quit IRC | 13:47 | |
*** dimtruck is now known as zz_dimtruck | 13:47 | |
*** mdnadeem has quit IRC | 13:48 | |
*** ioggstream has joined #heat | 13:52 | |
*** jmlowe has quit IRC | 13:56 | |
*** nilles has quit IRC | 13:58 | |
*** amoralej is now known as amoralej|lunch | 14:02 | |
*** Guest36210 is now known as rook | 14:03 | |
*** jmlowe has joined #heat | 14:07 | |
*** shardy has quit IRC | 14:08 | |
*** shardy has joined #heat | 14:08 | |
*** zz_dimtruck is now known as dimtruck | 14:09 | |
*** stingaci has joined #heat | 14:22 | |
*** stingaci has quit IRC | 14:28 | |
*** jprovazn has quit IRC | 14:32 | |
*** MVenesio_ has joined #heat | 14:44 | |
*** MVenesio has quit IRC | 14:47 | |
*** MVenesi__ has joined #heat | 14:48 | |
*** MVenesio has joined #heat | 14:50 | |
*** MVenesio_ has quit IRC | 14:51 | |
*** MVenesi__ has quit IRC | 14:54 | |
*** dyasny has quit IRC | 14:59 | |
*** amoralej|lunch is now known as amoralej | 14:59 | |
*** dyasny has joined #heat | 14:59 | |
*** armaan has quit IRC | 15:08 | |
*** rcernin has quit IRC | 15:13 | |
*** jaosorior has quit IRC | 15:13 | |
*** blomquisg_gone is now known as blomquisg | 15:20 | |
*** armaan has joined #heat | 15:20 | |
*** armaan has quit IRC | 15:24 | |
*** armaan has joined #heat | 15:24 | |
*** armaan has quit IRC | 15:25 | |
*** armaan has joined #heat | 15:26 | |
*** armaan has quit IRC | 15:34 | |
*** ramishra has quit IRC | 15:38 | |
*** stingaci has joined #heat | 15:42 | |
*** felipemonteiro_ has quit IRC | 15:52 | |
*** felipemonteiro has joined #heat | 15:55 | |
*** armaan has joined #heat | 16:00 | |
*** felipemonteiro_ has joined #heat | 16:02 | |
*** p01nt3r75 has quit IRC | 16:03 | |
*** felipemonteiro has quit IRC | 16:05 | |
*** nicolasbock has quit IRC | 16:17 | |
*** ricolin has quit IRC | 16:17 | |
*** ltomasbo is now known as ltomasbo|away | 16:20 | |
*** EricGonczer_ has joined #heat | 16:31 | |
*** pbourke has quit IRC | 16:33 | |
*** derekh has quit IRC | 16:44 | |
*** stingaci has quit IRC | 16:53 | |
*** stingaci has joined #heat | 16:54 | |
*** root has joined #heat | 16:54 | |
*** root is now known as Guest72613 | 16:54 | |
*** root4 has quit IRC | 16:57 | |
*** stingaci has quit IRC | 16:59 | |
*** EricGonczer_ has quit IRC | 17:02 | |
*** EricGonczer_ has joined #heat | 17:02 | |
*** armaan has quit IRC | 17:16 | |
*** EricGonc_ has joined #heat | 17:19 | |
*** stingaci has joined #heat | 17:20 | |
*** EricGonczer_ has quit IRC | 17:20 | |
*** stingaci has quit IRC | 17:24 | |
*** ioggstream has quit IRC | 17:33 | |
*** dprince has quit IRC | 17:39 | |
*** stingaci has joined #heat | 17:41 | |
gfidente | <therve> Come on | 17:41 |
*** stingaci has quit IRC | 17:45 | |
*** thiagop has joined #heat | 17:49 | |
thiagop | howdy folks! Quick question: I have a couple of stacks that are stuck on my heat. The VM's on the stack are already deleted, but the stack remains there despite my checks and deletes. Should I go violently on the DB and delete them? | 17:51 |
*** armaan has joined #heat | 17:55 | |
therve | gfidente, Yes? :) | 17:57 |
*** stingaci has joined #heat | 18:01 | |
gfidente | therve I don't know you worte it | 18:03 |
gfidente | was looking at the tests | 18:03 |
gfidente | that's more complicated than the resource itself :D | 18:04 |
*** stingaci has quit IRC | 18:05 | |
*** EricGonc_ has quit IRC | 18:08 | |
*** harlowja has joined #heat | 18:13 | |
*** ramishra has joined #heat | 18:16 | |
zaneb | thiagop: would be great if you can report a bug showing why they're not getting deleted first | 18:26 |
thiagop | zaneb: apparently some FloatingIP resources are stuck in CREATE_IN_PROGRESS | 18:27 |
thiagop | for 3 days | 18:27 |
thiagop | :) | 18:27 |
zaneb | have you tried restarting heat-engine? | 18:28 |
*** armaan has quit IRC | 18:33 | |
*** stingaci has joined #heat | 18:33 | |
thiagop | zaneb: yup | 18:36 |
thiagop | zaneb: I did set the resources to failed on mariadb and the delete worked now | 18:36 |
zaneb | thiagop: heat-manage reset_stack_status should do what you want to the DB without you having to do it manually | 18:36 |
zaneb | can't remember what version that landed in | 18:37 |
*** stingaci has quit IRC | 18:38 | |
thiagop | zaneb: I'm not a big connaisseur of heat, but will try that next time. I'm using ocata here. | 18:38 |
*** ramishra has quit IRC | 18:41 | |
zaneb | oh its definitely in ocata | 18:54 |
zaneb | I thought we had fixed all the ways of leaving resources stuck IN_PROGRESS in ocata too though :/ | 18:54 |
*** dprince has joined #heat | 19:01 | |
*** fragatina has quit IRC | 19:02 | |
*** crose has joined #heat | 19:05 | |
*** thiagop has quit IRC | 19:14 | |
*** crose has quit IRC | 19:28 | |
*** fragatina has joined #heat | 19:45 | |
*** shardy has quit IRC | 19:46 | |
*** ayoung has quit IRC | 19:50 | |
*** amoralej is now known as amoralej|off | 19:54 | |
*** fragatina has quit IRC | 20:00 | |
*** fragatina has joined #heat | 20:00 | |
*** felipemonteiro_ has quit IRC | 20:01 | |
*** fragatina has quit IRC | 20:06 | |
*** jrist has quit IRC | 20:11 | |
*** mikal has quit IRC | 20:25 | |
*** mikal has joined #heat | 20:27 | |
therve | zaneb, If you can have a look at https://bugs.launchpad.net/tripleo/+bug/1684272/comments/21 to see if it makes any sense... | 20:30 |
openstack | Launchpad bug 1684272 in tripleo "10 minute increase in overcloud deploy/update time" [Critical,In progress] | 20:30 |
*** Guest6334 has quit IRC | 20:30 | |
*** ccard has quit IRC | 20:31 | |
*** ccard has joined #heat | 20:33 | |
zaneb | therve: that suddenly makes a great deal of sense | 20:54 |
*** ccard has quit IRC | 20:58 | |
*** ccard has joined #heat | 21:01 | |
*** dimtruck is now known as zz_dimtruck | 21:03 | |
*** dprince has quit IRC | 21:04 | |
*** EricGonczer_ has joined #heat | 21:11 | |
*** rcernin has joined #heat | 21:13 | |
*** EricGonczer_ has quit IRC | 21:13 | |
*** EricGonczer_ has joined #heat | 21:17 | |
*** EricGonc_ has joined #heat | 21:20 | |
*** EricGonczer_ has quit IRC | 21:21 | |
*** zz_dimtruck is now known as dimtruck | 21:27 | |
*** EricGonczer_ has joined #heat | 21:49 | |
*** stingaci has joined #heat | 21:49 | |
*** EricGonc_ has quit IRC | 21:50 | |
*** EricGonc_ has joined #heat | 21:52 | |
*** EricGonczer_ has quit IRC | 21:53 | |
*** MVenesio has quit IRC | 22:02 | |
*** catintheroof has quit IRC | 22:02 | |
*** harlowja has quit IRC | 22:12 | |
*** EricGonc_ has quit IRC | 22:34 | |
*** harlowja has joined #heat | 22:57 | |
*** jamielennox is now known as jamielennox|away | 23:00 | |
*** dimtruck is now known as zz_dimtruck | 23:04 | |
*** harlowja has quit IRC | 23:34 | |
*** jamielennox|away is now known as jamielennox | 23:40 | |
*** root4 has joined #heat | 23:46 | |
*** Guest72613 has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!