opendevreview | Merged openstack/openstack-ansible-os_glance master: Remove glance_cinder_store filters override https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/900931 | 11:35 |
---|---|---|
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Add cinderstore glance testing scenario https://review.opendev.org/c/openstack/openstack-ansible/+/901187 | 11:53 |
opendevreview | Merged openstack/ansible-role-python_venv_build master: Use distribution_major_version for all distros except Ubuntu https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/901527 | 14:02 |
opendevreview | Jonathan Rosser proposed openstack/ansible-role-python_venv_build stable/2023.1: Use distribution_major_version for all distros except Ubuntu https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/901572 | 14:03 |
al-meisam | Hi | 15:28 |
al-meisam | Does `export SCENARIO=aio_skyline` install the SkyLine dashboard? | 15:28 |
jrosser | al-meisam: currently we do not have complete support for skyline, there has not been a contributor with time to work on it | 15:32 |
jrosser | there is an old, and certainly incomplete patch here to add deployment of skyline https://review.opendev.org/c/openstack/openstack-ansible/+/859446 | 15:32 |
al-meisam | Ah, I see | 15:32 |
al-meisam | A general question: | 15:33 |
al-meisam | Do you see SkyLine as a step forward that is worth replacing Horizon? | 15:34 |
al-meisam | I think it is written in Go language | 15:34 |
jrosser | personally i have not spent any time on skyline as i don't think it supports openid-connect authentication | 15:35 |
jrosser | everyones use case is of course different | 15:35 |
al-meisam | Since Zed, it supports: "Added single sign-on (SSO) support. Skyline login with SSO configured with OpenID Connect." | 15:37 |
al-meisam | https://docs.openstack.org/releasenotes/skyline-apiserver/zed.html | 15:37 |
al-meisam | Do you know their channel on IRC? I cant find it! | 15:40 |
al-meisam | Here it's mentioned that they a have a channel: https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031785.html ! | 15:41 |
jrosser | openstack-skyline | 15:41 |
al-meisam | Thannnk you | 15:41 |
jrosser | i would warn that skyline completely interchangably use "OpenID" and "OpenID Connect", and for example i see nowhere at all in the code for configuring the client id and client secret needed to integrate with, for example, keycloak | 15:43 |
al-meisam | I remeber I saw something on Chinese forum, but thanks for heads-up. | 15:47 |
noonedeadpunk | I kinda tried and failed to get working skyline for master and that looked to more more a "source code" issue rather then installation problem | 15:50 |
al-meisam | There's a bunch of languages here: https://translate.openstack.org/iteration/view/horizon/stable-2023.2?dswid=-834 but as I check in the Horizon setting, I just see some languages! Arabic is not available in the Horizon (Is it somthing with OpenStack-Ansible, or other languages are not approved upstream?!) | 17:10 |
jrosser | al-meisam: it is all open source, if someone contributes a translation, it gets done | 17:37 |
noonedeadpunk | al-meisam: openstack-ansible has nothing to do with translations per say. THough, each and every individual can contribute to translations on https://translate.openstack.org/ | 17:37 |
al-meisam | +1 | 17:38 |
noonedeadpunk | al-meisam: oh, or you mean that you don't see any arabic option in horizon? | 17:38 |
noonedeadpunk | I _think_ this is because openstack_dashboard/locale has only 18% of translation | 17:39 |
noonedeadpunk | there were some threshholds, where translation appears in UI | 17:39 |
noonedeadpunk | It was smth like 50% | 17:39 |
al-meisam | yes, arabic is not listed in the Horizon, while it's translated with 3.6%! | 17:39 |
al-meisam | Ah, ok | 17:39 |
opendevreview | Merged openstack/openstack-ansible-os_glance stable/2023.1: Add glance_bin to rootwrap defenition https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/901562 | 17:40 |
noonedeadpunk | don;t look at overall rate | 17:40 |
noonedeadpunk | What is needed in fact django and djangojs for openstack_dashboard and horizon | 17:40 |
noonedeadpunk | djangojs are alerts and notifications in ui | 17:41 |
noonedeadpunk | and django are basically UIitself | 17:41 |
noonedeadpunk | there're also plenty of docs that has no effect on horizon itself | 17:42 |
noonedeadpunk | and for django (horizon/openstack_dahsboard) it's translated smth like 19% | 17:42 |
al-meisam | Thank you for the info, realy helpful | 17:47 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.1: Bump SHAs for 2023.1 https://review.opendev.org/c/openstack/openstack-ansible/+/901234 | 17:49 |
al-meisam | It's not possible to create an account on https://translate.openstack.org ! I'm stuck here: https://translate.openstack.org/account/inactive | 17:57 |
noonedeadpunk | Ah, that is smth I think I can ry to handle | 18:06 |
noonedeadpunk | or well, help to handle ) | 18:07 |
noonedeadpunk | al-meisam: to get your profile activate I think it's worth writing an email to: openstack-i18n@lists.openstack.org I would suggest to include ianyrchoi at gmail.com to copy | 18:09 |
al-meisam | ianyrchoi? | 18:19 |
al-meisam | such a weird activation process! | 18:19 |
al-meisam_ | .../openstack_dashboard/locale/de/LC_MESSAGES/django.po vs .../openstack_dashboard/locale/de/LC_MESSAGES/django.mo | 20:10 |
al-meisam_ | to see how things change, which file is loaded in Horizon? I manually changed some translation `msgstr` strings in django.po, but nothing chaned in the horizon panel after a reload | 20:12 |
jrosser | al-meisam_: https://github.com/openstack/openstack-ansible-os_horizon/blob/master/handlers/main.yml#L17 | 20:22 |
jrosser | when the horizon service is installed with openstack-ansible, the translations are compiled | 20:22 |
al-meisam_ | do you know the format of compiled files? (Then I can manually compile and replace there) | 20:26 |
jrosser | sorry, i don't, i think that is all part of how django works | 20:29 |
al-meisam | Ok, may this one `tox -e manage -- compilemessages` | 20:35 |
jrosser | though not with tox in the context of openstack-ansible deployment | 20:42 |
jrosser | would be horizon-manage i think in the horizon venv bin directory | 20:42 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!