opendevreview | Pierre Riteau proposed openstack/cloudkitty master: Custom query Gnocchi collector https://review.opendev.org/c/openstack/cloudkitty/+/786651 | 13:14 |
---|---|---|
rafaelweingartner | Hello guys | 13:56 |
adam_aqb | Hi | 13:58 |
rafaelweingartner | #startmeeting cloudkitty | 14:00 |
opendevmeet | Meeting started Mon Jul 26 14:00:33 2021 UTC and is due to finish in 60 minutes. The chair is rafaelweingartner. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'cloudkitty' | 14:00 |
rafaelweingartner | Roll count | 14:00 |
mkarpiarz | Hi! | 14:00 |
priteau | o/ | 14:01 |
adam_aqb | o/ | 14:01 |
mkarpiarz | Hi! | 14:06 |
mkarpiarz | :) | 14:07 |
priteau | Have we lost rafaelweingartner? | 14:07 |
rafaelweingartner | #topic Target review of the meeting | 14:08 |
rafaelweingartner | #link https://review.opendev.org/c/openstack/cloudkitty/+/786651 | 14:08 |
rafaelweingartner | Have you guys had the opportunity to review the PR? | 14:08 |
rafaelweingartner | I noticed Pierre already provided some feeedback there | 14:09 |
priteau | I did. I only had cosmetic feedback on wording in commit message, docs, comments, so I made changes directly to the patch | 14:09 |
priteau | Unfortunately CI is broken because of unrelated Sphinx issues | 14:09 |
rafaelweingartner | I see | 14:11 |
rafaelweingartner | Do you want my help to fix it? | 14:11 |
priteau | Not sure how much we can do ourselves, it's a wsme issue | 14:12 |
priteau | I've reported it to the mailing list | 14:12 |
priteau | One option might be to drop this extension, do you know what we use it for? | 14:12 |
rafaelweingartner | I see | 14:15 |
rafaelweingartner | I have no idea, but I can try to check it today | 14:15 |
rafaelweingartner | maybe, we do nto even use it | 14:15 |
priteau | We use it for `autotype` | 14:16 |
priteau | This is in the API reference | 14:16 |
rafaelweingartner | about the review, I really appreciate it | 14:16 |
rafaelweingartner | if others also have something else to contribute there, just ping me in the patch | 14:16 |
adam_aqb | I woul like to a topic for discussion | 14:18 |
adam_aqb | to add* | 14:18 |
adam_aqb | I have been working on CK's documentation for a while now | 14:18 |
rafaelweingartner | We will have time when we open for open discussions | 14:18 |
rafaelweingartner | So, moving on | 14:18 |
rafaelweingartner | #topic next virtual PTG | 14:18 |
adam_aqb | alright | 14:18 |
rafaelweingartner | We defined date and time for the next CloudKitty virtual PTG, which will take place October 18, at 14:00-17:00 UTC. | 14:19 |
rafaelweingartner | do not forget to register at: https://openinfra-ptg.eventbrite.com/ | 14:19 |
rafaelweingartner | #topic Broken CI | 14:20 |
rafaelweingartner | Pierre: do we need to discuss anything further about the CI? | 14:20 |
priteau | Not really, let's see what the wsme dev reply | 14:21 |
priteau | Follow this thread: http://lists.openstack.org/pipermail/openstack-discuss/2021-July/023837.html | 14:21 |
rafaelweingartner | ok, thanks | 14:21 |
rafaelweingartner | I will do so | 14:21 |
priteau | The same extension broken for Sphinx 2 and 3 | 14:21 |
priteau | So it's not the first time we see this :) | 14:22 |
rafaelweingartner | no | 14:22 |
rafaelweingartner | these dependency management is a nightmare sometimes | 14:22 |
rafaelweingartner | #topic AOB | 14:23 |
rafaelweingartner | Now, I open for general questions and topics that people might have. | 14:23 |
rafaelweingartner | adam_aqb: do you have something? | 14:23 |
adam_aqb | Yes, CK's documentation | 14:23 |
adam_aqb | The current version of it is a bit out of date, and is not in compliance with Openstack's latest directory scheme | 14:24 |
adam_aqb | see the project guide setup https://docs.openstack.org/doc-contrib-guide/project-guides.html | 14:24 |
adam_aqb | I have been working on a new version of the documentation, that repeats some of the old parts and adds a bit more explanations. It would also have a quick guides section | 14:25 |
adam_aqb | here is a **draft** https://cloudkitty-documentation-project.readthedocs.io/en/latest/index.html | 14:25 |
adam_aqb | I have a few questions : First, how can we go about changing the documentation, what would be the best approach ? | 14:26 |
priteau | When moving content around, we should redirect existing pages | 14:26 |
priteau | There is a module for this | 14:26 |
adam_aqb | second : Can someone help with CLI guide ? There isn't enough info on it in the current documentation | 14:26 |
rafaelweingartner | Hmm, I would say that opening a patch would be the first step | 14:26 |
adam_aqb | priteau : alright | 14:27 |
rafaelweingartner | what kind of help do you need with the CLI? | 14:27 |
adam_aqb | rafaelweingartner : Yes I will, I wanted your opinions first | 14:27 |
priteau | I don't remember the name, I will look it up | 14:27 |
adam_aqb | For the CLI : I haven't gotten the time yet to see how it works, and I've already noticed a bug. So, I'm not the best person suited to write documentation about it | 14:28 |
adam_aqb | priteau : Thanks, that would be great | 14:28 |
priteau | https://docs.openstack.org/whereto/latest/ | 14:29 |
priteau | It's actually just for testing the redirects | 14:29 |
adam_aqb | okay I see | 14:29 |
priteau | redirects are done via .htaccess files | 14:29 |
priteau | See https://review.opendev.org/c/openstack/kayobe/+/748523 for an example | 14:30 |
adam_aqb | a .htaccess file put inside build/ N | 14:30 |
adam_aqb | ? | 14:30 |
adam_aqb | alright thanks for the example | 14:30 |
priteau | But this is the last step, we need to agree on layout and content first | 14:32 |
priteau | No need to write redirect rules that might change later | 14:33 |
adam_aqb | The layout is similar to the one described in the project guide setup (https://docs.openstack.org/doc-contrib-guide/project-guides.html) | 14:33 |
adam_aqb | for the content, you can already see a first draft by following the link above | 14:33 |
adam_aqb | I will also create a story | 14:33 |
rafaelweingartner | I liked the layout, but to validate the content, at least to me, it would be easier to review in a patch | 14:34 |
priteau | At first glance it looks ok. Not sure we will have much info in user, as cloudkitty is mostly an admin-level service | 14:34 |
priteau | Also I don't think the architecture should be under a "quick guide" | 14:34 |
adam_aqb | what do you mean ? | 14:35 |
priteau | I think it should be part of the admin doc | 14:35 |
priteau | Not under Miscellaneaous | 14:35 |
adam_aqb | alright, noted | 14:36 |
rafaelweingartner | the installation part, I am not sure how you guys see it, but it has more or less to different processes | 14:37 |
rafaelweingartner | one for the processor, and another one for the API, which is not just "apt install"/"python setup.py install" thing | 14:38 |
rafaelweingartner | maybe, a section to describe these details would be interesting | 14:38 |
priteau | There is more complexity in many other services. We can look at what they do | 14:39 |
adam_aqb | which section in the installation are refering to ? | 14:39 |
rafaelweingartner | "Installing the API behind WSGI" | 14:39 |
priteau | But I find there is limited interest in these install guides. People should really be using OSA, Kolla Ansible, etc. | 14:39 |
rafaelweingartner | it is in the same level as "Install on CentOS 7" | 14:39 |
priteau | Also why these references to CentOS 7 / Train? | 14:40 |
rafaelweingartner | priteai, I agree, but there are people that insist in using these manual installation processes ... I have no idea why | 14:40 |
mkarpiarz | The project looks good to me but what's the long-term plan? Will these new docs replace the official ones? | 14:40 |
adam_aqb | For the installation, I have tried to transcribe what was already in the current documentation. I do agree that some of it is not relevant | 14:41 |
rafaelweingartner | Overall, I liked it, and I guess that these details of sections and content could be discussed in the patch | 14:43 |
adam_aqb | yes | 14:43 |
rafaelweingartner | I only wonder the best why to introduce this, one page/section at a time | 14:43 |
rafaelweingartner | or one single big patch that introduces everything | 14:44 |
adam_aqb | The first step would be to reorganize the directories | 14:44 |
adam_aqb | Then one small change at a time | 14:44 |
rafaelweingartner | That sounds good to me | 14:46 |
adam_aqb | alright, if everyone agrees I'll start working on the patch | 14:48 |
rafaelweingartner | +1 | 14:50 |
priteau | +1 | 14:51 |
mkarpiarz | Sure, go for it. | 14:53 |
rafaelweingartner | we will have to close now | 14:55 |
rafaelweingartner | Thank you guys for participating. Have a nice week. | 14:55 |
rafaelweingartner | #endmeeting | 14:55 |
opendevmeet | Meeting ended Mon Jul 26 14:55:35 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:55 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/cloudkitty/2021/cloudkitty.2021-07-26-14.00.html | 14:55 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/cloudkitty/2021/cloudkitty.2021-07-26-14.00.txt | 14:55 |
opendevmeet | Log: https://meetings.opendev.org/meetings/cloudkitty/2021/cloudkitty.2021-07-26-14.00.log.html | 14:55 |
mkarpiarz | Thanks, all and have a good day. | 14:56 |
*** ChanServ changes topic to "Rating component for OpenStack https://wiki.openstack.org/wiki/CloudKitty" | 22:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!