| *** zhurong has joined #senlin | 00:43 | |
| *** yanyanhu has joined #senlin | 01:50 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 01:52 |
|---|---|---|
| openstackgerrit | Merged openstack/senlin master: Fix availability_zone issues in nova driver https://review.openstack.org/454082 | 02:02 |
| *** ruijie has joined #senlin | 02:02 | |
| Qiming | yuanying online? | 02:06 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Use py35 for api and functional tests https://review.openstack.org/454432 | 02:25 |
| xuhaiwei | Qiming: yuanying is on holiday these days | 03:01 |
| Qiming | okay, thanks, haiwei | 03:02 |
| xuhaiwei | Qiming, btw, you said senlin will provide only nova server type profile in the near future, does it have a roadmap? | 03:04 |
| Qiming | only nova server type profile? | 03:07 |
| Qiming | you mean the feature rich nova server profile? | 03:07 |
| xuhaiwei | yes, after nova server profile is extended the heat stack type will not be deprecated? | 03:08 |
| Qiming | no | 03:09 |
| Qiming | nova server profile won't cover all the resource types exposed by a heat stack | 03:09 |
| Qiming | the extended version is still a "nova server", although some properties are handled by senlin in the background | 03:09 |
| xuhaiwei | ok, so the extension job will be finished within Pike cycle? | 03:10 |
| *** zhurong has quit IRC | 03:51 | |
| *** zhurong has joined #senlin | 04:04 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 04:27 |
| openstackgerrit | Merged openstack/senlin master: Use py35 for api and functional tests https://review.openstack.org/454432 | 05:01 |
| *** shu-mutou has joined #senlin | 05:35 | |
| Qiming | yanyanhu, can you have review this? | 05:40 |
| Qiming | https://review.openstack.org/454458 | 05:40 |
| Qiming | it is about generalizing the existing gate jobs to support both py27 and py35 | 05:40 |
| Qiming | hi, shu-mutou | 05:40 |
| Qiming | do you have any idea when can we enable py35 gate for senlin-dashboard? | 05:41 |
| Qiming | it seems to me that the horizon unit tests still have some problems with py35 | 05:41 |
| yanyanhu | Qiming, sure, will take a look | 05:42 |
| Qiming | I'm not quite familiar with gate jobs | 05:43 |
| xuhaiwei | Qiming, XueFeng I got this error when creating a node with availability_zone http://paste.openstack.org/show/605708/ | 05:45 |
| yanyanhu | hi, Qiming, I think you need to change the job name in zuul/layout.yaml as well | 05:46 |
| yanyanhu | including here http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n3571 | 05:46 |
| yanyanhu | and here http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n17463 | 05:46 |
| Qiming | a minute, looking at 3571 now | 05:47 |
| yanyanhu | ok, other looks good | 05:48 |
| XueFeng | hi,xuhaiwei | 05:50 |
| xuhaiwei | XueFeng, yes | 05:50 |
| Qiming | yanyanhu, proposed anoter patch set | 05:50 |
| yanyanhu | ok | 05:50 |
| XueFeng | Maybe should be os-availability-zone in senlin side? | 05:50 |
| xuhaiwei | XueFeng: not sure about it, seems the property name is not suitable | 05:51 |
| Qiming | xuhaiwei, your sdk version? | 05:51 |
| Qiming | availability zone problem has been recently fixed at sdk side: http://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=feaa7cc7d597b9b04c4c4ebc06f786aebd657559 | 05:52 |
| xuhaiwei | Qiming: 0.9.24 | 05:52 |
| Qiming | probably 0.9.15 will be okay | 05:52 |
| yanyanhu | hi, Qiming, it looks good now | 05:52 |
| Qiming | 0.9.24 is ... future | 05:52 |
| Qiming | 0.9.15 is not cut yet | 05:53 |
| xuhaiwei | I will try it | 05:53 |
| Qiming | yanyanhu, really appreciate it | 05:53 |
| yanyanhu | my pleasure : ) | 05:53 |
| Qiming | I'm wondering if we should change tox.ini accordingly | 05:53 |
| Qiming | so that api/functional tests can be run BOTH py27 and py3r5 | 05:54 |
| *** zhurong has quit IRC | 05:55 | |
| xuhaiwei | unfortunately, no version newer than 0.9.14 | 05:56 |
| root____5 | update python-openstackclient code, then run: python setup.py install | 05:57 |
| Qiming | yep, xuhaiwei, you have to do a git pull from openstacksdk | 05:58 |
| XueFeng | update python-openstackclient code, then run: python setup.py install | 05:58 |
| xuhaiwei | I will do it | 05:58 |
| Qiming | this is not related to openstackclient ... | 05:58 |
| XueFeng | pdate python-openstackclient code, then run: python setup.py install | 05:59 |
| XueFeng | python-openstacksdk | 05:59 |
| Qiming | yanyanhu, I'm still unclear how the 'api', 'functional' test environments are triggered | 05:59 |
| Qiming | especially at the gate side | 05:59 |
| yanyanhu | hi, Qiming, the test type is decided by the `test_type` env which will be parsed in job template | 06:02 |
| yanyanhu | http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/senlin.yaml#n22 | 06:02 |
| yanyanhu | and `test_type` is defined in job name | 06:02 |
| Qiming | so ... basically I can do this | 06:03 |
| Qiming | change tox env to api-py27, api-py35, functional-py27, functional-py35 | 06:04 |
| Qiming | then have test_type assigned one of them | 06:04 |
| xuhaiwei | XueFeng: there is no newer version than 0.9.14, have to do this by hand | 06:05 |
| XueFeng | OK | 06:05 |
| yanyanhu | Qiming, yes, I think so... | 06:06 |
| Qiming | okay, but that is not so intuitive as current set up | 06:07 |
| yanyanhu | yes | 06:07 |
| Qiming | will keep py version and test type separated | 06:07 |
| XueFeng | xuhaiwei, 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_bak | 06:07 |
| Qiming | maintainability is much more important | 06:08 |
| openstackgerrit | liyi proposed openstack/senlin master: policy_check return when cooldown is inprogress. https://review.openstack.org/454495 | 06:08 |
| yanyanhu | yep : ) | 06:08 |
| Qiming | another question, yanyanhu | 06:08 |
| xuhaiwei | XueFeng: yes, I have backuped the source code :) | 06:08 |
| XueFeng | ok:) | 06:08 |
| Qiming | just noticed that we have zaqar-ui installed as well at gate when running integration test | 06:08 |
| yanyanhu | Qiming, yes, that is because zaqar service installation requires zaqar-ui | 06:09 |
| yanyanhu | so we have to put it into the project_list, otherwise, the zaqar service installation will fail... | 06:09 |
| Qiming | b.....shit | 06:09 |
| yanyanhu | y... | 06:09 |
| yanyanhu | tried to help fix it in zaqar side, but it is a little bit complicated ... so didn't finish it | 06:10 |
| *** zhurong has joined #senlin | 06:16 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/python-senlinclient master: Updated from global requirements https://review.openstack.org/454535 | 06:16 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/454541 | 06:17 |
| shu-mutou | Hi 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 #senlin | 07:01 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 07:05 |
| *** yanyanhu has quit IRC | 07:19 | |
| *** yanyanhu has joined #senlin | 07:22 | |
| *** yanyanhu has quit IRC | 07:28 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine service support to node adopt preview https://review.openstack.org/454583 | 07:46 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine service support to node adopt preview https://review.openstack.org/454583 | 08:20 |
| openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: revise action data dumping https://review.openstack.org/452425 | 08:36 |
| *** zhurong has quit IRC | 08:41 | |
| *** ruijie has quit IRC | 08:43 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine service support to node adopt https://review.openstack.org/454617 | 08:51 |
| *** dixiaoli has joined #senlin | 09:12 | |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 09:19 |
| openstackgerrit | XueFeng Liu proposed openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 09:21 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine service support to node adopt preview https://review.openstack.org/454583 | 09:34 |
| *** zhurong has joined #senlin | 09:53 | |
| *** zhurong has quit IRC | 09:55 | |
| *** elynn has quit IRC | 10:04 | |
| *** openstackgerrit has quit IRC | 11:18 | |
| *** dixiaoli has quit IRC | 11:37 | |
| *** openstackgerrit has joined #senlin | 12:26 | |
| *** ChanServ sets mode: +v openstackgerrit | 12:26 | |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine service support to node adopt https://review.openstack.org/454617 | 12:26 |
| openstackgerrit | Qiming Teng proposed openstack/senlin master: Revert "Remove WebOb from requirements" https://review.openstack.org/454705 | 12:44 |
| openstackgerrit | Merged openstack/senlin master: Support network_client and network operations https://review.openstack.org/454416 | 13:01 |
| *** catintheroof has joined #senlin | 13:03 | |
| *** zhurong has joined #senlin | 13:51 | |
| openstackgerrit | Merged openstack/senlin master: policy_check return when cooldown is inprogress. https://review.openstack.org/454495 | 13:52 |
| *** zhurong has quit IRC | 13:53 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/454541 | 14:33 |
| openstackgerrit | Merged openstack/senlin master: Revert "Remove WebOb from requirements" https://review.openstack.org/454705 | 14:37 |
| *** catintheroof has quit IRC | 15:06 | |
| *** catintheroof has joined #senlin | 15:06 | |
| *** catintheroof has quit IRC | 15:07 | |
| *** catintheroof has joined #senlin | 15:15 | |
| *** catintheroof has quit IRC | 15:16 | |
| *** catintheroof has joined #senlin | 15:26 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/454541 | 15:27 |
| *** catintheroof has quit IRC | 15:27 | |
| *** catintheroof has joined #senlin | 16:51 | |
| *** catintheroof has quit IRC | 16:57 | |
| *** openstackgerrit has quit IRC | 19:19 | |
| *** crazymozart1 has quit IRC | 20:07 | |
| *** crazymozart1 has joined #senlin | 20:07 | |
| *** catintheroof has joined #senlin | 21:12 | |
| *** catintheroof has quit IRC | 21:16 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!