Tuesday, 2019-05-28

flwangzaneb: around?  Is there any way to do a pre-update work when doing the rolling_update for resource group?00:10
*** rcernin has quit IRC00:17
*** rcernin has joined #heat00:18
*** rcernin has quit IRC00:49
*** rcernin has joined #heat00:50
*** hongbin has joined #heat01:10
*** ricolin has joined #heat01:13
*** maddtux has joined #heat02:39
*** hoonetorg has quit IRC02:56
*** hoonetorg has joined #heat03:13
*** ivve has quit IRC04:32
*** hongbin has quit IRC04:49
*** ivve has joined #heat05:38
*** e0ne has joined #heat06:06
*** e0ne has quit IRC06:25
*** ramishra has joined #heat06:48
openstackgerritRico Lin proposed openstack/heat master: [WIP] test zuul migrate  https://review.opendev.org/66087706:56
openstackgerritRico Lin proposed openstack/heat master: [Test] Try unlock autoscaling with lb v2  https://review.opendev.org/66168307:10
*** ricolin_ has joined #heat07:12
*** ricolin has quit IRC07:15
*** happyhemant has joined #heat07:31
*** jaewook_oh has joined #heat08:05
*** k_mouza has joined #heat08:11
*** gfidente has joined #heat08:52
*** k_mouza has quit IRC08:53
*** k_mouza has joined #heat08:53
*** jaewook_oh has quit IRC08:57
*** e0ne has joined #heat09:00
*** k_mouza_ has joined #heat09:33
*** k_mouza has quit IRC09:37
*** ricolin_ has quit IRC10:02
*** ramishra has quit IRC10:11
*** ramishra has joined #heat10:25
*** k_mouza_ has quit IRC10:51
*** k_mouza has joined #heat10:56
*** k_mouza has quit IRC10:58
*** k_mouza has joined #heat10:59
*** k_mouza has quit IRC11:09
*** k_mouza has joined #heat11:21
openstackgerritMarek Lyčka proposed openstack/heat-dashboard master: Implements a JSON import export mechanism for the template generator  https://review.opendev.org/61125911:31
*** ttsiouts has joined #heat11:33
*** ttsiouts has quit IRC11:38
*** k_mouza has quit IRC11:53
*** maddtux has quit IRC12:08
*** maddtux has joined #heat12:09
*** k_mouza has joined #heat12:11
*** k_mouza has quit IRC12:21
*** maddtux has quit IRC12:29
*** k_mouza has joined #heat12:39
*** k_mouza has quit IRC12:43
*** ekultails has joined #heat13:09
*** beekneemech is now known as bnemec13:18
*** k_mouza has joined #heat13:26
zanebflwang: https://docs.openstack.org/heat/latest/template_guide/environment.html#pause-stack-creation-update-or-deletion-on-a-given-resource13:33
*** DinaBelova has joined #heat13:42
*** jdwidari has joined #heat13:47
*** k_mouza has quit IRC13:48
*** jdwidari has quit IRC13:52
*** k_mouza has joined #heat13:55
*** k_mouza has quit IRC13:55
*** k_mouza has joined #heat14:04
*** k_mouza has quit IRC14:09
*** k_mouza has joined #heat14:14
*** gmoro__ has quit IRC14:17
*** gmoro has joined #heat14:19
*** k_mouza has quit IRC14:20
*** k_mouza has joined #heat14:21
openstackgerritZane Bitter proposed openstack/heat master: Update install docs for Keystone v3  https://review.opendev.org/66176814:28
*** k_mouza has quit IRC14:38
*** k_mouza has joined #heat14:40
*** k_mouza has quit IRC14:50
*** ivve has quit IRC15:03
*** e0ne has quit IRC15:05
*** k_mouza has joined #heat15:11
openstackgerritMerged openstack/heat master: Ignore Not Found when deleting Keystone role assignment  https://review.opendev.org/65882815:21
*** k_mouza has quit IRC15:22
*** k_mouza has joined #heat15:24
openstackgerritGeorgina Shippey proposed openstack/heat master: Add dedicated auth endpoint config for servers  https://review.opendev.org/65096715:49
*** gshippey has joined #heat15:51
*** k_mouza has quit IRC15:52
*** ricolin_ has joined #heat16:10
*** k_mouza has joined #heat16:15
*** ivve has joined #heat16:22
*** ramishra has quit IRC16:33
*** k_mouza has quit IRC16:51
*** ricolin_ has quit IRC17:00
*** irclogbot_1 has quit IRC17:17
*** irclogbot_0 has joined #heat17:17
*** dtruong has quit IRC17:43
*** dtruong has joined #heat17:44
*** ttsiouts has joined #heat17:49
*** ttsiouts has quit IRC17:59
*** jdwidari has joined #heat18:02
*** gshippey has quit IRC19:24
*** ekultails has quit IRC20:42
*** gfidente is now known as gfidente|afk20:45
*** e0ne has joined #heat20:58
flwangzaneb: wonderful, is it a new feature only available in stein21:05
zanebflwang: no, it's been there for several years afair21:05
flwangzaneb: fantastic, i will give it a try, thank you sooooo much21:06
flwangzaneb: btw, will you join the shanghai kubecon next month?21:07
zanebunlikely21:07
* zaneb is not important enough to send to kubecon ;)21:08
*** e0ne has quit IRC21:12
flwangzaneb: come on, then i will see you at shanghai openstack summit at Nov21:22
zanebyes, definitely hoping to be there in Nov :)21:25
flwangzaneb: btw, from the doc https://docs.openstack.org/heat/latest/template_guide/environment.html#pause-stack-creation-update-or-deletion-on-a-given-resource i cannot see where the hooks are defined21:54
flwangfor example, if i want to have a pre-update hook for a sever resource, where should I define the hook to let it point to a script ?21:55
*** rcernin has quit IRC22:06
flwangzaneb: seems the 'hook' is the not the one i'm looking for. I'd like to see a hook can be set a script to do something instead of just halt, is that possible?23:01
zanebflwang: no, it just halts. but: you can set it up to post a notification to Zaqar when it does23:08
flwangzaneb: ok, this is for magnum, actually and we don't have zaqar23:10
flwangthe background is, we would like to call kubectl drain to drain a node before we upgrade the base image of the server23:10
zanebah, ok. without Zaqar you have to poll the API to see when the breakpoint is hit23:10
flwangotherwise, user may have downtime when doing upgrade23:10
zanebthat's more or less exactly the case the feature is designed for23:11
flwangzaneb: i think it could be a good feature for heat to have a pre-XXX hook to allow setting a script to do cleanup things23:11
zanebthe other option is to put a software deployment inside the scaled unit23:11
zanebyou mean a user-provided script that runs inside the server itself? because that seems like a non-starter to me23:12
zanebs/server/heat server/23:12
flwangzaneb: pls take a look at this template https://review.opendev.org/#/c/660851/2/magnum/drivers/k8s_fedora_atomic_v1/templates/kubemaster.yaml@75123:13
flwangnow when doing a heat stack update, if the image of the master server changed, is there any chance the upgrade_kubernetes_deployment being called first?23:14
flwangi just trying to figure out if there is an opportunity that before heat call nova to rebuild a new instance,  a script can be called to do something before that23:15
zanebno because it creates a circular dependency :(23:16
zanebif you wanted to run the script on a _different_ server you could23:16
zanebbut obviously that doesn't help here23:16
*** rcernin has joined #heat23:21

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!