Friday, 2017-04-07

*** zhurong has joined #senlin00:43
*** yanyanhu has joined #senlin01:50
openstackgerritXueFeng Liu proposed openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441601:52
openstackgerritMerged openstack/senlin master: Fix availability_zone issues in nova driver  https://review.openstack.org/45408202:02
*** ruijie has joined #senlin02:02
Qimingyuanying online?02:06
openstackgerritQiming Teng proposed openstack/senlin master: Use py35 for api and functional tests  https://review.openstack.org/45443202:25
xuhaiweiQiming: yuanying is on holiday these days03:01
Qimingokay, thanks, haiwei03:02
xuhaiweiQiming, btw, you said senlin will provide only nova server type profile in the near future, does it have a roadmap?03:04
Qimingonly nova server type profile?03:07
Qimingyou mean the feature rich nova server profile?03:07
xuhaiweiyes, after nova server profile is extended the heat stack type will not be deprecated?03:08
Qimingno03:09
Qimingnova server profile won't cover all the resource types exposed by a heat stack03:09
Qimingthe extended version is still a "nova server", although some properties are handled by senlin in the background03:09
xuhaiweiok, so the extension job will be finished within Pike cycle?03:10
*** zhurong has quit IRC03:51
*** zhurong has joined #senlin04:04
openstackgerritXueFeng Liu proposed openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441604:27
openstackgerritMerged openstack/senlin master: Use py35 for api and functional tests  https://review.openstack.org/45443205:01
*** shu-mutou has joined #senlin05:35
Qimingyanyanhu, can you have review this?05:40
Qiming https://review.openstack.org/45445805:40
Qimingit is about generalizing the existing gate jobs to support both py27 and py3505:40
Qiminghi, shu-mutou05:40
Qimingdo you have any idea when can we enable py35 gate for senlin-dashboard?05:41
Qimingit seems to me that the horizon unit tests still have some problems with py3505:41
yanyanhuQiming, sure, will take a look05:42
QimingI'm not quite familiar with gate jobs05:43
xuhaiweiQiming, XueFeng  I got this error when creating a node with availability_zone  http://paste.openstack.org/show/605708/05:45
yanyanhuhi, Qiming, I think you need to change the job name in zuul/layout.yaml as well05:46
yanyanhuincluding here http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n357105:46
yanyanhuand here http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n1746305:46
Qiminga minute, looking at 3571 now05:47
yanyanhuok, other looks good05:48
XueFenghi,xuhaiwei05:50
xuhaiweiXueFeng, yes05:50
Qimingyanyanhu, proposed anoter patch set05:50
yanyanhuok05:50
XueFengMaybe should be os-availability-zone in senlin side?05:50
xuhaiweiXueFeng: not sure about it, seems the property name is not suitable05:51
Qimingxuhaiwei, your sdk version?05:51
Qimingavailability zone problem has been recently fixed at sdk side: http://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=feaa7cc7d597b9b04c4c4ebc06f786aebd65755905:52
xuhaiweiQiming: 0.9.2405:52
Qimingprobably 0.9.15 will be okay05:52
yanyanhuhi, Qiming, it looks good now05:52
Qiming0.9.24 is ... future05:52
Qiming0.9.15 is not cut yet05:53
xuhaiweiI will try it05:53
Qimingyanyanhu, really appreciate it05:53
yanyanhumy pleasure : )05:53
QimingI'm wondering if we should change tox.ini accordingly05:53
Qimingso that api/functional tests can be run BOTH py27 and py3r505:54
*** zhurong has quit IRC05:55
xuhaiweiunfortunately, no version newer than 0.9.1405:56
root____5update python-openstackclient code, then run: python setup.py install05:57
Qimingyep, xuhaiwei, you have to do a git pull from openstacksdk05:58
XueFengupdate python-openstackclient code, then run: python setup.py install05:58
xuhaiweiI will do it05:58
Qiming this is not related to openstackclient ...05:58
XueFengpdate python-openstackclient code, then run: python setup.py install05:59
XueFengpython-openstacksdk05:59
Qimingyanyanhu, I'm still unclear how the 'api', 'functional' test environments are triggered05:59
Qimingespecially at the gate side05:59
yanyanhuhi, Qiming, the test type is decided by the `test_type` env which will be parsed in job template06:02
yanyanhuhttp://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/senlin.yaml#n2206:02
yanyanhuand `test_type` is defined in job name06:02
Qimingso ... basically I can do this06:03
Qimingchange tox env to api-py27, api-py35, functional-py27, functional-py3506:04
Qimingthen have test_type assigned one of them06:04
xuhaiweiXueFeng: there is no newer version than 0.9.14, have to do this by hand06:05
XueFengOK06:05
yanyanhuQiming, yes, I think so...06:06
Qimingokay, but that is not so intuitive as current set up06:07
yanyanhuyes06:07
Qimingwill keep py version and test type separated06:07
XueFengxuhaiwei, before run install by hand better do this command:mv /usr/local/lib/python2.7/dist-packages/openstack /usr/local/lib/python2.7/dist-packages/openstack_bak06:07
Qimingmaintainability is much more important06:08
openstackgerritliyi proposed openstack/senlin master: policy_check return when cooldown is inprogress.  https://review.openstack.org/45449506:08
yanyanhuyep : )06:08
Qiminganother question,  yanyanhu06:08
xuhaiweiXueFeng: yes, I have backuped the source code :)06:08
XueFengok:)06:08
Qimingjust noticed that we have zaqar-ui installed as well at gate when running integration test06:08
yanyanhuQiming, yes, that is because zaqar service installation requires zaqar-ui06:09
yanyanhuso we have to put it into the project_list, otherwise, the zaqar service installation will fail...06:09
Qimingb.....shit06:09
yanyanhuy...06:09
yanyanhutried to help fix it in zaqar side, but it is a little bit complicated ... so didn't finish it06:10
*** zhurong has joined #senlin06:16
openstackgerritOpenStack Proposal Bot proposed openstack/python-senlinclient master: Updated from global requirements  https://review.openstack.org/45453506:16
openstackgerritOpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements  https://review.openstack.org/45454106:17
shu-mutouHi Qiming, I found how to fix errors in py35 job for dashboard. But my development environment isn't set py35. I will try to fix, but it take time a little.06:53
*** elynn has joined #senlin07:01
openstackgerritXueFeng Liu proposed openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441607:05
*** yanyanhu has quit IRC07:19
*** yanyanhu has joined #senlin07:22
*** yanyanhu has quit IRC07:28
openstackgerritQiming Teng proposed openstack/senlin master: Engine service support to node adopt preview  https://review.openstack.org/45458307:46
openstackgerritQiming Teng proposed openstack/senlin master: Engine service support to node adopt preview  https://review.openstack.org/45458308:20
openstackgerritRUIJIE YUAN proposed openstack/senlin master: revise action data dumping  https://review.openstack.org/45242508:36
*** zhurong has quit IRC08:41
*** ruijie has quit IRC08:43
openstackgerritQiming Teng proposed openstack/senlin master: Engine service support to node adopt  https://review.openstack.org/45461708:51
*** dixiaoli has joined #senlin09:12
openstackgerritXueFeng Liu proposed openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441609:19
openstackgerritXueFeng Liu proposed openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441609:21
openstackgerritQiming Teng proposed openstack/senlin master: Engine service support to node adopt preview  https://review.openstack.org/45458309:34
*** zhurong has joined #senlin09:53
*** zhurong has quit IRC09:55
*** elynn has quit IRC10:04
*** openstackgerrit has quit IRC11:18
*** dixiaoli has quit IRC11:37
*** openstackgerrit has joined #senlin12:26
*** ChanServ sets mode: +v openstackgerrit12:26
openstackgerritQiming Teng proposed openstack/senlin master: Engine service support to node adopt  https://review.openstack.org/45461712:26
openstackgerritQiming Teng proposed openstack/senlin master: Revert "Remove WebOb from requirements"  https://review.openstack.org/45470512:44
openstackgerritMerged openstack/senlin master: Support network_client and network operations  https://review.openstack.org/45441613:01
*** catintheroof has joined #senlin13:03
*** zhurong has joined #senlin13:51
openstackgerritMerged openstack/senlin master: policy_check return when cooldown is inprogress.  https://review.openstack.org/45449513:52
*** zhurong has quit IRC13:53
openstackgerritOpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements  https://review.openstack.org/45454114:33
openstackgerritMerged openstack/senlin master: Revert "Remove WebOb from requirements"  https://review.openstack.org/45470514:37
*** catintheroof has quit IRC15:06
*** catintheroof has joined #senlin15:06
*** catintheroof has quit IRC15:07
*** catintheroof has joined #senlin15:15
*** catintheroof has quit IRC15:16
*** catintheroof has joined #senlin15:26
openstackgerritOpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements  https://review.openstack.org/45454115:27
*** catintheroof has quit IRC15:27
*** catintheroof has joined #senlin16:51
*** catintheroof has quit IRC16:57
*** openstackgerrit has quit IRC19:19
*** crazymozart1 has quit IRC20:07
*** crazymozart1 has joined #senlin20:07
*** catintheroof has joined #senlin21:12
*** catintheroof has quit IRC21:16

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