openstackgerrit | Duc Truong proposed openstack/senlin-dashboard master: Fix missing auth_url when create senlinclient https://review.openstack.org/620767 | 00:33 |
---|---|---|
*** sapd1 has joined #senlin | 01:30 | |
openstackgerrit | Duc Truong proposed openstack/senlin-dashboard master: Fix missing auth_url when create senlinclient https://review.openstack.org/620767 | 01:45 |
*** sapd1 has quit IRC | 01:54 | |
*** sapd1_x has joined #senlin | 01:54 | |
*** sapd1_x has quit IRC | 02:48 | |
*** sapd1_x has joined #senlin | 04:07 | |
*** sapd1_x has quit IRC | 04:55 | |
*** sapd1_x has joined #senlin | 05:07 | |
sapd1_x | I would like to implement auto scale. Should I use senlin or heat? | 09:30 |
*** sapd1_x has quit IRC | 12:44 | |
dtruong | sapd1_x: The main advantage to using Senlin for autoscaling is that you get an API specifically for controlling scaling behavior (i.e. scale up, scale down, resize, etc). | 17:08 |
dtruong | That also means that you also get the senlinclient that let's you call those APIs from the CLI. | 17:09 |
dtruong | WIth heat, you have to go thru stack update and don't get a dedicated API. | 17:10 |
dtruong | Also senlin, that some features not available in Heat autoscaling. E.g. lifecycle hooks for node draining, built-in health checks for URL endpoint to name a few. | 17:12 |
*** JudeCross has joined #senlin | 18:56 | |
dtruong | #startmeeting senlin | 19:00 |
openstack | Meeting started Thu Dec 20 19:00:28 2018 UTC and is due to finish in 60 minutes. The chair is dtruong. Information about MeetBot at http://wiki.debian.org/MeetBot. | 19:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 19:00 |
*** openstack changes topic to " (Meeting topic: senlin)" | 19:00 | |
openstack | The meeting name has been set to 'senlin' | 19:00 |
dtruong | who's here today? | 19:00 |
eandersson | o/ | 19:01 |
dtruong | judecross here? | 19:03 |
dtruong | #topic announcements | 19:05 |
*** openstack changes topic to "announcements (Meeting topic: senlin)" | 19:05 | |
dtruong | Not much except that we still cancel the meetings for the next two weeks for the holidays. | 19:05 |
dtruong | Next regularly scheduled meeting will be on Friday January 11 at 530 UTC. | 19:05 |
JudeCross | o/ | 19:06 |
dtruong | #topic Reviews | 19:07 |
*** openstack changes topic to "Reviews (Meeting topic: senlin)" | 19:07 | |
dtruong | We need reviews on the following patch sets: | 19:07 |
dtruong | #link https://review.openstack.org/#/c/624248/ | 19:08 |
dtruong | We need this one so that the py35 integration tests pass. | 19:09 |
dtruong | #link https://review.openstack.org/#/c/620767/ | 19:10 |
dtruong | This one is a fix to make senlinclient work again | 19:11 |
eandersson | *dashboard | 19:11 |
dtruong | oh yea, sorry | 19:11 |
dtruong | eandersson: i had to remove your unit test because it didn't work anymore with the fix to pass keystone session to openstacksdk | 19:14 |
eandersson | Not a big fan due to the risk of regression, so we should follow up with some sort of automatic testing | 19:18 |
eandersson | but needs to be fixed asap, so gave my +1 | 19:18 |
dtruong | I was thinking maybe we can add something in the senlin-tempest integration tests | 19:19 |
eandersson | pretty sure we can at least test the api endpoint without too much effort | 19:19 |
dtruong | Yea, that's what i'm thinking | 19:19 |
dtruong | Request the senlin client from the senlin dashboard api | 19:19 |
dtruong | and run some basic tests | 19:19 |
eandersson | We could talk to the SDK group as well, to see if we can get some standardized implementation for the dashboards and make sure there are tests around those | 19:20 |
dtruong | Yea, the standardized implementation probably would not use senlin client and instead talk to openstacksdk directly :) | 19:21 |
eandersson | That would indeed be ideal | 19:24 |
dtruong | i heard judecross would like to work on that ;) | 19:24 |
JudeCross | I dont mind :P | 19:26 |
dtruong | all right, that's all i have for today | 19:28 |
dtruong | anybody have anything else to discuss? | 19:29 |
dtruong | ok, let's end the meeting then | 19:34 |
dtruong | happy holidays everyone and thanks for joining | 19:34 |
dtruong | #endmeeting | 19:34 |
*** openstack changes topic to "IRCLog: http://eavesdrop.openstack.org/irclogs/%23senlin/ | Bugs: bugs.launchpad.net/senlin | Review: https://review.openstack.org/#/q/project:openstack/senlin,n,z" | 19:34 | |
openstack | Meeting ended Thu Dec 20 19:34:47 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 19:34 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/senlin/2018/senlin.2018-12-20-19.00.html | 19:34 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/senlin/2018/senlin.2018-12-20-19.00.txt | 19:34 |
openstack | Log: http://eavesdrop.openstack.org/meetings/senlin/2018/senlin.2018-12-20-19.00.log.html | 19:34 |
openstackgerrit | Andreas Jaeger proposed openstack/python-senlinclient master: Use template for lower-constraints https://review.openstack.org/626741 | 20:51 |
openstackgerrit | Duc Truong proposed openstack/senlin-tempest-plugin master: Fix health policy tests https://review.openstack.org/620716 | 21:36 |
openstackgerrit | Duc Truong proposed openstack/senlin-tempest-plugin master: Fix health policy tests https://review.openstack.org/620716 | 22:38 |
openstackgerrit | Merged openstack/senlin master: Convert requests response from byte to string https://review.openstack.org/624248 | 22:40 |
openstackgerrit | Merged openstack/senlin-dashboard master: Fix missing auth_url when create senlinclient https://review.openstack.org/620767 | 23:55 |
*** JudeCross has quit IRC | 23:56 | |
openstackgerrit | Shu Muto proposed openstack/senlin-dashboard master: Update mailinglist from dev to discuss https://review.openstack.org/621983 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!