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