*** Qiming__ has quit IRC | 00:08 | |
*** jdandrea has quit IRC | 00:58 | |
*** zhenguo has joined #senlin | 01:02 | |
*** Qiming__ has joined #senlin | 01:09 | |
*** admin__ has quit IRC | 01:10 | |
Qiming__ | morning, :) | 01:11 |
---|---|---|
*** Shijia has joined #senlin | 01:13 | |
*** yonglihe has joined #senlin | 01:15 | |
*** Qiming is now known as Qiming-mobile | 01:16 | |
*** Qiming__ is now known as Qiming | 01:16 | |
*** xuhaiwei has joined #senlin | 01:22 | |
openstackgerrit | Cindia-blue proposed stackforge/senlin: Add a placement-policy to enable vSphere DRS functions https://review.openstack.org/219212 | 01:26 |
*** lixinhui has joined #senlin | 01:27 | |
*** Yanyanhu has joined #senlin | 02:06 | |
*** elynn has joined #senlin | 02:19 | |
*** lixinhui has quit IRC | 02:30 | |
*** lixinhui has joined #senlin | 02:36 | |
*** Shijia has quit IRC | 03:24 | |
*** Shijia has joined #senlin | 03:25 | |
*** Shijia has quit IRC | 03:25 | |
*** Shijia has joined #senlin | 03:25 | |
*** Shijia has quit IRC | 03:48 | |
*** Shijia has joined #senlin | 03:49 | |
*** Shijia has quit IRC | 04:07 | |
*** Shijia has joined #senlin | 04:08 | |
*** Shijia has quit IRC | 04:12 | |
*** Shijia has joined #senlin | 04:18 | |
*** Shijia has quit IRC | 04:22 | |
*** Shijia has joined #senlin | 04:24 | |
*** Shijia has quit IRC | 04:27 | |
*** Shijia has joined #senlin | 04:27 | |
*** Shijia has quit IRC | 04:34 | |
*** Qiming-mobile has quit IRC | 04:56 | |
*** elynn has quit IRC | 06:01 | |
*** elynn has joined #senlin | 06:08 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Fix a bug in cluster scale in action https://review.openstack.org/218740 | 06:21 |
*** branw has joined #senlin | 06:35 | |
branw | when i curl -i -X http://webhookurl, i got 403 Forbidden, http://paste.openstack.org/show/451504/ | 06:38 |
xuhaiwei | branw, maybe your policy.json is old | 06:39 |
xuhaiwei | check /etc/senlin/policy.json the fisrt line, see if you are using project_id instead of 'project' | 06:40 |
branw | there is no project or project_id in the first line | 06:42 |
xuhaiwei | "admin_or_owner": "is_admin:True or project:%(project)s", | 06:43 |
xuhaiwei | sorry, the second line | 06:43 |
branw | i got the "admin_or_owner": "is_admin:True or project:%(project)s", | 06:43 |
xuhaiwei | maybe for the webhook trigger, can only use admin user? not sure about it | 06:46 |
xuhaiwei | admin user is ok? | 06:47 |
xuhaiwei | I saw your command, you are using -c | 06:48 |
branw | the webhooks.rst in getting_started use senlin webhook-create -c test-cluster -a CLUSTER_SCALE_OUT -C 'user=$USER_ID;password=$PASSWORD' test-webhook | 06:50 |
xuhaiwei | it's strange | 06:56 |
Qiming | branw, you will need to add '-d' to the senlin command line to diagnose how request is sent to senlin-api | 07:00 |
Qiming | on the other hand, you will need to check the log from senlin-api and senlin-engine to understand where the 403 exception was thrown | 07:01 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Fix a bug in cluster scale in action https://review.openstack.org/218740 | 07:31 |
*** elynn_ has joined #senlin | 08:08 | |
*** elynn has quit IRC | 08:08 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Fix a bug in cluster scale in action https://review.openstack.org/218740 | 08:24 |
*** elynn_ has quit IRC | 08:40 | |
*** elynn_ has joined #senlin | 08:41 | |
openstackgerrit | Merged stackforge/senlin: Fix a bug in cluster scale in action https://review.openstack.org/218740 | 08:46 |
Qiming | hi, guys | 09:05 |
Qiming | http://lists.openstack.org/pipermail/openstack-dev/2015-September/073897.html | 09:05 |
Qiming | have you noticed this? | 09:06 |
xuhaiwei | we may use aodh instead of ceilometer? | 09:07 |
Yanyanhu | have read it. So the change has been formally made? | 09:07 |
Qiming | also this one: http://lists.openstack.org/pipermail/openstack-dev/2015-September/073793.html | 09:08 |
Yanyanhu | Gnocchi is also splitted | 09:09 |
Yanyanhu | what is this project for? | 09:09 |
Yanyanhu | TDBaaS (Time Series Database as a Service) | 09:12 |
Yanyanhu | is it in the scope of Trove? | 09:13 |
Qiming | no | 09:17 |
Qiming | If I'm understanding this correctly, Gnocchi is only used for time series processing, not generic interface of DB | 09:18 |
Yanyanhu | ok | 09:19 |
Qiming | I'm replying that email for some clarifications | 09:19 |
*** elynn_ has quit IRC | 09:19 | |
Yanyanhu | so it's a layer upon db | 09:19 |
Qiming | reading that email, any questions you want to ask? | 09:23 |
Yanyanhu | the first one? | 09:24 |
Qiming | yep | 09:24 |
Qiming | better asking questions in single email | 09:24 |
*** elynn_ has joined #senlin | 09:25 | |
Yanyanhu | what I'm wandering is the change about API interface | 09:26 |
Yanyanhu | since they promised to keep client compatible with old version | 09:27 |
Yanyanhu | but seems user need to handle the interaction between ceilometer/Aodh/Gnocchi by themselves now | 09:28 |
Yanyanhu | if they are using API interface directly | 09:29 |
Qiming | client and api support has been added to common Ceilometer interfaces | 09:29 |
Qiming | such that if Aodh is enabled, the client can still be used and redirect | 09:29 |
Qiming | to Aodh. | 09:29 |
Yanyanhu | yes, but currently, user don't need to consider where is the source of metric when creating an alarm | 09:30 |
Yanyanhu | but after this changes, seems they have to specify where the metric comes from explicitly? | 09:31 |
Yanyanhu | e.g. from ceilometer service in Regionxxx | 09:31 |
Yanyanhu | I guess Gnocchi won't influence the user interface | 09:31 |
Qiming | Gnocchi is more of a library than a service | 09:32 |
Yanyanhu | yes, seems so | 09:33 |
Qiming | an alarm still has rules | 09:33 |
Qiming | and those rules will determine which metrics will be used | 09:33 |
Yanyanhu | yes, and I guess it will have a param(or config option?) to define where are those metric data it will evaluate | 09:34 |
Qiming | config what? | 09:35 |
Yanyanhu | so the interaction beween ceilometer and Aodh is API interface? | 09:35 |
Yanyanhu | through rest API | 09:35 |
Yanyanhu | config where is the ceilometer service | 09:35 |
Qiming | the mail didn't mention whether Aodh needs a separate endpoint | 09:35 |
Qiming | ceilometer can always be configured | 09:36 |
Qiming | so the real question is whether Aodh is a standalone service, right? | 09:37 |
Yanyanhu | yes, so theoretically Aodh in RegionOne can evaluate an alarm based on the performance data from both RegionOne and RegionTwo I guess :) | 09:37 |
Yanyanhu | right | 09:37 |
Yanyanhu | if it is, it can do what I said | 09:37 |
Qiming | if it is not | 09:37 |
Qiming | it is deployed with a ceilometer server | 09:38 |
Qiming | in the same region | 09:38 |
Yanyanhu | if not, I guess there is no big change | 09:38 |
Yanyanhu | and Telemetry serivce(s) will still work as the same way I think | 09:39 |
Qiming | yep | 09:39 |
Yanyanhu | as it is now | 09:39 |
Qiming | if the API doesn't change | 09:40 |
Qiming | this reorg is only a ceilometer-only change | 09:40 |
Yanyanhu | yes | 09:41 |
Qiming | guess what | 09:42 |
Qiming | I just posted the email and I now realized that I was asking some stupid questions | 09:42 |
Yanyanhu | ... | 09:42 |
Qiming | check this: http://git.openstack.org/cgit/openstack/aodh/tree/devstack/settings | 09:43 |
Qiming | aodh has its own APIs | 09:43 |
Yanyanhu | an isolated service | 09:43 |
Qiming | yep | 09:43 |
Qiming | it has four processes at least | 09:44 |
Yanyanhu | em | 09:44 |
Yanyanhu | just those 'ceilometer-alarm-xxx' agents plus the api :) | 09:45 |
Qiming | true is that aodh is reusing ceilometer client | 09:45 |
Qiming | http://git.openstack.org/cgit/openstack/aodh/tree/devstack/plugin.sh#n244 | 09:45 |
Qiming | it is calling itself 'alarming' service | 09:46 |
Qiming | http://git.openstack.org/cgit/openstack/aodh/tree/devstack/plugin.sh#n122 | 09:46 |
Yanyanhu | yea. I guess if they don't, people will be mad with them ;) | 09:46 |
Qiming | now I'm mad with them | 09:48 |
Yanyanhu | :) | 09:49 |
xuhaiwei | so shall we use it? | 09:49 |
Yanyanhu | we are using API not client | 09:49 |
Qiming | yep | 09:49 |
Yanyanhu | xuhaiwei, I guess we need to relearn the new API interface of aodh... | 09:49 |
Qiming | we need to add aodh resources to sdk | 09:49 |
Qiming | and use them there | 09:50 |
xuhaiwei | ceilometer will remove alarm api? | 09:50 |
Yanyanhu | yes | 09:50 |
Qiming | that part I'm not sure | 09:51 |
Yanyanhu | but this is a problem since they will not accept new resource until their current work is done | 09:51 |
Qiming | it won't happen anytime soon | 09:51 |
*** branw has quit IRC | 09:51 | |
Yanyanhu | yes | 09:51 |
Qiming | so ... | 09:54 |
Qiming | after this clarification | 09:54 |
Qiming | I think any code based on ceilometer alarms would be a waste of time | 09:55 |
Yanyanhu | yes | 09:55 |
Yanyanhu | guess so | 09:55 |
Qiming | especially for us, due to the fact that we don't use xxxclient directly | 09:55 |
Qiming | we invoke their APIs thru openstacksdk | 09:55 |
xuhaiwei | who started aodh? does the ceilometer guys agree? | 09:57 |
Yanyanhu | it should be a sub project splitted from ceilometer | 09:58 |
Yanyanhu | just like lbaas and neutron | 09:58 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Rework context initialization in action module https://review.openstack.org/221676 | 10:03 |
*** elynn_ has quit IRC | 10:06 | |
*** zhenguo has quit IRC | 10:11 | |
openstackgerrit | LiuWei proposed stackforge/senlin: (WIP) cross-az policy https://review.openstack.org/221684 | 10:16 |
*** admin__ has joined #senlin | 10:16 | |
*** admin__ has left #senlin | 10:19 | |
*** R_lixh has joined #senlin | 10:19 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add functional test for cluster scale in/out https://review.openstack.org/218142 | 10:32 |
*** Qiming has quit IRC | 10:34 | |
*** Yanyanhu has quit IRC | 10:37 | |
*** Qiming has joined #senlin | 11:29 | |
*** lixinhui has quit IRC | 11:29 | |
openstackgerrit | Merged stackforge/senlin: Add functional test for cluster scale in/out https://review.openstack.org/218142 | 11:42 |
openstackgerrit | Merged stackforge/senlin: Cluster action test case (4) https://review.openstack.org/221177 | 11:53 |
openstackgerrit | Merged stackforge/senlin: Revised SDK driver with unit test case https://review.openstack.org/220468 | 11:53 |
openstackgerrit | Merged stackforge/senlin: Cluster action test case (5) https://review.openstack.org/221343 | 12:47 |
*** zhenguo has joined #senlin | 12:59 | |
*** jdandrea has joined #senlin | 13:27 | |
*** jruano has joined #senlin | 15:14 | |
*** Qiming has quit IRC | 15:50 | |
*** jdandrea has quit IRC | 21:26 | |
*** jruano has quit IRC | 23:05 | |
*** xuhaiwei has quit IRC | 23:36 | |
*** Qiming has joined #senlin | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!