*** zhurong has joined #openstack-karbor | 00:45 | |
*** jiaopengju has joined #openstack-karbor | 01:20 | |
*** x00350071__ is now known as edisonxiang | 01:28 | |
*** wujiajun has joined #openstack-karbor | 02:09 | |
openstackgerrit | gengchc2 proposed openstack/karbor master: Use https instead of http for git.openstack.org https://review.openstack.org/429982 | 02:16 |
---|---|---|
*** gouthamr has quit IRC | 03:26 | |
*** jiaopeng_ has joined #openstack-karbor | 03:44 | |
*** jiaopengju has quit IRC | 03:44 | |
*** zhangshuai has quit IRC | 03:57 | |
*** zhangshuai has joined #openstack-karbor | 03:57 | |
*** zhurong has quit IRC | 03:57 | |
*** zhurong has joined #openstack-karbor | 06:23 | |
openstackgerrit | chenying proposed openstack/karbor master: fullstack test (don't merge) https://review.openstack.org/429170 | 06:31 |
openstackgerrit | chenying proposed openstack/karbor master: fullstack test (don't merge) https://review.openstack.org/429170 | 06:34 |
*** chenhuayi has joined #openstack-karbor | 06:49 | |
openstackgerrit | chenying proposed openstack/karbor master: fullstack test (don't merge) https://review.openstack.org/429170 | 07:10 |
openstackgerrit | chenying proposed openstack/karbor master: Fix the error of fullstack tests https://review.openstack.org/429537 | 07:16 |
*** zhurong has quit IRC | 07:31 | |
*** zhurong has joined #openstack-karbor | 07:36 | |
*** yamamoto has quit IRC | 07:38 | |
openstackgerrit | Yuval Brik proposed openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 07:39 |
openstackgerrit | chenying proposed openstack/karbor master: Fix the error of fullstack tests https://review.openstack.org/429537 | 07:45 |
openstackgerrit | chenying proposed openstack/karbor master: Fix the error of fullstack tests https://review.openstack.org/429537 | 07:49 |
*** yuval has joined #openstack-karbor | 08:15 | |
openstackgerrit | Yuval Brik proposed openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 08:17 |
*** yamamoto has joined #openstack-karbor | 08:32 | |
edisonxiang | yuval: Good morning | 08:58 |
yuval | hey edisonxiang :) | 08:58 |
yuval | good afternoon | 08:58 |
edisonxiang | are you looking for me? | 08:58 |
yuval | edisonxiang: yep | 08:59 |
yuval | edisonxiang: do you remember why there are XStatic-* dependencies in karbor-dashboard's requirements.txt ? | 08:59 |
yuval | edisonxiang: was the initial version of karbor-dashboard partly copied from magnum-dashboard? | 09:00 |
edisonxiang | yuval: yep. | 09:01 |
edisonxiang | is something wrong? | 09:01 |
yuval | edisonxiang: after the ocata freeze, a bug was found in some XStatic package, and updating it means updating our requirements.txt manually | 09:01 |
yuval | edisonxiang: so the requirements guys were wondering why us and magnum have XStatic packages in requirements.txt | 09:01 |
yuval | edisonxiang: because these requirements are already included in horizon | 09:02 |
yuval | edisonxiang: because only us and magnum have these, I guessed that we partly copied code from them | 09:02 |
edisonxiang | OK | 09:02 |
yuval | edisonxiang: thanks! | 09:02 |
openstackgerrit | chenying proposed openstack/karbor master: fullstack test (don't merge) https://review.openstack.org/429170 | 09:02 |
yuval | chenying: hey | 09:03 |
edisonxiang | I think we can make a test to remove the XStatic | 09:03 |
yuval | edisonxiang: yep | 09:03 |
chenying | hi | 09:04 |
yuval | edisonxiang: maybe zhangshuai can help if you are not on karbor these days | 09:04 |
yuval | chenying: I found something | 09:04 |
yuval | chenying: keystone and heat moved their services to apache's mod_wsgi | 09:04 |
edisonxiang | I am afraid the JS feature is lost | 09:04 |
yuval | chenying: as part of heat devstack's, they do an apache restart | 09:04 |
yuval | chenying: seems like it happens after the fullstack tests begin to run | 09:05 |
yuval | chenying: since keystone is also part of apache's mod_wsgi, it becomes unavailable during the apache restart | 09:05 |
yuval | edisonxiang: which JS feature? | 09:05 |
yuval | chenying: see here: http://logs.openstack.org/13/428113/14/check/gate-karbor-dsvm-fullstack-nv/7cc0267/logs/syslog.txt.gz | 09:06 |
yuval | chenying: look for the 503 response of keystone when keystoneauth initiated by swift is trying to authenticate | 09:06 |
yuval | chenying: 2 seconds before that, heat is restarting apache | 09:06 |
edisonxiang | yuval: Like the "Resource tree", So we'd better to do some test | 09:06 |
yuval | chenying: I believe something in heat's devstack plugin is calling the restart after tests begin | 09:07 |
yuval | edisonxiang: I don't understand | 09:07 |
edisonxiang | "Resource tree" is existent in lots of places | 09:08 |
edisonxiang | When creating the plan, the pop window will show the "Resource tree" | 09:08 |
chenying | chenying Oh we can check the script about heat's devstack plugin. | 09:08 |
yuval | chenying: yes, I'm doing that right now, just wanted to share that info with you | 09:09 |
chenying | chenjing Good progress. | 09:09 |
edisonxiang | zhangshuai: are you around? | 09:09 |
chenying | yuval A good progress. | 09:09 |
zhangshuai | edisonxiang, yep | 09:10 |
edisonxiang | zhangshuai: could you remove the XStatic-* from https://github.com/openstack/karbor-dashboard/blob/master/requirements.txt | 09:11 |
zhangshuai | yes. | 09:11 |
zhangshuai | edisonxiang: Let me deal it. | 09:11 |
edisonxiang | zhangshuai: yuval found a bug in some XStatic package | 09:11 |
edisonxiang | zhangshuai: we could remove the XStatic-*, and do some tests | 09:12 |
zhangshuai | edisonxiang: yes. | 09:12 |
edisonxiang | zhangshuai: but we need to reinstall the karbor to test it. | 09:13 |
edisonxiang | zhangshuai: thanks very much | 09:13 |
zhangshuai | edisonxiang: you are welcome. | 09:20 |
edisonxiang | zhangshuai:p | 09:21 |
zhangshuai | chenying: is meeting now? | 09:24 |
chenying | zhangshuai :( I made a mistake. 11PM | 09:27 |
zhangshuai | chenying: ok, thank you. | 09:30 |
*** yamamoto has quit IRC | 09:30 | |
*** yamamoto has joined #openstack-karbor | 09:33 | |
*** yamamoto has quit IRC | 09:39 | |
*** zhurong has quit IRC | 09:44 | |
openstackgerrit | chenying proposed openstack/karbor master: fullstack test (don't merge) https://review.openstack.org/429170 | 09:49 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: swift-plugin: lazy load of swift connection https://review.openstack.org/430165 | 09:54 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 09:54 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: swift-plugin: lazy load of swift connection https://review.openstack.org/430165 | 09:57 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 10:00 |
*** chenhuayi has quit IRC | 10:27 | |
*** chenhuayi has joined #openstack-karbor | 10:50 | |
yuval | chenying: https://review.openstack.org/#/c/430165/ | 11:03 |
yuval | chenying: :D | 11:03 |
chenying | yuval: Good job. Why does heat restart apache service? | 11:08 |
chenying | yuval: Can we merge this patch now? https://review.openstack.org/#/c/430165/ | 11:09 |
zhangshuai | yuval: :) Nice | 11:11 |
zhangshuai | yuval, chenying: Maybe, "recheck" is necessary | 11:13 |
yuval | chenying: yes | 11:24 |
yuval | chenying: because some services are now running as part of mod_wsgi in apache (heat, keystone) | 11:25 |
yuval | chenying: so when changing some config options, apache restart is required | 11:25 |
yuval | chenying: anyway, this uncovered a bug in karbor - swift/keystone may be down when karbor is going up | 11:26 |
yuval | chenying: so providers/bank should not require them to be up when starting | 11:26 |
chenying | yuval I see. | 11:52 |
chenying | yuval After the pache being merged, can you rebase the 'keystone move V3' patch? So we can meged this one. | 11:54 |
chenying | yuval I think that init the client using auth session is a better way. | 11:55 |
yuval | chenying: keystonev3 is already based on the swift lazy load | 11:56 |
*** jiaopeng_ has quit IRC | 11:57 | |
yuval | chenying: I want to branch out ocata today/tomorrow. Anything else you think should get inside? | 11:57 |
chenying | chenying can you waiting the nava plugins being marged tonight? | 11:58 |
chenying | yuval the nova plugins should be included. | 11:58 |
openstackgerrit | Merged openstack/karbor master: swift-plugin: lazy load of swift connection https://review.openstack.org/430165 | 12:00 |
yuval | zhangshuai: can we remove the XStatic-* from requirements.txt ? | 12:01 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 12:02 |
zhangshuai | yuval, I need further confirmation。 | 12:02 |
zhangshuai | yuval, I need further confirmation. | 12:02 |
yuval | zhangshuai: ok, thanks! | 12:03 |
openstackgerrit | chenying proposed openstack/karbor master: Raise a HTTPNotFound 404 exception when instance can not be found https://review.openstack.org/418299 | 12:05 |
openstackgerrit | chenying proposed openstack/karbor master: Update the nova backup protection plugin https://review.openstack.org/417873 | 12:27 |
openstackgerrit | chenying proposed openstack/karbor master: Remove unused modules of karbor https://review.openstack.org/429344 | 12:35 |
*** chenhuayi has quit IRC | 12:52 | |
yuval | chenying: https://review.openstack.org/#/c/428113/ is ready | 13:07 |
*** wujiajun is now known as zhangshuai_ | 13:35 | |
zhangshuai_ | yuval: I am zhangshuai | 13:36 |
yuval | zhangshuai_: hey | 13:36 |
zhangshuai_ | I have confirmed that removing "XStatic-" is ok | 13:36 |
yuval | zhangshuai_: great. mind sending the patch? | 13:37 |
zhangshuai_ | yuval : ok | 13:37 |
zhangshuai_ | yuval: I will send a patch. | 13:37 |
yuval | zhangshuai_: thank you! :) | 13:37 |
*** zhangshuai_ is now known as wujiajun | 13:38 | |
openstackgerrit | zhangshuai proposed openstack/karbor-dashboard master: Remove "XStatic-*" of requirements.txt https://review.openstack.org/430252 | 13:45 |
yuval | zhangshuai: can you send that patch to stable/ocata branch as well? | 13:47 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: cinder protection: force create snapshot https://review.openstack.org/430256 | 13:50 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: Update the nova backup protection plugin https://review.openstack.org/417873 | 13:54 |
wujiajun | yuval: I am zhangshuai, I have updated it, pls see https://review.openstack.org/430255 | 13:54 |
yuval | wujiajun: well done :) | 13:54 |
wujiajun | https://review.openstack.org/430255 | 13:55 |
wujiajun | yuval: see https://review.openstack.org/430255 | 13:55 |
*** yuval has quit IRC | 13:58 | |
wujiajun | yuval: https://review.openstack.org/430252 is abandon. pls merge https://review.openstack.org/430255 | 13:58 |
*** chenhuayi has joined #openstack-karbor | 14:10 | |
openstackgerrit | Merged openstack/karbor master: Raise a HTTPNotFound 404 exception when instance can not be found https://review.openstack.org/418299 | 14:17 |
*** zhurong has joined #openstack-karbor | 14:35 | |
*** gouthamr has joined #openstack-karbor | 14:47 | |
*** yuval has joined #openstack-karbor | 15:04 | |
openstackgerrit | Merged openstack/karbor master: keystone: move to v3 https://review.openstack.org/428113 | 15:20 |
openstackgerrit | Yuval Brik proposed openstack/karbor master: Remove unused modules of karbor https://review.openstack.org/429344 | 15:21 |
*** gouthamr has quit IRC | 15:22 | |
openstackgerrit | Merged openstack/karbor master: cinder protection: force create snapshot https://review.openstack.org/430256 | 15:22 |
*** chenhuayi_ has joined #openstack-karbor | 15:25 | |
*** chenhuayi has quit IRC | 15:27 | |
*** gouthamr has joined #openstack-karbor | 15:29 | |
*** gouthamr has quit IRC | 15:30 | |
*** yuval has quit IRC | 15:36 | |
*** chenhuayi_ has quit IRC | 15:36 | |
openstackgerrit | Yuval Brik proposed openstack/karbor master: Remove unused modules of karbor https://review.openstack.org/429344 | 15:37 |
*** zhurong has quit IRC | 16:17 | |
*** openstackgerrit has quit IRC | 16:35 | |
*** openstackgerrit has joined #openstack-karbor | 16:52 | |
*** gouthamr has joined #openstack-karbor | 18:02 | |
*** gouthamr has quit IRC | 18:35 | |
*** gouthamr has joined #openstack-karbor | 19:41 | |
*** gouthamr has quit IRC | 19:41 | |
*** qwerty-as has joined #openstack-karbor | 20:51 | |
*** gouthamr has joined #openstack-karbor | 21:21 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-karbor | 21:36 | |
*** yamamoto has joined #openstack-karbor | 21:43 | |
*** gouthamr has quit IRC | 21:45 | |
*** yamamoto has quit IRC | 22:07 | |
*** qwerty-as has quit IRC | 22:11 | |
*** yamamoto has joined #openstack-karbor | 22:12 | |
*** gouthamr has joined #openstack-karbor | 22:45 | |
*** zhurong has joined #openstack-karbor | 23:26 | |
*** zhurong has quit IRC | 23:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!