Tuesday, 2018-01-30

*** shu-mutou has joined #senlin00:41
*** chenyb4 has joined #senlin00:55
openstackgerritDuc Truong proposed openstack/senlin master: Lifecycle hook implementation  https://review.openstack.org/53589400:58
*** pzchen has joined #senlin01:02
*** liyi has joined #senlin01:07
dtruongqiming: i filed a bug regarding how timestamps are stored in senlin: https://bugs.launchpad.net/senlin/+bug/174612301:21
openstackLaunchpad bug 1746123 in senlin "wrong values for timestamp are stored in action table" [Undecided,New]01:21
dtruonghow do you think this should be fixed?  i think this would involve changing the start_time and end_time type to NUMERIC in mysql01:22
QimingYes, please01:22
QimingOriginally, without deep knowledge of mysql's treatment of floats, we hoped that a float value could be more "accurate"01:23
dtruongok.  but changing the field type in mysql will make it unusable with existing DBs that have the old field type.01:26
dtruongunless the data types for those columns is changed using a mysql command01:27
openstackgerritDuc Truong proposed openstack/senlin-tempest-plugin master: Add tests for lifecycle hooks  https://review.openstack.org/53907001:38
Qimingdtruong, the community practice is to skip downgrade support so ... teams can focus on upgrade support, I'm not sure that is making things a little bit easier01:45
openstackgerritMerged openstack/senlin master: Move openstack_test driver suite  https://review.openstack.org/53886402:01
shu-mutouQimin, eandersson_: I'm checking https://review.openstack.org/#/c/536544/03:19
shu-mutouQimin, eandersson_: I have trouble in senlinclient. It seems conflict of versions on openstacksdk.03:19
shu-mutouQimin, eandersson_: openstacksdk 0.9.3 works fine. but 0.10.0 or higher doesn't work.03:21
shu-mutouQimin, eandersson_: could you check stacktrace on http://paste.openstack.org/show/657782/03:21
chenyb4shu-mutou,  Qiming I have the same problem as you.03:34
chenyb4All the query operations look fine.03:35
QimingGlobal requirements say 0.9.1903:35
QimingDoes that version work?03:36
QimingOpenstacksdk is doing a lot of changes03:36
QimingNot all of them are backward compatible03:36
chenyb4openstacksdk 0.9.19 , it's right03:38
QimingCheck openstack/requirements project03:40
QimingThe upper-constraints.txt file says that the upper constraint for openstacksdk is 0.9.1903:40
QimingThis means ...03:40
Qiming1. The current version (0.9.19) should work, so cannot be treated as a bug03:41
Qiming2. There will be many kinds of failures when upgrading sdk to 0.10.0, we'd better prepare for that03:42
chenyb4openstacksdk 0.9.19 delete cluster or node will appear error( parameter error), this is senlinclient use force-delete parameter.03:45
chenyb4openstacksdk 0.9.19 not exist force-delete parameter03:45
Qimingthen which version works?03:52
chenyb4force -delete already exists in openstacksdk master03:55
shu-mutouQimin, chenyb4: force-delete seems to be implemented since openstacksdk 0.10.0. can we backport to 0.9.x?04:01
*** liyi has quit IRC04:36
*** liyi has joined #senlin04:36
openstackgerritMerged openstack/senlin-dashboard master: Adding region support  https://review.openstack.org/53654404:46
chenyb4Qiming,  I'll try it.04:58
QimingOkay, just grep the git history05:00
QimingShu-mutou, it would be hard to backport things in sdk05:00
openstackgerritDuc Truong proposed openstack/senlin-tempest-plugin master: Add tests for lifecycle hooks  https://review.openstack.org/53907005:30
*** liyi has quit IRC05:33
*** liyi has joined #senlin05:33
*** AlexeyAbashkin has joined #senlin06:33
*** AlexeyAbashkin has quit IRC06:37
openstackgerritDuc Truong proposed openstack/senlin-tempest-plugin master: Remove deletion policy 1.0 from tests  https://review.openstack.org/53910606:46
openstackgerritDuc Truong proposed openstack/senlin master: Lifecycle hook implementation  https://review.openstack.org/53589407:02
openstackgerritlidong proposed openstack/senlin master: Can not delete loadbalancer when detaching lb_policy  https://review.openstack.org/53911307:04
openstackgerritDuc Truong proposed openstack/senlin-tempest-plugin master: Add tests for lifecycle hooks  https://review.openstack.org/53907007:12
openstackgerritShu Muto proposed openstack/senlin-dashboard master: Add release notes for Queens  https://review.openstack.org/53912307:36
*** AlexeyAbashkin has joined #senlin07:41
*** liyi_ has joined #senlin07:45
*** liyi_ has quit IRC07:46
*** AlexeyAbashkin has quit IRC07:46
*** liyi has quit IRC07:47
*** AlexeyAbashkin has joined #senlin07:50
*** AlexeyAbashkin has quit IRC08:35
*** AlexeyAbashkin has joined #senlin08:38
*** AlexeyAbashkin has quit IRC08:41
*** AlexeyAbashkin has joined #senlin08:42
openstackgerritQiming Teng proposed openstack/senlin master: Decouple cloud backends  https://review.openstack.org/53914908:48
openstackgerritMerged openstack/senlin master: use . instead of source.  https://review.openstack.org/53891208:59
openstackgerritMerged openstack/senlin-tempest-plugin master: Remove deletion policy 1.0 from tests  https://review.openstack.org/53910609:15
*** shu-mutou is now known as shu-mutou-AWAY09:26
chenyb4hi, Qiming  How do I commit to tag 0.9.19?09:51
QimingThat tag is created and will be there forever09:51
QimingThe only chance is to create a 0.9.20 tag09:52
QimingThen propose a patch to openstack/requirements project as soon as possible before they freeze everything09:53
QimingYou will ask them to make this an exception, explain the only change was a missing feature from 0.9.19 and ... 0.10.x cannot work yet because it contains a lot of disruptive changes09:54
*** chenyb4 has quit IRC10:24
*** pzchen has quit IRC10:25
*** AlexeyAbashkin has quit IRC10:50
*** AlexeyAbashkin has joined #senlin10:51
*** AlexeyAbashkin has quit IRC10:56
*** AlexeyAbashkin has joined #senlin11:22
*** AlexeyAbashkin has quit IRC11:51
*** AlexeyAbashkin has joined #senlin11:52
*** chenyb4 has joined #senlin12:44
*** zhurong_ has joined #senlin13:03
QimingAnyone here to join the weekly meeting?13:05
chenyb4hi, Qiming13:07
QimingHi, chenyb4, any topic for discussion?13:07
chenyb4Qiming, nothing,  python-senlinclient functional i was finish about  profile or policy or node or cluster "create/delete/update"13:09
Qimingcool13:09
QimingMany thanks13:09
openstackgerritQiming Teng proposed openstack/senlin master: Decouple cloud backends  https://review.openstack.org/53914913:10
QimingI was trapped by the various gate issues recently13:10
chenyb4I saw your commit13:11
chenyb4Qiming, view this url https://github.com/openstack/python-openstacksdk/blob/master/openstack/clustering/v1/node.py#L164, miss has_body=False parameter13:16
chenyb4if has_body=False not pass, only return http code, example(202)13:17
Qimingany problem?13:17
Qiming202 is correct13:18
*** zhurong_ has quit IRC13:19
chenyb4not return senlin api return value13:19
QimingDon't understand13:19
*** zhurong has joined #senlin13:19
chenyb4failed due to 'argument of type 'NoneType' is not iterable'13:19
*** zhurong has quit IRC13:20
Qimingokay, then go ahead fix it?13:20
chenyb4https://github.com/openstack/python-openstacksdk/blob/master/openstack/resource.py#L64013:21
chenyb4I will fix, add has_body=False parameter13:21
chenyb4sorry, master has fix. in 0.9.19 version, default has_body parameter value True. so, appear 'NoneType' error.13:28
chenyb4The python-openstacksdk master branch always has many strange errors in use.13:30
Qimingok13:30
QimingYes, it will be a huge challenge to migrate to 0.10.0 +13:33
-openstackstatus- NOTICE: Our ubuntu-xenial images (used for e.g. unit tests and devstack) are currently failing to install any packages, restrain from *recheck* or *approve* until the issue has been investigated and fixed.13:44
*** liyi has joined #senlin14:01
*** AlexeyAbashkin has quit IRC14:26
*** AlexeyAbashkin has joined #senlin14:27
*** liyi has quit IRC15:21
*** chenyb4 has quit IRC15:21
*** liyi has joined #senlin15:31
*** liyi has quit IRC15:35
*** AlexeyAbashkin has quit IRC15:50
*** AlexeyAbashkin has joined #senlin15:50
*** AlexeyAbashkin has quit IRC15:55
*** AlexeyAbashkin has joined #senlin15:55
*** liyi has joined #senlin16:31
*** liyi has quit IRC16:35
*** AlexeyAbashkin has quit IRC16:38
*** AlexeyAbashkin has joined #senlin17:29
openstackgerritDuc Truong proposed openstack/senlin master: Lifecycle hook implementation  https://review.openstack.org/53589418:07
*** liyi has joined #senlin18:20
*** liyi has quit IRC18:24
*** AlexeyAbashkin has quit IRC18:46
*** liyi has joined #senlin19:19
*** liyi has quit IRC19:24
*** liyi has joined #senlin20:38
*** liyi has quit IRC20:43
openstackgerritDuc Truong proposed openstack/senlin-tempest-plugin master: Add tests for lifecycle hooks  https://review.openstack.org/53907020:43
*** liyi has joined #senlin21:58
*** liyi has quit IRC22:02
*** liyi has joined #senlin23:17
*** liyi has quit IRC23:22
openstackgerritQiming Teng proposed openstack/senlin master: Decouple cloud backends  https://review.openstack.org/53914923:44

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!