Thursday, 2016-09-01

*** zhurong has joined #openstack-freezer00:36
*** yangyapeng has joined #openstack-freezer01:23
*** EinstCrazy has joined #openstack-freezer01:39
*** EinstCrazy has quit IRC01:39
*** EinstCrazy has joined #openstack-freezer01:39
*** EinstCra_ has joined #openstack-freezer02:04
*** EinstCrazy has quit IRC02:08
*** EinstCra_ has quit IRC02:36
*** EinstCrazy has joined #openstack-freezer02:37
*** AndyWojo has quit IRC05:13
*** AndyWojo has joined #openstack-freezer05:14
*** yuval has joined #openstack-freezer06:21
*** vnogin has quit IRC06:22
*** vnogin has joined #openstack-freezer06:22
*** zhusz has joined #openstack-freezer06:31
*** zhusz has quit IRC06:31
*** lpetrut has joined #openstack-freezer06:35
*** sxc731 has joined #openstack-freezer06:49
*** sxc731 has left #openstack-freezer06:51
*** lpetrut has quit IRC07:17
*** lpetrut has joined #openstack-freezer07:26
*** neilus has joined #openstack-freezer07:40
*** lpetrut has quit IRC07:47
*** kelepirci has joined #openstack-freezer08:03
vnogingood morning guys :)08:13
kelepircimorning08:19
vnoginm3m0, yangyapeng guys, could you please help me with the following issue? :) https://wiki.openstack.org/wiki/Freezer-troubleshooting08:47
*** jonaspf has quit IRC08:58
*** jonaspf has joined #openstack-freezer09:03
*** lpetrut has joined #openstack-freezer09:22
*** daemontool has joined #openstack-freezer09:45
m3m0vnogin: hey, sure09:52
m3m0you're trying to deploy it with fuel then right?09:52
*** zhurong has quit IRC10:03
vnoginm3m0, 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 article10:06
vnoginm3m0, then I clone freezer web ui in horizon lxc container and did everything according to installation guide10:07
vnoginm3m0, 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
vnoginm3m0, and I don't see any error in log file (debug mode enabled)10:08
vnoginm3m0, 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
vnoginm3m0, so I'm trying to figure out what exactly should copied :)10:11
vnoginm3m0, 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
vnoginactually I did it however problem still exists10:13
m3m0vnogin: hey sorry for the delay I was eating :10:17
m3m0this error exists due to a wrong deployment of the static files in certain scenerios10:18
m3m0you 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
m3m0I think you missed the last 2 folders10:19
vnoginm3m0, bon appetit :)10:19
m3m0vnogin: could you try copying the files to the new dir?10:22
vnoginm3m0, 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
openstackgerritMemo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals  https://review.openstack.org/35867710:24
vnogintried 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
vnoginanyway web iu doesn't work properly. (apache has been restarted)10:25
m3m0vnogin: any more issues besides the static files?10:25
vnoginm3m0, for now I see problem only with web ui, nothing else10:26
m3m0but I mean, in the ui, besides the static files, any other issue?10:27
vnoginm3m0, nope, it seems ok10:29
vnoginm3m0, for instance - I create now job from CLI and I see it in web ui10:29
vnoginm3m0, https://s11.postimg.org/q84qntudv/Screenshot.png10:32
m3m0the 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
m3m0if you use the developer tools (F12) you'll see that there is a 404 while trying to get some js files10:33
vnoginm3m0, yep, I've used freezer-web-ui/disaster_recovery/static/freezer as well :) and it contains css and js folders10:34
vnoginm3m0, yep, you are right https://172.16.166.13/static/freezer/js/freezer.actions.action.js?_=1472726142875 404 (Not Found)10:36
m3m0vnogin: what do you have here: /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/ ??10:38
vnoginm3m0, http://paste.openstack.org/show/565660/10:39
*** EinstCrazy has quit IRC10:40
vnoginm3m0, http://paste.openstack.org/show/565661/ other folders10:41
m3m0do you mind providing me the tree of /openstack/venvs/horizon-13.0.1/lib/python2.7/site-packages/openstack_dashboard/static10:48
*** yangyapeng has quit IRC10:48
m3m0tree command is useful for this10:48
m3m0vnogin: ^^10:48
openstackgerritMemo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals  https://review.openstack.org/35867710:49
vnoginm3m0, sure http://paste.openstack.org/show/565665/10:51
vnoginm3m0, static/freezer was copied twice  to different folders as you can see :)10:53
m3m0vnogin: I think you may need to copy /freezer into /app :)11:01
vnoginm3m0, do we need collectstatic for django? :)11:09
m3m0vnogin: yes, definetly, but still not so sure how to do it11:10
openstackgerritMemo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals  https://review.openstack.org/35867711:15
*** szaher_ has left #openstack-freezer11:27
vnoginm3m0, me too :(11:29
vnoginm3m0, btw, due to it you don't deploy static files?11:29
m3m0if we don't do the collect it will always be a pain to guess where the static files are deployed11:30
m3m0did it work by copying them to app/?11:30
vnoginnope :(11:32
openstackgerritMerged openstack/freezer-api: Update mappings to store current process id for each job  https://review.openstack.org/35911311:33
vnoginm3m0, I've tried to execute collection script and now horizon doesn't work at all :))) recovering controller now :)11:33
*** sxc731 has joined #openstack-freezer12:03
*** sxc731 has left #openstack-freezer12:03
*** zhusz has joined #openstack-freezer12:07
openstackgerritMemo Garcia proposed openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals  https://review.openstack.org/35867712:19
*** zhurong has joined #openstack-freezer12:34
*** yangyapeng has joined #openstack-freezer12:36
openstackgerritMemo Garcia proposed openstack/freezer-web-ui: Updated test-requirements to match global requirements  https://review.openstack.org/35250112:44
*** zhusz has quit IRC12:55
*** thatsdone has joined #openstack-freezer13:11
vnoginm3m0, ok, I've tried to copy it app/ folder and dashboard stopped to work :)13:33
vnogincopy it app/ = copy it to app/13:33
*** szaher has joined #openstack-freezer13:34
m3m0vnogin: that's great news :)13:47
vnoginm3m0, asked to help me my colleague who is more familiar with django and it works fine now :))13:48
*** openstackgerrit has quit IRC13:49
*** openstackgerrit has joined #openstack-freezer13:50
*** yuval has quit IRC13:56
*** yangyape_ has joined #openstack-freezer13:59
*** ddieterly has joined #openstack-freezer14:01
*** yangyapeng has quit IRC14:03
*** michauds has joined #openstack-freezer14:03
*** domhnallw has joined #openstack-freezer14:03
*** zhusz has joined #openstack-freezer14:07
*** epheo has joined #openstack-freezer14:28
*** ddieterly is now known as ddieterly[away]14:34
vnoginbtw: 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 added14:43
m3m0at the moment only using python-freezerclient14:44
vnoginm3m0, as far as I see it doesn't work from web IU, right?14:46
m3m0not yet14:46
vnoginok, I see. batch removing isn't supported as well, right?14:47
vnoginit seems that it doesn't work from CLI as well http://paste.openstack.org/show/565725/14:49
*** zhusz has quit IRC14:51
*** haplo37__ has joined #openstack-freezer14:52
*** yangyapeng has joined #openstack-freezer14:53
*** yangyape_ has quit IRC14:54
*** ddieterly[away] is now known as ddieterly14:56
*** zhurong has quit IRC14:58
*** ferhatozk_ has joined #openstack-freezer15:00
m3m0do you mind submitting a bug?15:00
*** kelepirci has quit IRC15:03
vnoginm3m0, frankly I don't know step for recreating it :)15:06
vnoginm3m0, and I don't see any error in logs....15:07
m3m0is just submitting a bug here: https://bugs.launchpad.net/freezer/15:07
vnoginm3m0, no-no-no :) I know how to do it :) I mean  I don't know how to recreate bug state :)15:08
m3m0don't worry about that :) I have your back :)15:09
vnoginLOL)) ok :)15:09
vnoginm3m0, https://bugs.launchpad.net/freezer/+bug/161934915:16
openstackLaunchpad bug 1619349 in Freezer "client delete doesn't work" [Undecided,New]15:16
m3m0thank you, I'll send a patch for this15:17
vnoginm3m0, nice, looking forward :)15:18
*** jonaspf has quit IRC15:21
*** neilus has quit IRC15:30
*** StraubTW has joined #openstack-freezer15:41
openstackgerritRyan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI  https://review.openstack.org/36440315:43
openstackgerritRyan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI  https://review.openstack.org/36440315:43
openstackgerritRyan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI  https://review.openstack.org/36441115:51
*** thatsdone has quit IRC16:16
*** daemontool has quit IRC16:40
*** ferhatozk_ has quit IRC17:07
*** kelepirci has joined #openstack-freezer17:12
*** lpetrut has quit IRC17:12
*** ddieterly is now known as ddieterly[away]17:27
*** lpetrut has joined #openstack-freezer17:55
*** kelepirci has quit IRC18:12
*** openstackgerrit has quit IRC18:18
*** openstackgerrit has joined #openstack-freezer18:19
*** ddieterly[away] is now known as ddieterly18:34
*** ddieterly has quit IRC18:55
*** ddieterly has joined #openstack-freezer19:05
*** ddieterly is now known as ddieterly[away]19:41
*** ddieterly[away] is now known as ddieterly20:04
*** sxc731 has joined #openstack-freezer20:09
*** sxc731 has left #openstack-freezer20:09
*** ddieterly is now known as ddieterly[away]20:28
*** ddieterly[away] is now known as ddieterly20:30
*** ddieterly is now known as ddieterly[away]21:01
*** ddieterly[away] is now known as ddieterly21:03
*** lpetrut has quit IRC21:29
*** ddieterly has quit IRC21:31
*** ddieterly has joined #openstack-freezer21:53
*** haplo37__ has quit IRC21:59
*** michauds has quit IRC22:04
*** ddieterly is now known as ddieterly[away]22:17
*** ddieterly[away] is now known as ddieterly22:38
*** ddieterly is now known as ddieterly[away]22:42
*** StraubTW has quit IRC22:54
*** ddieterly[away] has quit IRC23:05
*** zhurong has joined #openstack-freezer23:48
*** zhurong has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!