*** fyx has quit IRC | 00:03 | |
*** fyx has joined #openstack-horizon | 00:03 | |
*** kevko has quit IRC | 01:13 | |
*** benj_ has quit IRC | 02:06 | |
*** benj_ has joined #openstack-horizon | 02:07 | |
*** rcernin has quit IRC | 02:21 | |
*** dave-mccowan has quit IRC | 02:44 | |
*** rcernin has joined #openstack-horizon | 02:59 | |
*** rcernin has quit IRC | 02:59 | |
*** rcernin has joined #openstack-horizon | 02:59 | |
*** vishalmanchanda has joined #openstack-horizon | 03:30 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: Cleanup for Refactor-error-messages https://review.opendev.org/678602 | 03:49 |
---|---|---|
*** rcernin has quit IRC | 04:14 | |
*** rcernin has joined #openstack-horizon | 04:21 | |
*** rcernin has quit IRC | 04:37 | |
*** rcernin has joined #openstack-horizon | 04:46 | |
*** gyee has quit IRC | 05:20 | |
*** ianychoi_ has joined #openstack-horizon | 05:25 | |
*** ianychoi has quit IRC | 05:28 | |
*** happyhemant has joined #openstack-horizon | 06:42 | |
*** dklyle has quit IRC | 06:46 | |
lxkong | hi guys, when i execute `python manage.py runserver 0.0.0.0:9000` under horizon source code folder, I met with the error: https://paste.ubuntu.com/p/CDhrtpqJGH/, anyone could help to take a look? | 07:35 |
lxkong | i have some configurations like https://paste.ubuntu.com/p/TBH276Df7r/ | 07:35 |
lxkong | if I remove the MEDIA_URL and STATIC_URL, still see the error: https://paste.ubuntu.com/p/jJ2nRkVkRY/ | 07:37 |
lxkong | but horizon works well with Apache, which is the default config in devstack. | 07:38 |
lxkong | what I want is to use manage.py for debugging | 07:39 |
vishalmanchanda | lxkong: hi, Could you run this command python manage.py collectstatic and try. | 07:41 |
lxkong | vishalmanchanda: thanks for your response. I tried with `python3 manage.py collectstatic -v 0 -c --noinput; python3 manage.py compress`, then `python3 manage.py runserver 0.0.0.0:9000` | 07:42 |
lxkong | i'm pretty sure that the file lile `/opt/stack/horizon/static/dashboard/img/logo.svg` does exist | 07:43 |
vishalmanchanda | lxkong: what do you mean by it is not exit https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/static/dashboard/img/logo.svg | 07:46 |
lxkong | vishalmanchanda: the file exists but in https://paste.ubuntu.com/p/CDhrtpqJGH/ it said 404 | 07:47 |
vishalmanchanda | lxkong: I think it is due to your env. unable to load static file. | 07:47 |
lxkong | vishalmanchanda: how can i do that? | 07:48 |
lxkong | i didn't see that's mentioned in horizon developer doc | 07:48 |
vishalmanchanda | lxkong: This same issue also happens with me sometimes then i run this command "python manage.py collectstatic" which always work. | 07:50 |
*** e0ne has joined #openstack-horizon | 07:51 | |
*** ChanServ sets mode: +o e0ne | 07:51 | |
vishalmanchanda | If still this command doesn't work then i use to pass an agrs with this command which always solve the issue but honestly i don't remember at the moment. | 07:51 |
vishalmanchanda | lxkong: Also my conf file is different than you. You are using which branch? | 07:58 |
lxkong | vishalmanchanda: i'm using master | 07:58 |
vishalmanchanda | lxkong: You are refering this document https://docs.openstack.org/horizon/latest/contributor/quickstart.html ? | 08:01 |
lxkong | yes, the only difference is, i'm not using tox | 08:01 |
vishalmanchanda | lxkong: I also not use tox. | 08:04 |
amotoki | lxkong: I usually check out the horizon repo in a different place from what devstack prepares (as I would like to use both), but I usually copy local_settings.py prepared by devstack. | 08:07 |
amotoki | lxkong: the only thing I do after copying is to comment out WEBROOT in local_settings.py. | 08:07 |
amotoki | lxkong: you said you tried MEDKIA_URL or STATIC_URL, so it looks like WEBROOT is related. | 08:08 |
*** tosky has joined #openstack-horizon | 08:28 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: Cleanup for Refactor-error-messages https://review.opendev.org/678602 | 08:55 |
*** rdopiera has joined #openstack-horizon | 09:42 | |
*** rcernin has quit IRC | 09:43 | |
*** rcernin has joined #openstack-horizon | 09:49 | |
*** rcernin has quit IRC | 10:30 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Revert "Add required mark on Create and Update image form" https://review.opendev.org/746880 | 10:31 |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Revert "Add required mark on Create and Update image form" https://review.opendev.org/746880 | 10:31 |
*** rcernin has joined #openstack-horizon | 10:34 | |
*** rcernin has quit IRC | 10:48 | |
*** rcernin has joined #openstack-horizon | 10:52 | |
*** rcernin has quit IRC | 11:07 | |
*** rcernin has joined #openstack-horizon | 11:21 | |
*** kevko has joined #openstack-horizon | 11:21 | |
*** kevko_ has joined #openstack-horizon | 11:23 | |
*** kevko has quit IRC | 11:23 | |
*** kevko_ has quit IRC | 11:26 | |
*** kevko has joined #openstack-horizon | 11:26 | |
*** _erlon_ has joined #openstack-horizon | 11:44 | |
*** dave-mccowan has joined #openstack-horizon | 12:38 | |
*** rcernin has quit IRC | 12:46 | |
*** rcernin has joined #openstack-horizon | 12:48 | |
*** tmazur has joined #openstack-horizon | 13:14 | |
*** priteau has joined #openstack-horizon | 13:31 | |
*** dklyle has joined #openstack-horizon | 13:50 | |
*** ChanServ sets mode: +o dklyle | 13:50 | |
*** KeithMnemonic has joined #openstack-horizon | 14:09 | |
openstackgerrit | Merged openstack/horizon master: Revert "Add required mark on Create and Update image form" https://review.opendev.org/746880 | 14:16 |
*** happyhemant has quit IRC | 14:22 | |
*** tkajinam has quit IRC | 14:33 | |
*** rcernin has quit IRC | 14:37 | |
*** jadonn has joined #openstack-horizon | 14:43 | |
*** dklyle has quit IRC | 14:51 | |
*** dklyle has joined #openstack-horizon | 15:00 | |
*** ChanServ sets mode: +o dklyle | 15:00 | |
*** dklyle sets mode: -o dklyle | 15:01 | |
*** kberger_ has joined #openstack-horizon | 15:08 | |
*** KeithMnemonic has quit IRC | 15:10 | |
*** gyee has joined #openstack-horizon | 15:44 | |
amotoki | vishalmanchanda: Droppping ensure-tox is intentional as tox is not used in usual JS developments. | 16:01 |
amotoki | vishalmanchanda: but it is common in openstack world | 16:02 |
vishalmanchanda | amotoki: ohh I see. | 16:03 |
amotoki | vishalmanchanda: so if the job template comes from openstack-zuul-jobs instead of zuul-jobs there might be a room to dsicuss it. | 16:03 |
amotoki | vishalmanchanda: I am not sure about the policy of openstack-zuul-jobs. you can discuss it in #openstack-infra channel. | 16:03 |
amotoki | vishalmanchanda: * if you want. | 16:03 |
vishalmanchanda | amotoki: but you are saying defining a pre-run for rocky nodejs4 jobs in horizon will also work. | 16:04 |
amotoki | vishalmanchanda: yeah AFAIK it should work (while I haven't tested it) | 16:06 |
vishalmanchanda | amotoki: I have seen the same error in a openstack project openstack/stackvizwhere nodejs-10 job is used. | 16:06 |
vishalmanchanda | So I pushed a patch in openstack/openstack-zuul job but the patch i pushed in openstack/stackviz in doesn't seems like picking up my changes https://review.opendev.org/#/c/746467/. | 16:08 |
vishalmanchanda | https://zuul.opendev.org/t/openstack/build/f5879ce0052f45bbbca4069b665eb0fe/log/job-output.txt#326 | 16:09 |
amotoki | vishalmanchanda: I don't know the reason ATM withouth a detail check of how their jobs are defined.... | 16:09 |
vishalmanchanda | amotoki: np. I will discuss it with infra team once get some time. | 16:10 |
amotoki | vishalmanchanda: feel free to discuss it with the project-config team if you believe it is the right way. I am just not sure atm.. | 16:10 |
vishalmanchanda | amotoki: ok. Gn:) | 16:10 |
amotoki | vishalmanchanda: looking at the rocky npm job config, I don't understand how your approach in openstack-zuul-jobs works.... | 17:06 |
amotoki | vishalmanchanda: nodejs4-jobs you mentioned in the horizon meeting is defined at https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/project-templates.yaml#L1732 | 17:06 |
amotoki | vishalmanchanda: jobs used there (nodejs-run-lint and nodejs-run-test-browser) are from zuul-jobs. Your patch touches playbooks/javascript/pre.yaaml but it is not related. | 17:07 |
amotoki | vishalmanchanda: playbooks/javascript/pre.yaml is just used in publish-openstack-javascript-tarball job in zuul.d/jobs.yaml in openstack-zuul-jobs. | 17:08 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon stable/rocky: Fix horizon-nodejs jobs https://review.opendev.org/747003 | 17:39 |
*** e0ne has quit IRC | 17:44 | |
amotoki | vishalmanchanda: ^ | 17:59 |
*** vishalmanchanda has quit IRC | 18:49 | |
*** kevko has quit IRC | 18:50 | |
*** priteau has quit IRC | 19:44 | |
*** jadonn has quit IRC | 20:03 | |
*** dayou has joined #openstack-horizon | 20:33 | |
*** dayou_ has quit IRC | 20:33 | |
*** rdopiera has quit IRC | 20:35 | |
*** dayou has quit IRC | 20:40 | |
*** dayou has joined #openstack-horizon | 20:43 | |
*** tmazur has quit IRC | 21:31 | |
openstackgerrit | Tatiana Ovchinnikova proposed openstack/horizon master: Fix Angular mediumDateFilter https://review.opendev.org/747046 | 21:34 |
*** tosky has quit IRC | 21:47 | |
*** tkajinam has joined #openstack-horizon | 22:58 | |
*** rcernin has joined #openstack-horizon | 22:59 | |
*** spatel has joined #openstack-horizon | 23:24 | |
*** spatel has quit IRC | 23:30 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: doc: Enable parallel build https://review.opendev.org/747058 | 23:34 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: doc: Reorganize contributor doc https://review.opendev.org/747059 | 23:35 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: [ussuri] [goal] Project PTL and contributor docs https://review.opendev.org/747060 | 23:35 |
*** spatel has joined #openstack-horizon | 23:40 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!