zaneb | vish_: you need to pass an environment file that maps the type F5::BigIP::ManagementSecurityGroup to some external template | 00:14 |
---|---|---|
zaneb | vish_: it's documented in https://developer.openstack.org/api-ref/orchestration/v1/ | 00:15 |
zaneb | vish_: please also note that passing a URL is highly, highly discouraged. it's preferable to download the template yourself and pass it inline (the same goes for the custom resource template; pass that in the files section of the request) | 00:16 |
*** liyi has quit IRC | 00:32 | |
*** liyi has joined #heat | 00:33 | |
*** yassine has joined #heat | 00:42 | |
*** yassine is now known as Guest61949 | 00:43 | |
*** rwsu has quit IRC | 00:48 | |
*** ricolin has joined #heat | 00:53 | |
*** liyi_ has joined #heat | 00:56 | |
*** masber has joined #heat | 00:58 | |
*** liyi has quit IRC | 00:59 | |
*** yangyapeng has joined #heat | 01:06 | |
*** mdnadeem has joined #heat | 01:10 | |
openstackgerrit | Merged openstack/python-heatclient master: Update the documentation link for doc migration https://review.openstack.org/489914 | 01:25 |
*** Guest61949 has quit IRC | 01:33 | |
*** Guest61949 has joined #heat | 01:44 | |
*** mdnadeem has quit IRC | 01:45 | |
ricolin | zaneb, around? | 01:51 |
*** hoonetorg has quit IRC | 01:57 | |
*** hoonetorg has joined #heat | 01:58 | |
*** yangyapeng has quit IRC | 01:59 | |
*** mdnadeem has joined #heat | 02:00 | |
*** mdnadeem_ has joined #heat | 02:02 | |
flwang | ricolin: around for a question about heat-container-agent? | 02:03 |
flwang | ricolin: do you think it's a bug that there is no region_name here https://github.com/openstack/magnum/blob/master/magnum/drivers/common/image/heat-container-agent/scripts/heat-config-notify#L149 ? | 02:03 |
*** liyi_ has quit IRC | 02:04 | |
*** liyi has joined #heat | 02:04 | |
*** mdnadeem has quit IRC | 02:06 | |
*** liyi has quit IRC | 02:13 | |
*** liyi has joined #heat | 02:14 | |
ricolin | flwang, yeah, it use the default region from keystone client if no specific in url_for, so if we can specify it, will be less surprise | 02:17 |
ricolin | And here as well, https://github.com/openstack/magnum/blob/master/magnum/drivers/common/image/heat-container-agent/scripts/heat-config-notify#L120 | 02:18 |
flwang | ricolin: ok, cool. and I think we can just pass in the region_name directly? | 02:18 |
ricolin | yes | 02:18 |
ricolin | to keystone client or to url_for func | 02:18 |
flwang | ricolin: nice, I will propose a patch as you review, cheers | 02:19 |
ricolin | flwang, cool:) | 02:20 |
*** ysandeep has joined #heat | 02:25 | |
*** yangyapeng has joined #heat | 02:40 | |
*** ysandeep has quit IRC | 02:40 | |
flwang | ricolin: is there any way to delete a stack which is in DELETE_FAILED status? | 02:40 |
ricolin | flwang, try to find out why it failed and re-delete again, or reset status(with heat-mange reset_stack_status ) and try again. | 02:43 |
*** vish_ has quit IRC | 02:43 | |
flwang | ricolin: i know why it's failed, i have maually deleted the resource | 02:43 |
flwang | ok, i'm going to reset it's status | 02:44 |
flwang | the reset will stop all heat-engine? | 02:44 |
ricolin | it just access to db and set status to COMPLETE | 02:46 |
ricolin | if you still got engine running for the stack | 02:46 |
flwang | test@testing:/opt/stack/magnum/magnum/drivers/heat$ heat-manage reset_stack_status d1c559b9-490a-4a29-ae4d-1eda9fc1503b | 02:46 |
flwang | Warning: this command is potentially destructive and only intended to recover from specific crashes. | 02:46 |
flwang | It is advised to shutdown all Heat engines beforehand. | 02:46 |
flwang | Continue ? [y/N] | 02:46 |
flwang | N | 02:46 |
ricolin | better directly re-delete again(and again) | 02:46 |
flwang | i tried re-delete but nothing happened | 02:46 |
flwang | ah, wait | 02:47 |
flwang | it works this time | 02:47 |
flwang | thanks | 02:47 |
ricolin | is any engine still running that stack | 02:47 |
ricolin | :) | 02:47 |
ricolin | `and again` works:) | 02:47 |
flwang | yes, cheers | 02:48 |
ricolin | flwang, community got some discussion about how to let Asia community better join the global(mostly talking about China I think), Any idea on that?:) | 02:49 |
ricolin | I was thinking about Translate Enterprise guide(once it's out) and bring more event close to Aisa | 02:50 |
*** ivve has joined #heat | 02:52 | |
flwang | ricolin: I would like to see a general guide for non-English native speaker | 02:53 |
*** ysandeep has joined #heat | 02:56 | |
ricolin | flwang, And what you think should contains in that general guide? | 02:57 |
*** ysandeep has quit IRC | 03:05 | |
*** skramaja_ has quit IRC | 03:06 | |
*** skramaja has joined #heat | 03:08 | |
ricolin | kazsh, I reviewed your Blazar resources patch, LGTM, just some comment in line | 03:22 |
*** ramishra has joined #heat | 03:25 | |
flwang | ricolin: hmm... that's a good question | 03:33 |
flwang | ricolin: something like: how to ask questions in IRC? How to submit your first patch? How to find the right person of your issue? | 03:33 |
*** skramaja has quit IRC | 03:34 | |
*** hongbin has joined #heat | 03:41 | |
ricolin | flwang, got it an 101 guideline | 03:41 |
ricolin | that will be very useful indeed | 03:41 |
ricolin | btw this is the discussion about enterprise guide line I mention https://etherpad.openstack.org/p/Reqs-for-Organisations-Contributing-to-OpenStack | 03:42 |
*** hongbin has quit IRC | 03:42 | |
kazsh | ricolin: thx, will check them ! | 03:52 |
flwang | ricolin: cool, i will see what i can contribute | 03:54 |
flwang | ricolin: https://review.openstack.org/#/c/579043/1/magnum/drivers/common/image/heat-container-agent/scripts/heat-config-notify@125 so can we get the region name like this? | 03:55 |
*** ysandeep has joined #heat | 03:55 | |
ricolin | flwang, better give a test, but I think it works | 04:03 |
flwang | ricolin: i'm going to test it for sure, but it's a little bit tricky to test, i need to build the image first ;( | 04:04 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Change NovaClientPlugin to use MicroversionMixin https://review.openstack.org/556810 | 04:08 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Refactor resource plugins for microversion usage https://review.openstack.org/502961 | 04:08 |
ramishra | I hope this is the last time I'm rebasing this series https://review.openstack.org/#/q/topic:microversion_mixin+(status:open+OR+status:merged).... Thanks to mox patches | 04:08 |
ramishra | 9 months in review.. It actually fixes bugs:/ | 04:08 |
*** skramaja has joined #heat | 04:18 | |
*** Guest61949 has quit IRC | 04:19 | |
*** ysandeep has quit IRC | 04:20 | |
*** ysandeep has joined #heat | 04:20 | |
*** Guest61949 has joined #heat | 04:22 | |
*** masber has quit IRC | 04:29 | |
ramishra | ricolin: Hey. I made some comments in https://review.openstack.org/#/c/541558/, some of the them can be ignored, but I think we can simplify it | 04:42 |
*** ysandeep has quit IRC | 04:42 | |
*** AlexeyAbashkin has joined #heat | 04:48 | |
*** Guest61949 has quit IRC | 04:56 | |
*** armaan has joined #heat | 04:56 | |
*** Guest61949 has joined #heat | 05:00 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Check NotFound with pool property in pool member https://review.openstack.org/541558 | 05:18 |
ricolin | ramishra, you're right, should just leave NotFound exception to handle_delete func | 05:20 |
ramishra | ricolin: cool. would be good if you can add the test I had written inline, that tests member delete rather an the internal functions | 05:22 |
ramishra | bbiab | 05:22 |
ricolin | ramishra, certainly | 05:23 |
*** armaan has quit IRC | 05:28 | |
*** armaan_ has joined #heat | 05:33 | |
*** armaan_ has quit IRC | 05:33 | |
*** armaan has joined #heat | 05:34 | |
*** armaan has quit IRC | 05:39 | |
*** skramaja_ has joined #heat | 05:44 | |
*** liyi has quit IRC | 05:47 | |
*** skramaja has quit IRC | 05:47 | |
*** liyi has joined #heat | 05:47 | |
*** AlexeyAbashkin has quit IRC | 05:51 | |
*** AlexeyAbashkin has joined #heat | 06:01 | |
*** armaan has joined #heat | 06:03 | |
*** nicolasbock has joined #heat | 06:10 | |
*** Alexey_Abashkin has joined #heat | 06:13 | |
*** AlexeyAbashkin has quit IRC | 06:15 | |
*** Alexey_Abashkin is now known as AlexeyAbashkin | 06:15 | |
*** Guest61949 has quit IRC | 06:22 | |
*** armaan_ has joined #heat | 06:26 | |
*** armaan has quit IRC | 06:26 | |
*** armaan_ has quit IRC | 06:28 | |
*** armaan has joined #heat | 06:29 | |
*** mdnadeem has joined #heat | 06:31 | |
*** mdnadeem_ has quit IRC | 06:31 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Check NotFound with pool property in pool member https://review.openstack.org/541558 | 06:32 |
*** AlexeyAbashkin has quit IRC | 06:33 | |
*** armaan has quit IRC | 06:34 | |
*** Guest61949 has joined #heat | 06:37 | |
openstackgerrit | Rico Lin proposed openstack/heat-specs master: Add multiple OpenStack cloud support https://review.openstack.org/578363 | 06:57 |
*** yangyapeng has quit IRC | 07:10 | |
*** yangyapeng has joined #heat | 07:10 | |
*** ysandeep has joined #heat | 07:16 | |
*** mdnadeem has quit IRC | 07:31 | |
*** mdnadeem has joined #heat | 07:39 | |
*** d0ugal has joined #heat | 08:02 | |
*** gkadam has joined #heat | 08:02 | |
*** yangyapeng has quit IRC | 08:13 | |
*** skramaja_ has quit IRC | 08:13 | |
*** skramaja_ has joined #heat | 08:15 | |
*** yangyapeng has joined #heat | 08:19 | |
*** shardy has joined #heat | 08:20 | |
*** gkadam_ has joined #heat | 08:43 | |
*** gkadam_ has quit IRC | 08:43 | |
*** gkadam has quit IRC | 08:46 | |
*** derekh has joined #heat | 08:50 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Add Stack Credential DB https://review.openstack.org/578390 | 09:07 |
openstackgerrit | Rico Lin proposed openstack/heat master: Add Stack Credential Object https://review.openstack.org/578391 | 09:07 |
openstackgerrit | Rico Lin proposed openstack/heat master: Support check replace stack credential https://review.openstack.org/578392 | 09:07 |
openstackgerrit | Rico Lin proposed openstack/heat master: Support remote stack from another OpenStack provider https://review.openstack.org/578393 | 09:07 |
openstackgerrit | Rico Lin proposed openstack/heat master: Add document for Multi OpenStack Cloud support https://review.openstack.org/578394 | 09:07 |
*** skramaja_ has quit IRC | 09:09 | |
*** skramaja has joined #heat | 09:16 | |
*** liyi has quit IRC | 09:29 | |
*** liyi has joined #heat | 09:29 | |
*** yangyapeng has quit IRC | 09:32 | |
*** liyi has quit IRC | 09:35 | |
*** armaan has joined #heat | 09:41 | |
openstackgerrit | zhangyifan proposed openstack/heat-tempest-plugin master: fix lost ssl in heat tempest. https://review.openstack.org/579109 | 09:43 |
*** ricolin has quit IRC | 09:46 | |
*** armaan has quit IRC | 09:53 | |
*** armaan has joined #heat | 09:54 | |
*** yangyapeng has joined #heat | 09:57 | |
*** yangyapeng has quit IRC | 09:58 | |
*** yangyapeng has joined #heat | 09:58 | |
*** armaan has quit IRC | 09:58 | |
*** armaan has joined #heat | 09:59 | |
*** sshnaidm is now known as sshnaidm|off | 10:02 | |
*** armaan has quit IRC | 10:20 | |
*** armaan has joined #heat | 10:20 | |
*** derekh has quit IRC | 10:29 | |
*** derekh has joined #heat | 10:30 | |
*** higgins has quit IRC | 10:42 | |
*** skramaja has quit IRC | 10:45 | |
*** higgins has joined #heat | 10:54 | |
*** ysandeep has quit IRC | 10:58 | |
*** d0ugal_ has joined #heat | 11:03 | |
*** d0ugal has quit IRC | 11:05 | |
*** gfidente has joined #heat | 11:09 | |
*** sshnaidm|off has quit IRC | 11:29 | |
*** edmondsw has joined #heat | 11:32 | |
*** mdnadeem has quit IRC | 11:38 | |
openstackgerrit | Merged openstack/heat master: Allow updating the segment property of OS::Neutron::Subnet https://review.openstack.org/567206 | 11:50 |
*** ricolin has joined #heat | 12:04 | |
openstackgerrit | Merged openstack/heat master: Add segments attribute to OS::Neutron::Net https://review.openstack.org/567207 | 12:05 |
*** d0ugal_ has quit IRC | 12:15 | |
*** d0ugal_ has joined #heat | 12:16 | |
*** neatherweb has quit IRC | 12:19 | |
*** rcernin has quit IRC | 12:29 | |
*** peereb has joined #heat | 12:46 | |
*** openstackgerrit has quit IRC | 12:49 | |
*** jmlowe has quit IRC | 12:58 | |
*** neatherweb has joined #heat | 13:07 | |
*** liyi has joined #heat | 13:09 | |
*** d0ugal_ has quit IRC | 13:12 | |
*** d0ugal has joined #heat | 13:13 | |
*** d0ugal has quit IRC | 13:13 | |
*** d0ugal has joined #heat | 13:13 | |
*** liyi has quit IRC | 13:13 | |
*** derekh has quit IRC | 13:28 | |
*** derekh has joined #heat | 13:29 | |
*** ysandeep has joined #heat | 13:34 | |
*** bnemec has joined #heat | 13:46 | |
*** bnemec is now known as beekneemech | 13:46 | |
*** gregwork has left #heat | 13:50 | |
*** jistr is now known as jistr|mtg | 13:54 | |
*** gfidente is now known as gfidente|pto | 14:00 | |
*** jistr|mtg is now known as jistr | 14:09 | |
*** liyi has joined #heat | 14:09 | |
*** liyi has quit IRC | 14:13 | |
*** d0ugal has quit IRC | 14:15 | |
*** d0ugal has joined #heat | 14:16 | |
*** hongbin has joined #heat | 14:17 | |
*** yangyapeng has quit IRC | 14:36 | |
ricolin | ramishra, zaneb I think https://review.openstack.org/#/c/541558/ is ready:) | 14:38 |
*** d0ugal has quit IRC | 14:55 | |
*** shardy has quit IRC | 14:58 | |
*** d0ugal has joined #heat | 15:01 | |
*** openstack has quit IRC | 15:22 | |
*** openstack has joined #heat | 15:26 | |
*** ChanServ sets mode: +o openstack | 15:26 | |
*** liyi has joined #heat | 15:28 | |
*** dyasny has quit IRC | 15:28 | |
*** dyasny has joined #heat | 15:29 | |
*** afazekas is now known as afazekas|pto | 15:29 | |
*** felipemonteiro has joined #heat | 15:29 | |
*** d0ugal__ has joined #heat | 15:31 | |
*** d0ugal_ has quit IRC | 15:32 | |
*** liyi has quit IRC | 15:33 | |
*** crose has joined #heat | 15:34 | |
*** crose has quit IRC | 15:39 | |
*** d0ugal__ has quit IRC | 15:42 | |
*** dyasny has quit IRC | 15:47 | |
*** dyasny has joined #heat | 15:47 | |
*** edmondsw has quit IRC | 15:48 | |
*** edmondsw has joined #heat | 15:52 | |
*** pbourke has quit IRC | 15:52 | |
*** crose has joined #heat | 15:54 | |
*** pbourke has joined #heat | 15:54 | |
*** neatherweb has quit IRC | 15:55 | |
*** rwsu has joined #heat | 15:55 | |
*** sshnaidm|off has joined #heat | 15:55 | |
*** armaan has quit IRC | 15:56 | |
*** armaan has joined #heat | 15:56 | |
*** beekneemech has quit IRC | 16:09 | |
*** weshay has quit IRC | 16:09 | |
*** dbecker has quit IRC | 16:09 | |
*** honza has quit IRC | 16:09 | |
*** szaher has quit IRC | 16:09 | |
*** mugsie has quit IRC | 16:09 | |
*** zigo has quit IRC | 16:09 | |
*** dopplergange has quit IRC | 16:09 | |
*** dopplergange has joined #heat | 16:12 | |
*** beekneemech has joined #heat | 16:14 | |
*** weshay has joined #heat | 16:14 | |
*** dbecker has joined #heat | 16:14 | |
*** honza has joined #heat | 16:14 | |
*** szaher has joined #heat | 16:14 | |
*** mugsie has joined #heat | 16:14 | |
*** zigo has joined #heat | 16:14 | |
*** jtomasek has quit IRC | 16:18 | |
*** jnettlet[m] has quit IRC | 16:18 | |
*** ayoung has quit IRC | 16:22 | |
*** derekh has quit IRC | 16:27 | |
*** liyi has joined #heat | 16:28 | |
*** dopplergange has quit IRC | 16:29 | |
*** crose has quit IRC | 16:30 | |
*** ramishra has quit IRC | 16:30 | |
*** liyi has quit IRC | 16:32 | |
*** jnettlet[m] has joined #heat | 17:11 | |
*** openstack has quit IRC | 17:11 | |
*** openstack has joined #heat | 17:16 | |
*** ChanServ sets mode: +o openstack | 17:16 | |
*** felipemonteiro has quit IRC | 17:19 | |
*** gfidente|pto has quit IRC | 17:26 | |
*** armaan has quit IRC | 17:55 | |
*** crose has joined #heat | 17:56 | |
*** crose has quit IRC | 18:01 | |
*** jmlowe has joined #heat | 18:02 | |
*** dopplergange has joined #heat | 18:06 | |
*** liyi has joined #heat | 18:07 | |
*** liyi has quit IRC | 18:11 | |
*** rwsu has quit IRC | 18:38 | |
*** felipemonteiro has joined #heat | 18:38 | |
*** ysandeep has quit IRC | 18:39 | |
*** armaan has joined #heat | 18:40 | |
*** felipemonteiro_ has joined #heat | 18:40 | |
*** felipemonteiro has quit IRC | 18:44 | |
*** zaneb has quit IRC | 18:51 | |
*** crose has joined #heat | 18:52 | |
*** crose has quit IRC | 18:57 | |
*** felipemonteiro_ has quit IRC | 19:00 | |
*** peereb has quit IRC | 19:07 | |
*** d0ugal__ has joined #heat | 19:18 | |
*** d0ugal__ has quit IRC | 19:28 | |
*** ayoung has joined #heat | 19:30 | |
*** zaneb has joined #heat | 19:50 | |
*** edmondsw has quit IRC | 20:02 | |
*** liyi has joined #heat | 20:06 | |
*** openstackgerrit has joined #heat | 20:06 | |
openstackgerrit | Zane Bitter proposed openstack/heat master: Fix purging events from stacks converted to convergence https://review.openstack.org/579276 | 20:06 |
*** edmondsw has joined #heat | 20:09 | |
*** liyi has quit IRC | 20:11 | |
*** edmondsw has quit IRC | 20:14 | |
*** rwsu has joined #heat | 20:16 | |
*** edmondsw has joined #heat | 20:31 | |
*** ayoung has quit IRC | 21:14 | |
*** nicolasbock has quit IRC | 21:18 | |
*** zaneb has quit IRC | 21:35 | |
*** ayoung has joined #heat | 21:39 | |
*** hongbin has quit IRC | 22:13 | |
*** beekneemech has quit IRC | 22:34 | |
*** rwsu has quit IRC | 22:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!