Wednesday, 2018-01-10

*** AlexeyAbashkin has joined #senlin00:01
*** test_111 has quit IRC00:05
*** AlexeyAbashkin has quit IRC00:05
openstackgerritDuc Truong proposed openstack/senlin master: [DNM] Trying to reenable tempest run in zuul checks  https://review.openstack.org/53236600:25
*** fabian__ has joined #senlin00:50
*** fabian__ is now known as chenyb400:50
*** pzchen has joined #senlin01:01
*** blkart has joined #senlin01:38
*** liyi has joined #senlin02:31
*** andreykurilin has quit IRC03:44
*** andreykurilin has joined #senlin03:44
*** liyi has quit IRC03:48
*** liyi has joined #senlin03:48
*** AlexeyAbashkin has joined #senlin03:52
*** liyi has quit IRC03:53
*** AlexeyAbashkin has quit IRC03:57
*** liyi has joined #senlin04:04
*** AlexeyAbashkin has joined #senlin04:25
*** AlexeyAbashkin has quit IRC04:29
openstackgerritMerged openstack/python-senlinclient master: Fix cluster/node force delete parameter location error  https://review.openstack.org/53205205:17
*** dtruong2 has joined #senlin05:31
dtruong2qiming: did you see my message earlier about the senlin devstack gate being broken?  is that a known issue?05:32
Qimingdtruong2, I saw your message, but I was unaware of it05:33
dtruong2ok. looks like it has been that way since oct 2017.05:36
Qimingit was caused by the community movement to new CI infra05:38
dtruong2yes.  the move to zuul v305:38
QimingI didn't looked closely into the details05:38
QimingI thought it is running properly05:39
dtruong2i'm working on a patch to reenable the tempest run here: https://review.openstack.org/#/c/532366/05:39
*** shu-mutou-AWAY is now known as shu-mutou05:39
dtruong2but it looks like fake api driver is missing octavia05:39
dtruong2so the test cases are still failing05:40
Qimingfake api driver is missing?05:41
Qiminghow could that happen?05:41
Qimingcan you show me the logs for that?05:41
dtruong2http://logs.openstack.org/66/532366/1/check/senlin-dsvm-tempest-py27-api/719f56c/job-output.txt.gz05:42
dtruong2there is a test driver for lbaas but no test driver for octavia: https://github.com/openstack/senlin/tree/master/senlin/tests/drivers/openstack05:42
Qimingoctavia ... right05:43
Qiminglooking at #532366, I seems even pep8 is failing05:43
dtruong2yea.  that's because i didnt run pep8 and fix the errors before submitting05:44
dtruong2i just wanted to test if the tempest will get run with my changes05:44
Qiminghttp://logs.openstack.org/66/532366/1/check/openstack-tox-pep8/3cafca7/job-output.txt.gz05:45
QimingI'm not sure it is a real PEP8 FAILURe05:45
Qimingit looks like the CI is doing something I don't understand, and it is failing05:46
Qimingfixing fake octavia api driver wouldn't be difficult05:47
dtruong2you are right.  i'm not sure either why pep8 failed05:48
Qimingoctavia is a separate issue ... but anyway, your patch has proved that the gate jobs are not running properly05:49
dtruong2in terms of fixing the gate jobs, do you or someone else want to take that on?05:50
dtruong2or do you want me to continue with my patch https://review.openstack.org/#/c/532366/?05:51
Qimingruijie was on it, not sure if he has cycles to improve it05:51
Qimingyour help on fixing this would be highly appreciated05:51
dtruong2ok, i'll take a look at it tomorrow.  it's night time in california now.05:52
Qimingthank you so much05:52
Qimingplease note that api tests are now located here: http://git.openstack.org/cgit/openstack/senlin-tempest-plugin05:53
Qiminglooks like no one has been touching it for a long time05:53
*** liyi has quit IRC05:53
dtruong2ok, that repo is actually creating a separate senlin-tempest-plugin05:57
dtruong2that was one the tempest goals: https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html05:57
Qimingyup.05:58
QimingWe haven't deleted the in-tree code for tempest support yet05:58
QimingJust a reminder if your patch may be invoking the in-tree code05:58
dtruong2so which tempest should be used for the gate jobs?05:59
dtruong2the in-tree or the split plugin?05:59
Qimingthe external one05:59
Qimingthe plugin05:59
dtruong2ok06:01
Qimingmaybe we should remove the in-tree code to make it clear, :)06:01
dtruong2yes, and also update the documentation06:02
Qimingok06:02
dtruong2but the gate jobs needs to get fixed first to run properly against the external senlin-tempest-plugin06:03
Qimingya06:03
QimingAs I mentioned earlier, we were relying on Ruijie to get it done right06:03
QimingSince there wasn't an alarm so far, we all believed that everything is all set ...06:04
dtruong2no problem.  i'll try to get it fixed.  i have another colleague who is knowledgeable in the tempest plugins, so i can him for help too.06:08
Qimingwow, many thanks in advance!06:08
chenyb4hi, Qiming, II'd like to know some requirements about senlin's support for snapshots.06:10
chenyb4profile support snapshot, senlin allow execute "senlin snapshot xxxx" operation ?06:12
Qimingnot yet06:15
Qimingif you check the nova server profile, you will see we were considering snapshot when adopting a server06:16
Qimingbut that feature is not yet implemented06:16
QimingI'm not sure what the use case you are talking about, chenyb406:17
Qimingare you trying to create a snapshot for a nova server, a heat stack, a vm cluster, a vm node? or something?06:17
chenyb4I want to add new feture support snapshot06:18
chenyb4Create a snapshot for the cluster by executing the senlin cluster-snapshot.06:19
Qimingthen ... what are you going to do with that snapshot?06:20
chenyb4senlin support snapshot create and save, nova profile create image with vm server06:22
openstackgerritMerged openstack/senlin master: Add block store cinder_v2 driver test  https://review.openstack.org/53164906:22
chenyb4Similar to the heat snapshot function.06:22
Qimingokay, support you can create a snapshot of a cluster06:22
Qimingwhat are you going to do with the cluster snapshots06:23
chenyb4senlin add new snapshot table, when createing new snapshot will store to snapshot table06:29
Qimingyes, but I'm not talking about how to implement the feature06:29
QimingI'm asking a question why do you need snapshot06:29
chenyb4senlin cluster support snapshot or restore06:29
Qimingrestore a cluster to its previous state?06:30
chenyb4restore cluster node to previous state06:31
Qimingem ...06:32
Qimingit worth a try06:32
*** liyi has joined #senlin06:37
*** dtruong2 has quit IRC06:38
*** liyi has quit IRC06:43
*** liyi has joined #senlin06:43
chenyb4sorry, I just left07:00
*** AlexeyAbashkin has joined #senlin07:57
openstackgerritchenyb4 proposed openstack/senlin master: Cluster API support put maintenance action operation  https://review.openstack.org/53246209:01
*** shu-mutou is now known as shu-mutou-AWAY09:12
openstackgerritchenyb4 proposed openstack/senlin master: Cluster API support put maintenance action operation  https://review.openstack.org/53246209:39
*** chenyb4 has quit IRC10:05
*** liyi has quit IRC10:06
*** liyi has joined #senlin10:07
*** liyi has quit IRC10:13
*** AlexeyAbashkin has quit IRC11:18
*** AlexeyAbashkin has joined #senlin11:18
*** blkart has quit IRC12:01
*** fabian_ has joined #senlin12:25
*** fabian_ is now known as chenyb412:26
chenyb4hi, Qiming gerrit test always appear "Error when trying to get requirement for VCS system Command "git config "  In today12:30
Qimingcan you help check if other projects are experiencing the same problem?12:32
Qimingcan you help check if there are notifications on mailinglist?12:32
chenyb4ok12:32
chenyb4Qiming, Other projects have made such mistakes.12:40
*** dtruong has quit IRC12:44
*** dtruong has joined #senlin12:44
*** chen6 has joined #senlin12:52
Qimingsuch errors you mean12:52
chenyb4Other project unit tests have the same error. e.g.: nova , python-openstacksdk, neutron13:06
*** chen6 has quit IRC13:36
*** chen6 has joined #senlin13:48
*** chen6 has quit IRC13:51
*** chen6 has joined #senlin13:52
*** chenyb4 has quit IRC14:15
*** chen6 has quit IRC14:20
*** chen6 has joined #senlin14:21
*** chen6 has quit IRC14:24
*** jmlowe has quit IRC14:39
-openstackstatus- NOTICE: Gerrit is being restarted due to slowness and to apply kernel patches14:59
*** openstackgerrit has quit IRC15:01
*** jmlowe has joined #senlin16:00
*** AlexeyAbashkin has quit IRC16:55
*** openstack has joined #senlin18:33
*** ChanServ sets mode: +o openstack18:33
*** AlexeyAbashkin has quit IRC18:35
*** jmlowe has quit IRC18:40
*** jmlowe has joined #senlin18:41
*** Jeffrey4l has quit IRC20:52
*** AlexeyAbashkin has joined #senlin21:00
*** Jeffrey4l has joined #senlin21:03
*** AlexeyAbashkin has quit IRC21:04
*** jmlowe has quit IRC21:42
*** openstackgerrit has joined #senlin21:44
*** ChanServ sets mode: +v openstackgerrit21:44
openstackgerritMonty Taylor proposed openstack/senlin master: Update for upcoming openstacksdk release  https://review.openstack.org/53264121:44
-openstackstatus- NOTICE: The zuul system is being restarted to apply security updates and will be offline for several minutes. It will be restarted and changes re-equeued; changes approved during the downtime will need to be rechecked or re-approved.22:24
*** jmlowe has joined #senlin22:28
*** jmlowe has quit IRC22:52
*** jmlowe has joined #senlin23:12
*** haint has quit IRC23:41
*** jmlowe has quit IRC23:44
*** jmlowe has joined #senlin23:46
*** andreykurilin has quit IRC23:52
*** andreykurilin has joined #senlin23:53

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