*** catintheroof has joined #senlin | 00:03 | |
*** catintheroof has quit IRC | 00:16 | |
*** Jeffrey4l has quit IRC | 00:25 | |
*** guoshan has joined #senlin | 00:40 | |
*** catintheroof has joined #senlin | 01:02 | |
*** catintheroof has quit IRC | 01:02 | |
*** catintheroof has joined #senlin | 01:02 | |
*** elynn_ has joined #senlin | 01:07 | |
*** elynn__ has joined #senlin | 01:11 | |
*** elynn_ has quit IRC | 01:12 | |
*** guoshan has quit IRC | 01:24 | |
*** guoshan has joined #senlin | 01:49 | |
*** Jeffrey4l has joined #senlin | 01:53 | |
openstackgerrit | WangBinbin proposed openstack/senlin master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/446807 | 02:07 |
---|---|---|
*** Jeffrey4l has quit IRC | 02:14 | |
*** Jeffrey4l has joined #senlin | 02:14 | |
*** catintheroof has quit IRC | 02:36 | |
*** Jeffrey4l has quit IRC | 02:41 | |
*** Jeffrey4l has joined #senlin | 02:41 | |
*** yuanying has quit IRC | 03:03 | |
*** guoshan has quit IRC | 03:52 | |
*** elynn__ has quit IRC | 04:32 | |
*** guoshan has joined #senlin | 04:44 | |
*** guoshan has quit IRC | 04:48 | |
*** yuanying has joined #senlin | 04:56 | |
*** elynn has joined #senlin | 05:07 | |
*** elynn_ has joined #senlin | 05:25 | |
*** elynn has quit IRC | 05:27 | |
*** XueFeng has joined #senlin | 05:57 | |
*** Jeffrey4l has quit IRC | 06:02 | |
Qiming | elynn_, I'm taking over 444933 in sdk | 06:05 |
Qiming | fixing the merge conflicts | 06:05 |
elynn_ | Qiming, thanks! | 06:05 |
Qiming | will merge it once gate approves it | 06:05 |
openstackgerrit | Merged openstack/senlin master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/446807 | 06:06 |
*** Jeffrey4l has joined #senlin | 06:17 | |
*** zhurong has joined #senlin | 06:21 | |
*** guoshan has joined #senlin | 06:27 | |
*** shu-mutou-AWAY is now known as shu-mutou | 06:56 | |
Qiming | elynn_, https://review.openstack.org/444933 is in | 07:06 |
elynn_ | Qiming, thanks! | 07:07 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Add get_stack_template support for heat https://review.openstack.org/446866 | 07:07 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Support to adopt a stack as a senlin node https://review.openstack.org/446867 | 07:07 |
yuanbin | Hi, I have a question, When senlin node CREATING status(CREATING status, log apear error), senlin node suport force delete ? | 08:11 |
Qiming | yuanbin, the node should not be in CREATING status forever | 08:12 |
Qiming | it will transits into an ERROR status then you can delete it | 08:12 |
Qiming | if it remains in CREATING status, it is a senlin bug to be reported/fixed | 08:12 |
yuanbin | Qiming, ok. | 08:13 |
yuanbin | Qiming, https://review.openstack.org/#/c/446443/ I commit a nova driver support floatingip associate or disassociate, but not anyone review. | 08:17 |
Qiming | em, need some patience | 08:18 |
Qiming | one question, why are you adding that to the drvier? | 08:18 |
yuanbin | Qiming, nova profile support floating, so you must driver support floating ip | 08:22 |
Qiming | I mean what's your requirement? | 08:22 |
Qiming | yuanbin, are you aware of this work? http://git.openstack.org/cgit/openstack/senlin/tree/contrib/vdu/vdu/server.py | 08:24 |
yuanbin | Qiming, yes | 08:25 |
Qiming | in that server variant, elynn is already adding floating ip support to nova server | 08:27 |
Qiming | pls think if we really need the associate/diassociate api | 08:27 |
Qiming | I'm fine with the patch per se | 08:27 |
Qiming | just want to ensure we are not adding things that no one is using | 08:27 |
*** zhurong has quit IRC | 08:27 | |
yuanbin | Qiming, elynn_ commit use neutron driver, I think nova driver associate ip also need. | 08:30 |
Qiming | okay | 08:31 |
yuanbin | elynn_, I think floating ip neutron driver support, the nova associate floating , nova parameter use floating ip, server_id , the neutron driver parameter use floating ip, the server fix ip port_id | 08:32 |
elynn_ | The reason I could think of to merge this patch is: when someone develop a custom profile, they might need to use this function. | 08:33 |
elynn_ | Qiming, Is there a better way to expose all sdk proxy functions instead of add an entry in senlin driver? | 08:34 |
Qiming | elynn_, in theory, we can invoke sdk functions directly | 08:34 |
Qiming | the senlin driver is only an indirection layer | 08:35 |
elynn_ | Yes, but it will handle the authentication stuff. | 08:35 |
yuanbin | elynn_, the neutron driver floatingip_update in openstacksdk has exist bug , the port_id in post body will be change id , so, the openstacksdk network update_ip don't work Qiming | 08:36 |
elynn_ | I previous use something like 'self.network(obj).conn.network.xxx' to call sdk functions | 08:36 |
yuanbin | elynn_, Qiming in python-openstacksdk update_ip function, post uri the body port_id parameter will be update to id=floaintingip id | 08:41 |
Qiming | elynn_, this design was intentional | 08:41 |
Qiming | we want senlin's code self-contained | 08:41 |
Qiming | we want exceptions from other packages isolated and handled well | 08:42 |
Qiming | we want to consolidate the api calls we make to other services so that when they change, we can quickly identify the places where we need a fix | 08:43 |
Qiming | if we spread all those dependencies everywhere, ... you know the consequences | 08:43 |
elynn_ | okay, seems convince. | 08:46 |
elynn_ | yuanbin, you mean floatingip_update didn't work? | 08:47 |
elynn_ | If so, open a bug to sdk and paste the log | 08:47 |
yuanbin | elynn_, yes, the python-openstacksdk update_ip will be change parameter port_id to port and port_id value change to floatingip id | 08:49 |
yuanbin | elynn_, port_id change to id, I'm sorry | 08:49 |
elynn_ | I didn't get it.. | 08:51 |
elynn_ | You mean if I update port_id to another value | 08:51 |
elynn_ | Then it will throw an error? | 08:51 |
yuanbin | elynn_, yes. | 08:53 |
*** guoshan has quit IRC | 08:56 | |
*** guoshan has joined #senlin | 08:57 | |
yuanbin | elynn_, I have commit python-openstacksdk bug, https://bugs.launchpad.net/python-openstacksdk/+bug/1673707 , You find the error message | 09:05 |
openstack | Launchpad bug 1673707 in OpenStack SDK "network update_ip id error" [Undecided,New] | 09:05 |
yuanbin | Hi, I have a question, I use senlin node-create , but nova compute service is down, the node CREATING status forever, I think is a bug | 09:15 |
yuanbin | The engine log: subnet_profile1 [2f586aef] NODE_CREATE - START: None , don't update about this node | 09:15 |
Qiming | node create is started, but the invocation of nova api should fail | 09:16 |
Qiming | we should somehow capture that error and translate it into a senlin exception | 09:17 |
Qiming | if not | 09:17 |
Qiming | it is a bug | 09:17 |
*** shu-mutou is now known as shu-mutou-AWAY | 09:26 | |
*** elynn_ has quit IRC | 09:38 | |
*** elynn_ has joined #senlin | 09:39 | |
*** elynn__ has joined #senlin | 09:42 | |
*** elynn_ has quit IRC | 09:44 | |
*** elynn__ has quit IRC | 10:11 | |
*** elynn__ has joined #senlin | 10:12 | |
*** elynn_ has joined #senlin | 10:16 | |
*** elynn__ has quit IRC | 10:17 | |
*** elynn_ has quit IRC | 10:20 | |
*** elynn_ has joined #senlin | 10:21 | |
*** elynn__ has joined #senlin | 10:25 | |
*** elynn_ has quit IRC | 10:25 | |
*** elynn__ has quit IRC | 10:32 | |
*** elynn__ has joined #senlin | 10:33 | |
*** elynn_ has joined #senlin | 10:37 | |
*** elynn__ has quit IRC | 10:37 | |
*** elynn_ has quit IRC | 10:40 | |
*** yuanying has quit IRC | 10:45 | |
*** guoshan has quit IRC | 10:48 | |
*** zhurong has joined #senlin | 11:12 | |
*** XueFeng has quit IRC | 11:39 | |
*** yuanying has joined #senlin | 11:40 | |
*** catintheroof has joined #senlin | 13:10 | |
*** catintheroof has quit IRC | 13:10 | |
*** catintheroof has joined #senlin | 13:10 | |
*** elynn has joined #senlin | 13:37 | |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Add get_env and get_files function to heat driver https://review.openstack.org/447001 | 13:41 |
*** elynn_ has joined #senlin | 13:51 | |
*** elynn has quit IRC | 13:53 | |
*** elynn_ has quit IRC | 13:55 | |
*** elynn_ has joined #senlin | 13:56 | |
*** zhurong has quit IRC | 13:56 | |
*** elynn_ has quit IRC | 13:57 | |
*** elynn has joined #senlin | 14:05 | |
*** elynn has quit IRC | 14:15 | |
*** elynn has joined #senlin | 15:21 | |
*** elynn_ has joined #senlin | 15:25 | |
*** elynn has quit IRC | 15:26 | |
*** elynn_ has quit IRC | 15:27 | |
*** elynn has joined #senlin | 15:29 | |
*** elynn has quit IRC | 15:35 | |
*** catintheroof has quit IRC | 18:59 | |
*** catintheroof has joined #senlin | 19:06 | |
*** catintheroof has quit IRC | 21:16 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #senlin | 21:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!