*** wanghao has joined #openstack-mogan | 00:32 | |
openstackgerrit | wanghao proposed openstack/mogan master: Remove log translations https://review.openstack.org/447826 | 00:56 |
---|---|---|
wanghao | morning, mogan! | 00:56 |
*** wanghao has quit IRC | 00:58 | |
*** wanghao has joined #openstack-mogan | 00:58 | |
*** kevinz has joined #openstack-mogan | 01:08 | |
*** wanghao has quit IRC | 01:10 | |
*** wanghao has joined #openstack-mogan | 01:23 | |
zhenguo | morning! | 01:33 |
zhenguo | hi team, the weekly meeting will happen at 10 am, please join #openstack-meeting | 01:36 |
*** litao has joined #openstack-mogan | 01:48 | |
zhenguo | lin_yang: are you around? | 01:50 |
zhenguo | lin_yang: hi, I sent out a email for questions about mogan and valence integration, please respond your thoughts when you got time, thanks! | 01:51 |
*** maohaijun has joined #openstack-mogan | 01:57 | |
zhenguo | litao, luyao, wanghao, zhangyang, let's move to openstack-meeting :D | 01:59 |
wanghao | here | 01:59 |
zhangyang | here :D | 02:00 |
litao | OK | 02:00 |
zhenguo | wanghao, zhangyang: please join #openstack-meeting | 02:02 |
wanghao | ok | 02:03 |
*** liudong has joined #openstack-mogan | 02:03 | |
*** HuBian has joined #openstack-mogan | 02:04 | |
*** maohaijun has quit IRC | 02:07 | |
*** shaohe_feng has joined #openstack-mogan | 02:22 | |
*** l4yerffeJ has joined #openstack-mogan | 02:41 | |
*** HuBian has quit IRC | 03:00 | |
*** HuBian has joined #openstack-mogan | 03:02 | |
*** l4yerffeJ has quit IRC | 03:10 | |
*** Jeffrey4l_ has quit IRC | 04:55 | |
*** Jeffrey4l has joined #openstack-mogan | 04:56 | |
*** HuBian has quit IRC | 05:38 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Change to use util to initialize fsm https://review.openstack.org/448898 | 05:41 |
openstackgerrit | wanghao proposed openstack/mogan master: Remove log translations https://review.openstack.org/447826 | 05:59 |
zhenguo | seems the gate is broken :( | 06:16 |
wanghao | yep | 06:32 |
wanghao | for a while | 06:32 |
wanghao | I just wanna to ask this: gate-mogan-dsvm-tempest-plugin | 06:32 |
wanghao | didn't know why.... | 06:32 |
zhenguo | wanghao: I checked devstack log, seems not related to us | 06:46 |
wanghao | yes, so just waiting now.... | 06:57 |
zhenguo | recheck it to see, lol | 06:57 |
wanghao | I did it many times | 06:57 |
wanghao | not working until now | 06:58 |
zhenguo | do you check other projects? | 06:58 |
zhenguo | seems ironic gate is broken as well | 06:59 |
*** mvpnitesh has joined #openstack-mogan | 06:59 | |
wanghao | Not see it in Cinder | 07:01 |
wanghao | emm, seems relate to ironic | 07:01 |
zhenguo | yes, the devstack log shows something wrong when deploying ironic | 07:02 |
wanghao | zhenguo: I found an issue in functional test, if use two uuidutils.generate_uuid() in one process, the test will fail. | 07:30 |
zhenguo | wanghao: why? | 07:31 |
wanghao | zhenguo: not sure | 07:31 |
wanghao | zhenguo: I tested it in my devstack, tox -v -efunctional, it's surely | 07:33 |
wanghao | zhenguo: not sure whether relate to pecan test app. | 07:33 |
zhenguo | wanghao: but seems we have some places using more than one uuids in functional tests currently | 07:33 |
zhenguo | wanghao: and our functional test gate is just run the command like you provided | 07:34 |
wanghao | zhenguo: wait a second, I will put an example. | 07:36 |
wanghao | uuidutils.generate_uuid() | 07:41 |
wanghao | instances = self._provision_instances(context, base_options, | 07:41 |
wanghao | min_count, max_count) | 07:41 |
wanghao | I add one more uuidutils.generate_uuid() before provison_instances in instance creation process, and the test failed. | 07:42 |
wanghao | you can have a try, master branch | 07:42 |
zhenguo | ok | 07:42 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Move schedule task out of create instance flow https://review.openstack.org/448972 | 07:43 |
wanghao | here is the exception msg: webtest.app.AppError: Bad response: 500 Internal Server Error (not 201) | 07:44 |
*** mvpnitesh has quit IRC | 07:51 | |
*** mvpnitesh has joined #openstack-mogan | 07:52 | |
zhenguo | wanghao: seems you need to mock the oslo_utils.uuidutils.generate_uuid called | 07:54 |
zhenguo | wanghao: just like this https://github.com/openstack/mogan/blob/master/mogan/tests/functional/api/v1/test_instances.py#L114 | 07:55 |
wanghao | okay, I see how it worked, so the amount in this test should be added +1, since instance creation process have one more generate_uuid but not in provison instances. | 08:19 |
openstackgerrit | wanghao proposed openstack/mogan master: Support quota in mogan(part two) https://review.openstack.org/443455 | 08:27 |
wanghao | zhenguo: thanks :) | 08:27 |
zhenguo | wanghao: hah, np | 08:28 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add InstanceDeployAborted exception https://review.openstack.org/448994 | 08:31 |
openstackgerrit | wanghao proposed openstack/mogan master: Support quota in mogan(part two) https://review.openstack.org/443455 | 08:36 |
*** mvpnitesh has quit IRC | 08:39 | |
*** openstackgerrit has quit IRC | 09:03 | |
*** mvpnitesh has joined #openstack-mogan | 09:14 | |
zhenguo | this will fix the gate https://review.openstack.org/#/c/448910/ | 09:16 |
*** liudong has quit IRC | 10:11 | |
*** mvpnitesh has quit IRC | 10:21 | |
*** kevinz has quit IRC | 10:31 | |
*** openstackgerrit has joined #openstack-mogan | 10:33 | |
openstackgerrit | wanghao proposed openstack/mogan master: Support quota in mogan(part two) https://review.openstack.org/443455 | 10:33 |
*** mvpnitesh has joined #openstack-mogan | 10:56 | |
openstackgerrit | Merged openstack/mogan master: Remove soft-delete for instances https://review.openstack.org/448353 | 10:58 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Move schedule task out of create instance flow https://review.openstack.org/448972 | 10:59 |
openstackgerrit | Merged openstack/mogan master: Add InstanceDeployAborted exception https://review.openstack.org/448994 | 11:48 |
openstackgerrit | bhavani proposed openstack/mogan master: Added common utilities https://review.openstack.org/449106 | 12:17 |
openstackgerrit | Merged openstack/mogan master: Change to use util to initialize fsm https://review.openstack.org/448898 | 12:18 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Move schedule task out of create instance flow https://review.openstack.org/448972 | 12:20 |
openstackgerrit | bhavani proposed openstack/mogan master: Added common utilities https://review.openstack.org/449106 | 12:21 |
* zhenguo goes home | 12:22 | |
*** wanghao has quit IRC | 12:56 | |
*** mvpnitesh has quit IRC | 13:13 | |
*** mvpnitesh has joined #openstack-mogan | 13:30 | |
*** mvpnitesh has quit IRC | 14:22 | |
*** kevinz has joined #openstack-mogan | 14:46 | |
*** kevinz has quit IRC | 14:55 | |
*** harlowja has joined #openstack-mogan | 17:08 | |
harlowja | hi there | 17:08 |
harlowja | i just found out about mogan :) | 17:08 |
harlowja | seems like a top secret project, lol | 17:08 |
lin_yang | zhenguo: sorry didn't attend last meeting. I didn't receive your mail, could you please check it? Thanks | 17:19 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!