*** dimsum__ has quit IRC | 00:03 | |
*** pm90_ has quit IRC | 00:05 | |
openstackgerrit | Merged openstack/heat: Refactor ResourceGroup._get_batches() to be much, much simpler https://review.openstack.org/218454 | 00:05 |
---|---|---|
*** kebray has joined #heat | 00:17 | |
*** sdake has joined #heat | 00:18 | |
*** shadower has joined #heat | 00:23 | |
*** Qiming__ has quit IRC | 00:24 | |
*** eliqiao has joined #heat | 00:29 | |
openstackgerrit | Takashi NATSUME proposed openstack/python-heatclient: Use OS::Heat::RandomString in test templates https://review.openstack.org/220853 | 00:48 |
*** dimsum__ has joined #heat | 00:48 | |
*** zengyingzhe has joined #heat | 00:52 | |
*** kencjohn_ has quit IRC | 00:57 | |
*** pm90_ has joined #heat | 01:06 | |
*** pm90_ has quit IRC | 01:10 | |
*** ricolin has joined #heat | 01:12 | |
*** hdd has joined #heat | 01:14 | |
*** Marga_ has joined #heat | 01:19 | |
*** Marga_ has quit IRC | 01:20 | |
*** Marga_ has joined #heat | 01:21 | |
*** Qiming__ has joined #heat | 01:25 | |
*** yuanying has quit IRC | 01:32 | |
*** yuanying has joined #heat | 01:35 | |
*** zhenguo has joined #heat | 01:35 | |
*** Marga_ has quit IRC | 01:35 | |
*** pm90_ has joined #heat | 01:36 | |
*** eliqiao has quit IRC | 01:38 | |
*** dimsum__ has quit IRC | 01:40 | |
*** pm90_ has quit IRC | 01:42 | |
*** eliqiao has joined #heat | 01:43 | |
*** david-ly_ has joined #heat | 01:51 | |
*** yuanying has quit IRC | 01:52 | |
*** yuanying has joined #heat | 01:53 | |
*** david-lyle has quit IRC | 01:54 | |
*** Yanyanhu has joined #heat | 01:56 | |
*** yuanying has quit IRC | 02:01 | |
*** yuanying has joined #heat | 02:01 | |
*** yuanying has quit IRC | 02:02 | |
*** yuanying has joined #heat | 02:13 | |
*** yuanying has quit IRC | 02:15 | |
*** vijayagurug has joined #heat | 02:18 | |
*** steveg_afk has joined #heat | 02:30 | |
*** yuanying has joined #heat | 02:38 | |
*** dimsum__ has joined #heat | 02:40 | |
*** dimsum__ has quit IRC | 02:46 | |
*** yuanying has quit IRC | 02:50 | |
*** steveg_afk has quit IRC | 02:51 | |
*** yuanying has joined #heat | 02:54 | |
*** hdd has quit IRC | 02:56 | |
*** vijayagurug has quit IRC | 02:57 | |
*** nijaba has joined #heat | 03:10 | |
*** nijaba has quit IRC | 03:10 | |
*** nijaba has joined #heat | 03:10 | |
cmyster | morning | 03:22 |
ricolin | morning: -) | 03:24 |
*** vijayagurug has joined #heat | 03:28 | |
*** Qiming__ has quit IRC | 03:29 | |
openstackgerrit | Zhongcheng Lao proposed openstack/python-heatclient: Add HTTP Basic/Digest auth https://review.openstack.org/204076 | 03:29 |
*** Qiming__ has joined #heat | 03:29 | |
cmyster | stevebaker: what was causing 1493166 ? same race issues? | 03:30 |
*** Yanyan has joined #heat | 03:30 | |
stevebaker | cmyster: according to asalkeld's fix its a timestamp rounding issue | 03:32 |
*** liusheng has joined #heat | 03:32 | |
cmyster | ahhh that issue... | 03:32 |
*** Yanyanhu has quit IRC | 03:32 | |
*** Yanyanhu has joined #heat | 03:32 | |
cmyster | should this be effecting downstream as well ? | 03:32 |
*** blomquisg has quit IRC | 03:33 | |
*** Yanyan has quit IRC | 03:35 | |
*** ananta_ has joined #heat | 03:36 | |
*** bleepbloop has joined #heat | 03:36 | |
ananta_ | stevebaker: hi, regarding convergence scenario tests | 03:37 |
ananta_ | the tests are not failing, I have fixed them | 03:39 |
*** yuanying_ has joined #heat | 03:42 | |
*** yuanying has quit IRC | 03:44 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence scenario tests https://review.openstack.org/203661 | 03:49 |
*** hdd has joined #heat | 03:50 | |
*** jamielennox is now known as jamielennox|away | 03:56 | |
asalkeld | stevebaker: my fix may not sort everything, though it was definitely happening on my setup | 04:00 |
*** vijayagurug has quit IRC | 04:01 | |
*** bleepbloop has left #heat | 04:02 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Round the elapsed time to the nearest second https://review.openstack.org/220903 | 04:04 |
*** sabeen2 has quit IRC | 04:09 | |
*** kebray has quit IRC | 04:18 | |
*** kebray has joined #heat | 04:18 | |
cmyster | asalkeld: re the time glitch thing, is it on latest or should I expect it in older version as well ? | 04:18 |
asalkeld | cmyster: not sure, that particular function is newish | 04:21 |
asalkeld | but might have been there a while | 04:21 |
asalkeld | (that calculation) | 04:21 |
cmyster | asalkeld: how can I test to see if its there? just diff code or is there a test I can try | 04:22 |
asalkeld | i had a very quick create and delete | 04:22 |
asalkeld | and it timed out | 04:22 |
asalkeld | it thought the delete happened just before the create | 04:22 |
cmyster | hmmm | 04:22 |
asalkeld | (as the create time was rounded) | 04:23 |
* cmyster sees | 04:23 | |
cmyster | I'll try somethingh on killo, will let you know | 04:23 |
asalkeld | have 1 random string | 04:23 |
asalkeld | and in a script create + delete | 04:23 |
cmyster | ja was thinking something like that | 04:23 |
cmyster | a nice for seq 1..100 ; heat create ; heat delete sort of loop | 04:24 |
asalkeld | lots of functional tests do something similar | 04:24 |
cmyster | yup | 04:24 |
cmyster | its why a timeout is important in those tests | 04:24 |
cmyster | nothing in real life is so fast | 04:24 |
*** KanagarajM has joined #heat | 04:29 | |
KanagarajM | good morning all ! | 04:32 |
*** pm90_ has joined #heat | 04:39 | |
*** kebray_ has joined #heat | 04:41 | |
ananta_ | can someone please eyeball convergence patch https://review.openstack.org/#/c/218233/ | 04:43 |
*** kebray has quit IRC | 04:43 | |
*** pm90_ has quit IRC | 04:44 | |
asalkeld | ananta_: just picking kids up, will look in ~30mins | 04:46 |
*** KanagarajM has quit IRC | 05:11 | |
*** vijayagurug has joined #heat | 05:28 | |
cmyster | how would I add something like sleep in a resource? | 05:38 |
cmyster | silly, but I need to bypass some bugs that neutron won't fix for now | 05:38 |
*** inc0 has joined #heat | 05:39 | |
asalkeld | cmyster: https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/heat/test_resource.py#L81-L109 | 05:39 |
asalkeld | (but only for TestResource) | 05:39 |
cmyster | I know that one asalkeld but that won't work for a real scenario wouldn't it ? | 05:40 |
asalkeld | yeah, nothing for it then :-( | 05:40 |
cmyster | if the root resource element can have such a parameter it would be grand, but just to bypass other's bug? | 05:42 |
cmyster | asalkeld: I am trying to bypass this one BTW https://bugs.launchpad.net/neutron/+bug/1439696 | 05:43 |
openstack | Launchpad bug 1439696 in neutron "Referencing a lb-healthmonitor ID for the first time from Heat would fail" [High,Confirmed] - Assigned to Doug Wiegley (dougwig) | 05:43 |
asalkeld | cmyster: not sure it would help as there would be issues with *where* to put the sleep | 05:43 |
cmyster | yup it introduces too many assumptions | 05:44 |
*** vgridnev has joined #heat | 05:45 | |
*** ananta_ has quit IRC | 05:46 | |
cmyster | asalkeld: I'll try maybe to put a depends on in the resource... I'm out of ideas how to make the system wait till everything is OK before probing the link | 05:48 |
asalkeld | cmyster: that resource can poll a resource | 05:48 |
asalkeld | cmyster: set "client_name: neutron", "entity_name: ???", value: <id of the resource> | 05:50 |
cmyster | asalkeld: are you talking about hooks ? | 05:50 |
asalkeld | https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/heat/test_resource.py#L190 | 05:50 |
*** rakesh_hs has joined #heat | 05:53 | |
* cmyster reads | 05:55 | |
cmyster | oh I see, | 05:55 |
cmyster | but I don't think it matters | 05:55 |
cmyster | the resource is there and its real and the ID is fine. there is a slowness of service in neutron where the resource is created but the link to it is broken for a few milliseconds | 05:56 |
cmyster | thats at least what I was told by a neutron guy. the 404 is a neutron error propagating to heat | 05:57 |
asalkeld | ok | 05:57 |
*** alexpilotti_ has joined #heat | 06:01 | |
*** radez has quit IRC | 06:10 | |
*** radez has joined #heat | 06:10 | |
openstackgerrit | Merged openstack/heat: Merge Server os-collect-config metadata on create https://review.openstack.org/217040 | 06:22 |
*** hdd has quit IRC | 06:24 | |
*** randallburt has joined #heat | 06:25 | |
*** randallburt has quit IRC | 06:25 | |
*** jprovazn has joined #heat | 06:25 | |
*** randallburt has joined #heat | 06:25 | |
*** pas-ha has joined #heat | 06:29 | |
openstackgerrit | Sreeram Vancheeswaran proposed openstack/heat: Change revision to version in heat-manage db_version command https://review.openstack.org/221165 | 06:35 |
pas-ha | where are the controls (like code and bugs) for heat-templates and heatclient gates? to fix some failures it seems we must register at least fake endpoints for all the services | 06:41 |
*** ananta_ has joined #heat | 06:44 | |
*** lsmola has joined #heat | 06:47 | |
*** KanagarajM has joined #heat | 06:52 | |
*** tiantian has quit IRC | 06:52 | |
*** tiantian has joined #heat | 06:53 | |
*** tiantian has quit IRC | 06:55 | |
*** tiantian has joined #heat | 06:55 | |
*** kebray_ has quit IRC | 06:59 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Barbican) https://review.openstack.org/221023 | 07:10 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add tests for parent handle_delete method https://review.openstack.org/221022 | 07:10 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Glance) https://review.openstack.org/221030 | 07:10 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Cinder) https://review.openstack.org/221029 | 07:10 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Ceilometer) https://review.openstack.org/221024 | 07:10 |
openstackgerrit | Takashi NATSUME proposed openstack/python-heatclient: Modify test templates and the path to subunit2html https://review.openstack.org/220853 | 07:11 |
*** KanagarajM has quit IRC | 07:14 | |
*** KanagarajM has joined #heat | 07:16 | |
*** liusheng has quit IRC | 07:23 | |
*** jtomasek has joined #heat | 07:29 | |
*** yassine__ has joined #heat | 07:30 | |
*** pbrooko has joined #heat | 07:31 | |
*** Guest32267 is now known as d0ugal | 07:32 | |
*** d0ugal has joined #heat | 07:32 | |
*** pbrooko has quit IRC | 07:33 | |
*** inc0 has quit IRC | 07:34 | |
*** jtomasek has quit IRC | 07:37 | |
*** randallburt has quit IRC | 07:37 | |
*** achanda has joined #heat | 07:43 | |
*** shardy has joined #heat | 07:44 | |
*** pbrooko has joined #heat | 07:44 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Add server validation check for deployments metadata https://review.openstack.org/219799 | 07:45 |
openstackgerrit | Steven Hardy proposed openstack/heat: Merge Server os-collect-config metadata on update https://review.openstack.org/219449 | 07:45 |
*** pbrooko has quit IRC | 07:46 | |
*** pbrooko has joined #heat | 07:46 | |
*** jtomasek has joined #heat | 07:48 | |
*** sgran has quit IRC | 07:50 | |
*** chlong has quit IRC | 07:56 | |
*** zeih has joined #heat | 08:06 | |
*** jcoufal has joined #heat | 08:09 | |
openstackgerrit | Merged openstack/heat: Support string format 'tags' for stack preview https://review.openstack.org/216142 | 08:11 |
*** vgridnev has quit IRC | 08:12 | |
openstackgerrit | Takashi NATSUME proposed openstack/python-heatclient: Modify test templates and the path to subunit2html https://review.openstack.org/220853 | 08:19 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Concurrency subtle issues https://review.openstack.org/218233 | 08:23 |
*** achanda has quit IRC | 08:25 | |
*** achanda has joined #heat | 08:28 | |
*** pm90_ has joined #heat | 08:29 | |
*** jistr has joined #heat | 08:30 | |
*** pbrooko has quit IRC | 08:33 | |
*** pm90_ has quit IRC | 08:33 | |
openstackgerrit | Sreeram Vancheeswaran proposed openstack/heat: Change revision to version in heat-manage db_version command https://review.openstack.org/221198 | 08:37 |
*** blues-man has joined #heat | 08:43 | |
*** pas-ha has quit IRC | 08:45 | |
*** pbrooko has joined #heat | 08:45 | |
*** derekh has joined #heat | 08:46 | |
*** pas-ha has joined #heat | 08:48 | |
*** sgran has joined #heat | 08:48 | |
*** achanda has quit IRC | 08:52 | |
*** sorantis has joined #heat | 08:54 | |
*** vgridnev has joined #heat | 08:58 | |
*** pbrooko has quit IRC | 08:59 | |
*** pbrooko has joined #heat | 08:59 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Extra check for stack_update in integration tests https://review.openstack.org/220428 | 09:05 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Correctly handle port resource during Replace https://review.openstack.org/220502 | 09:05 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Handle replace and rollback cases for Server https://review.openstack.org/221032 | 09:05 |
openstackgerrit | Merged openstack/heat: Don't return resource names from ResourceGroup._get_batches() https://review.openstack.org/218459 | 09:10 |
openstackgerrit | Merged openstack/heat: Handle scaling up in scaling library next_batch() function https://review.openstack.org/218957 | 09:10 |
openstackgerrit | Merged openstack/heat: Allow ResourceGroup rolling update to scale up https://review.openstack.org/218958 | 09:10 |
openstackgerrit | Merged openstack/heat: Allow ResourceGroup rolling update to scale down https://review.openstack.org/218959 | 09:10 |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/221110 | 09:10 |
*** Beetnik has joined #heat | 09:13 | |
*** e0ne has joined #heat | 09:16 | |
openstackgerrit | Takashi NATSUME proposed openstack/python-heatclient: Modify test templates and the path to subunit2html https://review.openstack.org/220853 | 09:16 |
*** tlashchova has joined #heat | 09:17 | |
*** lyanchih has joined #heat | 09:19 | |
*** blues-man has quit IRC | 09:32 | |
*** shardy_ has joined #heat | 09:33 | |
*** shardy has quit IRC | 09:34 | |
*** shardy_ has quit IRC | 09:38 | |
*** shardy has joined #heat | 09:39 | |
*** Marga_ has joined #heat | 09:41 | |
*** e0ne has quit IRC | 09:41 | |
*** sdake has quit IRC | 09:42 | |
*** blues-man has joined #heat | 09:44 | |
*** dimsum__ has joined #heat | 09:46 | |
*** sgran has quit IRC | 09:48 | |
*** steveg_afk has joined #heat | 09:50 | |
*** dims_ has joined #heat | 09:50 | |
*** sgran has joined #heat | 09:54 | |
*** dimsum__ has quit IRC | 09:55 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Magnum) https://review.openstack.org/221223 | 09:55 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Manila) https://review.openstack.org/221224 | 09:55 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Mistral) https://review.openstack.org/221225 | 09:56 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Nova) https://review.openstack.org/221226 | 09:56 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Sahara) https://review.openstack.org/221227 | 09:56 |
*** e0ne has joined #heat | 09:57 | |
*** Beetnik has quit IRC | 10:01 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Handle replace and rollback cases for Server https://review.openstack.org/221032 | 10:03 |
*** kse has quit IRC | 10:12 | |
*** steveg_afk has quit IRC | 10:21 | |
*** Yanyan has joined #heat | 10:25 | |
*** Yanyanhu has quit IRC | 10:25 | |
*** ricolin has quit IRC | 10:27 | |
*** Qiming__ has quit IRC | 10:28 | |
*** Yanyan has quit IRC | 10:30 | |
openstackgerrit | Steven Hardy proposed openstack/heat: PATCH update reuse existing template https://review.openstack.org/205754 | 10:40 |
openstackgerrit | Steven Hardy proposed openstack/heat: Add integration test for UPDATE_FAILED recovery https://review.openstack.org/221240 | 10:40 |
openstackgerrit | Steven Hardy proposed openstack/heat: Save previous template on non-convergence updates https://review.openstack.org/221241 | 10:40 |
*** sorantis has quit IRC | 10:41 | |
*** jtomasek has quit IRC | 10:45 | |
*** jtomasek has joined #heat | 10:45 | |
*** Marga_ has quit IRC | 10:46 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Check number of deployments after stack creation https://review.openstack.org/218627 | 10:47 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup https://review.openstack.org/185385 | 10:48 |
*** sorantis has joined #heat | 10:53 | |
openstackgerrit | huangtianhua proposed openstack/heat: Allow attach multiple nics for instance in asg https://review.openstack.org/209831 | 10:53 |
*** lyanchih has quit IRC | 10:58 | |
*** Marga_ has joined #heat | 10:58 | |
skraynev | shardy: looks like we do the same work :) https://review.openstack.org/#/c/220428/ https://review.openstack.org/#/c/221240 | 11:07 |
*** sorantis_ has joined #heat | 11:08 | |
openstackgerrit | Merged openstack/heat: Clarify definition of server network prop in doc https://review.openstack.org/220977 | 11:10 |
*** sorantis has quit IRC | 11:11 | |
*** sorantis_ is now known as sorantis | 11:11 | |
*** Marga_ has quit IRC | 11:20 | |
LimorStotland | Hi all | 11:26 |
LimorStotland | can i pleas geat +2 on this :https://review.openstack.org/#/c/218633/17? | 11:27 |
LimorStotland | Thanks | 11:27 |
*** Qiming__ has joined #heat | 11:27 | |
*** higgins has quit IRC | 11:39 | |
*** tochi has quit IRC | 11:41 | |
*** pm90_ has joined #heat | 11:46 | |
*** jdob has joined #heat | 11:48 | |
*** shardy_ has joined #heat | 11:49 | |
*** mklyus has joined #heat | 11:50 | |
*** pm90_ has quit IRC | 11:50 | |
*** higgins has joined #heat | 11:50 | |
*** pm90_ has joined #heat | 11:50 | |
*** shardy has quit IRC | 11:50 | |
*** shardy_ has quit IRC | 11:55 | |
*** shardy has joined #heat | 11:55 | |
*** jecarey has quit IRC | 11:56 | |
*** KanagarajM has quit IRC | 12:01 | |
*** e0ne has quit IRC | 12:01 | |
*** alexpilotti_ has quit IRC | 12:03 | |
*** e0ne has joined #heat | 12:04 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Support update for sahara node group template https://review.openstack.org/221274 | 12:18 |
*** liusheng has joined #heat | 12:21 | |
*** Marga_ has joined #heat | 12:21 | |
*** chlong has joined #heat | 12:22 | |
*** Marga_ has quit IRC | 12:26 | |
*** e0ne has quit IRC | 12:26 | |
*** liusheng has quit IRC | 12:27 | |
*** hdd has joined #heat | 12:29 | |
*** vijayagurug has left #heat | 12:32 | |
*** dyasny has joined #heat | 12:35 | |
*** zengyingzhe has quit IRC | 12:46 | |
skraynev | rakeh_hs: ping | 12:47 |
jgrassler | Good afternoon. | 12:48 |
jgrassler | Are there any known issues with the get_attr function on Kilo? | 12:48 |
*** crose has joined #heat | 12:50 | |
jgrassler | I'm currently test-driving some of our global resources (which require the use of get_attr in some places) and the bits and all the broken bits have a common theme of get_attr being used to pass stuff exposed by our provider resources into other resource definitions. | 12:51 |
jgrassler | s/and the bits// | 12:51 |
*** hdd has quit IRC | 12:52 | |
*** rpothier has joined #heat | 12:55 | |
*** jdandrea has joined #heat | 12:58 | |
*** jpeeler has joined #heat | 12:59 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Wait for metadata actually set to server https://review.openstack.org/218627 | 13:00 |
*** lyanchih has joined #heat | 13:03 | |
*** slagle_ is now known as slagle | 13:03 | |
*** jonesbr has joined #heat | 13:04 | |
*** Piet has quit IRC | 13:07 | |
*** vgridnev has quit IRC | 13:07 | |
*** vgridnev has joined #heat | 13:07 | |
*** e0ne has joined #heat | 13:08 | |
*** mklyus has quit IRC | 13:11 | |
*** jecarey has joined #heat | 13:14 | |
*** vijendar has joined #heat | 13:16 | |
*** neelashah has joined #heat | 13:17 | |
*** jprovazn has quit IRC | 13:18 | |
*** aweiteka has joined #heat | 13:19 | |
*** Marga_ has joined #heat | 13:20 | |
*** crose has quit IRC | 13:20 | |
*** spzala has joined #heat | 13:21 | |
*** jaime49 has joined #heat | 13:22 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Wait for metadata actually set to server https://review.openstack.org/218627 | 13:22 |
*** Marga_ has quit IRC | 13:24 | |
*** blomquisg has joined #heat | 13:27 | |
jdandrea | shardy: Thanks for the +2 on <https://review.openstack.org/218992>! Should I change the topic to bug/1476345? (That was already a Liberty branch on my end though.) | 13:31 |
shardy | jdandrea: np, I wouldn't worry about the topic, the commit Closes-Bug has been picked up in the bug OK | 13:33 |
jdandrea | Ok. | 13:33 |
*** vijayagurug has joined #heat | 13:33 | |
*** jaime49 has left #heat | 13:34 | |
*** aweiteka_ has joined #heat | 13:35 | |
*** Marga_ has joined #heat | 13:37 | |
*** Marga_ has quit IRC | 13:37 | |
*** Marga_ has joined #heat | 13:37 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup https://review.openstack.org/185385 | 13:46 |
*** ricolin has joined #heat | 13:49 | |
*** rakesh_hs has quit IRC | 13:52 | |
*** jprovazn has joined #heat | 14:00 | |
*** jcoufal has quit IRC | 14:00 | |
*** jistr is now known as jistr|call | 14:01 | |
*** shardy_ has joined #heat | 14:01 | |
*** Marga_ has quit IRC | 14:03 | |
*** shardy has quit IRC | 14:03 | |
*** shardy_ has quit IRC | 14:07 | |
*** shardy has joined #heat | 14:07 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Move new capacity calculation to scaling library https://review.openstack.org/221312 | 14:09 |
*** zeih has quit IRC | 14:10 | |
*** Marga_ has joined #heat | 14:13 | |
*** jasond has joined #heat | 14:13 | |
*** zeih has joined #heat | 14:14 | |
*** pm90_ has quit IRC | 14:17 | |
*** ananta_ has quit IRC | 14:17 | |
*** Marga_ has quit IRC | 14:17 | |
*** jistr|call is now known as jistr | 14:20 | |
*** dims_ has quit IRC | 14:26 | |
*** steveg_afk has joined #heat | 14:27 | |
*** dimsum__ has joined #heat | 14:27 | |
*** Drago has joined #heat | 14:27 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Copy resource data in _delete_backup_stack https://review.openstack.org/220986 | 14:30 |
*** vishwanathj has joined #heat | 14:32 | |
*** inc0 has joined #heat | 14:33 | |
*** jcoufal has joined #heat | 14:37 | |
*** Marga_ has joined #heat | 14:38 | |
*** Marga_ has quit IRC | 14:38 | |
*** Marga_ has joined #heat | 14:38 | |
*** Marga_ has quit IRC | 14:39 | |
*** Drago has quit IRC | 14:40 | |
*** Drago has joined #heat | 14:40 | |
*** Marga_ has joined #heat | 14:42 | |
*** david-ly_ is now known as david-lyle | 14:53 | |
*** hdd has joined #heat | 14:56 | |
*** andrearosa has quit IRC | 15:10 | |
*** Piet has joined #heat | 15:10 | |
*** pm90_ has joined #heat | 15:11 | |
*** sabeen has joined #heat | 15:13 | |
*** andrearosa has joined #heat | 15:14 | |
*** sabeen3 has joined #heat | 15:16 | |
*** kencjohn_ has joined #heat | 15:16 | |
*** andrearosa has left #heat | 15:17 | |
*** randallburt has joined #heat | 15:17 | |
*** sabeen has quit IRC | 15:18 | |
*** zeih has quit IRC | 15:22 | |
*** dims_ has joined #heat | 15:25 | |
*** aweiteka has quit IRC | 15:27 | |
*** aweiteka_ has quit IRC | 15:27 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Support update for sahara cluster template https://review.openstack.org/221362 | 15:27 |
*** dimsum__ has quit IRC | 15:29 | |
*** sorantis has quit IRC | 15:29 | |
*** pm90__ has joined #heat | 15:31 | |
*** vgridnev has quit IRC | 15:33 | |
*** pm90___ has joined #heat | 15:33 | |
*** pm90_ has quit IRC | 15:35 | |
*** Qiming__ has quit IRC | 15:35 | |
*** higgins has quit IRC | 15:36 | |
*** pm90__ has quit IRC | 15:36 | |
*** aweiteka has joined #heat | 15:39 | |
*** higgins has joined #heat | 15:40 | |
*** aweiteka_ has joined #heat | 15:42 | |
*** devlaps has joined #heat | 15:43 | |
*** yassine__ has quit IRC | 15:51 | |
*** sergmelikyan has joined #heat | 15:59 | |
*** Marga_ has quit IRC | 16:00 | |
*** jprovazn has quit IRC | 16:00 | |
*** pm90___ has quit IRC | 16:03 | |
*** pm90_ has joined #heat | 16:04 | |
*** sdake_ has joined #heat | 16:06 | |
*** rwsu has joined #heat | 16:07 | |
*** zhenguo has quit IRC | 16:08 | |
*** vahidh has joined #heat | 16:09 | |
*** jistr has quit IRC | 16:11 | |
*** aweiteka has quit IRC | 16:12 | |
*** aweiteka_ has quit IRC | 16:12 | |
openstackgerrit | Randall Burt proposed openstack/heat-templates: Handle non-zero success codes from Salt https://review.openstack.org/211254 | 16:20 |
*** Marga_ has joined #heat | 16:23 | |
openstackgerrit | Steven Hardy proposed openstack/heat: PATCH update reuse existing template https://review.openstack.org/205754 | 16:23 |
openstackgerrit | Steven Hardy proposed openstack/heat: Save previous template on non-convergence updates https://review.openstack.org/221241 | 16:23 |
*** aweiteka has joined #heat | 16:25 | |
*** ricolin has quit IRC | 16:25 | |
*** aweiteka_ has joined #heat | 16:26 | |
shardy | zaneb: Hey, if you get a moment to check out https://review.openstack.org/#/c/205754/ I'd appreciate it - I'm really struggling to see why I'm getting parameter not found errors, when AFAICT the parameter is defined in the new template.Template before the update starts | 16:27 |
*** lyanchih has quit IRC | 16:29 | |
shardy | Hrm. /me looks at _prepare_stack_updates | 16:30 |
*** kebray has joined #heat | 16:31 | |
*** dims_ has quit IRC | 16:31 | |
*** dimsum__ has joined #heat | 16:32 | |
*** achanda has joined #heat | 16:32 | |
*** kebray has quit IRC | 16:34 | |
*** vijayagurug has quit IRC | 16:35 | |
*** vgridnev has joined #heat | 16:37 | |
*** kencjohn_ has quit IRC | 16:41 | |
*** derekh has quit IRC | 16:42 | |
*** kebray has joined #heat | 16:42 | |
zaneb | shardy: added to my todo list. note that there was a patch that went in recently to merge old and new params at the start of an update, so that we don't get that error if we fail part way through (and some new resources are copied over). no idea if that is related | 16:43 |
shardy | zaneb: Ok, thanks, could be - it seems that we're failing while deleting backup resources, which somehow end up referencing the parameter schemata for the new non-backup stack, or something | 16:45 |
shardy | http://paste.openstack.org/show/450474/ | 16:45 |
*** inc0 has quit IRC | 16:46 | |
zaneb | sounds hairy | 16:46 |
*** kencjohn_ has joined #heat | 16:48 | |
*** crose has joined #heat | 16:50 | |
*** pbrooko has quit IRC | 16:53 | |
*** achanda has quit IRC | 16:56 | |
*** achanda_ has joined #heat | 16:56 | |
*** e0ne has quit IRC | 16:56 | |
*** ananta_ has joined #heat | 16:58 | |
ananta_ | zaneb: hi! regarding https://review.openstack.org/#/c/220483/1 | 16:59 |
zaneb | ananta_: coincidentally, I just commented on that about 3s ago | 16:59 |
zaneb | :) | 17:00 |
ananta_ | zaneb: sure, I will look into it | 17:00 |
zaneb | ananta_: I think we basically agree | 17:00 |
zaneb | ananta_: the advantage of the shell param is that it makes people explicitly decide which behaviour they want | 17:01 |
ananta_ | zaneb: I am just worried if shell=True is secure enough...it is vulnerable to shell injection | 17:01 |
ananta_ | I am ok will all other stuff | 17:01 |
zaneb | the places where we would legitimately use that are places where the user is allowed to run any command | 17:02 |
zaneb | it's their box at the end of the day ;) | 17:02 |
ananta_ | zaneb: true :) | 17:02 |
*** harlowja has joined #heat | 17:03 | |
ananta_ | zaneb: do we really have to convert all the commands to list? | 17:03 |
zaneb | the problem is where we're using the same code to do something completely different | 17:03 |
zaneb | ananta_: some of them are clearly safe (e.g. the ones that have no parameters), but I still think it would pay to convert all the internal ones to a list | 17:04 |
zaneb | provides a hard boundary between the two use cases | 17:04 |
*** kebray has quit IRC | 17:04 | |
ananta_ | zaneb: I am thinking the ones where we do curl and the url passed from init may not need it | 17:05 |
ananta_ | like https://github.com/openstack/heat-cfntools/blob/master/heat_cfntools/cfntools/cfn_helper.py#L791 | 17:06 |
zaneb | if we control the url, and we know it's properly escaped then we don't *need* it. but we should still do it imho | 17:06 |
ananta_ | zaneb: actually we are running multiple commands there with pipe and redirect | 17:06 |
zaneb | ah, yeah, that will be more work to change | 17:06 |
zaneb | I see the problem there | 17:07 |
ananta_ | the url is read from metadata, not sure if it would be safe | 17:07 |
*** Marga_ has quit IRC | 17:07 | |
ananta_ | but unlike in cfn-signal, it is not interpreted twice | 17:07 |
*** Marga_ has joined #heat | 17:07 | |
*** achanda_ has quit IRC | 17:08 | |
zaneb | ananta_: true, but those URLs come from the user, they're not necessarily correctly escaped, and the user isn't expecting them to be passed to a shell (unlike when they're specifying e.g. a shell command) | 17:08 |
*** Marga_ has quit IRC | 17:08 | |
ananta_ | zaneb: sure, got it... | 17:09 |
*** Marga_ has joined #heat | 17:09 | |
ananta_ | zaneb: I guess more work then to really fix it :( | 17:09 |
zaneb | yeah :/ | 17:09 |
ananta_ | I could have easily fixed the pipe ones, but redirect looks hard | 17:10 |
zaneb | I suspect a lot of that could be written in pure python | 17:10 |
ananta_ | zaneb: yes | 17:11 |
ananta_ | zaneb: I will split the fix into two parts: 1. set only EUID and make the execvp to restore the original EUID, 2. make sure list is passed as command to CommandRunner | 17:11 |
*** Marga_ has quit IRC | 17:11 | |
ananta_ | (1) comes from your comment on the code...I did some experiment and you are right | 17:11 |
zaneb | on the bright side, if you left those ones as being intrepreted by the shell, it would be no worse than before. it would just mean the original bug wasn't really fixed yet | 17:11 |
zaneb | sounds good | 17:12 |
ananta_ | zaneb: I shall try... worst case we shall have the cfn-signal as fixed | 17:13 |
ananta_ | but not all | 17:13 |
zaneb | yep, that will be good progress | 17:13 |
zaneb | I suspect that is the most used one | 17:13 |
*** Marga_ has joined #heat | 17:15 | |
ananta_ | zaneb: sure! will upload some patches tomorrow, thanks for your valuable comments | 17:16 |
ananta_ | zaneb: have a good day! | 17:16 |
zaneb | thanks, you too! | 17:16 |
*** sdake_ has quit IRC | 17:19 | |
*** ananta_ has quit IRC | 17:20 | |
*** achanda has joined #heat | 17:21 | |
*** vahidh has quit IRC | 17:23 | |
*** pas-ha has quit IRC | 17:24 | |
*** pas-ha has joined #heat | 17:24 | |
*** blues-man has quit IRC | 17:26 | |
openstackgerrit | Miguel Grinberg proposed openstack/heat: Add signal_transport property to Heat wait conditions https://review.openstack.org/219996 | 17:28 |
*** lsmola has quit IRC | 17:29 | |
*** Nepoc has joined #heat | 17:32 | |
*** vahidh has joined #heat | 17:38 | |
*** crose has quit IRC | 17:38 | |
*** neelashah has quit IRC | 17:41 | |
*** aweiteka__ has joined #heat | 17:42 | |
*** sdake has joined #heat | 17:44 | |
*** aweiteka_ has quit IRC | 17:46 | |
*** e0ne has joined #heat | 17:47 | |
*** markvan has joined #heat | 17:52 | |
*** vgridnev has quit IRC | 18:00 | |
*** vgridnev has joined #heat | 18:06 | |
*** pas-ha has quit IRC | 18:06 | |
*** vgridnev has quit IRC | 18:06 | |
*** inc0 has joined #heat | 18:07 | |
*** inc0 has quit IRC | 18:12 | |
*** sdake_ has joined #heat | 18:25 | |
*** e0ne has quit IRC | 18:29 | |
*** sdake has quit IRC | 18:29 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** zeih has joined #heat | 18:32 | |
*** openstackgerrit has joined #heat | 18:32 | |
*** zeih has quit IRC | 18:36 | |
*** sdake_ is now known as sdake | 18:40 | |
*** achanda has quit IRC | 18:40 | |
*** achanda has joined #heat | 18:41 | |
*** vijendar has quit IRC | 18:45 | |
*** sdake_ has joined #heat | 18:46 | |
*** vgridnev has joined #heat | 18:48 | |
*** sdake has quit IRC | 18:49 | |
*** sergmelikyan has quit IRC | 18:56 | |
*** achanda has quit IRC | 18:57 | |
*** sergmelikyan has joined #heat | 18:57 | |
*** sergmelikyan has quit IRC | 18:58 | |
*** sergmelikyan has joined #heat | 18:59 | |
*** derekh has joined #heat | 19:00 | |
*** neelashah has joined #heat | 19:02 | |
*** Marga_ has quit IRC | 19:06 | |
*** neelashah has quit IRC | 19:06 | |
*** neelashah has joined #heat | 19:08 | |
*** vgridnev has quit IRC | 19:09 | |
*** pbrooko has joined #heat | 19:15 | |
*** vijendar has joined #heat | 19:16 | |
*** vgridnev has joined #heat | 19:17 | |
*** pbrooko has quit IRC | 19:18 | |
*** kebray has joined #heat | 19:20 | |
*** kebray has quit IRC | 19:20 | |
*** kebray has joined #heat | 19:21 | |
*** kebray has quit IRC | 19:36 | |
*** achanda has joined #heat | 19:38 | |
*** inc0 has joined #heat | 19:43 | |
*** achanda has quit IRC | 19:45 | |
*** sdake_ is now known as sdake | 19:49 | |
*** neelashah has quit IRC | 19:55 | |
*** inc0 has quit IRC | 19:55 | |
*** jecarey has quit IRC | 19:56 | |
*** derekh is now known as derekh_afk | 19:58 | |
*** dimsum__ is now known as dims | 20:03 | |
*** dims is now known as Guest80071 | 20:04 | |
*** Guest80071 is now known as dims__ | 20:08 | |
*** steveg_afk has quit IRC | 20:13 | |
*** steveg_afk has joined #heat | 20:14 | |
*** jprovazn has joined #heat | 20:24 | |
*** kencjohn_ has quit IRC | 20:34 | |
*** sergmelikyan has quit IRC | 20:36 | |
*** vgridnev has quit IRC | 20:40 | |
*** jprovazn has quit IRC | 20:40 | |
*** shardy_ has joined #heat | 20:41 | |
*** achanda has joined #heat | 20:41 | |
*** shardy has quit IRC | 20:42 | |
*** shardy_ has quit IRC | 20:46 | |
*** Marga_ has joined #heat | 20:46 | |
*** shardy has joined #heat | 20:47 | |
*** derekh_afk has quit IRC | 20:48 | |
*** randallburt has quit IRC | 20:48 | |
*** jecarey has joined #heat | 20:50 | |
*** achanda has quit IRC | 20:51 | |
*** vgridnev has joined #heat | 20:53 | |
*** achanda has joined #heat | 20:54 | |
*** sergmelikyan has joined #heat | 20:55 | |
*** jonesbr1 has joined #heat | 20:55 | |
*** Nepoc has quit IRC | 20:55 | |
*** pm90__ has joined #heat | 20:55 | |
*** steveg_afk has quit IRC | 20:55 | |
*** Nepoc has joined #heat | 20:56 | |
*** jonesbr has quit IRC | 20:57 | |
*** pm90___ has joined #heat | 20:57 | |
*** neelashah has joined #heat | 20:58 | |
*** pm90_ has quit IRC | 20:58 | |
*** pm90__ has quit IRC | 21:00 | |
*** sergmelikyan has quit IRC | 21:01 | |
*** sergmelikyan has joined #heat | 21:02 | |
*** kencjohn_ has joined #heat | 21:03 | |
*** sergmelikyan has quit IRC | 21:06 | |
*** sergmelikyan has joined #heat | 21:06 | |
*** sergmelikyan has quit IRC | 21:10 | |
*** pm90___ has quit IRC | 21:10 | |
openstackgerrit | Merged openstack/python-heatclient: Modify test templates and the path to subunit2html https://review.openstack.org/220853 | 21:10 |
*** vgridnev has quit IRC | 21:13 | |
*** sergmelikyan has joined #heat | 21:13 | |
*** sergmelikyan has quit IRC | 21:14 | |
*** jonesbr1 has left #heat | 21:14 | |
*** sdake_ has joined #heat | 21:16 | |
*** sdake has quit IRC | 21:20 | |
*** steveg_afk has joined #heat | 21:28 | |
*** vgridnev has joined #heat | 21:31 | |
*** pm90_ has joined #heat | 21:34 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Retry if Swift objects are not available yet https://review.openstack.org/221511 | 21:34 |
*** rpothier has quit IRC | 21:34 | |
*** achanda has quit IRC | 21:35 | |
*** achanda has joined #heat | 21:35 | |
*** pm90__ has joined #heat | 21:35 | |
*** kencjohn_ has quit IRC | 21:35 | |
*** devlaps has quit IRC | 21:38 | |
*** pm90_ has quit IRC | 21:39 | |
*** vgridnev has quit IRC | 21:44 | |
*** achanda_ has joined #heat | 21:44 | |
*** achanda has quit IRC | 21:44 | |
*** sergmelikyan has joined #heat | 21:45 | |
*** sergmelikyan has quit IRC | 21:46 | |
*** randallburt has joined #heat | 21:47 | |
*** randallburt has quit IRC | 21:47 | |
*** randallburt has joined #heat | 21:48 | |
*** jamielennox|away is now known as jamielennox | 21:51 | |
*** sdake_ is now known as sdake | 21:55 | |
*** pm90__ has quit IRC | 21:56 | |
*** achanda_ has quit IRC | 21:58 | |
*** pm90_ has joined #heat | 21:58 | |
*** jasond has quit IRC | 22:01 | |
*** neelashah has quit IRC | 22:01 | |
*** neelashah has joined #heat | 22:01 | |
*** achanda has joined #heat | 22:02 | |
*** sdake_ has joined #heat | 22:02 | |
*** derekh has joined #heat | 22:03 | |
*** sdake has quit IRC | 22:05 | |
*** Marga_ has quit IRC | 22:07 | |
*** Marga_ has joined #heat | 22:07 | |
*** achanda has quit IRC | 22:09 | |
*** achanda has joined #heat | 22:09 | |
*** Piet has quit IRC | 22:11 | |
*** achanda_ has joined #heat | 22:13 | |
*** achanda has quit IRC | 22:13 | |
*** sergmelikyan has joined #heat | 22:19 | |
*** neelashah has quit IRC | 22:20 | |
*** derekh has quit IRC | 22:24 | |
*** sergmelikyan has quit IRC | 22:26 | |
*** alex_xu has quit IRC | 22:28 | |
*** alex_xu has joined #heat | 22:30 | |
*** jecarey has quit IRC | 22:31 | |
*** neelashah has joined #heat | 22:31 | |
*** vijendar has quit IRC | 22:36 | |
*** sabeen3 has quit IRC | 22:42 | |
*** randallburt has quit IRC | 22:43 | |
*** Marga__ has joined #heat | 22:49 | |
*** Marga_ has quit IRC | 22:51 | |
*** achanda has joined #heat | 22:55 | |
*** achanda_ has quit IRC | 22:55 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/python-heatclient: Enable filters for heat resource-type-list https://review.openstack.org/217697 | 22:55 |
*** Piet has joined #heat | 23:00 | |
*** achanda_ has joined #heat | 23:01 | |
*** achanda has quit IRC | 23:01 | |
*** steveg_afk has quit IRC | 23:01 | |
*** sergmelikyan has joined #heat | 23:15 | |
*** sergmelikyan has quit IRC | 23:20 | |
*** achanda has joined #heat | 23:23 | |
*** achanda_ has quit IRC | 23:23 | |
*** pm90_ has quit IRC | 23:25 | |
*** asalkeld has quit IRC | 23:25 | |
*** chlong has quit IRC | 23:27 | |
*** chlong has joined #heat | 23:28 | |
*** asalkeld has joined #heat | 23:30 | |
*** tochi has joined #heat | 23:33 | |
*** kse has joined #heat | 23:34 | |
*** Qiming__ has joined #heat | 23:36 | |
*** sergmelikyan has joined #heat | 23:37 | |
*** sergmelikyan has quit IRC | 23:37 | |
*** steveg_afk has joined #heat | 23:40 | |
*** Drago has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!