*** tkajinam has quit IRC | 00:01 | |
*** tkajinam has joined #openstack-horizon | 00:02 | |
*** kevko has quit IRC | 00:35 | |
*** andrein has quit IRC | 01:52 | |
*** mloza has quit IRC | 01:52 | |
*** andrein has joined #openstack-horizon | 01:54 | |
*** mloza has joined #openstack-horizon | 01:54 | |
*** openstackgerrit has quit IRC | 03:31 | |
*** dave-mccowan has quit IRC | 04:31 | |
*** rcernin has quit IRC | 04:35 | |
*** rcernin has joined #openstack-horizon | 04:38 | |
*** vishalmanchanda has joined #openstack-horizon | 05:57 | |
*** ikanias has left #openstack-horizon | 06:06 | |
*** dklyle has quit IRC | 06:18 | |
*** rdopiera has joined #openstack-horizon | 07:10 | |
*** rpittau|afk is now known as rpittau | 07:14 | |
*** rcernin has quit IRC | 07:36 | |
*** kevko has joined #openstack-horizon | 07:38 | |
*** tosky has joined #openstack-horizon | 07:47 | |
*** rcernin has joined #openstack-horizon | 08:01 | |
*** rcernin has quit IRC | 08:07 | |
*** e0ne has joined #openstack-horizon | 08:14 | |
*** ChanServ sets mode: +o e0ne | 08:14 | |
*** e0ne has quit IRC | 08:14 | |
*** e0ne has joined #openstack-horizon | 08:16 | |
*** ChanServ sets mode: +o e0ne | 08:16 | |
*** kevko has quit IRC | 08:19 | |
*** rcernin has joined #openstack-horizon | 08:20 | |
*** rcernin has quit IRC | 08:26 | |
*** kevko has joined #openstack-horizon | 08:33 | |
*** rcernin has joined #openstack-horizon | 08:34 | |
*** e0ne has quit IRC | 08:47 | |
*** rcernin has quit IRC | 09:32 | |
*** rcernin has joined #openstack-horizon | 10:24 | |
*** rcernin has quit IRC | 10:25 | |
*** rcernin has joined #openstack-horizon | 10:25 | |
*** rcernin has quit IRC | 11:24 | |
*** tmazur has joined #openstack-horizon | 12:55 | |
*** kevko has quit IRC | 13:33 | |
*** kevko has joined #openstack-horizon | 13:33 | |
*** kevko has quit IRC | 13:46 | |
*** kevko has joined #openstack-horizon | 13:50 | |
*** dave-mccowan has joined #openstack-horizon | 14:04 | |
andrewbogott | I have questions about dump_default_policies! In particular, I wondering what the correct workflow is for producing this file for projects that are not bundled directly with openstack_dashboard (e.g. trove or designate) | 14:07 |
---|---|---|
andrewbogott | Should I be generating them at deploy time, or should they be packaged with their respective dashboard projects (e.g. designate-dashboard.git)? | 14:08 |
andrewbogott | And, finally -- I can't make 'manage.py dump_default_policies' work for basically anything, I assume because I don't have the primary service installed on the same box as horizon :( | 14:09 |
andrewbogott | amotoki, looks like you're the last person to work with those files | 14:10 |
amotoki | andrewbogott: https://docs.openstack.org/horizon/latest/contributor/topics/policy.html#policy-file-maintenance might help you | 14:11 |
amotoki | andrewbogott: The expected workflow is that the upstream project generates the dumped defaut policy file and includes it as their deliverable. | 14:12 |
andrewbogott | ok, so that would be 'packaged with their respective dashboard projects' -- I'll see about adding that where it's missing | 14:13 |
andrewbogott | thank you, I will read that doc a few more times :) | 14:13 |
amotoki | andrewbogott: I can answer your more question indetail. feel free to ping me here | 14:13 |
andrewbogott | thanks! | 14:13 |
andrewbogott | hm, I think one of my question still stands: with "python3 manage.py dump_default_policies" that's the manage.py that comes from Horizon, right? But it needs to be run on a host that also has the project in question installed? | 14:14 |
amotoki | andrewbogott: yes. my expexted steps are (1) create a virtualenv (2) install horizon and a target project code into the venv and (3) run python3 manage.py dump_default_policies for the target project. | 14:18 |
andrewbogott | ok | 14:18 |
amotoki | andrewbogott: or you can run it in the devstack env (as all dependencies are installed as the system level) | 14:19 |
*** dklyle has joined #openstack-horizon | 14:56 | |
*** vishalmanchanda has quit IRC | 14:56 | |
*** rcernin has joined #openstack-horizon | 15:20 | |
*** rcernin has quit IRC | 15:25 | |
*** gyee has joined #openstack-horizon | 15:26 | |
*** rpittau is now known as rpittau|afk | 15:42 | |
*** rdopiera has quit IRC | 17:00 | |
*** vishalmanchanda has joined #openstack-horizon | 17:42 | |
andrewbogott | amotoki: https://review.opendev.org/c/openstack/designate-dashboard/+/790140 and https://review.opendev.org/c/openstack/trove-dashboard/+/790137 <- right idea? | 18:28 |
vishalmanchanda | andrewbogott: hi you can also take reference from heat-dashboard and manila-ui patches. | 18:33 |
vishalmanchanda | https://review.opendev.org/c/openstack/heat-dashboard/+/780427 | 18:33 |
vishalmanchanda | https://review.opendev.org/c/openstack/manila-ui/+/783598 | 18:33 |
andrewbogott | vishalmanchanda: thanks! those look quite similar to my patch but I didn't know about the local_settings.d thing, will add that | 18:35 |
andrewbogott | In e.g. manila_ui/local/local_settings.d/_90_manila_shares.py where does the '90' come from? Is there a registry someplace? | 18:37 |
vishalmanchanda | I have no idea about that but I think you can use _1600 for designate-dashboard. | 18:44 |
vishalmanchanda | not _1600 | 18:45 |
vishalmanchanda | I mean _1700 | 18:45 |
vishalmanchanda | sorry I am not sure what to use, please ignore my suggestion. | 18:46 |
andrewbogott | I was going to use _17 and then noticed that all the trove panels also start with 17 | 18:47 |
andrewbogott | and in some cases use the same number as designate panels :( | 18:47 |
*** kevko has quit IRC | 18:48 | |
johnsom | The enable files used for designate are here: https://github.com/openstack/designate-dashboard/tree/master/designatedashboard/enabled | 18:48 |
johnsom | _1720, _1721, _1722 | 18:48 |
andrewbogott | ok that helps | 18:49 |
*** kevko has joined #openstack-horizon | 18:49 | |
johnsom | Not sure I have the full context of the question, but maybe helpful | 18:49 |
andrewbogott | johnsom: it's for unique naming of local_settings.d files | 18:49 |
andrewbogott | I think they're probably named after the corresponding dashboard | 18:50 |
johnsom | Yes, those seem to align with the enable files | 18:51 |
andrewbogott | yep. Updated my patches accordingly :) | 18:52 |
*** rcernin has joined #openstack-horizon | 19:21 | |
*** rcernin has quit IRC | 19:25 | |
*** e0ne has joined #openstack-horizon | 19:29 | |
*** ChanServ sets mode: +o e0ne | 19:29 | |
*** kevko has quit IRC | 19:37 | |
*** e0ne has quit IRC | 20:01 | |
*** e0ne has joined #openstack-horizon | 20:03 | |
*** ChanServ sets mode: +o e0ne | 20:03 | |
*** kevko has joined #openstack-horizon | 20:34 | |
*** e0ne has quit IRC | 20:42 | |
*** e0ne has joined #openstack-horizon | 21:00 | |
*** ChanServ sets mode: +o e0ne | 21:00 | |
*** hoonetorg has joined #openstack-horizon | 21:05 | |
*** hoonetorg has quit IRC | 21:05 | |
*** vishalmanchanda has quit IRC | 21:12 | |
*** rcernin has joined #openstack-horizon | 21:36 | |
*** rcernin has quit IRC | 21:58 | |
*** kevko has quit IRC | 22:41 | |
*** tmazur has quit IRC | 22:48 | |
*** rcernin has joined #openstack-horizon | 23:02 | |
*** e0ne has quit IRC | 23:04 | |
*** tosky has quit IRC | 23:17 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!