*** sapd1 has joined #senlin | 00:43 | |
openstackgerrit | Duc Truong proposed openstack/senlin-tempest-plugin master: Check required health policy version https://review.openstack.org/635621 | 01:31 |
---|---|---|
dtruong | reminder that will be having our senlin meeting at 530 UTC (in about 3 hours | 02:14 |
openstackgerrit | Jude Cross proposed openstack/senlin master: [WIP] Improve Health Manager to avoid duplicate health checks. https://review.openstack.org/634811 | 02:23 |
*** sapd1 has quit IRC | 03:32 | |
*** sapd1 has joined #senlin | 03:45 | |
*** sapd1 has quit IRC | 05:05 | |
eandersson | o/ | 05:30 |
dtruong | #startmeeting senlin | 05:32 |
openstack | Meeting started Fri Feb 8 05:32:50 2019 UTC and is due to finish in 60 minutes. The chair is dtruong. Information about MeetBot at http://wiki.debian.org/MeetBot. | 05:32 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 05:32 |
*** openstack changes topic to " (Meeting topic: senlin)" | 05:32 | |
openstack | The meeting name has been set to 'senlin' | 05:32 |
dtruong | o/ | 05:33 |
dtruong | hi eandersson | 05:33 |
dtruong | anyone else here to join the meeting? | 05:33 |
eandersson | o/ | 05:34 |
dtruong | ok, let's get started then | 05:36 |
dtruong | #topic announcements | 05:36 |
*** openstack changes topic to "announcements (Meeting topic: senlin)" | 05:36 | |
dtruong | There was an email from the TC requesting every project to self evaluate themselves against the OpenStack Technical Vision | 05:37 |
dtruong | #link http://lists.openstack.org/pipermail/openstack-discuss/2019-January/001417.html | 05:37 |
*** cbrumm_ has joined #senlin | 05:37 | |
dtruong | I haven't started anything for Senlin yet, but if anyone has any input, please let me know. | 05:37 |
eandersson | Sounds good | 05:38 |
cbrumm_ | ok! | 05:38 |
dtruong | hi cbrumm_ | 05:38 |
dtruong | #topic python 3 goal | 05:39 |
*** openstack changes topic to "python 3 goal (Meeting topic: senlin)" | 05:39 | |
dtruong | Doug Hellmann requested that we enable python 3 functional tests as voting to meet the python 3 community goal. | 05:39 |
dtruong | We have had the python 3 functional tests for awhile and they have been passing. | 05:40 |
dtruong | So I created a patch set to set them to voting for the gate | 05:40 |
dtruong | #link https://review.openstack.org/#/c/634756/ | 05:40 |
dtruong | eandersson It needs a +2 if you can take a look. | 05:41 |
eandersson | Gave it +2 and workflow | 05:41 |
dtruong | thanks | 05:41 |
dtruong | #topic new openstacksdk release | 05:43 |
*** openstack changes topic to "new openstacksdk release (Meeting topic: senlin)" | 05:43 | |
dtruong | openstacksdk released version 0.24.0 this week | 05:43 |
dtruong | I created a bunch of patch sets to bump the required version to 0.24.0 for senlin so that we can pick up the bug fixes | 05:43 |
dtruong | #link https://review.openstack.org/#/q/status:open+(topic:bumpsdkversion+OR+topic:bug/1814171) | 05:43 |
dtruong | ok, moving on to tempest test | 05:47 |
dtruong | #topic fixing tempest test | 05:47 |
*** openstack changes topic to "fixing tempest test (Meeting topic: senlin)" | 05:47 | |
dtruong | There was a back port to stable/rocky that is blocked because the tempest tests are failing against stable/rocky | 05:47 |
dtruong | This is back port patch set: https://review.openstack.org/#/c/634079/ | 05:48 |
dtruong | The reason the tempest tests are failing is because we added some tempest tests for Stein specific features. | 05:49 |
dtruong | We should have been more careful and only enabled those tempest tests for Stein. | 05:51 |
dtruong | Anyways, I created some patch sets to make sure that the tempest tests in question will not run when testing against stable/rocky. | 05:52 |
dtruong | #link https://review.openstack.org/#/q/status:open+project:openstack/senlin-tempest-plugin+branch:master+(topic:check_healthpolicy_support+OR+topic:check_microversion+OR+topic:profile_spec_from_config) | 05:52 |
dtruong | The first patch set there only executes health policy test if health policy version 1.1 is supported in Senlin. | 05:54 |
dtruong | That is because the health policy test was written specifically against health policy version 1.1 | 05:54 |
dtruong | The second patch set creates cluster profiles used in integration tests based the tempest configuration. I.e. it picks up the flavor and image ids from the tempest config. | 05:55 |
openstackgerrit | Merged openstack/python-senlinclient master: Bump openstacksdk to 0.24.0 https://review.openstack.org/635001 | 05:55 |
dtruong | Previously we hard-coded the cirros image name for cluster profiles. | 05:56 |
dtruong | This caused a problem when devstack bumped their cirros version. So we ended up bumping the version in our test cases. | 05:56 |
dtruong | With this change, it uses the image id set in tempest.conf. This gets populated by devstack, so we don't have to worry about the cirros image name anymore. | 05:57 |
dtruong | Same for flavor id. | 05:57 |
dtruong | The last patch set adds a configuration in tempest for min and max microversion. | 05:59 |
dtruong | These values are used to check if TestClusterScaleOutNegativeResourceIsLocked should be run since that test case will only work against microversion 1.11 or higher. | 05:59 |
dtruong | There are related patch sets to set the microversion in devstack's tempest.conf: https://review.openstack.org/#/q/status:open+project:openstack/senlin+topic:tempest_microversion | 06:01 |
dtruong | This one is not quite working. | 06:01 |
dtruong | For some reason devstack is not adding the configuration for min and max microversion to tempest.conf | 06:01 |
dtruong | So I need to work on those a bit more. | 06:01 |
dtruong | Anyways, I know that's a lot of patch sets to look at. So take your time and leave me some comments if you have any questions. | 06:04 |
dtruong | That's all I have for today. | 06:05 |
dtruong | Anybody have anything else to discuss? | 06:05 |
dtruong | ok, looks like we are good. | 06:08 |
dtruong | thanks for attending. | 06:08 |
dtruong | #endmeeting senlin | 06:08 |
*** 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" | 06:08 | |
openstack | Meeting ended Fri Feb 8 06:08:25 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 06:08 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/senlin/2019/senlin.2019-02-08-05.32.html | 06:08 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/senlin/2019/senlin.2019-02-08-05.32.txt | 06:08 |
openstack | Log: http://eavesdrop.openstack.org/meetings/senlin/2019/senlin.2019-02-08-05.32.log.html | 06:08 |
openstackgerrit | Merged openstack/senlin master: Make py35 api and functional test voting https://review.openstack.org/634756 | 06:25 |
openstackgerrit | Merged openstack/senlin master: Bump openstacksdk to 0.24.0 https://review.openstack.org/634998 | 06:25 |
openstackgerrit | Duc Truong proposed openstack/senlin master: Add microversion config for devstack tempest https://review.openstack.org/635638 | 06:27 |
*** jmlowe has quit IRC | 18:11 | |
openstackgerrit | Duc Truong proposed openstack/senlin master: Use region_name when getting endpoint URL https://review.openstack.org/635953 | 21:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!