*** hongbin has joined #heat | 00:18 | |
*** a-pugachev has quit IRC | 00:37 | |
*** livelace has joined #heat | 00:38 | |
*** livelace has quit IRC | 00:46 | |
openstackgerrit | Brin Zhang proposed openstack/heat-specs master: Change openstack-dev to openstack-discuss https://review.openstack.org/621873 | 01:00 |
---|---|---|
*** maddtux has joined #heat | 01:04 | |
*** jaewook_oh has joined #heat | 01:19 | |
*** hongbin has quit IRC | 01:39 | |
*** jaewook_oh has quit IRC | 01:40 | |
*** hongbin has joined #heat | 01:41 | |
*** hongbin_ has joined #heat | 01:45 | |
*** hongbin has quit IRC | 01:45 | |
*** jaewook_oh has joined #heat | 01:51 | |
*** ramishra has joined #heat | 03:41 | |
*** ramishra has quit IRC | 04:59 | |
*** ramishra has joined #heat | 05:07 | |
*** skramaja has joined #heat | 05:28 | |
*** spsurya has joined #heat | 05:40 | |
*** ramishra_ has joined #heat | 05:48 | |
*** radeks__ has joined #heat | 05:49 | |
*** ramishra has quit IRC | 05:51 | |
*** hongbin has joined #heat | 06:25 | |
*** hongbin has quit IRC | 06:25 | |
*** hongbin_ has quit IRC | 06:27 | |
*** tacco has quit IRC | 06:42 | |
*** jtomasek has joined #heat | 06:48 | |
*** ramishra_ has quit IRC | 06:50 | |
*** ramishra has joined #heat | 06:59 | |
*** rcernin has quit IRC | 07:00 | |
*** a-pugachev has joined #heat | 07:13 | |
*** e0ne has joined #heat | 08:02 | |
*** ramishra has quit IRC | 08:03 | |
*** ramishra has joined #heat | 08:09 | |
*** e0ne has quit IRC | 08:24 | |
*** stokvis has joined #heat | 08:25 | |
*** gkadam has joined #heat | 08:34 | |
*** ygk_12345 has joined #heat | 08:45 | |
*** gfidente has joined #heat | 08:48 | |
*** mikecmpbll has joined #heat | 09:09 | |
*** ygk_12345 has quit IRC | 09:10 | |
*** k_mouza has joined #heat | 09:14 | |
*** shardy has joined #heat | 09:24 | |
*** k_mouza has quit IRC | 09:26 | |
*** k_mouza has joined #heat | 09:27 | |
*** ramishra has quit IRC | 09:38 | |
*** ramishra has joined #heat | 09:40 | |
*** maddtux has quit IRC | 10:11 | |
*** e0ne has joined #heat | 10:13 | |
*** openstackgerrit has quit IRC | 10:21 | |
*** gmoro has joined #heat | 10:25 | |
therve | ramishra: Have you seen errors like http://logs.openstack.org/15/617915/4/check/heat-functional-orig-mysql-lbaasv2/cec2898/ ? | 10:29 |
therve | Looks like we're waiting on a dogpile lock, and it makes stack creation times out | 10:29 |
*** ssbarnea|rover has left #heat | 10:30 | |
*** a-pugachev_ has joined #heat | 10:32 | |
ramishra | therve: I guess these errors happen regularly, never tried to investigate, InternalServerError for timeout? | 10:34 |
*** a-pugachev has quit IRC | 10:34 | |
*** a-pugachev_ is now known as a-pugachev | 10:34 | |
therve | ramishra: Yeah | 10:36 |
therve | In the engine you can see nothing happens for ~40s on that request | 10:36 |
* therve away | 10:37 | |
ramishra | therve: I don't see any traceback anywhere for the 500 | 10:37 |
*** ramishra has quit IRC | 10:41 | |
*** ramishra has joined #heat | 10:41 | |
*** livelace has joined #heat | 10:46 | |
mikecmpbll | tryna get my head around autoscaling with heat. given an example of autoscaling application server pool; when you update application code, how do you ensure that newly added instances use the latest code? | 10:56 |
mikecmpbll | i thought about imaging on deploy and then updating the stack with the image, but updating the image property of the resource restarts all the instances. i'm not sure if that's the optimal approach | 10:57 |
mikecmpbll | s/restarts/replaces | 11:04 |
ramishra | mikecmpbll: We update all members in the group unlike AWS. You can use SoftwareDeployments in heat if you want, that would update the applications as software configurations | 11:11 |
ramishra | https://docs.openstack.org/heat/latest/template_guide/software_deployment.html#software-deployment-resources | 11:11 |
ramishra | but you would need images with heat-agents | 11:11 |
mikecmpbll | so you build an image with new code and spin up new instances to replace old? | 11:12 |
mikecmpbll | i'll do some reading on software deployments 👍🏼 | 11:12 |
*** ygk_12345 has joined #heat | 11:13 | |
*** openstackgerrit has joined #heat | 11:13 | |
openstackgerrit | Merged openstack/heat master: Replace tripleo-scenario002-multinode with scenario002-standalone https://review.openstack.org/628249 | 11:13 |
ygk_12345 | hi all | 11:13 |
ygk_12345 | can someone explain me what is the maxpersonality value here in this code | 11:13 |
ygk_12345 | https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server.py#L1587 | 11:13 |
ygk_12345 | i am facing an error while working with stacks | 11:14 |
ramishra | mikecmpbll: if the image changes then either the old instance would be rebuild/replaced based on image_update_policy property https://docs.openstack.org/heat/latest/template_guide/openstack.html#OS::Nova::Server | 11:16 |
mikecmpbll | ramishra : interesting, thanks. i guess i have to worry about how to make whatever change (rebuild/replace) graceful, in the wider context of the live application | 11:21 |
*** k_mouza_ has joined #heat | 11:29 | |
ygk_12345 | can someone help me with the error please | 11:30 |
*** k_mouza has quit IRC | 11:33 | |
mikecmpbll | ygk_12345 : personality is a set of files to create on instance boot | 11:33 |
mikecmpbll | looks like you're providing more than your provider accepts | 11:33 |
ygk_12345 | mikecmpbll: I have default quota. i am the admin here | 11:33 |
ygk_12345 | mikecmpbll: I am launching as admin | 11:34 |
mikecmpbll | /shrug, i'm just reading the docs 🤓 | 11:34 |
ygk_12345 | mikecmpbll: i am providing a single file as well | 11:35 |
ygk_12345 | mikecmpbll: this is the error http://paste.openstack.org/show/743037/ | 11:38 |
ygk_12345 | mikecmpbll: any idea whats causing this error ? | 11:40 |
ramishra | ygk_12345: that limit comes from nova, personality_files feature has been deprecated in nova, Looks like those are removed from the api in 2.57 microversion | 11:40 |
ramishra | https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/rest_api_version_history.rst#257 | 11:40 |
ramishra | that could be the reason it's not working for you | 11:40 |
ygk_12345 | ramishra: i am using rocky | 11:40 |
ramishra | ygk_12345: does not matter 2.57 is quite old | 11:41 |
ygk_12345 | ramishra: what could I do now ? | 11:41 |
ramishra | you should not use that feature | 11:41 |
ygk_12345 | ramishra: then how to pass the files in heat for a OS::Nova:Server resource ? | 11:41 |
ramishra | Without nova providing the api, I guess it would not work with heat, you can use config_drive rather than injecing file or build those files to your image | 11:44 |
ygk_12345 | ramishra: so it will not work with rocky now ? | 11:44 |
ygk_12345 | ramishra: can we use config drive with heat ? | 11:45 |
ramishra | ygk_12345: unless we drop the api microversion when making those nova api calls, it won't work.. We should deprecate and remove that feature soon as it's broken now | 11:46 |
ramishra | yeah, I think we've a property to enable config drive | 11:47 |
ygk_12345 | ramishra: what could be the workaround in my case ? | 11:47 |
therve | ramishra: message timeout in the api logs | 11:49 |
ygk_12345 | ramishra: any idea ? | 12:01 |
ramishra | therve: Ah, I did not see that earlier, Was looking for some other string | 12:15 |
ramishra | ygk_12345: if you want a hack, you can change the mox_microversion in heat https://github.com/openstack/heat/blob/master/heat/engine/clients/os/nova.py#L66 to 2.56 and I guess it would work | 12:16 |
ramishra | may be we should make it configurable in the future | 12:17 |
ygk_12345 | ramishra: how to check the present micro version in my setup ? | 12:17 |
ramishra | ygk_12345: As I said, you have to change code;) | 12:17 |
ygk_12345 | ramishra: ok, thanks | 12:18 |
ygk_12345 | ramishra: how to find the present api version on my rocky setup ? | 12:19 |
ramishra | ygk_12345: I don't know if there is cli support for it or not | 12:21 |
ygk_12345 | ramishra: ok | 12:21 |
*** k_mouza_ has quit IRC | 12:36 | |
*** k_mouza has joined #heat | 12:38 | |
*** jistr is now known as jistr|afk | 12:38 | |
*** jaewook_oh has quit IRC | 12:57 | |
ygk_12345 | ramishra: i need one help from you | 13:01 |
*** ygk_12345 has quit IRC | 13:06 | |
*** strobelight has joined #heat | 13:07 | |
*** jistr|afk is now known as jistr | 13:10 | |
*** a-pugachev has quit IRC | 13:47 | |
*** jcoufal has joined #heat | 14:00 | |
*** skramaja has quit IRC | 14:14 | |
*** e0ne has quit IRC | 14:36 | |
*** a-pugachev has joined #heat | 14:37 | |
*** e0ne has joined #heat | 14:41 | |
*** shardy has quit IRC | 14:46 | |
*** mchlumsky has joined #heat | 14:46 | |
*** shardy has joined #heat | 14:46 | |
*** a-pugachev_ has joined #heat | 14:55 | |
*** a-pugachev has quit IRC | 14:58 | |
*** a-pugachev_ is now known as a-pugachev | 14:58 | |
*** szaher has quit IRC | 15:13 | |
*** szaher has joined #heat | 15:17 | |
*** ricolin has joined #heat | 15:55 | |
*** ricolin has quit IRC | 16:02 | |
*** ramishra has quit IRC | 16:24 | |
*** radeks_ has joined #heat | 16:32 | |
*** radeks__ has quit IRC | 16:35 | |
*** radeks_ has quit IRC | 16:44 | |
*** gkadam has quit IRC | 16:45 | |
*** e0ne has quit IRC | 16:58 | |
*** shardy has quit IRC | 17:15 | |
*** shardy has joined #heat | 17:17 | |
*** shardy has quit IRC | 17:25 | |
*** shardy has joined #heat | 17:25 | |
*** a-pugachev has quit IRC | 17:31 | |
*** mikecmpbll has quit IRC | 17:36 | |
*** ekultails has joined #heat | 17:42 | |
*** ekultails has quit IRC | 17:42 | |
*** ekultails has joined #heat | 17:43 | |
*** fragatina has joined #heat | 17:43 | |
*** k_mouza_ has joined #heat | 17:44 | |
*** fragatina has quit IRC | 17:44 | |
*** fragatina has joined #heat | 17:44 | |
*** k_mouza has quit IRC | 17:46 | |
*** k_mouza_ has quit IRC | 17:48 | |
*** gfidente has quit IRC | 17:51 | |
*** marst has quit IRC | 17:51 | |
*** fragatina has quit IRC | 17:52 | |
*** fragatina has joined #heat | 17:52 | |
*** fragatina has quit IRC | 17:55 | |
*** fragatina has joined #heat | 17:56 | |
*** fragatina has quit IRC | 17:58 | |
*** fragatina has joined #heat | 17:58 | |
*** fragatina has quit IRC | 18:03 | |
*** fragatina has joined #heat | 18:03 | |
*** shardy has quit IRC | 18:05 | |
*** fragatina has quit IRC | 18:05 | |
*** fragatina has joined #heat | 18:05 | |
*** openstackgerrit has quit IRC | 18:07 | |
*** fragatina has quit IRC | 18:07 | |
*** fragatina has joined #heat | 18:08 | |
*** fragatina has quit IRC | 18:08 | |
*** fragatina has joined #heat | 18:09 | |
*** fragatina has quit IRC | 18:09 | |
*** fragatina has joined #heat | 18:10 | |
*** fragatina has quit IRC | 18:11 | |
*** fragatina has joined #heat | 18:12 | |
*** fragatina has quit IRC | 18:13 | |
*** fragatina has joined #heat | 18:14 | |
*** fragatina has quit IRC | 18:15 | |
*** fragatina has joined #heat | 18:16 | |
*** _fragatina_ has joined #heat | 18:17 | |
*** fragatina has quit IRC | 18:22 | |
*** k_mouza has joined #heat | 18:30 | |
*** radeks has joined #heat | 18:32 | |
*** k_mouza has quit IRC | 18:34 | |
*** mikecmpbll has joined #heat | 18:40 | |
*** _fragatina_ has quit IRC | 18:40 | |
*** fragatina has joined #heat | 18:41 | |
*** fragatina has quit IRC | 18:47 | |
*** radeks has quit IRC | 18:47 | |
*** fragatina has joined #heat | 18:47 | |
*** fragatina has quit IRC | 18:47 | |
*** fragatina has joined #heat | 18:48 | |
*** mikecmpbll has quit IRC | 18:48 | |
*** mikecmpbll has joined #heat | 18:51 | |
*** radeks has joined #heat | 18:54 | |
*** fragatina has quit IRC | 18:56 | |
*** fragatina has joined #heat | 18:56 | |
*** fragatina has quit IRC | 18:57 | |
*** jcoufal_ has joined #heat | 18:57 | |
*** fragatina has joined #heat | 18:58 | |
*** jcoufal has quit IRC | 19:01 | |
*** fragatina has quit IRC | 19:03 | |
*** fragatina has joined #heat | 19:04 | |
*** fragatina has quit IRC | 19:07 | |
*** fragatina has joined #heat | 19:07 | |
-openstackstatus- NOTICE: The error causing post failures on jobs has been corrected. It is safe to recheck these jobs. | 19:16 | |
*** fragatina has quit IRC | 19:28 | |
*** fragatina has joined #heat | 19:29 | |
*** fragatina has quit IRC | 19:39 | |
*** fragatina has joined #heat | 19:39 | |
*** fragatina has quit IRC | 19:42 | |
*** fragatina has joined #heat | 19:43 | |
*** fragatina has quit IRC | 20:20 | |
*** fragatina has joined #heat | 20:21 | |
*** jtomasek has quit IRC | 20:32 | |
*** e0ne has joined #heat | 20:57 | |
*** jcoufal_ has quit IRC | 21:03 | |
*** k_mouza has joined #heat | 21:46 | |
*** k_mouza has quit IRC | 21:50 | |
*** e0ne has quit IRC | 21:51 | |
*** rcernin has joined #heat | 21:54 | |
*** strobelight has quit IRC | 21:56 | |
*** fragatina has quit IRC | 22:04 | |
*** fragatina has joined #heat | 22:04 | |
*** spsurya has quit IRC | 22:09 | |
*** fragatina has quit IRC | 22:11 | |
*** fragatina has joined #heat | 22:12 | |
*** fragatina has quit IRC | 22:18 | |
*** fragatina has joined #heat | 22:19 | |
*** radeks has quit IRC | 22:21 | |
*** fragatina has quit IRC | 22:39 | |
*** fragatina has joined #heat | 22:40 | |
*** fragatina has quit IRC | 22:40 | |
*** fragatina has joined #heat | 22:40 | |
*** fragatina has quit IRC | 22:41 | |
*** fragatina has joined #heat | 22:42 | |
*** fragatina has quit IRC | 22:44 | |
*** fragatina has joined #heat | 22:45 | |
*** fragatina has quit IRC | 22:51 | |
*** fragatina has joined #heat | 22:52 | |
*** fragatina has quit IRC | 23:07 | |
*** fragatina has joined #heat | 23:08 | |
*** livelace has quit IRC | 23:15 | |
*** livelace has joined #heat | 23:33 | |
*** e0ne has joined #heat | 23:34 | |
*** e0ne has quit IRC | 23:39 | |
*** ekultails has quit IRC | 23:40 | |
*** livelace has quit IRC | 23:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!