| *** yuanying_ has joined #senlin | 00:19 | |
| *** yuanying has quit IRC | 00:19 | |
| *** yuanying_ has quit IRC | 00:19 | |
| *** yuanying has joined #senlin | 00:19 | |
| *** yuanying_ has joined #senlin | 00:20 | |
| *** yuanying has quit IRC | 00:20 | |
| *** yuanying has joined #senlin | 00:21 | |
| *** yuanying_ has quit IRC | 00:21 | |
| *** yuanying_ has joined #senlin | 00:21 | |
| *** yuanying has quit IRC | 00:21 | |
| *** yuanying_ has quit IRC | 00:21 | |
| *** yuanying has joined #senlin | 00:22 | |
| *** yuanying has quit IRC | 00:22 | |
| *** yuanying has joined #senlin | 00:22 | |
| *** yanyanhu has joined #senlin | 01:41 | |
| *** chohoor has joined #senlin | 01:45 | |
| *** elynn has joined #senlin | 01:48 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Get both event drivers into action https://review.openstack.org/406595 | 01:51 |
|---|---|---|
| *** elynn_ has joined #senlin | 01:52 | |
| *** elynn has quit IRC | 01:54 | |
| *** catintheroof has joined #senlin | 01:58 | |
| *** catintheroof has quit IRC | 02:06 | |
| *** chohoor has left #senlin | 02:10 | |
| openstackgerrit | Kenji Ishii proposed openstack/senlin-dashboard: angularize cluster tables https://review.openstack.org/397730 | 02:13 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Change exception type for profile type not found https://review.openstack.org/406669 | 02:24 |
| *** yuanying has quit IRC | 02:53 | |
| *** guoshan has joined #senlin | 02:57 | |
| *** yuanying has joined #senlin | 03:00 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Get both event drivers into action https://review.openstack.org/406595 | 03:46 |
| *** yuanying has quit IRC | 03:48 | |
| *** elynn_ has quit IRC | 03:55 | |
| *** guoshan has quit IRC | 03:56 | |
| *** shu-mutou-AWAY is now known as shu-mutou | 04:20 | |
| shu-mutou | Hi Qiming, could you review this? https://review.openstack.org/#/c/397730/ | 04:38 |
| openstackgerrit | Kenji Ishii proposed openstack/senlin-dashboard: Add create cluster action https://review.openstack.org/403472 | 04:40 |
| *** elynn has joined #senlin | 04:48 | |
| *** elynn_ has joined #senlin | 04:53 | |
| *** yuanying has joined #senlin | 04:54 | |
| *** elynn has quit IRC | 04:54 | |
| *** guoshan has joined #senlin | 04:57 | |
| *** guoshan has quit IRC | 05:01 | |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Angularize node tables https://review.openstack.org/387321 | 05:22 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Chnage exception type for policy type not found https://review.openstack.org/406710 | 05:30 |
| openstackgerrit | Merged openstack/senlin-dashboard: angularize cluster tables https://review.openstack.org/397730 | 05:41 |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Angularize node tables https://review.openstack.org/387321 | 05:41 |
| *** guoshan has joined #senlin | 05:57 | |
| openstackgerrit | Merged openstack/senlin: Change exception type for profile type not found https://review.openstack.org/406669 | 06:02 |
| *** guoshan has quit IRC | 06:02 | |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Add delete action for angular nodes panel https://review.openstack.org/395976 | 06:05 |
| openstackgerrit | Merged openstack/senlin: Add event dispatcher pluggin infrastructure https://review.openstack.org/406446 | 06:12 |
| Qiming | hi, who is working on the request objects for receiver_notify and webhook_trigger? | 06:19 |
| openstackgerrit | Merged openstack/senlin: Further simplify event dispatch interface https://review.openstack.org/406574 | 06:23 |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Add delete action for angular nodes panel https://review.openstack.org/395976 | 06:32 |
| *** guoshan has joined #senlin | 06:33 | |
| *** elynn__ has joined #senlin | 06:42 | |
| *** elynn_ has quit IRC | 06:43 | |
| *** yuanying_ has joined #senlin | 06:52 | |
| *** chohoor has joined #senlin | 06:54 | |
| *** yuanying has quit IRC | 06:55 | |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Add node create/update actions https://review.openstack.org/396975 | 07:03 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Refactor exception types for schema/constraints https://review.openstack.org/406778 | 07:47 |
| fabian4 | hi, senlin can you use plan add node to cluster ? | 07:48 |
| Qiming | fabian4, what do you mean? | 07:49 |
| Qiming | senlin has api support for adding nodes to clusters | 07:49 |
| fabian4 | Qiming, I known senlin api support add nodes , I want to use time plan add node to cluster | 07:50 |
| Qiming | yes you can do that | 07:50 |
| Qiming | create a 'receiver' by specifying the cluster, the action you want to run | 07:51 |
| Qiming | from the receiver's output, you get a webhook URL | 07:51 |
| Qiming | then you do a POST to that webhook URL from anywhere you can reach the IP address, to add nodes to cluster | 07:52 |
| Qiming | this can certainly be done in a cron job | 07:52 |
| fabian4 | thanks, I want try again | 07:52 |
| fabian4 | Qiming, I see you senlin create node , senlin cluster-node-add , this node must use senlin create, do you senlin cluster-node-add use nova boot instance ? | 07:55 |
| fabian4 | cluster-node-add has exist nova boot instance | 07:55 |
| Qiming | that would be a feature we have been thinking for some time | 07:55 |
| Qiming | understand what you are saying | 07:55 |
| Qiming | the planned steps to achieve that is: | 07:56 |
| fabian4 | I have a vm use nova boot, After a period of time, I want to try use cluster-node-add vm to cluster | 07:58 |
| fabian4 | this my idea | 07:58 |
| Qiming | understand what you mean | 08:00 |
| Qiming | a draft idea on solving this: | 08:00 |
| Qiming | 1. senlin profile-spec-create -t os.nova.server -o <spec_file> <nova_instance> | 08:01 |
| Qiming | 2. edit the spec_file created, fix parameters like volume and network settings | 08:01 |
| Qiming | 3. senlin profile-create -s <spec_file> profile_for_existing_instance | 08:02 |
| Qiming | 4. senlin node-adopt -p profile_for_existing_instance <nova_instance> | 08:02 |
| Qiming | 5. senlin cluster-node-add -n <node_id_from_step_4> <cluster_identity> | 08:03 |
| *** openstackgerrit has quit IRC | 08:03 | |
| Qiming | it is a lengthy flow, some steps can be merged/combined I think | 08:06 |
| Qiming | but I don't think we have a better choice | 08:06 |
| fabian4 | step 3 , i see you | 08:06 |
| Qiming | any suggestions are welcomed | 08:06 |
| Qiming | step 2 is very important | 08:07 |
| Qiming | because when we "adopt" a nova server, we will see port or IP address properties | 08:07 |
| Qiming | we need to know how those attributes were specified when you booted your server | 08:07 |
| Qiming | or else, we are creating troubles for future update operations | 08:08 |
| fabian4 | yes, openstack platform backend use ceph storage, create nova instance use volume | 08:08 |
| *** yuanying_ has quit IRC | 08:19 | |
| *** openstackgerrit has joined #senlin | 08:23 | |
| *** ChanServ sets mode: +v openstackgerrit | 08:23 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Replace 'SpecValidationFailed' with 'InvalidSpec' https://review.openstack.org/406792 | 08:23 |
| openstackgerrit | Merged openstack/senlin-dashboard: Angularize node tables https://review.openstack.org/387321 | 08:25 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Remove 'InvalidSchemaError' exception type https://review.openstack.org/406795 | 08:25 |
| *** yuanying has joined #senlin | 09:08 | |
| openstackgerrit | Merged openstack/senlin: Chnage exception type for policy type not found https://review.openstack.org/406710 | 09:18 |
| yanyanhu | hi, Qiming, sorry just noticed you asked who is working on versioned request support for webhook_trigger and receiver_notify. I actually had plan to work on it but haven't start the work | 09:27 |
| yanyanhu | that is the last part of versioned request support I think | 09:27 |
| Qiming | okay | 09:30 |
| Qiming | just want to rename the so many xyz2 interfaces back to xyz | 09:31 |
| yanyanhu | Qiming, no problem, will work on it tomorrow and hope to finish it by this wednesday | 09:32 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Remove 'InvalidSchemaError' exception type https://review.openstack.org/406795 | 09:38 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Replace 'SpecValidationFailed' with 'InvalidSpec' https://review.openstack.org/406792 | 09:38 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Refactor exception types for schema/constraints https://review.openstack.org/406778 | 09:38 |
| openstackgerrit | Qiming Teng proposed openstack/senlin: Rework profile_create call https://review.openstack.org/406849 | 09:38 |
| Qiming | there are still some other leftovers I think | 09:38 |
| yanyanhu | Qiming, I see. Maybe xuefeng is working on it | 09:39 |
| yanyanhu | will confirm with him | 09:39 |
| *** yanyanhu has quit IRC | 09:40 | |
| *** yanyanhu has joined #senlin | 09:41 | |
| *** yanyanhu has quit IRC | 09:41 | |
| Qiming | cool | 09:42 |
| Qiming | I'm on two threads and both are blocked now | 09:43 |
| *** ruijie has joined #senlin | 09:53 | |
| *** elynn__ has quit IRC | 10:00 | |
| *** dinghh has joined #senlin | 10:10 | |
| *** guoshan has quit IRC | 10:27 | |
| openstackgerrit | Merged openstack/senlin: Further simplify event module https://review.openstack.org/406583 | 10:44 |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Add node create/update actions https://review.openstack.org/396975 | 10:55 |
| openstackgerrit | Shu Muto proposed openstack/senlin-dashboard: Add node create/update actions https://review.openstack.org/396975 | 11:05 |
| *** shu-mutou is now known as shu-mutou-AWAY | 11:06 | |
| *** chohoor has left #senlin | 11:23 | |
| fabian4 | prof.set_api_version('clustering', '1.2') AttributeError: 'Profile' object has no attribute 'set_api_version' why ? | 11:42 |
| fabian4 | /usr/lib/python2.7/site-packages/senlinclient/common/sdk.py | 11:42 |
| openstackgerrit | Merged openstack/senlin: Remove redundant parameters from event interface https://review.openstack.org/406584 | 12:42 |
| Qiming | fabian4, you openstacksdk version is too low | 12:45 |
| openstackgerrit | Kenji Ishii proposed openstack/senlin-dashboard: Add create cluster action https://review.openstack.org/403472 | 12:58 |
| openstackgerrit | Kenji Ishii proposed openstack/senlin-dashboard: Add update profile action for angular profile panel https://review.openstack.org/391332 | 13:07 |
| *** catintheroof has joined #senlin | 13:38 | |
| *** catinthe_ has joined #senlin | 14:02 | |
| *** catintheroof has quit IRC | 14:04 | |
| *** Drago1 has joined #senlin | 15:00 | |
| openstackgerrit | Merged openstack/senlin: Rename 'status' parameter to 'phase' in db driver https://review.openstack.org/406589 | 15:59 |
| *** catintheroof has joined #senlin | 16:13 | |
| *** catinthe_ has quit IRC | 16:16 | |
| *** yuanying has quit IRC | 16:29 | |
| *** shu-mutou-AWAY has quit IRC | 16:30 | |
| *** xuhaiwei__ has quit IRC | 16:31 | |
| *** catinthe_ has joined #senlin | 17:02 | |
| *** catintheroof has quit IRC | 17:04 | |
| *** yuanying has joined #senlin | 17:38 | |
| *** openstackstatus has joined #senlin | 18:55 | |
| *** ChanServ sets mode: +v openstackstatus | 18:55 | |
| *** Qiming has quit IRC | 19:28 | |
| *** Qiming has joined #senlin | 19:31 | |
| *** catinthe_ has quit IRC | 20:53 | |
| *** catintheroof has joined #senlin | 21:39 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!