openstackgerrit | Merged openstack/senlin: Update XyzNotFound to ResourceNotFound https://review.openstack.org/371937 | 01:03 |
---|---|---|
*** zzxwill has joined #senlin | 01:08 | |
zzxwill | @Qiming, I got a note from openstack-dev, it said that in the Projects without candidates, I saw senlin. | 01:09 |
zzxwill | I pated the link here https://etherpad.openstack.org/p/PTL_candidate. Just for a kind remind:) | 01:10 |
zzxwill | pated --> pasted | 01:10 |
*** zhurong has joined #senlin | 01:18 | |
openstackgerrit | lvdongbing proposed openstack/python-senlinclient: Fix 'type_name' in `openstack cluster profile list` https://review.openstack.org/372002 | 01:24 |
*** zzxwill has quit IRC | 01:35 | |
openstackgerrit | Merged openstack/python-senlinclient: Fix 'type_name' in `openstack cluster profile list` https://review.openstack.org/372002 | 01:52 |
openstackgerrit | Merged openstack/senlin: Refact ResourceInUse exception https://review.openstack.org/371913 | 02:12 |
openstackgerrit | Merged openstack/senlin: Remove ClusterBusy exception https://review.openstack.org/371919 | 02:12 |
*** ruijie has joined #senlin | 02:14 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Allow node count api to carry filters https://review.openstack.org/372016 | 02:43 |
*** lixinhui has quit IRC | 03:11 | |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in glossary.rst https://review.openstack.org/372024 | 03:57 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Rebase RESIZE operation on actual capacity https://review.openstack.org/372027 | 05:12 |
openstackgerrit | Merged openstack/senlin: Fix error in glossary.rst https://review.openstack.org/372024 | 05:30 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Enable parse_resize_params to handle current capacity https://review.openstack.org/372032 | 05:44 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Functional test support node replace https://review.openstack.org/372035 | 05:59 |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in clusters.rst https://review.openstack.org/372037 | 06:14 |
*** zzxwill has joined #senlin | 06:15 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have RESIZE based on real capacity https://review.openstack.org/372040 | 06:22 |
*** guoshan has joined #senlin | 06:23 | |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in membership.rst https://review.openstack.org/372041 | 06:27 |
*** lvdongbing has joined #senlin | 06:28 | |
lvdongbing | Qiming_, admin user can list profiles from all projects either global-project is True or False, it's a bug or senlin's design? | 06:32 |
Qiming | looks like a bug | 06:34 |
Qiming | the admin user is expected to set global_project explicitly to list all profiles | 06:34 |
lvdongbing | Ok, I'll fix it. | 06:35 |
Qiming | fix this condition: http://git.openstack.org/cgit/openstack/senlin/tree/senlin/db/sqlalchemy/api.py#n616 | 06:36 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: API support node replace https://review.openstack.org/369291 | 06:36 |
lvdongbing | yes | 06:36 |
Qiming | lvdongbing, at the above location, we only check if project_safe is True and apply the filter if so | 06:37 |
Qiming | another check has been done at the engine layer: http://git.openstack.org/cgit/openstack/senlin/tree/senlin/engine/service.py#n324 | 06:38 |
Qiming | the engine layer checks that only an admin context can set project_safe to False | 06:38 |
Qiming | the DB layer can just check the project_safe keyword | 06:38 |
lvdongbing | OK, This affects cluster, policy, event and so on | 06:39 |
Qiming | yes, just scan the engine layer and see if admin context has been verified and then scan the DB layer and see if project_safe is checked properly | 06:40 |
lvdongbing | OK, I'll do it | 06:41 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have region policy to base on current capacity https://review.openstack.org/372044 | 06:44 |
Qiming | many thanks | 06:46 |
ruijie | {2} senlin.tests.tempest.functional.test_lb_policy.TestLBPolicy.test_lb_policy [62.339791s] ... FAILED {0} senlin.tests.tempest.functional.test_scaling_policy.TestScalingPolicy.test_scaling_policy [61.365974s] ... FAILED | 06:46 |
ruijie | all tempest functional test failed due to 'ResourceNotFound:No Network Found For Private' | 06:47 |
Qiming | looks like a gate issue | 06:47 |
Qiming | even previous okay ones now fail? | 06:48 |
*** guoshan has quit IRC | 06:48 | |
ruijie | it was OK about several days ago | 06:48 |
Qiming | em ... | 06:48 |
Qiming | looking | 06:48 |
ruijie | I checked the spec in constants.py, looks like everything is ok | 06:50 |
*** guoshan has joined #senlin | 06:51 | |
*** guoshan has joined #senlin | 06:52 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have zone policy based on real capacity https://review.openstack.org/372047 | 06:52 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Allow node count api to carry filters https://review.openstack.org/372016 | 06:53 |
Qiming | ruijie, is there any hint pointing you to the constants.py ? | 06:54 |
Qiming | which constants.py are you talking about? | 06:54 |
ruijie | '/opt/stack/senlin/senlin/tests/tempest/common' | 06:55 |
*** lvdongbing has quit IRC | 07:34 | |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Functional test support node replace https://review.openstack.org/372035 | 07:39 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Rebase RESIZE operation on actual capacity https://review.openstack.org/372027 | 07:39 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Enable parse_resize_params to handle current capacity https://review.openstack.org/372032 | 07:40 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have RESIZE based on real capacity https://review.openstack.org/372040 | 07:40 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have region policy to base on current capacity https://review.openstack.org/372044 | 07:40 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Have zone policy based on real capacity https://review.openstack.org/372047 | 07:40 |
openstackgerrit | lvdongbing proposed openstack/senlin: Remove is_admin judge in xyz_get_all at db layer https://review.openstack.org/372061 | 07:44 |
*** guoshan has quit IRC | 08:03 | |
*** guoshan_ has joined #senlin | 08:03 | |
*** guoshan_ has quit IRC | 08:04 | |
openstackgerrit | Merged openstack/senlin: Allow node count api to carry filters https://review.openstack.org/372016 | 08:04 |
*** guoshan has joined #senlin | 08:05 | |
*** ruijie has quit IRC | 08:59 | |
openstackgerrit | Merged openstack/senlin: Rebase RESIZE operation on actual capacity https://review.openstack.org/372027 | 09:00 |
openstackgerrit | Merged openstack/senlin: Enable parse_resize_params to handle current capacity https://review.openstack.org/372032 | 09:04 |
openstackgerrit | Merged openstack/senlin: Have RESIZE based on real capacity https://review.openstack.org/372040 | 09:04 |
openstackgerrit | Merged openstack/senlin: Have region policy to base on current capacity https://review.openstack.org/372044 | 09:05 |
openstackgerrit | Merged openstack/senlin: Have zone policy based on real capacity https://review.openstack.org/372047 | 09:05 |
*** ruijie has joined #senlin | 09:06 | |
openstackgerrit | lvdongbing proposed openstack/python-senlinclient: Show project field when xyz-list with global-project https://review.openstack.org/372079 | 09:11 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Functional test support node replace https://review.openstack.org/372035 | 09:14 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: API support node replace https://review.openstack.org/369291 | 09:19 |
*** guoshan_ has joined #senlin | 09:29 | |
*** guoshan has quit IRC | 09:29 | |
*** guoshan_ has quit IRC | 09:30 | |
*** guoshan has joined #senlin | 09:32 | |
*** guoshan_ has joined #senlin | 09:33 | |
*** guoshan has quit IRC | 09:33 | |
openstackgerrit | lvdongbing proposed openstack/python-senlinclient: Show project_id field when xyz-list with global-project https://review.openstack.org/372079 | 09:46 |
*** zhurong has quit IRC | 10:02 | |
openstackgerrit | Merged openstack/senlin: Fix error in membership.rst https://review.openstack.org/372041 | 10:04 |
*** zzxwill has quit IRC | 10:05 | |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Functional test support node replace https://review.openstack.org/372035 | 10:17 |
*** guoshan_ has quit IRC | 10:32 | |
*** ruijie has quit IRC | 10:36 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Add a unit test for deletion policy https://review.openstack.org/371530 | 11:50 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Enable health policy to base on real capacity https://review.openstack.org/372100 | 12:02 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Rebase affinity policy on real capacity of clusters https://review.openstack.org/372101 | 12:12 |
*** zhurong has joined #senlin | 12:16 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Rebase LB policy on real capacity of cluster https://review.openstack.org/372104 | 12:38 |
openstackgerrit | Merged openstack/senlin: Add a unit test for deletion policy https://review.openstack.org/371530 | 12:54 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Rebase deletion policy on real capacity https://review.openstack.org/372109 | 13:12 |
openstackgerrit | Merged openstack/senlin: Unit test for policy load with db object https://review.openstack.org/371537 | 13:53 |
openstackgerrit | Merged openstack/senlin: Enable health policy to base on real capacity https://review.openstack.org/372100 | 13:53 |
openstackgerrit | Merged openstack/senlin: Rebase affinity policy on real capacity of clusters https://review.openstack.org/372101 | 13:53 |
openstackgerrit | Merged openstack/senlin: Rebase LB policy on real capacity of cluster https://review.openstack.org/372104 | 13:53 |
openstackgerrit | Liuqing Jing proposed openstack/senlin: Enable senlin policy for dashboard via devstack installation https://review.openstack.org/367417 | 14:08 |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Fix user/policy_types.rst error https://review.openstack.org/372116 | 14:15 |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Fix user/policy_types.rst error https://review.openstack.org/372116 | 14:26 |
*** zhurong has quit IRC | 14:46 | |
*** zhurong has joined #senlin | 15:01 | |
*** zhurong has quit IRC | 15:06 | |
*** zhurong has joined #senlin | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!