zhenguo | morning nimble | 01:50 |
---|---|---|
*** yuntongjin has joined #openstack-nimble | 02:17 | |
*** yuntongjin has quit IRC | 02:22 | |
*** yuntongjin has joined #openstack-nimble | 02:23 | |
*** yuntongjin has quit IRC | 02:28 | |
*** yuntongjin has joined #openstack-nimble | 02:28 | |
*** kevinz has joined #openstack-nimble | 02:31 | |
*** RuiChen has joined #openstack-nimble | 02:34 | |
shaohe_feng | zhenguo: morning | 02:46 |
shaohe_feng | zhenguo: oslo_config.cfg.RequiredOptError: value required for option glance_api_servers in group [glance] | 02:46 |
shaohe_feng | zhenguo: do we has add new option in nimble config? | 02:47 |
*** Kevin_Zheng has joined #openstack-nimble | 02:49 | |
zhenguo | shaohe_feng: yes, you need to specify the glance_api_servers | 02:51 |
shaohe_feng | zhenguo: copy your config of [glance] group | 02:51 |
zhenguo | ok | 02:51 |
zhenguo | glance_api_servers = http://10.3.150.200:9292 | 02:52 |
shaohe_feng | zhenguo: I find my evn does not start glance. | 02:53 |
shaohe_feng | zhenguo: so I need to re-stack my evn by devstack | 02:53 |
shaohe_feng | zhenguo: or manully start glance | 02:54 |
zhenguo | shaohe_feng: yes, we need glance to provide image | 02:54 |
zhenguo | I would suggest you restack you env | 02:54 |
shaohe_feng | zhenguo: OK. | 02:54 |
*** liusheng has joined #openstack-nimble | 02:55 | |
*** yuntongjin has quit IRC | 03:35 | |
shaohe_feng | zhenguo: doc/source/dev/dev-quickstart.rst | 03:36 |
shaohe_feng | zhenguo: has we updated this file? | 03:36 |
shaohe_feng | zhenguo: I do not find, the devstack config enable the glance. | 03:37 |
zhenguo | shaohe_feng: not updated yet | 03:46 |
zhenguo | shaohe_feng: we should addd glance there, sorry | 03:46 |
openstackgerrit | liusheng proposed openstack/nimble: Use uuid as the primary key https://review.openstack.org/405165 | 03:58 |
*** yuntongjin has joined #openstack-nimble | 04:13 | |
zhenguo | shaohe_feng: seems glance is enabled by default | 04:44 |
shaohe_feng | zhenguo: good. | 05:39 |
shaohe_feng | zhenguo: Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 | 05:39 |
shaohe_feng | zhenguo: I always encounter issue, when I re-stack | 05:40 |
shaohe_feng | zhenguo: how do you avoid these issues. | 05:41 |
shaohe_feng | zhenguo: But if I rebuild it on a fresh evn, it usually can stack successfully. | 05:42 |
shaohe_feng | zhenguo: /etc/keystone/fernet-keys/ does not exist | 05:46 |
shaohe_feng | zhenguo: manually create the file. Hope It can works . | 05:48 |
shaohe_feng | zhenguo: and I $ keystone-manage fernet_setup | 05:59 |
shaohe_feng | zhenguo: why I need to create the fernet-keys by manually, do we need extra config for the devstack ? | 06:00 |
zhenguo | shahe_feng: not sure why that happened, | 06:02 |
zhenguo | shaohe_feng: maybe you can clean the env first, | 06:03 |
shaohe_feng | zhenguo: I use unstack | 06:16 |
shaohe_feng | zhenguo: but seems it can not deep clean | 06:16 |
zhenguo | shaohe_feng: there's a clean.sh in devstack root directory | 06:17 |
shaohe_feng | zhenguo: find it. | 06:21 |
shaohe_feng | zhenguo: let me try | 06:21 |
zhenguo | shaohe_feng: ok | 06:21 |
openstackgerrit | liusheng proposed openstack/nimble: Use uuid as the primary key https://review.openstack.org/405165 | 06:42 |
openstackgerrit | liusheng proposed openstack/nimble: Use uuid as the primary key https://review.openstack.org/405165 | 07:09 |
openstackgerrit | liusheng proposed openstack/nimble: Use uuid as the primary key https://review.openstack.org/405165 | 07:22 |
openstackgerrit | liusheng proposed openstack/nimble: Don't need exposing direct executable entry in nimble/cmd https://review.openstack.org/410569 | 07:33 |
liusheng | our nimble commands looks too long, not user-friend :( | 08:15 |
zhenguo | liusheng: we just have one more 'instance' than ironic commands | 08:21 |
zhenguo | liusheng: do you have other suggestions? | 08:22 |
liusheng | zhenguo: and the "instance" is hard to understand for users | 08:22 |
liusheng | zhenguo: maybe "baremetal server" ? | 08:23 |
liusheng | zhenguo: openstack baremetal server list | 08:23 |
zhenguo | liusheng: yes, I also like server | 08:23 |
zhenguo | liusheng: as ironic use baremetal node, so baremetal server is ok for us | 08:23 |
zhenguo | liusheng: and for nimble API, do you think it's better to also use server than instance | 08:24 |
zhenguo | liusheng: like what nova does | 08:24 |
liusheng | zhenguo: like this, since I found the openstack cli seems like to avoid the difference service, it just focus on resources | 08:24 |
zhenguo | liusheng: yes, but not sure it's ok to add our sub command directly under the name space of baremetal | 08:25 |
zhenguo | liusheng: but seems it's ok | 08:25 |
liusheng | zhenguo: yes, that is what I concern | 08:27 |
zhenguo | liusheng: I discussed with RuiChen before we choose this pattern. | 08:28 |
liusheng | zhenguo: in another word the "baremetal" in the openstack commands, I think it not indicate the ironic service, osc treat it as a type of resource, right? | 08:29 |
zhenguo | liusheng: yes, I think so | 08:29 |
liusheng | zhenguo: like other commands, the OSC don't care the service or project name, it just care the resources | 08:29 |
zhenguo | liusheng: yes, so seems we can use it | 08:30 |
zhenguo | liusheng: like we can add 'compute' under 'baremetal', why we can't add 'server' :P | 08:30 |
liusheng | zhenguo: hah | 08:31 |
zhenguo | liusheng: is there some place to record what commands a project has already used, in case of duplicated? | 08:32 |
*** yuntongjin has quit IRC | 08:33 | |
* zhenguo brb | 08:38 | |
liusheng | zhenguo: I am not sure | 08:39 |
*** openstackgerrit has quit IRC | 08:48 | |
zhenguo | liusheng: you can add a agenda to tommorow's meeting, we can discuss there | 08:49 |
liusheng | zhenguo: ok | 08:50 |
liusheng | zhenguo: add it in the wiki ? | 08:52 |
zhenguo | liusheng: yes | 08:52 |
zhenguo | liusheng: https://wiki.openstack.org/wiki/Meetings/Nimble | 08:53 |
liusheng | zhenguo: ok, done | 08:54 |
zhenguo | liusheng: thanks | 08:54 |
liusheng | zhenguo: the instance related commands can be openstack baremetal server xxx, but it seems hard to shorten the types related commands | 08:55 |
liusheng | zhenguo: openstack baremetal server type xxx | 08:56 |
zhenguo | liusheng: how about server type or servertype | 08:56 |
liusheng | zhenguo: I also considered server type, but it don't reduce the amount of words | 08:56 |
zhenguo | liusheng: what's nova flavor looks like | 08:57 |
liusheng | zhenguo: openstack flavor list | 08:58 |
zhenguo | liusheng: really short,hah | 08:58 |
liusheng | zhenguo: hah, may we can use baremetal flavor xxx | 08:58 |
zhenguo | liusheng: hah, yes | 08:59 |
zhenguo | liusheng: but we have changed flavor to type | 08:59 |
liusheng | zhenguo: yes, but the "baremetal type" may mislead users... | 09:00 |
zhenguo | liusheng: yes, 'type' is too general, and maybe ironic will use it in future | 09:01 |
liusheng | zhenguo: yes | 09:01 |
zhenguo | liusheng: so how about change instance_type back to flavor, lol | 09:01 |
liusheng | zhenguo: let's listen others' voice tomorrow meeting :P | 09:02 |
zhenguo | liusheng: yes, now I think flavor is a nice name :P | 09:03 |
liusheng | zhenguo: hah | 09:04 |
zhenguo | liusheng: and it's accept by openstack users | 09:04 |
zhenguo | liusheng: so I think maybe I was wrong before. | 09:04 |
liusheng | zhenguo: but cinder use volume type | 09:05 |
liusheng | zhenguo: :) | 09:05 |
zhenguo | liusheng: yes, but it's storage resouce, but we are compute resouce like vm | 09:06 |
liusheng | zhenguo: yes, we fight with Nova :P | 09:09 |
zhenguo | liusheng: hah | 09:09 |
liusheng | zhenguo: btw, do you think if it is necessary add notifications in Nimble ? | 09:10 |
zhenguo | liusheng: sure | 09:10 |
zhenguo | liusheng: it's your task, hah | 09:11 |
liusheng | zhenguo: OK, I will file a bp, yes, sure | 09:11 |
zhenguo | liusheng: hah | 09:11 |
*** kevinz has quit IRC | 09:29 | |
*** kevinz has joined #openstack-nimble | 09:41 | |
* zhenguo away for dinner | 09:57 | |
*** kevinz has quit IRC | 10:45 | |
zhenguo | shaohe_feng: I have updated the taskflow patch, please use the new patch set to test. | 11:24 |
*** openstackgerrit has joined #openstack-nimble | 11:25 | |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Add create instance taskflow https://review.openstack.org/403555 | 11:25 |
*** liusheng has quit IRC | 14:13 | |
*** liusheng has joined #openstack-nimble | 14:14 | |
openstackgerrit | Merged openstack/nimble: Don't need exposing direct executable entry in nimble/cmd https://review.openstack.org/410569 | 15:18 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Add create instance taskflow https://review.openstack.org/403555 | 15:51 |
*** Kevin_Zheng has quit IRC | 17:07 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!