zhenguo | morning mogan! | 00:26 |
---|---|---|
*** wanghao has joined #openstack-mogan | 00:40 | |
*** XueFengLiu has quit IRC | 01:02 | |
*** wanghao_ has joined #openstack-mogan | 01:12 | |
*** wanghao has quit IRC | 01:15 | |
*** dims has quit IRC | 01:21 | |
zhenguo | liusheng, shaohe_feng: please help to look at this, will change to use whole disk image for testing with the patch | 01:23 |
zhenguo | https://review.openstack.org/#/c/500263/ | 01:23 |
*** litao__ has joined #openstack-mogan | 01:24 | |
*** dims has joined #openstack-mogan | 01:33 | |
openstackgerrit | Zhenguo Niu proposed openstack/python-moganclient master: Change to use new console URI https://review.openstack.org/498775 | 01:45 |
liusheng | zhenguo: sorry, I cannot access my bluecloud now :( | 02:05 |
zhenguo | liusheng: you blue zone is so fragile, lol | 02:06 |
*** liusheng has quit IRC | 02:12 | |
*** liusheng has joined #openstack-mogan | 02:12 | |
liusheng | zhenguo: sigh, it is OK now | 02:14 |
zhenguo | liusheng: hah | 02:14 |
*** wanghao_ has quit IRC | 02:40 | |
*** wanghao has joined #openstack-mogan | 02:41 | |
openstackgerrit | Merged openstack/python-moganclient master: Updated from global requirements https://review.openstack.org/500026 | 03:20 |
zhenguo | liusheng: need your review on this https://review.openstack.org/#/c/500263/ | 03:34 |
liusheng | zhenguo: ok | 03:36 |
zhenguo | liusheng: one shortage is that we will not support the cirros partition images | 03:37 |
liusheng | zhenguo: previously we use partition disk for tempest ? | 03:37 |
zhenguo | liusheng: yes | 03:37 |
zhenguo | liusheng: we will only support partition images with grub2 installed | 03:37 |
zhenguo | liusheng: as we need to make the server local boot after it deployed | 03:37 |
zhenguo | liusheng: as in a multi tenant network env, netboot will not access the provision network anymore | 03:38 |
liusheng | zhenguo: not sure if this will brreak the tempest job | 03:38 |
liusheng | zhenguo: got it | 03:39 |
zhenguo | liusheng: this just change the image that temepest use | 03:39 |
liusheng | zhenguo: no need to make changes in tempest or tempest configurations | 03:39 |
liusheng | zhenguo: ? | 03:39 |
zhenguo | liusheng: no | 03:40 |
liusheng | zhenguo: ok, great! | 03:40 |
zhenguo | liusheng: seems we don't config it at all. | 03:41 |
liusheng | zhenguo: seems yes | 03:42 |
openstackgerrit | Zhenguo Niu proposed openstack/python-moganclient master: Change to use new console URI https://review.openstack.org/498775 | 03:50 |
zhenguo | liusheng: hi, please remember to add the flavor format patch | 03:52 |
zhenguo | Xinran: please remember the bug of neutron port device_id and not deleting the specified port like attaching interface for server creation. | 03:53 |
liusheng | zhenguo: ok, will finish it today, some other things take my time, sorry | 03:55 |
zhenguo | liusheng: np | 03:55 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add root disk partitions docs https://review.openstack.org/500316 | 03:57 |
openstackgerrit | Merged openstack/mogan master: Add image requirements docs https://review.openstack.org/500315 | 05:05 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add root disk partitions docs https://review.openstack.org/500316 | 05:30 |
openstackgerrit | Tao Li proposed openstack/mogan master: Manage existing BMs: Part-2 https://review.openstack.org/481544 | 06:17 |
openstackgerrit | Tao Li proposed openstack/mogan master: Rollback to the original status when server powering action failed https://review.openstack.org/476862 | 06:24 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add preserve_ephemeral support for rebuilding https://review.openstack.org/500452 | 06:33 |
liusheng | zhenguo: in the output of "openstack server list --long" command, it will print both flavor name and uuid, image name and uuid | 06:41 |
liusheng | zhenguo: should we follow that ? | 06:41 |
zhenguo | liusheng: yes, better to follow that | 06:47 |
liusheng | zhenguo: but for the --long command, seems it looks ugly, because it is too long, hah | 06:49 |
zhenguo | liusheng: or maybe we can show something like name and uuid in a same column? | 06:50 |
zhenguo | RuiChen: hi do you think the --long output for server list is ugly? | 06:51 |
liusheng | zhenguo: you mean like the output in "show" ? e.g. cirros-0.3.5-x86_64-disk (e65f2d54-305e-4f51-b68e-8f7c21caecdb) | 06:51 |
zhenguo | liusheng: maybe | 06:51 |
liusheng | zhenguo: I have a newest Nova env | 06:51 |
zhenguo | liusheng: maybe we need to see our OSC expert's opinion :D | 06:51 |
liusheng | zhenguo: hah, sure | 06:52 |
zhenguo | liusheng: btw, I have fully tested the partitions for root disk during last weekend, really cool, lol | 06:54 |
liusheng | zhenguo: cool, awesome! | 06:54 |
zhenguo | liusheng: we will always use the whole disk | 06:54 |
zhenguo | liusheng: as root partition will be expanded | 06:54 |
liusheng | zhenguo: sounds cool, does Nova support that now ? | 06:56 |
zhenguo | liusheng: vm doesn't need that | 06:56 |
liusheng | zhenguo: no I mean Nova+Ironic | 06:56 |
zhenguo | liusheng: as it will create the disk according to the flavor | 06:56 |
zhenguo | liusheng: no, it can't | 06:56 |
zhenguo | liusheng: we have many cool features that nova+ironic can't support | 06:57 |
liusheng | zhenguo: hah, it is our competition | 06:57 |
zhenguo | liusheng: seems nova only support to pass the basic parameter throuth it's API to ironic API, that's all | 06:57 |
liusheng | zhenguo: hah | 06:58 |
zhenguo | liusheng: can you add client docs before we cutting release | 06:59 |
zhenguo | liusheng: I will add more mogan docs | 06:59 |
liusheng | zhenguo: when it is the deadline ? | 06:59 |
zhenguo | liusheng: by this week? | 06:59 |
liusheng | zhenguo: it is freely decided by us, right ? | 07:00 |
zhenguo | liusheng: yes, | 07:00 |
liusheng | zhenguo: ok, if wo, it is ok, I will add client docs asap | 07:00 |
zhenguo | liusheng: oh, I find there's a good example in OSC | 07:01 |
liusheng | zhenguo: which project ? | 07:01 |
zhenguo | liusheng: openstack has it's own docs for core projects | 07:01 |
liusheng | zhenguo: actually, I also tried to add docs like other project client, but I found each client have different docs | 07:01 |
liusheng | zhenguo: oh, let me check | 07:02 |
zhenguo | liusheng: you can choose one you like | 07:02 |
liusheng | zhenguo: hah, ok | 07:02 |
zhenguo | liusheng: we just want to provide something helpful to new users | 07:02 |
liusheng | zhenguo: yes, sure | 07:02 |
zhenguo | liusheng: what's the error in our RTD? | 07:14 |
zhenguo | liusheng: something like unsupported theme option 'sidebare_mode'? | 07:15 |
zhenguo | liusheng: I will revert the doc theme patch | 07:17 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Revert "Temporarily remove openstackdocs theme" https://review.openstack.org/500463 | 07:18 |
liusheng | zhenguo: need to test the revert patch ? | 07:33 |
zhenguo | liusheng: I also find something wrong with the theme change in my local env | 07:33 |
zhenguo | liusheng: we'd better to first revert it | 07:34 |
liusheng | zhenguo: ok | 07:34 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add preserve_ephemeral support for rebuilding https://review.openstack.org/500452 | 07:35 |
* zhenguo brb | 07:38 | |
openstackgerrit | Merged openstack/mogan master: Revert "Temporarily remove openstackdocs theme" https://review.openstack.org/500463 | 07:43 |
liusheng | zhenguo: just asked RuiChen about the OSC CLI suggestion :D | 07:48 |
liusheng | zhenguo: he suggested it is better to consider our real requirment. hah | 07:51 |
*** wxy has quit IRC | 08:33 | |
*** wxy has joined #openstack-mogan | 08:33 | |
zhenguo | liusheng: but not sure our real requirements... seems just like nova's, lol | 09:19 |
liusheng | zhenguo: yes, I am following it, hah | 09:20 |
zhenguo | liusheng:lol | 09:20 |
*** wanghao has quit IRC | 09:25 | |
*** wanghao has joined #openstack-mogan | 09:25 | |
*** wanghao has quit IRC | 09:26 | |
*** wanghao has joined #openstack-mogan | 09:26 | |
*** wanghao has quit IRC | 09:27 | |
*** wanghao has joined #openstack-mogan | 09:27 | |
*** wanghao has quit IRC | 09:28 | |
*** wanghao has joined #openstack-mogan | 09:28 | |
*** wanghao has quit IRC | 09:28 | |
*** wanghao has joined #openstack-mogan | 09:29 | |
*** wanghao has quit IRC | 09:29 | |
*** wanghao has joined #openstack-mogan | 09:29 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Add preserve_ephemeral support for rebuilding https://review.openstack.org/500452 | 09:30 |
*** wanghao has quit IRC | 09:30 | |
*** wanghao has joined #openstack-mogan | 09:30 | |
*** wanghao has quit IRC | 09:31 | |
*** wanghao has joined #openstack-mogan | 09:31 | |
*** shaohe_feng has quit IRC | 09:35 | |
RuiChen | zhenguo: keep the output table as simple as possible, but need enough info for operators, show all the information with "--long" option | 09:35 |
zhenguo | RuiChen: yes sir :P | 09:36 |
*** shaohe_feng has joined #openstack-mogan | 09:36 | |
zhenguo | liusheng: can you try to add oslo_policy to the test-requirements file and build the docs again? | 09:49 |
liusheng | zhenguo: ok, sure | 09:50 |
zhenguo | liusheng: thanks | 09:50 |
liusheng | zhenguo: np | 09:50 |
* zhenguo brb | 09:50 | |
zhenguo | liusheng: seems openstack/stackube project can build it's doc on RTD successfully | 10:03 |
liusheng | zhenguo: does it use openstakcheme ? | 10:03 |
zhenguo | liusheng: I find it can copy the files under _static correctly | 10:03 |
zhenguo | liusheng: yes | 10:03 |
liusheng | zhenguo: so we can learn from it | 10:03 |
zhenguo | liusheng: but they added a _static dir under the source | 10:03 |
liusheng | zhenguo: oh, that looks a work around way | 10:04 |
zhenguo | liusheng: yes, we can try | 10:04 |
liusheng | zhenguo: I added oslo_poilicy to test, it still failed, missing oslo_cache | 10:09 |
zhenguo | liusheng: seems another error | 10:10 |
zhenguo | liusheng: and add oslo_cache? | 10:10 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: [DOC] Add states and transitons diagram https://review.openstack.org/471293 | 10:45 |
openstackgerrit | liusheng proposed openstack/python-moganclient master: Format the output for server object https://review.openstack.org/500511 | 10:48 |
*** litao__ has quit IRC | 11:04 | |
*** wxy_ has joined #openstack-mogan | 18:29 | |
*** wxy has quit IRC | 18:37 | |
*** RuiChen has quit IRC | 18:37 | |
*** wxy_ is now known as wxy | 18:37 | |
*** dims has quit IRC | 18:44 | |
*** dims has joined #openstack-mogan | 18:47 | |
*** RuiChen has joined #openstack-mogan | 20:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!