*** dsneddon_biab is now known as dsneddon | 00:01 | |
*** boris-42 has joined #heat | 00:02 | |
*** sergmelikyan has quit IRC | 00:02 | |
*** sergmelikyan has joined #heat | 00:04 | |
*** jruano has quit IRC | 00:08 | |
asalkeld | stevebaker: can you review this: https://review.openstack.org/#/c/201664/ | 00:15 |
---|---|---|
asalkeld | smallish convergence patch | 00:15 |
*** achanda has quit IRC | 00:16 | |
stevebaker | sure | 00:16 |
*** shardy_ has joined #heat | 00:18 | |
*** shardy has quit IRC | 00:19 | |
asalkeld | ta | 00:19 |
*** htruta_ has joined #heat | 00:22 | |
*** shadower has quit IRC | 00:23 | |
asalkeld | swell i have "facts of god" following me on twitter, they not going to hear anything agreeable from me :-O | 00:23 |
*** shadower has joined #heat | 00:23 | |
*** shardy_ has quit IRC | 00:23 | |
*** shardy has joined #heat | 00:23 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Ignore .egg directory (created by pbr) https://review.openstack.org/204322 | 00:34 |
*** sdake has quit IRC | 00:34 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Ignore .eggs directory (created by the new pbr) https://review.openstack.org/204322 | 00:35 |
*** tsandall has quit IRC | 00:35 | |
*** pm90_ has quit IRC | 00:36 | |
*** sergmelikyan has quit IRC | 00:37 | |
*** sdake has joined #heat | 00:37 | |
asalkeld | stevebaker: https://review.openstack.org/#/c/201724/ (pick a release model patch) ? | 00:39 |
asalkeld | openstack/heat-translator | 00:41 |
asalkeld | release:independent or release:none | 00:41 |
stevebaker | lets assume at some point they'll release something | 00:41 |
*** cody-somerville has quit IRC | 00:42 | |
asalkeld | k then looks ok, maybe +1 | 00:42 |
stevebaker | yep | 00:42 |
*** Drago has quit IRC | 00:46 | |
*** sergmelikyan has joined #heat | 00:46 | |
*** sergmelikyan has quit IRC | 00:47 | |
*** sergmelikyan has joined #heat | 00:55 | |
*** sergmelikyan has quit IRC | 00:56 | |
*** Qiming has joined #heat | 00:57 | |
Qiming | stevebaker, hi | 01:00 |
*** serg_melikyan has joined #heat | 01:00 | |
stevebaker | Qiming: hi | 01:00 |
Qiming | stevebaker, could you help take a look at this: https://review.openstack.org/#/c/150720/ | 01:00 |
Qiming | I don't have an idea what am I supposed to do to proceed on this | 01:01 |
*** jruano has joined #heat | 01:03 | |
openstackgerrit | huangtianhua proposed openstack/heat: Refactor wait condition handles https://review.openstack.org/202028 | 01:06 |
stevebaker | Qiming: it looks like the root problem is that we're changing the response of a stable REST API call | 01:07 |
Qiming | so? | 01:07 |
stevebaker | Qiming: how about we keep the old one and add a resource_types/detail endpoing | 01:08 |
stevebaker | endpoint | 01:08 |
Qiming | the tempest patch was trying to be compatible with older versions | 01:08 |
stevebaker | but our REST API should be backwards compatible always | 01:08 |
Qiming | the heat side patch is accompanied with a new api version | 01:08 |
stevebaker | thats the rpc version, not the rest one | 01:09 |
Qiming | right, rpc version | 01:09 |
Qiming | so ... for v1 api, we will stick to returning a list of strings for resource types? | 01:09 |
*** jruano has quit IRC | 01:09 | |
stevebaker | our REST API is a public facing thing which must remain backwards compatible, so we can only add things rather than completely change the format of existing things | 01:10 |
Qiming | okay, got it | 01:10 |
*** erkules_ has joined #heat | 01:10 | |
*** jdandrea has quit IRC | 01:11 | |
Qiming | if we see it (the api format) a problem, we should postpone it to next REST API version, right? | 01:11 |
stevebaker | Qiming: so the user needs to specify somehow that they want the new format, either through a details path, or a ?details=True flag | 01:11 |
stevebaker | Qiming: we can add it, just by not breaking the existing call | 01:11 |
Qiming | em. the reason I am looking into this is: 1. it is not conforming to the API WG guideline, 2. python-openstack sdk cannot parse this kind of a API response | 01:12 |
*** erkules has quit IRC | 01:13 | |
*** serg_melikyan has quit IRC | 01:15 | |
*** sergmelikyan has joined #heat | 01:18 | |
Qiming | stevebaker, how about this | 01:19 |
Qiming | refer to this: http://specs.openstack.org/openstack/api-wg/guidelines/naming.html | 01:19 |
Qiming | the guideline says that we should not include underscores in resource names | 01:19 |
Qiming | but hyphens would be okay | 01:19 |
Qiming | so ... maybe add a resource named "resource-types" ? | 01:20 |
*** sergmelikyan has quit IRC | 01:23 | |
stevebaker | Qiming: we already have API calls to specify extra details of things. How about adopt the style of the one which is most api-wg compliant? | 01:25 |
stevebaker | biab | 01:25 |
Qiming | return ['a', 'b'] if no ?details=True specified, else return [{'name': 'a'}, {'name': 'b'}] ? | 01:26 |
Qiming | this is not about extra details, it is about what is in the list (collection) | 01:27 |
*** jruano has joined #heat | 01:28 | |
asalkeld | Qiming: format_type=foo ? | 01:31 |
asalkeld | basically don't change the default as it will break clients | 01:32 |
Qiming | yes, that is a valid concern, an important one indeed | 01:32 |
*** Yanyanhu has joined #heat | 01:33 | |
Qiming | so I was trying to propose, a 'resource-types' endpoint, to better align with the guideline | 01:33 |
Qiming | 'resource_types' can live happily with 'resource-types'? ;) | 01:34 |
asalkeld | yeah | 01:35 |
*** jruano has quit IRC | 01:41 | |
*** sergmelikyan has joined #heat | 01:44 | |
*** sergmelikyan has quit IRC | 01:46 | |
*** pal has joined #heat | 01:47 | |
*** blomquisg has joined #heat | 01:52 | |
*** sergmelikyan has joined #heat | 01:54 | |
*** sergmelikyan has quit IRC | 01:55 | |
*** sergmelikyan has joined #heat | 01:56 | |
*** sergmelikyan has quit IRC | 01:57 | |
*** jruano has joined #heat | 02:00 | |
*** tsandall has joined #heat | 02:02 | |
*** sergmelikyan has joined #heat | 02:02 | |
*** tsandall has quit IRC | 02:05 | |
*** sergmelikyan has quit IRC | 02:07 | |
*** jruano has quit IRC | 02:13 | |
*** yuanying_ has joined #heat | 02:14 | |
openstackgerrit | Merged openstack/heat-templates: Remove py26 from tox https://review.openstack.org/201934 | 02:15 |
*** jruano has joined #heat | 02:17 | |
*** jruano has quit IRC | 02:17 | |
*** yuanying has quit IRC | 02:17 | |
*** cchang has joined #heat | 02:19 | |
*** dims_ has joined #heat | 02:25 | |
*** yuanying_ has quit IRC | 02:25 | |
*** yuanying has joined #heat | 02:26 | |
*** Qiming_ has joined #heat | 02:26 | |
*** Qiming has quit IRC | 02:30 | |
*** gberginc has joined #heat | 02:31 | |
*** pm90_ has joined #heat | 02:31 | |
*** achanda has joined #heat | 02:33 | |
*** pal has quit IRC | 02:43 | |
*** jecarey has joined #heat | 02:49 | |
ramishra | morning all | 02:57 |
*** sabeen has joined #heat | 02:59 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Convergence: Don't try to unlock a resource after the DB row is deleted https://review.openstack.org/204353 | 02:59 |
*** gberginc has quit IRC | 03:00 | |
asalkeld | hi ramishra | 03:01 |
*** asalkeld has quit IRC | 03:01 | |
*** asalkeld has joined #heat | 03:01 | |
asalkeld | doh, closed wrong window | 03:02 |
*** pm90_ has quit IRC | 03:04 | |
*** tsandall has joined #heat | 03:06 | |
cmyster | morning | 03:06 |
*** jecarey has quit IRC | 03:10 | |
*** tsandall has quit IRC | 03:10 | |
*** dims_ has quit IRC | 03:15 | |
*** Qiming_ is now known as Qiming | 03:18 | |
*** tsandall has joined #heat | 03:20 | |
*** yuanying has quit IRC | 03:24 | |
*** yuanying has joined #heat | 03:25 | |
*** tsandall has quit IRC | 03:26 | |
*** pal has joined #heat | 03:29 | |
*** cmyster has quit IRC | 03:29 | |
*** cmyster has joined #heat | 03:30 | |
*** cmyster has quit IRC | 03:30 | |
*** cmyster has joined #heat | 03:30 | |
*** h00327910_ has quit IRC | 03:35 | |
*** gus_ is now known as gus | 03:45 | |
*** jruano has joined #heat | 03:46 | |
*** dims_ has joined #heat | 03:49 | |
*** achanda has quit IRC | 03:50 | |
*** cchang has quit IRC | 03:54 | |
*** dims_ has quit IRC | 03:56 | |
*** gberginc has joined #heat | 03:58 | |
*** ananta_ has joined #heat | 03:58 | |
*** coolsvap|away is now known as coolsvap | 04:01 | |
*** kebray_ has quit IRC | 04:03 | |
*** KanagarajM has joined #heat | 04:06 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Stack concurrent update https://review.openstack.org/195380 | 04:12 |
*** Kennan2 has joined #heat | 04:14 | |
*** Kennan has quit IRC | 04:15 | |
KanagarajM | good morning all | 04:15 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-templates: Adds sample designate templates https://review.openstack.org/201495 | 04:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/204297 | 04:29 |
*** jruano has quit IRC | 04:31 | |
*** pm90_ has joined #heat | 04:31 | |
*** tsandall has joined #heat | 04:31 | |
*** boris-42 has quit IRC | 04:32 | |
*** vijayagurug has joined #heat | 04:34 | |
*** tsandall_ has joined #heat | 04:35 | |
*** tsandall has quit IRC | 04:36 | |
*** achanda has joined #heat | 04:37 | |
openstackgerrit | Merged openstack/heat: Get heat.tests.test_stack* working in py34 env https://review.openstack.org/190563 | 04:50 |
*** htruta_ has quit IRC | 04:51 | |
*** vijayagurug has left #heat | 04:52 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/204297 | 04:55 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient: Updated from global requirements https://review.openstack.org/204418 | 04:59 |
*** pm90_ has quit IRC | 05:00 | |
*** blomquisg has quit IRC | 05:17 | |
*** cmyster has quit IRC | 05:20 | |
*** rakesh_hs has joined #heat | 05:37 | |
*** jprovazn has joined #heat | 05:37 | |
*** inc0 has joined #heat | 05:38 | |
*** inc0 has quit IRC | 06:05 | |
*** Murali has joined #heat | 06:09 | |
*** jtomasek has joined #heat | 06:12 | |
*** Marga__ has quit IRC | 06:14 | |
*** Marga_ has joined #heat | 06:15 | |
*** pm90_ has joined #heat | 06:15 | |
*** dims_ has joined #heat | 06:17 | |
*** tspatzier has joined #heat | 06:18 | |
*** ricolin has joined #heat | 06:19 | |
*** vijayagurug has joined #heat | 06:21 | |
*** dims_ has quit IRC | 06:22 | |
*** cmyster has joined #heat | 06:26 | |
*** lsmola has joined #heat | 06:29 | |
*** boris-42 has joined #heat | 06:29 | |
*** sdake has quit IRC | 06:31 | |
*** shardy_ has joined #heat | 06:31 | |
*** shardy has quit IRC | 06:32 | |
*** shardy_ has quit IRC | 06:36 | |
*** shardy has joined #heat | 06:37 | |
*** tshtilma has joined #heat | 06:37 | |
*** ishant has joined #heat | 06:38 | |
*** ricolin has quit IRC | 06:38 | |
*** ricolin has joined #heat | 06:38 | |
*** dims_ has joined #heat | 06:47 | |
*** zengyingzhe_ has joined #heat | 06:49 | |
ricolin | guys | 06:51 |
ricolin | can you help me to review this patch | 06:52 |
ricolin | https://review.openstack.org/#/c/204175/ | 06:52 |
ricolin | I not quite sure what cause the error | 06:52 |
*** tlashchova_ has joined #heat | 06:52 | |
*** dims_ has quit IRC | 06:53 | |
ricolin | I pass all test on my local site with tox -v -r -epy27 | 06:53 |
stevebaker | ricolin: it seems unrelated to your change | 06:54 |
asalkeld | it's to do with the "show" property change | 06:55 |
asalkeld | not sure why it didn't fail then at the gate | 06:56 |
*** miguelgrinberg has quit IRC | 06:56 | |
asalkeld | ricolin: just make a patch before your one to fix it | 06:56 |
*** inc0 has joined #heat | 06:56 | |
ricolin | okey | 06:57 |
*** LimorStotland has joined #heat | 06:57 | |
ricolin | Like to help, but I can't reproduce that error on my local side | 06:58 |
*** miguelgrinberg has joined #heat | 06:58 | |
stevebaker | ricolin: have you pulled latest master and rebased your change? | 06:59 |
ricolin | yes | 06:59 |
*** pas-ha has joined #heat | 07:00 | |
stevebaker | meeting time! | 07:01 |
*** coolsvap is now known as coolsvap|away | 07:01 | |
ananta_ | asalkeld: regarding https://review.openstack.org/#/c/200995/9 | 07:02 |
asalkeld | ya | 07:02 |
ananta_ | I have updated the comments, let me know if you still want it to be reverted | 07:03 |
ananta_ | or change to something else | 07:03 |
*** pm90_ has quit IRC | 07:03 | |
asalkeld | ananta_: it should be "resource (action) failed" | 07:03 |
ananta_ | asalkeld: with action being stack action or resource action? | 07:04 |
asalkeld | shouldn't matter | 07:04 |
asalkeld | but go with resource | 07:04 |
ananta_ | it matters when stack is updated and new resource is created | 07:04 |
ananta_ | anyways, I will go with resource then | 07:05 |
*** sergmelikyan has joined #heat | 07:09 | |
openstackgerrit | huangtianhua proposed openstack/heat-specs: Support to describe unscoped https://review.openstack.org/204463 | 07:11 |
*** dims_ has joined #heat | 07:12 | |
openstackgerrit | Rico Lin proposed openstack/heat: add new constraints to ceilometer https://review.openstack.org/204175 | 07:14 |
openstackgerrit | Rico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 07:14 |
*** dims_ has quit IRC | 07:16 | |
*** tshtilma has quit IRC | 07:17 | |
*** e0ne has joined #heat | 07:22 | |
-openstackstatus- NOTICE: zuul is undergoing an emergency restart. Jobs will be re-queued but some events may be lost. | 07:22 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Refactor worker https://review.openstack.org/200995 | 07:22 |
*** cody-somerville has joined #heat | 07:23 | |
*** tshtilma has joined #heat | 07:25 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Refactor worker https://review.openstack.org/200995 | 07:25 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Fix for resource needed_by https://review.openstack.org/201110 | 07:28 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: fix current traversal https://review.openstack.org/201958 | 07:29 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Re-trigger stack operation https://review.openstack.org/202944 | 07:29 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Refactor convergence dependency https://review.openstack.org/203484 | 07:29 |
*** achanda has quit IRC | 07:30 | |
*** zengyingzhe_ has quit IRC | 07:31 | |
*** pal has quit IRC | 07:33 | |
*** achanda has joined #heat | 07:39 | |
*** tspatzier has quit IRC | 07:40 | |
*** pas-ha has quit IRC | 07:42 | |
*** dims_ has joined #heat | 07:44 | |
*** zeih has joined #heat | 07:44 | |
*** ochuprykov has joined #heat | 07:44 | |
*** gpaz has joined #heat | 07:48 | |
*** achanda has quit IRC | 07:49 | |
*** tspatzier has joined #heat | 07:53 | |
*** tshtilma has quit IRC | 07:53 | |
*** dims_ has quit IRC | 07:54 | |
*** bdossant has joined #heat | 08:02 | |
openstackgerrit | Martin Mágr proposed openstack/heat-templates: Improve handling of Puppet output https://review.openstack.org/188737 | 08:02 |
*** jistr has joined #heat | 08:03 | |
*** e0ne has quit IRC | 08:05 | |
*** yuanying has quit IRC | 08:05 | |
*** ochuprykov has quit IRC | 08:07 | |
*** pal has joined #heat | 08:09 | |
*** dims_ has joined #heat | 08:12 | |
*** inc0 has quit IRC | 08:12 | |
-openstackstatus- NOTICE: zuul jobs are currently stuck while problems with gearman are debugged | 08:12 | |
*** ChanServ changes topic to "zuul jobs are currently stuck while problems with gearman are debugged" | 08:12 | |
*** dims_ has quit IRC | 08:16 | |
*** tspatzier has quit IRC | 08:17 | |
*** derekh has joined #heat | 08:17 | |
*** tspatzier has joined #heat | 08:26 | |
*** tlashchova_ has quit IRC | 08:32 | |
*** boris-42 has quit IRC | 08:32 | |
*** zeih has quit IRC | 08:41 | |
*** dims_ has joined #heat | 08:41 | |
*** zeih has joined #heat | 08:41 | |
*** tshtilma has joined #heat | 08:45 | |
*** dims_ has quit IRC | 08:45 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource-type-show does not report unavialable resource type https://review.openstack.org/201047 | 08:51 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Split engine unit test cases for resource type https://review.openstack.org/201046 | 08:51 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Fix StackResourceUnavailable exception https://review.openstack.org/202528 | 08:51 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Resource-type-show does not report unavailable resource type https://review.openstack.org/201047 | 08:54 |
*** ochuprykov has joined #heat | 08:59 | |
*** zeih has quit IRC | 09:01 | |
*** zeih has joined #heat | 09:05 | |
*** e0ne has joined #heat | 09:07 | |
*** blinky_ghost has joined #heat | 09:08 | |
*** gus has quit IRC | 09:10 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Convergence: Don't try to unlock a resource after the DB row is deleted https://review.openstack.org/204353 | 09:10 |
*** tiantian has joined #heat | 09:14 | |
*** dims_ has joined #heat | 09:15 | |
*** huangtianhua has quit IRC | 09:16 | |
*** liusheng has quit IRC | 09:16 | |
*** liusheng has joined #heat | 09:17 | |
*** dims_ has quit IRC | 09:20 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Enable caching for property constraints https://review.openstack.org/185999 | 09:20 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Enable caching for property constraints https://review.openstack.org/185999 | 09:22 |
*** dims_ has joined #heat | 09:23 | |
*** dims_ has quit IRC | 09:27 | |
*** coolsvap|away is now known as coolsvap | 09:28 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add ImageId param to AWS::ElasticLoadBalancing::LoadBalancer https://review.openstack.org/204514 | 09:29 |
*** e0ne has quit IRC | 09:29 | |
*** dsneddon is now known as dsneddon_away | 09:30 | |
*** zeih has quit IRC | 09:43 | |
*** dims_ has joined #heat | 09:47 | |
*** gus has joined #heat | 09:57 | |
*** liusheng has quit IRC | 10:02 | |
*** tiantian has quit IRC | 10:02 | |
*** liusheng has joined #heat | 10:03 | |
*** huangtianhua has joined #heat | 10:03 | |
*** pas-ha has joined #heat | 10:08 | |
*** tshtilma has quit IRC | 10:12 | |
*** Yanyanhu has quit IRC | 10:13 | |
*** tshtilma has joined #heat | 10:15 | |
*** coolsvap is now known as coolsvap|away | 10:16 | |
*** e0ne has joined #heat | 10:17 | |
*** dims_ has quit IRC | 10:18 | |
*** Qiming has quit IRC | 10:25 | |
blinky_ghost | good morning :) can anyone tell me where I can download a centos6 image with software elements? I built one, but it doesn't boot :/ thanks | 10:26 |
*** cody-somerville has quit IRC | 10:29 | |
*** dims_ has joined #heat | 10:36 | |
*** cing has joined #heat | 10:41 | |
*** dims_ has quit IRC | 10:41 | |
*** dims_ has joined #heat | 10:41 | |
*** ishant has quit IRC | 11:08 | |
*** liusheng has quit IRC | 11:17 | |
*** liusheng has joined #heat | 11:18 | |
*** zeih has joined #heat | 11:18 | |
blinky_ghost | shardy: Hi :) A quick question :) I'm using a OS::Heat::ResourceGroup with a couple of nodes. How can I read the metadata inside nova server so that node 1 knows about the ip of node2 and vice-versa? | 11:19 |
*** pal has quit IRC | 11:24 | |
*** LimorStotland has quit IRC | 11:26 | |
*** zeih has quit IRC | 11:28 | |
*** ananta_ has quit IRC | 11:29 | |
*** Qiming has joined #heat | 11:30 | |
*** LimorStotland has joined #heat | 11:31 | |
*** shardy_ has joined #heat | 11:36 | |
*** shardy has quit IRC | 11:37 | |
*** liusheng has quit IRC | 11:41 | |
*** shardy_ has quit IRC | 11:41 | |
*** shardy has joined #heat | 11:42 | |
shardy | blinky_ghost: You need to use a OS::Heat::SoftwareDeployments (now named OS::Heat::SoftwareDeploymentGroup from Liberty) | 11:45 |
shardy | https://github.com/openstack/tripleo-heat-templates/blob/master/overcloud-without-mergepy.yaml#L1083 | 11:45 |
*** zeih has joined #heat | 11:46 | |
shardy | blinky_ghost: something similar to that example in tripleo-heat-templates, you can copy that pattern with ControllerBootstrapNodeDeployment/ControllerBootstrapNodeConfig | 11:46 |
shardy | https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/controller-puppet.yaml#L1137 | 11:47 |
*** shardy_ has joined #heat | 11:48 | |
shardy_ | blinky_ghost: you'll probably need to put the servers into a nested stack and copy the pattern of passing out the nova_server_resource, ip_address and hostname | 11:48 |
blinky_ghost | shardy: I have a resourcegroup or eventually an autoscaling group | 11:48 |
*** shardy has quit IRC | 11:48 | |
blinky_ghost | shardy_: ok I'll try to see that example from tripleo | 11:49 |
blinky_ghost | thanks shardy_ | 11:49 |
*** david-lyle has joined #heat | 11:52 | |
*** shardy_ has quit IRC | 11:53 | |
*** jruano has joined #heat | 11:53 | |
*** shardy has joined #heat | 11:54 | |
blinky_ghost | shardy: just another question, I need an image with software elements for this, right? So I followed this howto https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements. I built centos6 image but it doesn't boot, Centos7 doesn't build. I've only managed to build a fedora image. Do you know where I can download an centos image that suports softwareconfig? | 11:54 |
shardy | blinky_ghost: sounds like we need to update our docs to show how to build a centos image, it should work - can you raise a bug please? | 11:57 |
blinky_ghost | shardy: sure, I'll do that, thanks | 11:58 |
*** inc0 has joined #heat | 12:00 | |
*** tiantian has joined #heat | 12:01 | |
*** huangtianhua has quit IRC | 12:04 | |
*** zeih has quit IRC | 12:08 | |
*** KanagarajM has quit IRC | 12:16 | |
*** jdandrea has joined #heat | 12:17 | |
*** zeih has joined #heat | 12:18 | |
*** tochi has quit IRC | 12:19 | |
*** shardy_ has joined #heat | 12:21 | |
*** shardy has quit IRC | 12:22 | |
*** gberginc has quit IRC | 12:22 | |
*** dims_ has quit IRC | 12:24 | |
*** Qiming has quit IRC | 12:25 | |
*** Qiming has joined #heat | 12:26 | |
*** cing has quit IRC | 12:26 | |
*** shardy_ has quit IRC | 12:26 | |
*** shardy has joined #heat | 12:27 | |
shardy | gah freenode keeps dropping me today | 12:28 |
*** shardy has quit IRC | 12:31 | |
*** shardy has joined #heat | 12:32 | |
*** zeih has quit IRC | 12:32 | |
ryansb | shardy: I've had issues coming from the vpn in the past, maybe try connecting from a box outside the nat? | 12:36 |
ryansb | YMMV, of course | 12:36 |
shardy | ryansb: Thanks, I think I tried that last week but I'll give it another go later | 12:37 |
ryansb | another thing to try is to connect directly to the geo-closest freenode server, instead of irc.freenode | 12:38 |
*** inc0 has quit IRC | 12:39 | |
shardy | Yeah I've tried servers in London and elsewhere in Europe, same result :( | 12:40 |
shardy | I assume it may be a flaky connection issue, but oddly it's only Freenode which drops me not other IRC servers | 12:41 |
ryansb | bizarre. I suppose the next step is "get a better isp" ¯\_ツ_/¯ | 12:42 |
shardy | ryansb: heh, it's on the todo list ;) | 12:44 |
*** pal has joined #heat | 12:48 | |
*** LimorStotland_ has joined #heat | 12:50 | |
*** zeih has joined #heat | 12:51 | |
*** LimorStotland has quit IRC | 12:52 | |
jdandrea | ryansb: regarding HOT -> TOSCA, there are some folks here taking HOT templates and manually converting them to TOSCA equivalents. I thought "There's got to be a better way!" | 12:57 |
*** radez_g0n3 is now known as radez | 12:59 | |
jdandrea | stevebaker: Hi! We talked in YVR about resource "orchestration uuids" (yay convergence!) and how they are super useful for lifecycle scheduler hints. I'm trying to get the tests to work and need a clue. Drawing a bead on it here: http://paste.openstack.org/show/396675/ | 13:00 |
*** gpocentek has joined #heat | 13:00 | |
jdandrea | stevebaker: My understanding is we'd need to store the resource (which create eventually seems to do, per a stack backtrace). Thinking there must be a way to use mocks to do this sanely. *scratches head* | 13:02 |
ryansb | jdandrea: sbaker is probably very, very asleep right now, you may want to try email instead | 13:03 |
jdandrea | ryansb: XD | 13:03 |
ryansb | (unless he's swapped time zones somehow) | 13:03 |
jdandrea | I think I got my steves mixed up. | 13:03 |
ryansb | possibly | 13:03 |
jdandrea | I probably spoke with shardy. :) | 13:03 |
jdandrea | Oops. | 13:03 |
jdandrea | shardy: See above ^^ (lol) | 13:04 |
ryansb | it's been known to happen, due to the high steve-density | 13:04 |
jdandrea | I don't think stevebaker was at YVR, right? | 13:04 |
shardy | jdandrea: no we were both there :) | 13:04 |
jdandrea | Oh! | 13:04 |
ryansb | for max confusion | 13:04 |
jdandrea | Who was missing ... | 13:04 |
jdandrea | MAX confusion headroom. | 13:04 |
shardy | just to add to the steve related confusion :D | 13:04 |
jdandrea | Cut it out. Just ... stop. ;) | 13:05 |
jdandrea | So now I don't know who I spoke with. *grin* | 13:05 |
ryansb | /nick anothersteve | 13:05 |
jdandrea | lol | 13:05 |
shardy | jdandrea: I'm not sure I recall discussing this in YVR, but I think the answer is you have to store the resource before you get resource.uuid | 13:06 |
*** yassine__ has joined #heat | 13:06 | |
shardy | So, even if you've not started creation it has to be stored INIT_COMPLETE (which I think we now do, right?) | 13:07 |
jdandrea | shardy: ha, so it *was* stevebaker. (Or might have been. OR ... it was zaneb.) Oh boy. | 13:07 |
shardy | Is the problem just that you need to store the resource in the test? | 13:07 |
* jdandrea reconsiders trying coffee again | 13:07 | |
jdandrea | shardy: I'm not sure if that's the recommended/ok thing to do, or if I should do it some other way. Notice how the id is created within that test, so maybe the uuid should be created inside as well? | 13:08 |
jdandrea | shardy: But yes, if that's the way to do it, then I think I just need to store the resource so that server.uuid is not None. | 13:09 |
jdandrea | I'm not sure if it's a matter of moving the create call further up or if I have to unravel something. | 13:09 |
therve | jdandrea, I *think* I told you that already :) | 13:09 |
shardy | jdandrea: we set up a dummy DB so you should be fine to store it, or dummy it by manually setting it on the resource | 13:10 |
jdandrea | therve: You did, and I was recapping what you recommended earlier. I'm still unclear as to next steps though. I recall we disagreed about create() being the instigator behind the store. | 13:10 |
therve | Yeah create is called after store | 13:10 |
jdandrea | shardy: I think that's where my knowledge falls short. I'm basically hacking around and guessing (and failing at it). | 13:10 |
jdandrea | (multiple times) | 13:11 |
jdandrea | So I'm in need of a bit more of a clue than the small one I already have. :) | 13:11 |
shardy | jdandrea: after the scheduler.TaskRunner(server.create)() the uuid should be set | 13:11 |
jdandrea | shardy: Yes, but by that time the test fails because server.uuid is None a few lines above that. | 13:12 |
shardy | I think, because we'll have persisted the state | 13:12 |
*** jonesbr has joined #heat | 13:12 | |
therve | jdandrea, http://paste.openstack.org/show/399928/ | 13:12 |
therve | That seems to make the test passes | 13:12 |
therve | I ought to be a bit more solid though | 13:12 |
jdandrea | therve: Oh! That's it? I was hoping it was something obvious that I was missing. Thank you. | 13:12 |
therve | jdandrea, http://paste.openstack.org/show/399929/ | 13:13 |
jdandrea | therve: But then I think store is called again during create, according to my backtrace. | 13:13 |
therve | Yeah there is no black magic :) | 13:13 |
jdandrea | therve: Heh. | 13:13 |
jdandrea | therve: What I mean is, is it ok for it to be called twice or is that going to instigate other problems. (and thank you for the assertion line) | 13:13 |
therve | It should be okay yeah, because it will call store_or_update | 13:14 |
jdandrea | Ok. Thanks for that. (Things that may be obvious to others aren't always obvious to me, though I keep studying the source. I really do try to figure this out on my own but sometimes I need extra clues. I appreciate it!) | 13:15 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update https://review.openstack.org/204601 | 13:15 |
*** funzo has joined #heat | 13:16 | |
shardy | jdandrea: Yeah I think it should be fine, since https://review.openstack.org/#/c/165686/ we persist the INIT_COMPLETE state before doing any create, so I think this is basically equivalent | 13:16 |
jdandrea | therve: One more thing. Should I place that _store inside TaskRunner? | 13:17 |
therve | jdandrea, Possibly 'stack.add_resource(server)' would be better | 13:17 |
therve | No | 13:17 |
jdandrea | therve: ok | 13:17 |
therve | Yeah the add_resource sounds like a better idea | 13:17 |
therve | It will call _store for you, and it looks a bit more like a public API | 13:18 |
jdandrea | therve: I like that. Recapping the create() http://paste.openstack.org/show/396731/ ... confirming that we aren't going to go that route. Got it. | 13:19 |
jdandrea | shardy: Thanks! | 13:21 |
*** david-lyle has quit IRC | 13:27 | |
*** blomquisg has joined #heat | 13:28 | |
*** jasond has joined #heat | 13:30 | |
*** vijayagurug has quit IRC | 13:33 | |
*** gberginc has joined #heat | 13:36 | |
*** cchang has joined #heat | 13:41 | |
openstackgerrit | Rico Lin proposed openstack/heat: add new constraints to ceilometer https://review.openstack.org/204175 | 13:42 |
openstackgerrit | Rico Lin proposed openstack/heat: add time_constraints property in OS::Ceilometer::Alarm https://review.openstack.org/201498 | 13:42 |
*** gberginc has quit IRC | 13:44 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat-specs: Add support for Sahara EDP resources https://review.openstack.org/204616 | 13:44 |
*** jcoufal has quit IRC | 13:45 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat-specs: Add support for Sahara EDP resources https://review.openstack.org/204616 | 13:45 |
*** ricolin has quit IRC | 13:46 | |
*** pm90_ has joined #heat | 13:47 | |
*** dims_ has joined #heat | 13:48 | |
*** pm90__ has joined #heat | 13:50 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Use default client in Cinder resources https://review.openstack.org/204621 | 13:51 |
*** signed8bit has joined #heat | 13:52 | |
*** jecarey has joined #heat | 13:52 | |
*** pm90_ has quit IRC | 13:53 | |
*** sabeen has quit IRC | 13:56 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update https://review.openstack.org/204601 | 13:58 |
*** bnemec has joined #heat | 13:58 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update https://review.openstack.org/204601 | 14:01 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Fix concurrent update https://review.openstack.org/204601 | 14:10 |
*** crose has joined #heat | 14:12 | |
*** jcoufal has joined #heat | 14:12 | |
-openstackstatus- NOTICE: CI is currently recovering from an outage overnight. It is safe to recheck results with NOT_REGISTERED errors. It may take some time for zuul to work through the backlog. | 14:13 | |
*** ChanServ changes topic to "CI is currently recovering from an outage overnight. It is safe to recheck results with NOT_REGISTERED errors. It may take some time for zuul to work through the backlog." | 14:13 | |
*** tspatzier has quit IRC | 14:14 | |
*** sabeen has joined #heat | 14:14 | |
*** Murali has quit IRC | 14:14 | |
*** boris-42 has joined #heat | 14:16 | |
*** shardy_ has joined #heat | 14:25 | |
*** shardy has quit IRC | 14:27 | |
*** zeih has quit IRC | 14:28 | |
*** Qiming_ has joined #heat | 14:30 | |
*** shardy_ has quit IRC | 14:30 | |
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 14:31 | |
-openstackstatus- NOTICE: CI is slowly recovering, please be patient while the backlog is worked through. | 14:31 | |
*** shardy has joined #heat | 14:31 | |
*** sabeen3 has joined #heat | 14:32 | |
*** sabeen has quit IRC | 14:32 | |
*** Qiming has quit IRC | 14:33 | |
*** Raj2 has joined #heat | 14:33 | |
*** wmlynch has joined #heat | 14:37 | |
*** pal has quit IRC | 14:38 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add ImageId param to AWS::ElasticLoadBalancing::LoadBalancer https://review.openstack.org/204514 | 14:44 |
*** Qiming_ has quit IRC | 14:47 | |
*** rakesh_hs has quit IRC | 14:47 | |
*** kebray has joined #heat | 14:47 | |
*** kebray has quit IRC | 14:48 | |
*** kebray has joined #heat | 14:48 | |
*** Raj2 has quit IRC | 14:52 | |
*** Raj2 has joined #heat | 14:52 | |
*** signed8bit is now known as signed8bit_ZZZzz | 14:52 | |
*** signed8bit_ZZZzz is now known as signed8bit | 14:53 | |
*** vijayagurug has joined #heat | 15:03 | |
*** kebray has quit IRC | 15:06 | |
*** pal has joined #heat | 15:07 | |
*** david-lyle has joined #heat | 15:09 | |
bdossant | shardy: Hi! I tested the %index% field on ResourceGroup and it works good. Thanks! I also wanted to know if there is plans to change a bit the login of the removal_policies. Like removing the resource first and creating the new one after? And also reusing the same names if specified? | 15:11 |
bdossant | This could be used to use a heat template to always fill the quota | 15:12 |
bdossant | i often get this use case | 15:12 |
bdossant | *logic | 15:12 |
*** kebray has joined #heat | 15:13 | |
*** tshtilma has quit IRC | 15:13 | |
*** jaime49 has quit IRC | 15:15 | |
*** nijaba has quit IRC | 15:16 | |
*** nijaba has joined #heat | 15:16 | |
*** nijaba has quit IRC | 15:16 | |
*** nijaba has joined #heat | 15:16 | |
*** Drago has joined #heat | 15:16 | |
shardy | bdossant: the removal_policies interface was designed to be extensible, but there are no current plans to modify it | 15:19 |
shardy | feel free to raise a bug/spec with details of your requirement tho | 15:19 |
bdossant | yes i realized that now, that we could add some new functionality there | 15:20 |
bdossant | i will think about it | 15:20 |
openstackgerrit | Merged openstack/heat: Convergence: Fix resource loading on cleanup https://review.openstack.org/201664 | 15:20 |
openstackgerrit | Merged openstack/heat: Use default_client_name for keystone https://review.openstack.org/204043 | 15:27 |
openstackgerrit | Merged openstack/heat: Add test for ceilometer client https://review.openstack.org/204080 | 15:27 |
openstackgerrit | Merged openstack/heat: Add OS::Heat::None resource https://review.openstack.org/203770 | 15:27 |
*** jaime49 has joined #heat | 15:34 | |
*** jaime49 has quit IRC | 15:35 | |
*** jaime49 has joined #heat | 15:35 | |
*** sergmelikyan has quit IRC | 15:40 | |
ramishra | zaneb: hi | 15:44 |
*** chmouel has quit IRC | 15:44 | |
zaneb | ramishra: o/ | 15:45 |
*** aignatov has quit IRC | 15:45 | |
zaneb | how goes it? | 15:45 |
ramishra | zaneb: are you ok with my responses to the rolling_update thing? | 15:46 |
zaneb | ramishra: tbh I still have doubts about the handling of min_in_service | 15:46 |
zaneb | you mentioned there was an IRC discussion already | 15:46 |
zaneb | do you have a link? | 15:46 |
*** achanda has joined #heat | 15:48 | |
zaneb | ramishra: btw bug on line 316, "if not size" should be "if size is None" | 15:48 |
ramishra | zaneb: I discussed with shardy. no agreement on it though. | 15:49 |
*** bdossant has quit IRC | 15:50 | |
*** aignatov has joined #heat | 15:50 | |
*** chmouel has joined #heat | 15:51 | |
*** achanda has quit IRC | 15:52 | |
ramishra | zaneb: if we all strongly feel about removing blacklist in the beginning, I can change it. However, I still feel that we should not remove them in the beginning. | 15:53 |
zaneb | why not? | 15:53 |
zaneb | why do an update on a blacklisted member just to delete it again straight after? | 15:54 |
ramishra | we don't update the blacklisted | 15:55 |
zaneb | probably the user is blacklisting it because the server died anyway, so trying to update it will just result in everything failing | 15:55 |
ramishra | we ignore them | 15:55 |
zaneb | ok, good | 15:55 |
zaneb | oh, _resource_names filters them out | 15:55 |
ramishra | yep | 15:55 |
*** kebray has quit IRC | 15:55 | |
*** achanda has joined #heat | 15:55 | |
zaneb | when _do_ the blacklisted ones get removed then? | 15:56 |
*** coolsvap|away is now known as coolsvap | 15:56 | |
zaneb | after the whole rolling update is completed? | 15:57 |
zaneb | at line 375? | 15:57 |
ramishra | yes, in the last step which may include resize | 15:57 |
*** achanda has quit IRC | 15:58 | |
zaneb | it seems wrong to me to include nodes that the user has already told us are not working as being in service for the purposes of keeping a minimum number of nodes in service | 16:02 |
zaneb | shardy: ^ any thoughts? | 16:02 |
ramishra | as an side effect, removing the blacklisted first would also increase the number of updates(n+1) | 16:04 |
ramishra | nested stack updates | 16:04 |
zaneb | not necessarily, they could be deleted as part of the first batch update | 16:05 |
zaneb | in fact you have n+1 now, because you do another update at the end | 16:06 |
openstackgerrit | Pratik Mallya proposed openstack/heat: Fix RS CLB resource to handle HTTPS_REDIRECT correctly https://review.openstack.org/204151 | 16:06 |
shardy | zaneb: I agree, I made the same query a couple of weeks ago, let me find the logs | 16:06 |
ochuprykov | zaneb: the lust update just delete the instances | 16:06 |
ochuprykov | last* | 16:07 |
ramishra | if the count is changed then it would be included in that(resize). | 16:07 |
shardy | zaneb: http://eavesdrop.openstack.org/irclogs/%23heat/%23heat.2015-06-30.log.html | 16:11 |
shardy | "ramishra: does it make sense to consider a blacklisted item as one of those in service?" | 16:11 |
blinky_ghost | hi all, I'm playing with software-config using this script as an example https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/example-script-template.yaml. I'm only using a tenant network without access to my openstack server and I get "connection refused" in os-collect-config. My question is if I really need access to the outside or can I use metadata network or something? thanks | 16:11 |
shardy | blinky_ghost: you have to be able to poll the heat API | 16:12 |
openstackgerrit | Pratik Mallya proposed openstack/heat: Fix RS CLB resource to handle HTTPS_REDIRECT correctly https://review.openstack.org/204151 | 16:13 |
*** nihilifer has quit IRC | 16:13 | |
ramishra | shardy: if the item is not performing as expectation, but in service. | 16:13 |
ramishra | As we discussed, we may not have blacklisting and resource def changes happening at the same time | 16:14 |
*** nihilifer has joined #heat | 16:14 | |
blinky_ghost | shardy: so there's not another way like to use 169.254.169.254 network? | 16:14 |
shardy | ramishra: I thought we agreed the least astonishing outcome was to remove/increase nodes then do the update | 16:14 |
shardy | e.g if I increase count from 50 to 100, while also updating resource_def with a batch count of 10 | 16:14 |
shardy | would you expect to have a net number of nodes of 40 or 90 during the rolling update? | 16:14 |
*** tspatzier has joined #heat | 16:14 | |
shardy | I think I would expect 90 | 16:15 |
shardy | That's what I said before | 16:15 |
shardy | I still acknowledge it's a corner case :) | 16:15 |
zaneb | ramishra, shardy: I guess the *optimal* thing to do is to do the resize before rolling update if scaling up, and after if scaling down. but imo blacklisted nodes should always be excluded starting at the point where the user told us they were blacklisted | 16:15 |
zaneb | agree it's kind of a corner case | 16:16 |
ramishra | yeah I remember, rolling update is for existing resource and not new resources added, am I wrong in assuming that | 16:16 |
zaneb | I'm actually more worried about getting readable code | 16:16 |
zaneb | because I'm really struggling with the new algo | 16:16 |
zaneb | the old one was hard enough, but at least we know it worked. would be great not to have to make major changes | 16:17 |
shardy | ramishra: yes, because the new nodes will already have the new resource_def, so no update needed | 16:17 |
ramishra | so as part of the update if resize is to be done, that should not be part of rolling update right? | 16:17 |
shardy | but if you don't handle the blacklist and resize before the rolling update, you may not end up with the optimal outcome during the update | 16:17 |
*** dsneddon_away is now known as dsneddon | 16:18 | |
shardy | like, say you increase the count by 10 to take accound of the 10 servers being removed in batches | 16:18 |
shardy | take account of.. | 16:18 |
shardy | Currently, that's not possible unless you do two stack updates | 16:18 |
ramishra | removal is not part of rolling update | 16:19 |
*** tspatzier has quit IRC | 16:19 | |
*** jistr has quit IRC | 16:19 | |
ramishra | its just updating the existing servers that are not blacklisted | 16:20 |
ramishra | from the existing | 16:20 |
*** jcoufal has quit IRC | 16:21 | |
*** crose has quit IRC | 16:22 | |
*** inc0_ has joined #heat | 16:22 | |
ramishra | shardy: for the scenario you mentioned it would be only one update | 16:22 |
ochuprykov | ramishara: why not 5? updated 50 by 10 and then resize to 100? | 16:23 |
*** achanda has joined #heat | 16:24 | |
shardy | ramishra: I guess I'm still confused here: | 16:25 |
shardy | https://review.openstack.org/#/c/194052/19/heat/engine/resources/openstack/heat/resource_group.py | 16:25 |
shardy | it looks like you start the updaters task, return the list of checkers, then on the first call to check_update_complete we start the resizer, and step through them both? | 16:25 |
*** signed8bit is now known as signed8bit_ZZZzz | 16:25 | |
shardy | I guess the problem with doing the resizer first is the generated template will have the new resource_def, so you'll miss the opportunity to do the batched update? | 16:27 |
ramishra | sorry which part of the code you are talking about? | 16:27 |
*** signed8bit_ZZZzz is now known as signed8bit | 16:27 | |
shardy | ramishra: handle_update, it starts checkers[0], then returns the list, which is passed into check_update_complete | 16:27 |
*** pal has quit IRC | 16:28 | |
ramishra | yes, the first task is from the rolling update if there is resource_def change | 16:28 |
ramishra | else it's the resizer | 16:28 |
ramishra | then i check for every task till they are complete | 16:28 |
shardy | ramishra: yep, but this won't work if both happen at once? | 16:29 |
ramishra | before starting next task | 16:29 |
ramishra | they happen in sequence, not at the same time | 16:29 |
shardy | aha, we return before the end of the loop :) | 16:30 |
ramishra | yeah | 16:30 |
shardy | cool, sorry for the noise, but we still have the rolling-update before resize issue outlined above | 16:30 |
shardy | which is probably fine for now, unless zaneb can suggest a way to combine things | 16:31 |
ramishra | my argument is rolling update is for existing resources and not newly added resources, so it should happen before resize in any case:) | 16:32 |
ramishra | we want to do rolling update as we can't do all the existing resources at the sametime and want to have certain minimum resources in service | 16:32 |
zaneb | well, sometimes during rolling update we create new resources in order to meet our minimum in service size, and then delete them at the end | 16:32 |
zaneb | kinda sucks to delete them if we're about to scale up anyway | 16:33 |
shardy | ramishra: my argument is, ideally, you'd add the new resources, then do the rolling update affecting existing resources | 16:33 |
ramishra | in that case the whole concept is min_in_service does not make much sense | 16:34 |
*** achanda has quit IRC | 16:34 | |
zaneb | why not? | 16:35 |
shardy | ramishra: Going back to my previous example, if I increase count from 50 to 100, and trigger a rolling update (of the 50) resources, and I want a min_in_service of 90, that is not possible with this code | 16:35 |
ramishra | zaneb: newly added resources as part of rolling_update are not deleted | 16:35 |
shardy | The maximum possible number for min_in_service is 40, despite the count of 100 | 16:36 |
*** aweiteka has joined #heat | 16:36 | |
zaneb | if nb_capacity - remainder >= efft_min_sz - num_blacklist:504 | 16:37 |
zaneb | efft_capacity = nb_capacity | 16:37 |
zaneb | that ^ reduces the capacity from efft_capacity to nb_capacity | 16:37 |
*** coolsvap is now known as coolsvap|away | 16:38 | |
*** sergmelikyan has joined #heat | 16:38 | |
shardy | ramishra: If we can fix that, then min_in_service is probably not needed, because the min is always count-batch_size | 16:39 |
*** ddaskal has joined #heat | 16:40 | |
ramishra | zaneb: I don't think that removes newly added resources | 16:40 |
zaneb | ramishra: it does. | 16:41 |
shardy | If we added the interface to pause until signal I mentioned, we could write a nice functional test to work all this out :) | 16:41 |
zaneb | if efft_capacity > capacity as a result of needing to maintain min in service then new nodes are added and then deleted at the end of the rolling update | 16:42 |
ramishra | zaneb: I'v tested this. This just sets the counter properly as there are blacklisted resources | 16:42 |
zaneb | talking about the AutoscalingGroup implementation here, but I believe the same principle applies | 16:43 |
*** sergmelikyan has quit IRC | 16:43 | |
ramishra | sorry have to go, I'll update with a comment on how it does not remove newly added resource as part of the rolling update | 16:45 |
*** ochuprykov has quit IRC | 16:46 | |
*** sdake has joined #heat | 16:47 | |
*** sdake_ has joined #heat | 16:48 | |
openstackgerrit | Pratik Mallya proposed openstack/heat: Fix RS CLB resource to handle HTTPS_REDIRECT correctly https://review.openstack.org/204151 | 16:48 |
openstackgerrit | Pratik Mallya proposed openstack/heat: Fix RS CLB resource to handle HTTPS_REDIRECT correctly https://review.openstack.org/204151 | 16:50 |
*** sdake has quit IRC | 16:52 | |
*** pal has joined #heat | 16:56 | |
*** Raj2 has quit IRC | 16:57 | |
*** inc0_ has quit IRC | 17:00 | |
*** derekh has quit IRC | 17:04 | |
blinky_ghost | shardy: concerning the OS::Heat::Resource::Group with OS::Heat::SoftwareDeployments to share values between nova servers, can I create a nested stack with resourcegroup that calls a external resource that is nova server which has OS::Heat::SoftwareDeployments on it? | 17:05 |
shardy | blinky_ghost: Yes, that's basically exactly how TripleO works | 17:08 |
*** shardy_ has joined #heat | 17:11 | |
*** shardy has quit IRC | 17:13 | |
*** shardy_ has quit IRC | 17:16 | |
*** shardy has joined #heat | 17:17 | |
*** daneyon_ has quit IRC | 17:19 | |
*** crose has joined #heat | 17:19 | |
*** daneyon has joined #heat | 17:20 | |
*** e0ne has quit IRC | 17:24 | |
*** tspatzier has joined #heat | 17:25 | |
blinky_ghost | shardy: I'm having this error: "ERROR: Failed to validate: Failed to validate: The specified reference "mgm_cluster" (in CommonHostDeployment.Properties.input_values.hosts) is incorrect." I need in outputs section to export the ResourceGroup to my OS::Heat::SoftwareDeployments resource right? | 17:32 |
*** vijayagurug has quit IRC | 17:33 | |
*** gberginc has joined #heat | 17:36 | |
*** Drago has quit IRC | 17:41 | |
*** tlashchova_ has joined #heat | 17:44 | |
*** sergmelikyan has joined #heat | 17:48 | |
sdake_ | any folks from mirantis in the channel? | 17:50 |
*** kebray has joined #heat | 17:51 | |
*** kebray has quit IRC | 17:51 | |
*** cchang has quit IRC | 17:55 | |
*** pal has quit IRC | 17:55 | |
*** kebray has joined #heat | 17:57 | |
*** gberginc has quit IRC | 17:57 | |
*** Drago has joined #heat | 17:58 | |
*** sergmelikyan has quit IRC | 17:59 | |
*** sergmelikyan has joined #heat | 18:01 | |
*** Kennan has joined #heat | 18:04 | |
*** Kennan2 has quit IRC | 18:04 | |
*** alex_xu has quit IRC | 18:11 | |
*** alex_xu has joined #heat | 18:13 | |
*** blinky_ghost has quit IRC | 18:14 | |
*** jprovazn has quit IRC | 18:17 | |
*** cchang has joined #heat | 18:21 | |
*** Raj3 has joined #heat | 18:24 | |
*** sergmelikyan has quit IRC | 18:27 | |
*** Raj3 has quit IRC | 18:28 | |
*** Raj3 has joined #heat | 18:28 | |
*** sergmelikyan has joined #heat | 18:28 | |
*** sergmelikyan has quit IRC | 18:29 | |
*** achanda has joined #heat | 18:40 | |
*** sergmelikyan has joined #heat | 18:42 | |
*** dims_ has quit IRC | 18:42 | |
*** e0ne has joined #heat | 18:45 | |
*** dims_ has joined #heat | 18:47 | |
*** gberginc has joined #heat | 18:53 | |
*** crose has quit IRC | 18:56 | |
pas-ha | sdake_, what's up? | 19:02 |
* pas-ha should put on notifiers on the employer's name ^) | 19:04 | |
*** Marga_ has quit IRC | 19:04 | |
*** Marga_ has joined #heat | 19:05 | |
*** Marga_ has quit IRC | 19:07 | |
*** Marga_ has joined #heat | 19:08 | |
*** gpocentek has left #heat | 19:08 | |
*** shardy_ has joined #heat | 19:10 | |
*** shardy has quit IRC | 19:11 | |
*** andersonvom has joined #heat | 19:12 | |
*** Drago has quit IRC | 19:14 | |
*** Drago has joined #heat | 19:14 | |
openstackgerrit | Merged openstack/heat: Ignore .eggs directory (created by the new pbr) https://review.openstack.org/204322 | 19:15 |
*** shardy_ has quit IRC | 19:15 | |
*** shardy has joined #heat | 19:16 | |
*** pas-ha has quit IRC | 19:18 | |
openstackgerrit | Merged openstack/heat: Move core engine related unit tests to tests/engine https://review.openstack.org/199227 | 19:19 |
*** cchang has quit IRC | 19:19 | |
openstackgerrit | Merged openstack/heat: Catch NotFound in format_stack_resource for nested() https://review.openstack.org/204294 | 19:19 |
*** cchang has joined #heat | 19:19 | |
*** sergmelikyan has quit IRC | 19:25 | |
*** tshtilma has joined #heat | 19:26 | |
*** kebray has quit IRC | 19:31 | |
*** kebray has joined #heat | 19:37 | |
*** sergmelikyan has joined #heat | 19:37 | |
*** sergmelikyan has quit IRC | 19:39 | |
*** tshtilma has quit IRC | 19:39 | |
*** tlashchova_ has quit IRC | 19:39 | |
*** sergmelikyan has joined #heat | 19:41 | |
*** kairat has joined #heat | 19:45 | |
*** radez is now known as radez_g0n3 | 19:47 | |
*** kairat has quit IRC | 19:51 | |
*** kairat has joined #heat | 19:51 | |
*** sergmelikyan has quit IRC | 19:53 | |
*** kairat has quit IRC | 19:57 | |
*** kebray has quit IRC | 20:05 | |
*** sdake_ is now known as sdake | 20:07 | |
openstackgerrit | Joe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints https://review.openstack.org/203823 | 20:12 |
*** signed8bit is now known as signed8bit_ZZZzz | 20:13 | |
*** pal has joined #heat | 20:19 | |
*** signed8bit_ZZZzz is now known as signed8bit | 20:21 | |
*** pal has quit IRC | 20:24 | |
*** pm90_ has joined #heat | 20:24 | |
*** LimorStotland_ has quit IRC | 20:24 | |
*** pm90__ has quit IRC | 20:25 | |
*** e0ne has quit IRC | 20:26 | |
*** pm90__ has joined #heat | 20:26 | |
pm90__ | is there a reason why stack outputs can't be shown as soon as they are available, instead of waiting for the stack to complete/ fail? | 20:28 |
*** pm90_ has quit IRC | 20:29 | |
lifeless | sdake: 204356 makes me grin at the irony | 20:32 |
*** kebray has joined #heat | 20:35 | |
*** kebray has quit IRC | 20:36 | |
*** kebray has joined #heat | 20:36 | |
*** sorantis has joined #heat | 20:37 | |
openstackgerrit | Joe D'Andrea proposed openstack/heat: Adds resource uuid, volume support to lifecycle scheduler hints https://review.openstack.org/203823 | 20:39 |
*** kebray_ has joined #heat | 20:40 | |
*** kebray has quit IRC | 20:40 | |
*** pm90__ has quit IRC | 20:51 | |
*** kairat has joined #heat | 20:52 | |
*** andersonvom has quit IRC | 20:53 | |
*** pm90__ has joined #heat | 20:54 | |
*** gberginc has quit IRC | 20:55 | |
*** sergmelikyan has joined #heat | 20:56 | |
sdake | lifeless which is that in reference to? | 21:01 |
lifeless | sdake: your review | 21:01 |
sdake | -etoomanynumbers | 21:02 |
sdake | oh the 1 company review? | 21:02 |
sdake | you mean the part how I mentioned congress ;-) | 21:02 |
*** sergmelikyan has quit IRC | 21:04 | |
*** sergmelikyan has joined #heat | 21:06 | |
*** kebray_ has quit IRC | 21:06 | |
*** ddaskal has quit IRC | 21:13 | |
*** jruano has quit IRC | 21:15 | |
*** david-lyle has quit IRC | 21:17 | |
*** jruano has joined #heat | 21:19 | |
*** yassine__ has quit IRC | 21:22 | |
*** jaime49 has quit IRC | 21:24 | |
*** ddaskal has joined #heat | 21:26 | |
*** blomquisg has quit IRC | 21:26 | |
*** daneyon has quit IRC | 21:27 | |
*** daneyon has joined #heat | 21:27 | |
*** e0ne has joined #heat | 21:30 | |
*** jonesbr has left #heat | 21:31 | |
*** jasond has quit IRC | 21:34 | |
*** kebray has joined #heat | 21:38 | |
*** sergmelikyan has quit IRC | 21:39 | |
*** achanda has quit IRC | 21:43 | |
*** jaime49 has joined #heat | 21:45 | |
lifeless | sdake: the part on 'diversity' and 'one company' | 21:48 |
lifeless | sdake: seemed like a humurous juxtaposition | 21:48 |
*** cing has joined #heat | 21:53 | |
*** sergmelikyan has joined #heat | 21:53 | |
*** dims_ has quit IRC | 21:53 | |
*** signed8bit has quit IRC | 21:54 | |
*** aweiteka has quit IRC | 21:56 | |
*** e0ne has quit IRC | 21:58 | |
*** sorantis has quit IRC | 21:59 | |
openstackgerrit | Miguel Grinberg proposed openstack/heat: Correctly determine keystone v3 endpoint https://review.openstack.org/202824 | 22:02 |
*** Kennan has quit IRC | 22:02 | |
*** Kennan has joined #heat | 22:03 | |
*** cing has quit IRC | 22:06 | |
*** cing has joined #heat | 22:06 | |
*** htruta_ has joined #heat | 22:07 | |
*** sergmelikyan has quit IRC | 22:07 | |
*** bnemec has quit IRC | 22:09 | |
*** sergmelikyan has joined #heat | 22:10 | |
sdake | lifeless yar well it could be differnet divsions or something ;) | 22:11 |
sdake | lifeless I'm not the one who made the script require two corporate sponsors :) | 22:12 |
sdake | actually I guess it requires 3 to get under 80% review and commits | 22:12 |
*** kairat has quit IRC | 22:13 | |
sdake | kolla is diverse - http://cdn.pasteraw.com/ndds96xqqkq34no8euzbx7fmu9j37p3 | 22:13 |
*** achanda has joined #heat | 22:15 | |
*** kebray has quit IRC | 22:16 | |
*** kebray has joined #heat | 22:17 | |
*** cing has quit IRC | 22:22 | |
openstackgerrit | Steve Baker proposed openstack/heat: Functional test to attempt deployments race trigger https://review.openstack.org/204780 | 22:23 |
*** cchang has quit IRC | 22:26 | |
*** ddaskal has quit IRC | 22:27 | |
*** cing has joined #heat | 22:28 | |
openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/204418 | 22:34 |
*** sergmelikyan has quit IRC | 22:43 | |
*** sergmelikyan has joined #heat | 22:51 | |
*** kebray has quit IRC | 22:51 | |
*** kebray has joined #heat | 22:52 | |
*** Raj3 has quit IRC | 22:52 | |
*** Raj3 has joined #heat | 22:52 | |
*** SlickNik has joined #heat | 22:59 | |
*** dsneddon is now known as dsneddon_biab | 23:00 | |
*** kebray has quit IRC | 23:07 | |
*** sergmelikyan has quit IRC | 23:08 | |
*** pm90__ has quit IRC | 23:09 | |
*** shardy_ has joined #heat | 23:12 | |
*** cing has quit IRC | 23:13 | |
*** shardy has quit IRC | 23:14 | |
*** shardy_ has quit IRC | 23:17 | |
*** shardy has joined #heat | 23:18 | |
*** sergmelikyan has joined #heat | 23:28 | |
*** Drago has quit IRC | 23:30 | |
*** sergmelikyan has quit IRC | 23:30 | |
*** jecarey has quit IRC | 23:37 | |
*** Qiming_ has joined #heat | 23:38 | |
*** tochi has joined #heat | 23:40 | |
*** pm90_ has joined #heat | 23:44 | |
*** sabeen3 has quit IRC | 23:48 | |
*** achanda has quit IRC | 23:49 | |
*** jecarey has joined #heat | 23:50 | |
*** Qiming_ has quit IRC | 23:54 | |
*** sergmelikyan has joined #heat | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!