*** zhurong has joined #openstack-freezer | 00:36 | |
*** yangyapeng has joined #openstack-freezer | 01:23 | |
*** EinstCrazy has joined #openstack-freezer | 01:39 | |
*** EinstCrazy has quit IRC | 01:39 | |
*** EinstCrazy has joined #openstack-freezer | 01:39 | |
*** EinstCra_ has joined #openstack-freezer | 02:04 | |
*** EinstCrazy has quit IRC | 02:08 | |
*** EinstCra_ has quit IRC | 02:36 | |
*** EinstCrazy has joined #openstack-freezer | 02:37 | |
*** AndyWojo has quit IRC | 05:13 | |
*** AndyWojo has joined #openstack-freezer | 05:14 | |
*** yuval has joined #openstack-freezer | 06:21 | |
*** vnogin has quit IRC | 06:22 | |
*** vnogin has joined #openstack-freezer | 06:22 | |
*** zhusz has joined #openstack-freezer | 06:31 | |
*** zhusz has quit IRC | 06:31 | |
*** lpetrut has joined #openstack-freezer | 06:35 | |
*** sxc731 has joined #openstack-freezer | 06:49 | |
*** sxc731 has left #openstack-freezer | 06:51 | |
*** lpetrut has quit IRC | 07:17 | |
*** lpetrut has joined #openstack-freezer | 07:26 | |
*** neilus has joined #openstack-freezer | 07:40 | |
*** lpetrut has quit IRC | 07:47 | |
*** kelepirci has joined #openstack-freezer | 08:03 | |
vnogin | good morning guys :) | 08:13 |
---|---|---|
kelepirci | morning | 08:19 |
vnogin | m3m0, yangyapeng guys, could you please help me with the following issue? :) https://wiki.openstack.org/wiki/Freezer-troubleshooting | 08:47 |
*** jonaspf has quit IRC | 08:58 | |
*** jonaspf has joined #openstack-freezer | 09:03 | |
*** lpetrut has joined #openstack-freezer | 09:22 | |
*** daemontool has joined #openstack-freezer | 09:45 | |
m3m0 | vnogin: hey, sure | 09:52 |
m3m0 | you're trying to deploy it with fuel then right? | 09:52 |
*** zhurong has quit IRC | 10:03 | |
vnogin | m3m0, nope, I've deployed OpenStack ansible. Horizon was install in lxc container. Then I deployed freezer outside the cloud and registered endpoints. CLI works fine however it seems that I faced issue that mentioned in troubleshooting article | 10:06 |
vnogin | m3m0, then I clone freezer web ui in horizon lxc container and did everything according to installation guide | 10:07 |
vnogin | m3m0, when I change something from CLI I see it in web ui but when I want to create or change something from web iu it stuck... | 10:08 |
vnogin | m3m0, and I don't see any error in log file (debug mode enabled) | 10:08 |
vnogin | m3m0, virtual host directories: <Directory /openstack/venvs/horizon-13.0.1/lib/python2.7/dist-packages/static/> and <Directory /openstack/venvs/horizon-13.0.1/lib/python2.7/dist-packages/openstack_dashboard/wsgi> | 10:11 |
vnogin | m3m0, so I'm trying to figure out what exactly should copied :) | 10:11 |
vnogin | m3m0, Correct me if I'm wrong. I cloned web ui into the following folder /openstack/venvs/freezer-web-ui and horizon dashboard here /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard . So, as far as I understand I need to do the following - cp -r /openstack/venvs/freezer-web-ui/disaster_recovery/static/ /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/ | 10:12 |
vnogin | actually I did it however problem still exists | 10:13 |
m3m0 | vnogin: hey sorry for the delay I was eating : | 10:17 |
m3m0 | this error exists due to a wrong deployment of the static files in certain scenerios | 10:18 |
m3m0 | you should copy freezer-web-ui/disaster_recovery/static/ to /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/static/freezer/ | 10:19 |
m3m0 | I think you missed the last 2 folders | 10:19 |
vnogin | m3m0, bon appetit :) | 10:19 |
m3m0 | vnogin: could you try copying the files to the new dir? | 10:22 |
vnogin | m3m0, actually I did the same, because in freezer-web-ui/disaster_recovery/ folderr I see only static folder, and in it I see only freezer folder :) | 10:23 |
openstackgerrit | Memo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals https://review.openstack.org/358677 | 10:24 |
vnogin | tried cp -r /openstack/venvs/freezer-web-ui/disaster_recovery/static/ /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/static/freezer/ | 10:24 |
vnogin | anyway web iu doesn't work properly. (apache has been restarted) | 10:25 |
m3m0 | vnogin: any more issues besides the static files? | 10:25 |
vnogin | m3m0, for now I see problem only with web ui, nothing else | 10:26 |
m3m0 | but I mean, in the ui, besides the static files, any other issue? | 10:27 |
vnogin | m3m0, nope, it seems ok | 10:29 |
vnogin | m3m0, for instance - I create now job from CLI and I see it in web ui | 10:29 |
vnogin | m3m0, https://s11.postimg.org/q84qntudv/Screenshot.png | 10:32 |
m3m0 | the only thing is to find the correct path to copy those files but inside freezer-web-ui/disaster_recovery/static/freezer do you see css and js folders? | 10:33 |
m3m0 | if you use the developer tools (F12) you'll see that there is a 404 while trying to get some js files | 10:33 |
vnogin | m3m0, yep, I've used freezer-web-ui/disaster_recovery/static/freezer as well :) and it contains css and js folders | 10:34 |
vnogin | m3m0, yep, you are right https://172.16.166.13/static/freezer/js/freezer.actions.action.js?_=1472726142875 404 (Not Found) | 10:36 |
m3m0 | vnogin: what do you have here: /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/ ?? | 10:38 |
vnogin | m3m0, http://paste.openstack.org/show/565660/ | 10:39 |
*** EinstCrazy has quit IRC | 10:40 | |
vnogin | m3m0, http://paste.openstack.org/show/565661/ other folders | 10:41 |
m3m0 | do you mind providing me the tree of /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/static | 10:48 |
*** yangyapeng has quit IRC | 10:48 | |
m3m0 | tree command is useful for this | 10:48 |
m3m0 | vnogin: ^^ | 10:48 |
openstackgerrit | Memo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals https://review.openstack.org/358677 | 10:49 |
vnogin | m3m0, sure http://paste.openstack.org/show/565665/ | 10:51 |
vnogin | m3m0, static/freezer was copied twice to different folders as you can see :) | 10:53 |
m3m0 | vnogin: I think you may need to copy /freezer into /app :) | 11:01 |
vnogin | m3m0, do we need collectstatic for django? :) | 11:09 |
m3m0 | vnogin: yes, definetly, but still not so sure how to do it | 11:10 |
openstackgerrit | Memo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals https://review.openstack.org/358677 | 11:15 |
*** szaher_ has left #openstack-freezer | 11:27 | |
vnogin | m3m0, me too :( | 11:29 |
vnogin | m3m0, btw, due to it you don't deploy static files? | 11:29 |
m3m0 | if we don't do the collect it will always be a pain to guess where the static files are deployed | 11:30 |
m3m0 | did it work by copying them to app/? | 11:30 |
vnogin | nope :( | 11:32 |
openstackgerrit | Merged openstack/freezer-api: Update mappings to store current process id for each job https://review.openstack.org/359113 | 11:33 |
vnogin | m3m0, I've tried to execute collection script and now horizon doesn't work at all :))) recovering controller now :) | 11:33 |
*** sxc731 has joined #openstack-freezer | 12:03 | |
*** sxc731 has left #openstack-freezer | 12:03 | |
*** zhusz has joined #openstack-freezer | 12:07 | |
openstackgerrit | Memo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals https://review.openstack.org/358677 | 12:19 |
*** zhurong has joined #openstack-freezer | 12:34 | |
*** yangyapeng has joined #openstack-freezer | 12:36 | |
openstackgerrit | Memo Garcia proposed openstack/freezer-web-ui: Updated test-requirements to match global requirements https://review.openstack.org/352501 | 12:44 |
*** zhusz has quit IRC | 12:55 | |
*** thatsdone has joined #openstack-freezer | 13:11 | |
vnogin | m3m0, ok, I've tried to copy it app/ folder and dashboard stopped to work :) | 13:33 |
vnogin | copy it app/ = copy it to app/ | 13:33 |
*** szaher has joined #openstack-freezer | 13:34 | |
m3m0 | vnogin: that's great news :) | 13:47 |
vnogin | m3m0, asked to help me my colleague who is more familiar with django and it works fine now :)) | 13:48 |
*** openstackgerrit has quit IRC | 13:49 | |
*** openstackgerrit has joined #openstack-freezer | 13:50 | |
*** yuval has quit IRC | 13:56 | |
*** yangyape_ has joined #openstack-freezer | 13:59 | |
*** ddieterly has joined #openstack-freezer | 14:01 | |
*** yangyapeng has quit IRC | 14:03 | |
*** michauds has joined #openstack-freezer | 14:03 | |
*** domhnallw has joined #openstack-freezer | 14:03 | |
*** zhusz has joined #openstack-freezer | 14:07 | |
*** epheo has joined #openstack-freezer | 14:28 | |
*** ddieterly is now known as ddieterly[away] | 14:34 | |
vnogin | btw: is it possible from CLI delete client from the client-list? | 14:41 |
yangyape_ | vnogin: it have delete in freezer-api, but from cli it is not added | 14:43 |
m3m0 | at the moment only using python-freezerclient | 14:44 |
vnogin | m3m0, as far as I see it doesn't work from web IU, right? | 14:46 |
m3m0 | not yet | 14:46 |
vnogin | ok, I see. batch removing isn't supported as well, right? | 14:47 |
vnogin | it seems that it doesn't work from CLI as well http://paste.openstack.org/show/565725/ | 14:49 |
*** zhusz has quit IRC | 14:51 | |
*** haplo37__ has joined #openstack-freezer | 14:52 | |
*** yangyapeng has joined #openstack-freezer | 14:53 | |
*** yangyape_ has quit IRC | 14:54 | |
*** ddieterly[away] is now known as ddieterly | 14:56 | |
*** zhurong has quit IRC | 14:58 | |
*** ferhatozk_ has joined #openstack-freezer | 15:00 | |
m3m0 | do you mind submitting a bug? | 15:00 |
*** kelepirci has quit IRC | 15:03 | |
vnogin | m3m0, frankly I don't know step for recreating it :) | 15:06 |
vnogin | m3m0, and I don't see any error in logs.... | 15:07 |
m3m0 | is just submitting a bug here: https://bugs.launchpad.net/freezer/ | 15:07 |
vnogin | m3m0, no-no-no :) I know how to do it :) I mean I don't know how to recreate bug state :) | 15:08 |
m3m0 | don't worry about that :) I have your back :) | 15:09 |
vnogin | LOL)) ok :) | 15:09 |
vnogin | m3m0, https://bugs.launchpad.net/freezer/+bug/1619349 | 15:16 |
openstack | Launchpad bug 1619349 in Freezer "client delete doesn't work" [Undecided,New] | 15:16 |
m3m0 | thank you, I'll send a patch for this | 15:17 |
vnogin | m3m0, nice, looking forward :) | 15:18 |
*** jonaspf has quit IRC | 15:21 | |
*** neilus has quit IRC | 15:30 | |
*** StraubTW has joined #openstack-freezer | 15:41 | |
openstackgerrit | Ryan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI https://review.openstack.org/364403 | 15:43 |
openstackgerrit | Ryan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI https://review.openstack.org/364403 | 15:43 |
openstackgerrit | Ryan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI https://review.openstack.org/364411 | 15:51 |
*** thatsdone has quit IRC | 16:16 | |
*** daemontool has quit IRC | 16:40 | |
*** ferhatozk_ has quit IRC | 17:07 | |
*** kelepirci has joined #openstack-freezer | 17:12 | |
*** lpetrut has quit IRC | 17:12 | |
*** ddieterly is now known as ddieterly[away] | 17:27 | |
*** lpetrut has joined #openstack-freezer | 17:55 | |
*** kelepirci has quit IRC | 18:12 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-freezer | 18:19 | |
*** ddieterly[away] is now known as ddieterly | 18:34 | |
*** ddieterly has quit IRC | 18:55 | |
*** ddieterly has joined #openstack-freezer | 19:05 | |
*** ddieterly is now known as ddieterly[away] | 19:41 | |
*** ddieterly[away] is now known as ddieterly | 20:04 | |
*** sxc731 has joined #openstack-freezer | 20:09 | |
*** sxc731 has left #openstack-freezer | 20:09 | |
*** ddieterly is now known as ddieterly[away] | 20:28 | |
*** ddieterly[away] is now known as ddieterly | 20:30 | |
*** ddieterly is now known as ddieterly[away] | 21:01 | |
*** ddieterly[away] is now known as ddieterly | 21:03 | |
*** lpetrut has quit IRC | 21:29 | |
*** ddieterly has quit IRC | 21:31 | |
*** ddieterly has joined #openstack-freezer | 21:53 | |
*** haplo37__ has quit IRC | 21:59 | |
*** michauds has quit IRC | 22:04 | |
*** ddieterly is now known as ddieterly[away] | 22:17 | |
*** ddieterly[away] is now known as ddieterly | 22:38 | |
*** ddieterly is now known as ddieterly[away] | 22:42 | |
*** StraubTW has quit IRC | 22:54 | |
*** ddieterly[away] has quit IRC | 23:05 | |
*** zhurong has joined #openstack-freezer | 23:48 | |
*** zhurong has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!