*** fragatina has quit IRC | 00:30 | |
*** fragatina has joined #heat | 00:33 | |
*** fragatina has quit IRC | 00:33 | |
*** fragatina has joined #heat | 00:34 | |
*** fragatina has quit IRC | 00:35 | |
*** fragatina has joined #heat | 00:36 | |
*** fragatina has quit IRC | 00:37 | |
*** jmlowe has quit IRC | 00:37 | |
*** harlowja has joined #heat | 01:06 | |
*** jmlowe has joined #heat | 01:12 | |
openstackgerrit | huangshan proposed openstack/heat master: Update http links for doc migration https://review.openstack.org/567453 | 01:19 |
---|---|---|
openstackgerrit | huangshan proposed openstack/heat master: Update http links for doc migration https://review.openstack.org/567453 | 01:22 |
*** fragatina has joined #heat | 01:30 | |
openstackgerrit | huangshan proposed openstack/heat master: Update http links for doc migration https://review.openstack.org/567453 | 01:33 |
openstackgerrit | huangshan proposed openstack/python-heatclient master: Update http links in docs https://review.openstack.org/567204 | 01:34 |
*** harlowja has quit IRC | 02:07 | |
*** rcernin has joined #heat | 02:15 | |
*** hongbin has joined #heat | 02:29 | |
*** nicolasbock has quit IRC | 02:36 | |
*** felipemonteiro has joined #heat | 02:40 | |
*** gkadam has joined #heat | 02:47 | |
*** dbecker has quit IRC | 02:47 | |
*** ricolin has joined #heat | 02:48 | |
*** dbecker has joined #heat | 03:01 | |
*** ramishra has joined #heat | 03:06 | |
*** ysandeep has joined #heat | 03:45 | |
*** hongbin has quit IRC | 03:59 | |
*** gkadam has quit IRC | 04:20 | |
*** gkadam has joined #heat | 04:20 | |
*** gyan_ has joined #heat | 04:25 | |
*** gyankum has joined #heat | 04:26 | |
openstackgerrit | Merged openstack/heat master: Add retry for resource_purge_deleted call https://review.openstack.org/567525 | 04:29 |
*** dyasny__ has joined #heat | 04:52 | |
*** dyasny_ has quit IRC | 04:54 | |
*** mikal has joined #heat | 05:22 | |
*** mikal_ has quit IRC | 05:25 | |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Load files from adopt file when adopt stack https://review.openstack.org/506743 | 05:27 |
openstackgerrit | Rico Lin proposed openstack/heat master: Squash database patches https://review.openstack.org/496192 | 05:32 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Don't allow nested or stacks in FAILED state to be migrated https://review.openstack.org/566225 | 05:37 |
*** Sharmistha has joined #heat | 05:40 | |
*** cgoncalves has left #heat | 05:41 | |
Sharmistha | Hi | 05:50 |
Sharmistha | can anyone please help me understand how heat stack-update differentiates between the existing resources and new resources added | 05:50 |
Sharmistha | and also how it differentiates if any existing resources are updated or deleted | 05:51 |
Sharmistha | I tried to go through the code but it was confusing !! | 05:52 |
*** felipemonteiro has quit IRC | 05:57 | |
ramishra | Sharmistha: It compares the old resources in the stack with the new resource names in the template used for update and then checks stuff like type and properties to decide whether to update or replace | 05:59 |
ramishra | if remove a resource from the template used for create, it would be deleted and new ones added would be created | 06:01 |
ramishra | FAILED resources are replaced normally, that's in a nutshell | 06:02 |
Sharmistha | for example if i had a port resource in my create template, that resource was not touched during update | 06:03 |
Sharmistha | but due to some manual intervention it was deleted | 06:03 |
ramishra | so if you deleted from outside somehow, then you can mark it unhealthy and heat would replace it | 06:05 |
Sharmistha | then during update it will first compare the templates then it will compare the updated template with the stack ? | 06:05 |
ramishra | Normally if something changes outside heat, heat would not know about it and nothing changes for that resource in the updated template, it would not be changed | 06:06 |
ramishra | What's your issue? | 06:06 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Keep old files in file map for rolling update https://review.openstack.org/562727 | 06:07 |
Sharmistha | one of the ports were created using stack but it was deleted by mistake later wen i tried stack-update it failed with error "Resource not found" during update port's name was changed | 06:10 |
ramishra | so, if you don't specify port 'name' it would be a system generated name | 06:13 |
Sharmistha | during stack-create port's name was given using parameter | 06:16 |
Sharmistha | but in stack-update this parameter was given different value | 06:16 |
ramishra | As I mentioned if you've deleted something then mark it as unhealthy or do a stack check and then it would replace them | 06:16 |
Sharmistha | okie | 06:17 |
ramishra | So if the parameter is passed different, then something is wrong with your template | 06:17 |
Sharmistha | i mean, for port name i was using "port_name"-->parameter | 06:19 |
Sharmistha | during stack-create i used port_name=old | 06:20 |
Sharmistha | but during stack-update i used port_name=new | 06:20 |
Sharmistha | then it failed with error resource not found | 06:20 |
Sharmistha | when i check in neutronport-list | 06:20 |
Sharmistha | this port was not available | 06:21 |
ramishra | so you changed the parameter, How would the port name remain the same | 06:21 |
ramishra | so what should you do is do a stack check, and then do an update with stack update with port_name=old | 06:22 |
ramishra | so the new port created would have the name 'old' | 06:22 |
Sharmistha | ok thank you !!! | 06:24 |
*** links has joined #heat | 06:31 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Keep old files in file map for rolling update https://review.openstack.org/562727 | 06:32 |
*** zzzeek has quit IRC | 06:32 | |
*** zzzeek has joined #heat | 06:33 | |
*** gkadam has quit IRC | 06:39 | |
*** blomquisg is now known as blomquisg_gone | 06:39 | |
*** armaan has joined #heat | 06:47 | |
*** mdnadeem_ has joined #heat | 06:52 | |
*** dmellado has quit IRC | 07:09 | |
*** dmellado has joined #heat | 07:10 | |
*** livelace has joined #heat | 07:10 | |
*** skramaja has joined #heat | 07:12 | |
*** skramaja has quit IRC | 07:14 | |
*** wolverineav has joined #heat | 07:25 | |
*** skramaja has joined #heat | 07:26 | |
*** ivve has joined #heat | 07:28 | |
*** jtomasek has joined #heat | 07:30 | |
*** serlex has joined #heat | 07:33 | |
*** ltomasbo has quit IRC | 07:36 | |
*** blomquisg_gone has quit IRC | 07:36 | |
*** mdnadeem_ has quit IRC | 07:39 | |
*** wolverineav has quit IRC | 07:42 | |
*** wolverineav has joined #heat | 07:42 | |
*** wolverineav has quit IRC | 07:47 | |
*** rcernin has quit IRC | 07:58 | |
*** serlex has quit IRC | 08:10 | |
*** serlex has joined #heat | 08:12 | |
openstackgerrit | Merged openstack/heat-dashboard master: support py3 https://review.openstack.org/564491 | 08:13 |
openstackgerrit | Xinni Ge proposed openstack/heat-dashboard master: Modified typo on Change Stack's pop-up Window. https://review.openstack.org/567118 | 08:16 |
*** livelace has quit IRC | 08:30 | |
*** ltomasbo` has joined #heat | 08:30 | |
*** gkadam has joined #heat | 08:30 | |
*** gfidente has joined #heat | 08:39 | |
openstackgerrit | Jiye Yu proposed openstack/heat-dashboard master: Modified typo on Change Stack's pop-up Window. https://review.openstack.org/567118 | 08:40 |
*** serlex has quit IRC | 08:40 | |
*** serlex has joined #heat | 08:41 | |
openstackgerrit | Thomas Herve proposed openstack/heat master: Download octavia image in tests https://review.openstack.org/567238 | 08:44 |
*** derekh has joined #heat | 08:49 | |
*** derekh has quit IRC | 08:50 | |
*** derekh has joined #heat | 08:52 | |
*** openstack has joined #heat | 09:29 | |
*** ChanServ sets mode: +o openstack | 09:29 | |
*** openstackgerrit has joined #heat | 09:35 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Delete resources in stack first for convergence stack https://review.openstack.org/499020 | 09:35 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Reset resource replaced_by field for rollback https://review.openstack.org/566508 | 09:35 |
openstackgerrit | Rico Lin proposed openstack/heat master: Delete resources in stack first for convergence stack https://review.openstack.org/499020 | 09:46 |
*** gmoro_ has quit IRC | 10:04 | |
*** gmoro has joined #heat | 10:07 | |
*** armaan has quit IRC | 10:07 | |
*** armaan has joined #heat | 10:08 | |
*** armaan has quit IRC | 10:14 | |
*** armaan has joined #heat | 10:14 | |
*** wolverineav has joined #heat | 10:30 | |
*** nicolasbock has joined #heat | 10:45 | |
*** pbourke has quit IRC | 11:10 | |
*** pbourke has joined #heat | 11:11 | |
*** serlex has quit IRC | 11:24 | |
*** gmoro has quit IRC | 11:24 | |
*** gmoro has joined #heat | 11:26 | |
openstackgerrit | Julia Kreger proposed openstack/heat master: Delete internal ports for ERROR-ed nodes https://review.openstack.org/564104 | 11:30 |
*** ricolin has quit IRC | 11:44 | |
*** livelace has joined #heat | 12:03 | |
*** gkadam_ has joined #heat | 12:03 | |
*** gkadam has quit IRC | 12:04 | |
*** armaan has quit IRC | 12:14 | |
*** armaan has joined #heat | 12:15 | |
*** jmlowe has quit IRC | 12:17 | |
*** armaan has quit IRC | 12:20 | |
*** armaan has joined #heat | 12:27 | |
*** jmlowe has joined #heat | 12:46 | |
*** TheJulia is now known as needsleep | 12:47 | |
*** zzzeek has quit IRC | 12:51 | |
*** jcoufal has joined #heat | 12:52 | |
*** zzzeek has joined #heat | 12:53 | |
*** openstackstatus has joined #heat | 13:10 | |
*** ChanServ sets mode: +v openstackstatus | 13:10 | |
-openstackstatus- NOTICE: Due to a Zuul outage, patches uploaded to Gerrit between 09:00UTC and 12:50UTC, were not properly added to Zuul. Please recheck any patches during this window and apologies for the inconvenience. | 13:14 | |
*** armaan has quit IRC | 13:32 | |
*** armaan has joined #heat | 13:33 | |
*** ramishra has quit IRC | 13:33 | |
*** felipemonteiro has joined #heat | 13:36 | |
*** armaan has quit IRC | 13:37 | |
*** gyan_ has quit IRC | 13:45 | |
*** gyankum has quit IRC | 13:46 | |
*** hongbin has joined #heat | 13:49 | |
*** blomquisg has joined #heat | 13:52 | |
needsleep | zaneb: The patch of mine that you +2'ed, I added a comment and ended up having to kick off a recheck due to ^^^. No actual code change, just an inline todo | 13:52 |
zaneb | needsleep: ack, will re-review | 13:52 |
needsleep | thanks | 13:52 |
*** armaan has joined #heat | 13:53 | |
zaneb | done | 13:54 |
needsleep | thanks! | 13:54 |
*** jmlowe has quit IRC | 13:54 | |
*** jcoufal_ has joined #heat | 13:56 | |
*** mchlumsky has quit IRC | 13:58 | |
*** jcoufal has quit IRC | 13:59 | |
*** dyasny__ has quit IRC | 14:02 | |
*** mchlumsky has joined #heat | 14:02 | |
*** serlex has joined #heat | 14:05 | |
*** felipemonteiro_ has joined #heat | 14:12 | |
*** felipemonteiro has quit IRC | 14:13 | |
*** felipemonteiro__ has joined #heat | 14:13 | |
*** armaan has quit IRC | 14:15 | |
*** armaan has joined #heat | 14:16 | |
*** felipemonteiro_ has quit IRC | 14:18 | |
*** armaan has quit IRC | 14:20 | |
*** felipemonteiro__ has quit IRC | 14:25 | |
*** felipemonteiro__ has joined #heat | 14:25 | |
*** dyasny has joined #heat | 14:27 | |
openstackgerrit | Merged openstack/heat master: Update http links for doc migration https://review.openstack.org/567453 | 14:31 |
*** ysandeep has quit IRC | 14:36 | |
*** openstackgerrit has quit IRC | 14:49 | |
*** jmlowe has joined #heat | 14:54 | |
*** jtomasek has quit IRC | 15:09 | |
*** serlex has quit IRC | 15:16 | |
*** jmlowe has quit IRC | 15:17 | |
needsleep | speaking of that issue, what are the odds of getting that landed in the next week or so? and would I be able to backport it to stable/queens since I've got users hitting it :( | 15:20 |
*** jmlowe has joined #heat | 15:22 | |
*** links has quit IRC | 15:24 | |
*** armaan has joined #heat | 15:28 | |
*** skramaja has quit IRC | 15:33 | |
*** jmlowe has quit IRC | 15:44 | |
zaneb | needsleep: that seems feasible | 15:54 |
needsleep | Awesome, <3 | 15:54 |
needsleep | I saw it got a +A | 15:54 |
zaneb | oh, I missed that, thank therve | 15:56 |
zaneb | *thanks | 15:56 |
zaneb | needsleep: so yeah, once that merges propose a backport & I will review it | 15:57 |
needsleep | will do | 15:57 |
zaneb | finding a second stable reviewer is hard, but maybe shardy will be back from RH Summit next week | 15:57 |
*** gfidente has quit IRC | 16:44 | |
*** armaan_ has joined #heat | 16:46 | |
*** armaan has quit IRC | 16:47 | |
*** armaan has joined #heat | 16:47 | |
*** armaan_ has quit IRC | 16:48 | |
*** jcoufal has joined #heat | 16:51 | |
*** dyasny_ has joined #heat | 16:53 | |
*** jcoufal_ has quit IRC | 16:54 | |
*** derekh has quit IRC | 16:55 | |
*** dyasny has quit IRC | 16:55 | |
*** openstackstatus has quit IRC | 17:00 | |
*** openstack has joined #heat | 17:05 | |
*** ChanServ sets mode: +o openstack | 17:05 | |
*** armaan has quit IRC | 17:11 | |
*** armaan has joined #heat | 17:12 | |
*** armaan has quit IRC | 17:20 | |
*** armaan has joined #heat | 17:20 | |
*** armaan has quit IRC | 17:21 | |
*** armaan has joined #heat | 17:21 | |
*** jcoufal_ has joined #heat | 17:23 | |
*** jcoufal has quit IRC | 17:24 | |
*** jcoufal has joined #heat | 17:28 | |
*** jcoufal_ has quit IRC | 17:30 | |
*** fragatina has quit IRC | 17:31 | |
*** jcoufal_ has joined #heat | 17:33 | |
*** armaan has quit IRC | 17:33 | |
*** armaan_ has joined #heat | 17:33 | |
*** armaan has joined #heat | 17:34 | |
*** armaan_ has quit IRC | 17:34 | |
*** jcoufal has quit IRC | 17:35 | |
*** jcoufal has joined #heat | 17:37 | |
*** jcoufal_ has quit IRC | 17:40 | |
*** jcoufal_ has joined #heat | 17:41 | |
*** jcoufal has quit IRC | 17:43 | |
*** ricolin has joined #heat | 17:47 | |
*** jcoufal has joined #heat | 17:51 | |
*** jcoufal_ has quit IRC | 17:53 | |
*** jcoufal_ has joined #heat | 17:55 | |
*** jcoufal has quit IRC | 17:56 | |
*** jcoufal_ has quit IRC | 18:06 | |
*** jcoufal has joined #heat | 18:06 | |
*** fragatina has joined #heat | 18:07 | |
*** jcoufal_ has joined #heat | 18:10 | |
*** armaan has quit IRC | 18:12 | |
*** armaan has joined #heat | 18:13 | |
*** ricolin has quit IRC | 18:13 | |
*** jcoufal has quit IRC | 18:14 | |
*** jcoufal has joined #heat | 18:29 | |
*** jcoufal_ has quit IRC | 18:32 | |
*** ricolin has joined #heat | 18:34 | |
*** jcoufal_ has joined #heat | 18:38 | |
*** jcoufal has quit IRC | 18:41 | |
*** armaan has quit IRC | 18:43 | |
*** armaan has joined #heat | 18:43 | |
*** PaulN has joined #heat | 18:44 | |
*** wolverineav has quit IRC | 18:56 | |
*** wolverineav has joined #heat | 18:57 | |
*** ricolin has quit IRC | 18:58 | |
*** bnemec is now known as beekneemech | 19:20 | |
*** jcoufal has joined #heat | 19:21 | |
*** jcoufal_ has quit IRC | 19:23 | |
*** gkadam_ has quit IRC | 19:28 | |
*** Sharmistha has quit IRC | 19:30 | |
*** felipemonteiro__ has quit IRC | 19:34 | |
*** felipemonteiro_ has joined #heat | 19:34 | |
*** fragatina has quit IRC | 19:38 | |
*** felipemonteiro__ has joined #heat | 19:39 | |
*** jcoufal_ has joined #heat | 19:40 | |
*** jcoufal__ has joined #heat | 19:42 | |
*** felipemonteiro_ has quit IRC | 19:42 | |
*** jcoufal has quit IRC | 19:43 | |
*** jcoufal_ has quit IRC | 19:44 | |
*** jcoufal has joined #heat | 19:45 | |
*** jcoufal__ has quit IRC | 19:48 | |
*** jcoufal_ has joined #heat | 19:48 | |
*** jcoufal has quit IRC | 19:52 | |
*** fragatina has joined #heat | 20:03 | |
*** armaan has quit IRC | 20:22 | |
*** armaan has joined #heat | 20:22 | |
*** felipemonteiro__ has quit IRC | 20:51 | |
*** felipemonteiro__ has joined #heat | 20:52 | |
*** armaan has quit IRC | 21:06 | |
*** armaan has joined #heat | 21:06 | |
*** jcoufal has joined #heat | 21:07 | |
*** jcoufal__ has joined #heat | 21:09 | |
*** jcoufal_ has quit IRC | 21:09 | |
*** jcoufal has quit IRC | 21:12 | |
*** wolverineav has quit IRC | 21:39 | |
*** wolverineav has joined #heat | 21:39 | |
*** wolverineav has quit IRC | 21:43 | |
*** felipemonteiro__ has quit IRC | 21:49 | |
*** jcoufal has joined #heat | 21:59 | |
*** jcoufal__ has quit IRC | 22:03 | |
*** PaulN has quit IRC | 22:23 | |
*** jmlowe has joined #heat | 22:27 | |
*** jcoufal_ has joined #heat | 22:34 | |
*** jcoufal has quit IRC | 22:34 | |
*** ivve has quit IRC | 22:41 | |
*** mchlumsky has quit IRC | 22:44 | |
*** hongbin has quit IRC | 22:49 | |
*** jcoufal has joined #heat | 23:27 | |
*** jcoufal__ has joined #heat | 23:30 | |
*** jcoufal_ has quit IRC | 23:31 | |
*** jcoufal_ has joined #heat | 23:32 | |
*** jcoufal has quit IRC | 23:33 | |
*** jcoufal has joined #heat | 23:35 | |
*** jcoufal__ has quit IRC | 23:35 | |
*** jcoufal__ has joined #heat | 23:37 | |
*** jcoufal_ has quit IRC | 23:38 | |
*** jcoufal_ has joined #heat | 23:39 | |
*** jcoufal has quit IRC | 23:39 | |
*** jcoufal__ has quit IRC | 23:42 | |
*** openstackgerrit has joined #heat | 23:48 | |
openstackgerrit | Merged openstack/heat master: Delete internal ports for ERROR-ed nodes https://review.openstack.org/564104 | 23:48 |
*** felipemonteiro__ has joined #heat | 23:49 | |
*** jcoufal has joined #heat | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!