*** EricGonczer_ has joined #heat | 00:00 | |
*** alex_xu has joined #heat | 00:05 | |
*** EricGonczer_ has quit IRC | 00:13 | |
*** sdake_ has joined #heat | 00:27 | |
*** sdake has quit IRC | 00:30 | |
*** ccard__ has joined #heat | 00:55 | |
*** ccard has quit IRC | 00:56 | |
*** sdake has joined #heat | 01:05 | |
*** sdake_ has quit IRC | 01:09 | |
*** dimtruck is now known as zz_dimtruck | 01:20 | |
*** steveg_afk has quit IRC | 01:26 | |
*** yanyanhu has joined #heat | 01:41 | |
*** EricGonczer_ has joined #heat | 01:42 | |
*** elynn has joined #heat | 01:44 | |
*** elynn has quit IRC | 01:47 | |
*** zz_dimtruck is now known as dimtruck | 01:48 | |
*** elynn has joined #heat | 01:49 | |
*** elynn has quit IRC | 01:49 | |
*** EricGonc_ has joined #heat | 01:55 | |
*** EricGonczer_ has quit IRC | 01:58 | |
*** tochi has quit IRC | 01:59 | |
*** EricGonc_ has quit IRC | 02:01 | |
*** EricGonczer_ has joined #heat | 02:07 | |
*** elynn has joined #heat | 02:11 | |
*** EricGonczer_ has quit IRC | 02:20 | |
*** spzala has quit IRC | 02:26 | |
*** wangbo has quit IRC | 02:28 | |
*** ccard has joined #heat | 02:30 | |
*** ctayal has joined #heat | 02:32 | |
*** ccard__ has quit IRC | 02:33 | |
*** rajpatel has joined #heat | 02:35 | |
*** wangbo has joined #heat | 02:45 | |
*** ctayal has quit IRC | 02:46 | |
*** yuanying has quit IRC | 02:50 | |
*** yuanying has joined #heat | 02:51 | |
*** harlowja has quit IRC | 02:57 | |
*** jnettlet has quit IRC | 02:57 | |
*** pleia2 has quit IRC | 02:58 | |
*** dhubbard has quit IRC | 02:58 | |
*** dhubbard has joined #heat | 02:58 | |
*** pleia2 has joined #heat | 02:59 | |
*** EricGonczer_ has joined #heat | 03:22 | |
*** EricGonczer_ has quit IRC | 03:22 | |
*** zhurong has joined #heat | 03:27 | |
*** yuanying has quit IRC | 03:46 | |
*** links has joined #heat | 03:46 | |
*** elynn has quit IRC | 03:48 | |
*** yuanying has joined #heat | 03:48 | |
*** sdake has quit IRC | 03:51 | |
*** zhurong has quit IRC | 03:58 | |
*** zhurong has joined #heat | 03:59 | |
*** flwang1 has quit IRC | 04:03 | |
*** rajpatel has quit IRC | 04:06 | |
*** fragatina has quit IRC | 04:07 | |
*** fragatina has joined #heat | 04:07 | |
*** wangbo has quit IRC | 04:08 | |
*** links has quit IRC | 04:17 | |
*** zhurong has quit IRC | 04:26 | |
*** misty-cloud has joined #heat | 04:28 | |
*** wangbo has joined #heat | 04:28 | |
openstackgerrit | Merged openstack/heat: Use endpoint_override with heat client plugin https://review.openstack.org/399973 | 04:29 |
---|---|---|
*** elynn has joined #heat | 04:52 | |
*** elynn has quit IRC | 04:57 | |
*** elynn has joined #heat | 04:58 | |
*** zhurong has joined #heat | 05:12 | |
*** sshnaidm has joined #heat | 05:19 | |
*** tkarke has joined #heat | 05:21 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Skip test_cancel_update_server_with_port https://review.openstack.org/400046 | 05:22 |
*** tkarke has quit IRC | 05:25 | |
*** zhurong has quit IRC | 05:31 | |
*** ctayal has joined #heat | 05:32 | |
*** zhurong has joined #heat | 05:36 | |
*** ctayal has quit IRC | 05:36 | |
*** elynn has quit IRC | 06:09 | |
*** cwolferh has joined #heat | 06:11 | |
*** jaosorior has joined #heat | 06:25 | |
*** elynn has joined #heat | 06:31 | |
*** cwolferh has quit IRC | 06:35 | |
*** elynn has quit IRC | 06:36 | |
*** elynn has joined #heat | 06:36 | |
*** jaosorior has quit IRC | 06:46 | |
*** jaosorior has joined #heat | 06:47 | |
*** zhurong has quit IRC | 07:16 | |
*** jprovazn has joined #heat | 07:21 | |
*** cwolferh has joined #heat | 07:26 | |
*** flwang1 has joined #heat | 07:49 | |
*** jtomasek has joined #heat | 07:53 | |
*** jtomasek has quit IRC | 07:57 | |
*** jtomasek has joined #heat | 07:58 | |
*** boris-42 has quit IRC | 08:06 | |
*** shardy has joined #heat | 08:07 | |
*** boris-42 has joined #heat | 08:08 | |
*** ccamacho has joined #heat | 08:25 | |
*** amoralej|off is now known as amoralej | 08:27 | |
*** jpich has joined #heat | 08:39 | |
*** sshnaidm is now known as sshnaidm|afk | 08:40 | |
*** zzzeek has quit IRC | 09:00 | |
ccard | I'm trying to add a dependency between two OS::Nova::Server resources, using WaitCondition and WaitConditionHandle. All the examples I can find use a script defined in raw user_data, but in my case the user_data has user_data_format SOFTWARE_CONFIG - how do I incorporate sending a signal into that? | 09:00 |
*** zzzeek has joined #heat | 09:03 | |
therve | ccard, If you use software config, you ought to be able to do what you want without wait conditions | 09:05 |
therve | Otherwise, I guess you need a script config? | 09:05 |
*** sorantis has joined #heat | 09:06 | |
ccard | therve: how? my template builds two instances, and I want to make sure the first instance is fully built before the second one starts to build | 09:08 |
therve | ccard, Just add a depends_on with the software deployment | 09:08 |
ccard | therve: add a depends_on where? (sorry for being slow :( ) | 09:10 |
therve | ccard, On your second instance | 09:10 |
therve | IE, make your second instance depend on the first deployment | 09:12 |
therve | It seems fairly logical :) | 09:12 |
*** yprokule has joined #heat | 09:12 | |
ccard | therve: the structure of my templates is like this: I have a yaml file with 2 resources in it, "instance1" and "instance2" say, which are both of type "instance.yaml", but with slightly different parameters. The instance.yaml file has the OS::Nova::Server resource in it, which uses a OS::Heat::MultipartMime software config resource, which in turn uses an OS::Heat::CloudConfig resource. | 09:14 |
ccard | So where do I put the depends_on? | 09:14 |
therve | ccard, instance2 | 09:14 |
therve | Wait you don't have a software deployment | 09:15 |
therve | So nevermind | 09:15 |
ccard | therve: and that will ensure that instance2 is built before instance1? | 09:15 |
ccard | therve: there are SoftwareDeployment resources in instance.yaml too | 09:16 |
therve | ccard, http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#resource-dependencies | 09:17 |
therve | Not necessarily a perfect example for you | 09:17 |
ccard | Does that ensure that one instance will be fully built before the other starts to build? | 09:19 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Move call trove cluster delete to check complete https://review.openstack.org/390828 | 09:21 |
therve | If you depend on the thing that means that it's built | 09:23 |
ramishra | therve: hi, around? | 09:23 |
therve | ramishra, What do you think? :) | 09:23 |
ramishra | therve: context? | 09:24 |
therve | ramishra, Nevermind, what's up | 09:24 |
*** yanyanhu has quit IRC | 09:24 | |
*** jtomasek has quit IRC | 09:25 | |
ramishra | therve: Wanted to ask what you thing we should do to fix the stable branches. | 09:26 |
ramishra | therve: Was that statemet in the context of something I did in the weekend? | 09:27 |
therve | ramishra, No, just I was chatting for the past 20 minutes, so yeah I was around :D | 09:27 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Refactor OS::Trove::Instance resource tests https://review.openstack.org/394450 | 09:28 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: OS::Trove::Instance observe reality implementation https://review.openstack.org/393370 | 09:28 |
therve | What's going on with the stable branches? | 09:28 |
therve | I guess we need the lbaas backport | 09:28 |
ramishra | therve: We need all of them. | 09:28 |
ramishra | therve: I tried to backport https://review.openstack.org/#/c/400063/. | 09:29 |
therve | ramishra, The clients have been released there too? | 09:29 |
ramishra | therve: it does not break anything. | 09:29 |
ramishra | therve: troveclient is an issue for the docs job. | 09:29 |
ramishra | but there are some strong words from some of the stable maintainers;) | 09:29 |
therve | ramishra, Presumably for real workload too, no? | 09:30 |
therve | Maybe we need to cap the clients versions on the stable branch | 09:30 |
ramishra | yeah, we can do that, but my aregument is the patch does not use anything from the new client releases | 09:31 |
ramishra | so, there is no harm in backporting it | 09:31 |
ramishra | I agree we should cap the client versions in the future. | 09:32 |
therve | I mean, I don't particularly care | 09:33 |
strigazi | Hi ramishra therve, I have a question for you. Is it possible to pass the path to a script as a variable? eg here: https://github.com/openstack/magnum/blob/master/magnum/drivers/swarm_fedora_atomic_v1/templates/swarmnode.yaml#L231 | 09:33 |
therve | As long as the gate is green | 09:33 |
therve | strigazi, You mean have the argument to get_file be get_param something? | 09:34 |
strigazi | therve, something like that | 09:34 |
ramishra | therve: ok:) probably you can comment on that patch? Will wait for sometime. | 09:35 |
therve | strigazi, I don't think so. But you can craft files yourself if you want specific behavior | 09:35 |
*** jtomasek has joined #heat | 09:37 | |
strigazi | therve, like have a sh file or something in the middle to point to were the other scripts are? | 09:37 |
*** jtomasek has quit IRC | 09:37 | |
therve | strigazi, No I mean built the "files" argument to stack create yourself | 09:38 |
*** jtomasek has joined #heat | 09:38 | |
*** prazumovsky has joined #heat | 09:38 | |
*** dbecker has joined #heat | 09:40 | |
*** yassine has joined #heat | 09:40 | |
*** yassine is now known as Guest25976 | 09:41 | |
strigazi | therve, and drop config from properties in SoftwareConfigs? | 09:43 |
therve | strigazi, No, just have the arguments be things that you control | 09:44 |
therve | Sorry I don't know how to be more specific | 09:45 |
therve | But file names are just names. You can name it whatever you want, as long it matches something in the "files" parameter | 09:45 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Ephemeral disk size support for server bdm_v2 https://review.openstack.org/358559 | 09:45 |
openstackgerrit | Thomas Herve proposed openstack/heat: Use the scheduler to call check_resource https://review.openstack.org/400155 | 09:46 |
*** yprokule_ has joined #heat | 09:47 | |
*** derekh has joined #heat | 09:48 | |
strigazi | therve: I guess you mean like this: http://developer.openstack.org/api-ref/orchestration/v1/?expanded=create-stack-detail#id6 The way it handles the myfile parameter | 09:48 |
therve | strigazi, Yep! | 09:49 |
*** yprokule has quit IRC | 09:49 | |
*** yprokule_ is now known as yprokule | 09:49 | |
*** fabian4 has joined #heat | 09:49 | |
strigazi | therve, thanks. one more small refactor in our templates :) | 09:50 |
*** elynn has quit IRC | 09:51 | |
*** sorantis_ has joined #heat | 09:58 | |
ramishra | therve: it seems there is some issue with the zuul check queue. | 09:58 |
ramishra | jobs are queued for ever. | 09:59 |
therve | ramishra, Yeah trying to mention it to infra but nobody's there :/ | 09:59 |
ramishra | I saw some neutron jobs there for 20hrs;) | 09:59 |
therve | http://graphite.openstack.org/render/?from=-24hours&height=360&until=now&width=668&bgcolor=ffffff&fgcolor=000000&areaMode=stacked&target=color(alias(sumSeries(stats.gauges.nodepool.nodes.building),%20%27Building%27),%20%27ffbf52%27)&target=color(alias(sumSeries(stats.gauges.nodepool.nodes.ready),%20%27Available%27),%20%2700c868%27)&target=color(alias(sumSeries(stats.gauges.nodepool.nodes.used),%20%27In%20Use%27),%20%276464ff%27)&target | 10:00 |
therve | =color(alias(sumSeries(stats.gauges.nodepool.nodes.delete),%20%27Deleting%27),%20%27c864ff%27)&title=Test%20Nodes&_t=0.7188237273804484 | 10:00 |
therve | Don't know if you check that one, it's at the bottom of the status page | 10:00 |
therve | But nodes are stuck in building | 10:00 |
*** sorantis has quit IRC | 10:01 | |
*** sorantis_ is now known as sorantis | 10:01 | |
ramishra | therve: It seems the trusty jobs are doing fine http://logs.openstack.org/63/400063/1/check/gate-grenade-dsvm-heat-ubuntu-trusty/6b18f70/ and taking half the time, seems like something to do with the xenial switch? | 10:09 |
therve | ramishra, No idea | 10:10 |
ccard | therve: I tried adding depends_on to one of my instance resources, but it looked like the second instance started building before the first had completed its installation | 10:24 |
therve | ccard, What did you depend on? | 10:41 |
ccard | the other instance resource | 10:41 |
therve | I don't think that's what I said :) | 10:42 |
ccard | "If you depend on the thing that means that it's built" | 10:44 |
therve | Right. The instance is in not that thing. | 10:45 |
ccard | ? | 10:46 |
ccard | This is what I did: | 10:47 |
ccard | resources: | 10:47 |
ccard | instance1: | 10:47 |
ccard | type: instance.yaml | 10:47 |
ccard | depends_on: instance2 | 10:47 |
ccard | properties: | 10:47 |
ccard | .... | 10:47 |
ccard | instance2: | 10:48 |
ccard | type: instance.yaml | 10:48 |
ccard | properties: | 10:48 |
ccard | .... | 10:48 |
prazumovsky | hey, guys, do you know, that 1.6.0 | 11:01 |
prazumovsky | heatclient breaks sahara, rally, neutron gates with error: "Original error message: Could not find requested endpoint in Service Catalog" | 11:03 |
prazumovsky | blacklist 1.6.0 in gr: https://review.openstack.org/#/c/400183/ | 11:05 |
ramishra | prazumovsky: yeah, It's my mistake | 11:10 |
prazumovsky | ramishra: OK, thanks, just wanted to learn, maybe already someone works on it or there is some solution | 11:11 |
ramishra | yeah, I'm sending a patch | 11:11 |
*** misty-cloud has quit IRC | 11:11 | |
ramishra | prazumovsky: the usage is wrong, thhough we've to backward compatible | 11:12 |
*** sshnaidm|afk is now known as sshnaidm | 11:13 | |
prazumovsky | OK, will crequest sahara, neutron and rally when patch will be on review | 11:15 |
prazumovsky | *request | 11:15 |
openstackgerrit | Rabi Mishra proposed openstack/python-heatclient: Use endpoint as endpoint_override https://review.openstack.org/400195 | 11:16 |
ramishra | prazumovsky: ^^^ | 11:17 |
ramishra | prazumovsky: sahara was using endpoint_override as per this comment https://bugs.launchpad.net/python-heatclient/+bug/1621505/comments/2, hence the chnage. | 11:19 |
openstack | Launchpad bug 1621505 in python-heatclient "Wrong usage of parameter `endpoint_override`" [High,Fix released] - Assigned to tamil vanan (tamilhce) | 11:19 |
ramishra | prazumovsky: now you're saying it's broken | 11:19 |
ccard | therve: so I still think I need a WaitCondition to do what I want | 11:28 |
ramishra | skraynev, prazumovsky: can you please review that change? | 11:31 |
skraynev | ramishra: done | 11:32 |
ramishra | skraynev: thanks! | 11:32 |
*** sorantis has quit IRC | 11:38 | |
*** blues-man has joined #heat | 11:39 | |
*** sdake has joined #heat | 11:48 | |
ramishra | skraynev, prazumovsky this would have fixed rally https://review.openstack.org/#/c/400208/1/rally/osclients.py | 11:49 |
ramishra | they use it for all other clients. | 11:49 |
*** blomquisg is now known as blomquisg_gone | 11:52 | |
prazumovsky | ramishra: great, thanks | 11:52 |
*** sdake_ has joined #heat | 11:54 | |
skraynev | ramishra: I think, that we also require new tag to release this fix | 11:55 |
ramishra | yep, but gate is very slow, not sure when it would land. | 11:55 |
*** Guest25976 has quit IRC | 11:55 | |
*** sdake has quit IRC | 11:56 | |
ramishra | skraynev: they have gone ahead and approved the blacklist patch. | 11:56 |
ramishra | skraynev: but yeah we would do it asap. | 11:56 |
ramishra | it could have been easily fixed in rally, but anyway. | 11:57 |
*** blinky_ghost has joined #heat | 12:00 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add sahara constraints https://review.openstack.org/375847 | 12:04 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add OS::Sahara::Job resource https://review.openstack.org/231080 | 12:04 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add translation rules for OS::Sahara::Job https://review.openstack.org/397719 | 12:04 |
*** sorantis has joined #heat | 12:06 | |
*** shardy is now known as shardy_lunch | 12:14 | |
*** ccamacho is now known as ccamacho|lunch | 12:15 | |
-openstackstatus- NOTICE: We are currently having capacity issues with our ubuntu-xenial nodes. We have addressed the issue but will be another few hours before new images have been uploaded to all cloud providers. | 12:18 | |
therve | Ah, that explains things maybe | 12:20 |
*** freyes__ is now known as freyes | 12:28 | |
*** freyes has quit IRC | 12:28 | |
*** freyes has joined #heat | 12:28 | |
*** gongysh has joined #heat | 12:29 | |
ramishra | therve: wdyt about skipping that test test_cancel_update_server_with_port? | 12:29 |
therve | ramishra, +1 | 12:29 |
ramishra | I don't see that issue being resolved soon. | 12:29 |
ramishra | ok | 12:29 |
*** catintheroof has joined #heat | 12:31 | |
*** dprince has joined #heat | 12:36 | |
*** sorantis has quit IRC | 12:38 | |
*** misty-cloud has joined #heat | 12:46 | |
*** sorantis has joined #heat | 12:47 | |
*** gongysh has quit IRC | 12:50 | |
*** yassine has joined #heat | 12:55 | |
*** yassine is now known as Guest13439 | 12:56 | |
*** misty-cloud has quit IRC | 12:58 | |
*** sdake has joined #heat | 13:04 | |
*** ccamacho|lunch is now known as ccamacho | 13:05 | |
*** sdake_ has quit IRC | 13:07 | |
*** shardy_lunch is now known as shardy | 13:07 | |
*** jaosorior is now known as jaosorior_brb | 13:09 | |
therve | ramishra, Seems tests pass, we just need the lbaas change now | 13:10 |
ramishra | therve: yep:) | 13:13 |
*** jprovazn has quit IRC | 13:14 | |
*** misty-cloud has joined #heat | 13:15 | |
*** blinky_ghost has quit IRC | 13:16 | |
misty-cloud | hi all | 13:17 |
misty-cloud | one question | 13:17 |
misty-cloud | do custom roles require -r option in "openstack overcloud deploy" | 13:18 |
misty-cloud | ? | 13:18 |
misty-cloud | still that is the way or it is removed | 13:18 |
misty-cloud | ? | 13:18 |
jaosorior_brb | misty-cloud: you might want to ask in #tripleo | 13:20 |
misty-cloud | ok thanks | 13:20 |
*** ramishra has quit IRC | 13:21 | |
*** prazumovsky has quit IRC | 13:22 | |
*** ramishra has joined #heat | 13:23 | |
*** lamt has joined #heat | 13:24 | |
*** amoralej is now known as amoralej|lunch | 13:24 | |
*** pradk has joined #heat | 13:26 | |
*** blinky_ghost has joined #heat | 13:29 | |
*** sorantis has quit IRC | 13:32 | |
*** steveg_afk has joined #heat | 13:33 | |
*** honza has joined #heat | 13:40 | |
*** honza is now known as Guest16018 | 13:40 | |
*** hjensas has joined #heat | 13:41 | |
*** ramishra_ has joined #heat | 13:51 | |
*** jprovazn has joined #heat | 13:54 | |
*** blues-man has quit IRC | 13:54 | |
*** ramishra has quit IRC | 13:54 | |
*** yprokule has quit IRC | 13:55 | |
*** yprokule has joined #heat | 13:57 | |
*** ramishra_ has quit IRC | 13:58 | |
*** ramishra has joined #heat | 14:00 | |
*** sorantis has joined #heat | 14:06 | |
*** jprovazn has quit IRC | 14:10 | |
*** jprovazn has joined #heat | 14:12 | |
*** misty-cloud has quit IRC | 14:15 | |
*** jcoufal has joined #heat | 14:25 | |
*** ccard has quit IRC | 14:27 | |
*** ccard has joined #heat | 14:30 | |
*** sorantis_ has joined #heat | 14:34 | |
*** blomquisg_gone is now known as blomquisg | 14:35 | |
*** sorantis has quit IRC | 14:37 | |
*** sorantis_ is now known as sorantis | 14:37 | |
*** amoralej|lunch is now known as amoralej | 14:37 | |
*** beagles is now known as beagles|mtg | 14:46 | |
*** jaosorior_brb has quit IRC | 14:46 | |
*** jaosorior_brb has joined #heat | 14:47 | |
*** elynn has joined #heat | 14:50 | |
*** randallburt has joined #heat | 14:56 | |
*** randallburt has quit IRC | 15:01 | |
*** hjensas has quit IRC | 15:04 | |
*** spotz_zzz is now known as spotz | 15:07 | |
*** elynn has quit IRC | 15:09 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:09 | |
*** randallburt has joined #heat | 15:10 | |
*** bnemec has joined #heat | 15:26 | |
*** vijendar_ has joined #heat | 15:29 | |
*** vijendar1 has quit IRC | 15:32 | |
*** vijendar has quit IRC | 15:33 | |
therve | zaneb, Around? Wanted to chat about https://review.openstack.org/#/c/400155/ | 15:34 |
zaneb | therve: yep | 15:35 |
* zaneb reads | 15:35 | |
*** sorantis has quit IRC | 15:36 | |
therve | zaneb, It seems to roughly work as I expected. Not controlling the number of check_resources is definitely an issue | 15:36 |
therve | It particular, I was able to create 150+ resources in a stack, whereas it was failing previously | 15:36 |
zaneb | we shouldn't have to control the number of check_resources we send | 15:36 |
therve | Why? | 15:36 |
zaneb | we should control the number we get out of the queue and process | 15:36 |
therve | That may be true | 15:37 |
zaneb | because who knows how many users are doing stuff in parallel? slowing down at the source doesn't work | 15:37 |
therve | I don't know how to do that though. And it seems that not overflowing the message bus would be nice | 15:37 |
zaneb | also why would we queue this stuff up in memory, when we have an actual queue to put it in | 15:38 |
zaneb | (I had this exact discussion with Anant already btw ;) | 15:38 |
therve | Well I don't really queue it up | 15:39 |
therve | I just try to pace it | 15:39 |
*** vijendar has joined #heat | 15:39 | |
therve | I'm glad you had this conversation, but it's still broken :) | 15:39 |
zaneb | :) | 15:39 |
zaneb | it was not-broken for quite a while but now it's apparently broken again | 15:40 |
therve | Well, not really. The 150 resources in a stack has always been broken, AFAICT | 15:40 |
therve | Now we have a gate issue with db connections for some reasons, but it's just making it apparent | 15:40 |
therve | zaneb, So what are you suggesting? Should we configure the number of worker clients that we have a bit better? | 15:43 |
zaneb | I thought what we did was control the threadpool size to limit the number of messages we would read from the queue on each worker at a time | 15:46 |
therve | Well the setting is shared for all rpc | 15:47 |
blinky_ghost | Hi all, could anyone share an heat template example of a sequence deployment within multiple resource groups? Something like depoyment runs on resource A goes to B and then gets back to A? Thanks | 15:47 |
zaneb | still not clear on what has changed with the xenial nodes to break that | 15:47 |
therve | So it'd be the same for api-> engine and service->worker | 15:47 |
therve | We "controlled" it by leaving the default to 64 | 15:47 |
zaneb | blinky_ghost: there are no circular dependencies | 15:47 |
therve | and bumping the number of allowed SQL connections | 15:48 |
*** harlowja_at_home has joined #heat | 15:48 | |
blinky_ghost | zaneb: what do you mean? it's not supported? | 15:48 |
zaneb | 64 sounds *really* high | 15:48 |
zaneb | blinky_ghost: tbh I'm not sure I'm understanding your question correctly | 15:49 |
therve | zaneb, And that's 64 per engine worker | 15:49 |
zaneb | blinky_ghost: is this what you want? http://git.openstack.org/cgit/openstack/heat-templates/tree/hot/software-config/example-templates/example-deploy-sequence.yaml | 15:50 |
zaneb | therve: yeah. I was thinking more like 8 would make sense | 15:51 |
*** dimtruck is now known as zz_dimtruck | 15:52 | |
therve | zaneb, Coincidentally that's the number I used for putting the gate in order :) | 15:52 |
randallburt | therve: how many core +2 are we supposed to wait on for https://review.openstack.org/#/c/378572? | 15:52 |
blinky_ghost | zaneb: Yes, sort of, but in a resource group. I'll try to see if it works. Thanks | 15:52 |
therve | randallburt, The usual 2 presumably :) | 15:53 |
randallburt | therve: k. Huang's comment confused me. | 15:53 |
randallburt | therve: its now super-duper approved | 15:53 |
zaneb | randallburt: until we find one who understands it ;) | 15:53 |
randallburt | lol | 15:53 |
* zaneb was abstaining due to cluelessness | 15:54 | |
*** iurygregory has joined #heat | 15:56 | |
*** wangbo has quit IRC | 16:07 | |
*** wangbo has joined #heat | 16:08 | |
*** zz_dimtruck is now known as dimtruck | 16:12 | |
ccard | I had a template which used a OS::Heat::WaitConditionHandle and appeared to work. I changed it to use OS::Heat::UpdateWaitConditionHandle and now I get this error: "ERROR: Failed to validate: : resources.*******: : Failed to validate: resources.********: The Referenced Attribute (wait_handle curl_cli) is incorrect." | 16:13 |
ccard | Any ideas? | 16:13 |
therve | zaneb, The sleep version is the patch by cwolferh | 16:13 |
therve | https://review.openstack.org/#/c/399811/ | 16:14 |
zaneb | ah, right | 16:17 |
therve | zaneb, FWIW, reducing the number of threads solves the db issue, but not the "let's create a ton of resources at once" issue | 16:19 |
zaneb | ccard: looks like you are out of luck: http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::UpdateWaitConditionHandle-attrs | 16:19 |
zaneb | ccard: file a bug, that seems like a mistake | 16:20 |
therve | With my patch, I create the resource group with 150 in about 2 minutes | 16:20 |
therve | 15 minutes later it's still running with 8 executor threads | 16:20 |
ccard | zaneb: are you saying that the docs are wrong? | 16:21 |
zaneb | therve: hmm, so basically the convergence equivalent of the problem in https://review.openstack.org/#/c/301323/ | 16:22 |
zaneb | ccard: no, the docs are always correct. the code is wrong | 16:22 |
therve | zaneb, Something like that yeah | 16:22 |
ccard | The docs say this resource type has been there since Icehouse - has no-one ever used it? | 16:22 |
*** bana_k has joined #heat | 16:23 | |
*** sdake_ has joined #heat | 16:24 | |
*** rajpatel has joined #heat | 16:24 | |
zaneb | therve: I *really* wish there were a way to not ack oslo.messaging messages, so we could say "oh, no DB connections available? we'll put this one back then" | 16:25 |
*** sdake has quit IRC | 16:27 | |
*** sdake has joined #heat | 16:28 | |
*** sdake_ has quit IRC | 16:31 | |
*** dave-johnston has joined #heat | 16:33 | |
*** jaosorior_brb is now known as jaosorior | 16:42 | |
*** blues-man has joined #heat | 16:50 | |
*** EricGonczer_ has joined #heat | 16:52 | |
openstackgerrit | Stephen Watson proposed openstack/heat: Brings Magnum resource up to date https://review.openstack.org/374321 | 16:53 |
ccard | zaneb: looking at the code, I can see the UpdateWaitConditionHandle just raises an exception if update is called - is that what you were referring to? | 16:53 |
*** randallburt has quit IRC | 16:56 | |
zaneb | ccard: I'm referring to the fact that there are no attributes defined | 16:57 |
*** Zer0Byte__ has joined #heat | 16:58 | |
ccard | why is that an issue? | 16:59 |
zaneb | ccard: you tell me, you're the one trying to use the non-existent attributes :) | 17:00 |
*** harlowja_at_home has quit IRC | 17:00 | |
*** blues-man has quit IRC | 17:00 | |
ccard | ah, you mean curl_cli. I did wonder where that 'magic' thing came from | 17:00 |
zaneb | ccard: ok, so looking at the code it appears that OS::Heat::UpdateWaitConditionHandle is the updatable version of AWS::CloudFormation::WaitConditionHandle, *not* of OS::Heat::WaitConditionHandle as any sane person would expect | 17:01 |
zaneb | hence it has none of the convenience attributes of OS::Heat::WaitConditionHandle like curl_cli | 17:01 |
zaneb | I still think that's a bug. there's a reasonable chance we could still fix it without breaking upwards compat | 17:02 |
ccard | right, thanks | 17:03 |
*** bana_k has quit IRC | 17:03 | |
*** randallburt has joined #heat | 17:08 | |
*** hjensas has joined #heat | 17:10 | |
*** randallburt has quit IRC | 17:13 | |
*** vijendar_ has quit IRC | 17:13 | |
*** vijendar_ has joined #heat | 17:14 | |
*** dprince has quit IRC | 17:14 | |
*** yprokule has quit IRC | 17:16 | |
*** yprokule has joined #heat | 17:17 | |
openstackgerrit | Merged openstack/python-heatclient: Use endpoint as endpoint_override https://review.openstack.org/400195 | 17:17 |
*** yprokule has quit IRC | 17:18 | |
*** yprokule has joined #heat | 17:19 | |
*** ctayal has joined #heat | 17:20 | |
*** randallburt has joined #heat | 17:20 | |
*** Guest13439 has quit IRC | 17:26 | |
*** rajpatel has quit IRC | 17:26 | |
*** yprokule has quit IRC | 17:26 | |
*** jpich has quit IRC | 17:31 | |
*** rajpatel has joined #heat | 17:33 | |
*** derekh has quit IRC | 17:42 | |
*** rajpatel has quit IRC | 17:55 | |
*** ccard__ has joined #heat | 17:56 | |
*** ccard has quit IRC | 17:59 | |
*** vijendar_ has quit IRC | 18:00 | |
*** beagles|mtg is now known as beagles | 18:00 | |
*** vijendar_ has joined #heat | 18:00 | |
*** bana_k has joined #heat | 18:04 | |
*** rajpatel has joined #heat | 18:06 | |
*** tkarke has joined #heat | 18:07 | |
*** sdake_ has joined #heat | 18:07 | |
*** sdake has quit IRC | 18:11 | |
*** harlowja has joined #heat | 18:14 | |
hjensas | Is it possible to have a conditional a SoftwareConfig resource, doing different things if the SoftwareDeployment is a 'CREATE' or an 'UPDATE' action? | 18:16 |
*** dprince has joined #heat | 18:20 | |
*** jaosorior has quit IRC | 18:24 | |
*** Guest16018 is now known as honza | 18:28 | |
*** vijendar_ has quit IRC | 18:28 | |
*** vijendar_ has joined #heat | 18:29 | |
*** rajpatel has quit IRC | 18:42 | |
*** tkarke has quit IRC | 18:43 | |
*** crose has joined #heat | 18:43 | |
*** amoralej is now known as amoralej|off | 18:44 | |
*** tkarke has joined #heat | 18:48 | |
*** ctayal has quit IRC | 18:48 | |
*** jamielennox is now known as jamielennox|away | 18:52 | |
*** crose has quit IRC | 18:56 | |
*** rajpatel has joined #heat | 19:00 | |
*** jamielennox|away is now known as jamielennox | 19:00 | |
*** shardy has quit IRC | 19:01 | |
*** chlong has joined #heat | 19:03 | |
*** flwang1 has quit IRC | 19:06 | |
zaneb | hjensas: http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::SoftwareComponent | 19:13 |
*** blinky_ghost has quit IRC | 19:23 | |
*** jtomasek_ has joined #heat | 19:41 | |
*** ccard has joined #heat | 19:44 | |
*** jtomasek_ has quit IRC | 19:44 | |
*** ccard__ has quit IRC | 19:45 | |
openstackgerrit | Crag Wolfe proposed openstack/heat: Do not count events for every event created https://review.openstack.org/400388 | 19:49 |
*** dimtruck is now known as zz_dimtruck | 19:51 | |
*** jtomasek has quit IRC | 19:54 | |
*** jtomasek has joined #heat | 19:55 | |
*** ctayal has joined #heat | 19:56 | |
*** zz_dimtruck is now known as dimtruck | 19:57 | |
*** ccard__ has joined #heat | 19:59 | |
*** ccard has quit IRC | 19:59 | |
hjensas | zaneb: thanks! Looking. | 19:59 |
*** rajpatel has quit IRC | 19:59 | |
*** ctayal has quit IRC | 20:05 | |
*** flwang1 has joined #heat | 20:06 | |
*** dimtruck is now known as zz_dimtruck | 20:06 | |
*** ctayal has joined #heat | 20:07 | |
*** ctayal has quit IRC | 20:08 | |
*** bana_k has quit IRC | 20:16 | |
*** bana_k has joined #heat | 20:17 | |
*** ctayal has joined #heat | 20:17 | |
*** steveg_afk has quit IRC | 20:18 | |
*** steveg_afk has joined #heat | 20:22 | |
*** liusheng has quit IRC | 20:24 | |
*** zz_dimtruck is now known as dimtruck | 20:27 | |
*** liusheng has joined #heat | 20:31 | |
*** Zer0Byte__ has quit IRC | 20:35 | |
*** spotz is now known as spotz_zzz | 20:46 | |
*** rajpatel has joined #heat | 20:49 | |
*** sai has joined #heat | 20:50 | |
*** ctayal has quit IRC | 20:51 | |
*** wangbo has quit IRC | 20:52 | |
*** bana_k has quit IRC | 20:58 | |
*** sdake has joined #heat | 21:00 | |
*** sdake_ has quit IRC | 21:04 | |
*** wangbo has joined #heat | 21:06 | |
openstackgerrit | Merged openstack/heat: Remove extra resource definition loading https://review.openstack.org/398476 | 21:08 |
*** ctayal has joined #heat | 21:10 | |
*** kebray has joined #heat | 21:11 | |
*** jcoufal has quit IRC | 21:15 | |
*** kebray has quit IRC | 21:17 | |
*** rajpatel1 has joined #heat | 21:18 | |
*** rajpatel has quit IRC | 21:19 | |
*** bana_k has joined #heat | 21:23 | |
*** jprovazn has quit IRC | 21:23 | |
*** ctayal has quit IRC | 21:38 | |
*** ctayal has joined #heat | 21:40 | |
*** dimtruck is now known as zz_dimtruck | 21:48 | |
*** fragatina has quit IRC | 21:55 | |
*** randallburt has quit IRC | 21:56 | |
*** zz_dimtruck is now known as dimtruck | 21:57 | |
*** dsneddon is now known as dsneddon_ | 22:02 | |
*** sdake_ has joined #heat | 22:07 | |
*** sdake has quit IRC | 22:10 | |
*** blomquisg is now known as blomquisg_gone | 22:12 | |
*** eliqiao has quit IRC | 22:18 | |
*** fragatina has joined #heat | 22:18 | |
*** eliqiao has joined #heat | 22:20 | |
*** EricGonczer_ has quit IRC | 22:25 | |
*** EricGonczer_ has joined #heat | 22:32 | |
*** rajpatel1 has quit IRC | 22:35 | |
*** EricGonczer_ has quit IRC | 22:40 | |
*** rajpatel has joined #heat | 22:45 | |
*** dprince has quit IRC | 22:46 | |
*** jtomasek has quit IRC | 22:48 | |
*** chlong has quit IRC | 22:52 | |
*** lamt has quit IRC | 23:08 | |
*** lamt has joined #heat | 23:13 | |
*** vijenda__ has joined #heat | 23:15 | |
*** vijendar has quit IRC | 23:15 | |
*** vijendar_ has quit IRC | 23:15 | |
*** vijendar has joined #heat | 23:16 | |
*** jdandrea has joined #heat | 23:18 | |
*** chris_hultin is now known as chris_hultin|AWA | 23:19 | |
*** jdandrea_ has quit IRC | 23:21 | |
*** ctayal has quit IRC | 23:25 | |
*** rajpatel has quit IRC | 23:30 | |
*** ctayal has joined #heat | 23:37 | |
*** lamt has quit IRC | 23:40 | |
*** openstack has joined #heat | 23:46 | |
*** ctayal has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!