Friday, 2016-02-19

*** dschroeder has quit IRC00:31
*** yangyapeng has joined #openstack-freezer01:03
*** yangyapeng has quit IRC01:07
*** yangyapeng has joined #openstack-freezer01:27
*** EinstCrazy has joined #openstack-freezer01:28
*** yangyape_ has joined #openstack-freezer01:31
*** EinstCrazy has quit IRC01:32
*** yangyap__ has joined #openstack-freezer01:33
*** yangyapeng has quit IRC01:34
*** EinstCrazy has joined #openstack-freezer01:35
*** yangyape_ has quit IRC01:36
openstackgerritJin Nan Zhang proposed openstack/freezer-api: change url stackfore to openstack  https://review.openstack.org/28213902:45
openstackgerritJin Nan Zhang proposed openstack/freezer-api: change url stackfore to openstack  https://review.openstack.org/28213902:54
openstackgerritJin Nan Zhang proposed openstack/freezer: incorrect enable plugin url in doc  https://review.openstack.org/28220406:40
*** EinstCra_ has joined #openstack-freezer06:57
*** yangyapeng has joined #openstack-freezer06:58
*** yangyap__ has quit IRC06:59
*** yangyapeng has quit IRC06:59
*** EinstCrazy has quit IRC06:59
*** yangyapeng has joined #openstack-freezer06:59
openstackgerritJin Nan Zhang proposed openstack/freezer-api: This is incorrect url in example doc and conf  https://review.openstack.org/28221007:25
*** yangyape_ has joined #openstack-freezer07:26
*** yangyapeng has quit IRC07:26
*** yangyapeng has joined #openstack-freezer07:41
openstackgerritJin Nan Zhang proposed openstack/freezer-web-ui: This is incorrect url in example doc and conf  https://review.openstack.org/28221507:41
*** yangyape_ has quit IRC07:42
openstackgerritEinst Crazy proposed openstack/freezer-api: Fix url from stackforge to openstack  https://review.openstack.org/26511107:45
*** yangyapeng has quit IRC07:46
*** EinstCra_ has quit IRC07:52
*** zhangjn has quit IRC08:23
*** reldan has joined #openstack-freezer08:29
*** zhangjn has joined #openstack-freezer08:32
*** jith_ has joined #openstack-freezer08:43
*** reldan_ has joined #openstack-freezer08:46
*** reldan has quit IRC08:49
*** reldan_ is now known as reldan08:49
*** zhangjn has quit IRC09:00
*** zhangjn has joined #openstack-freezer09:12
*** reldan has quit IRC09:24
*** zhangjn has quit IRC09:35
*** zhangjn has joined #openstack-freezer09:44
*** zhangjn has quit IRC09:46
*** zhangjn has joined #openstack-freezer09:55
*** zhangjn has quit IRC09:56
*** zhangjn has joined #openstack-freezer10:00
jith_Hi all I am new to freezer.. I have enabled freezer in devstack… by giving its plugin in localrc enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api.git master10:04
jith_I dont know how to use it..10:04
jith_When I try to enable freezer web ui.. it got some internal error.. I installed in freezer web ui in the same devstack machine.. is it a problem??10:04
*** reldan has joined #openstack-freezer10:11
*** zhangjn has quit IRC10:13
slashmeHi jith_10:18
slashmeWelcome10:18
slashmem3m0: should be able to help you with UI questions.10:18
slashmeCould you enable horizon debuging (local_settings.py) and give us the error you get when trying to load the page10:19
jith_slashme: thanks for the reply.. Again i did a fresh start.... enabled the freezer api plugin in devstack by following the below lines enable_plugin freezer-api <GITURL> [GITREF]10:21
*** zhangjn has joined #openstack-freezer10:22
*** zhangjn has quit IRC10:23
jith_slashme: I have a query.. so is the above setup is enough to start with freezer??? I thought like it would be nice if i have a web ui seperately for accessing freezer.. thats y tried with freezer-web ui..10:23
jith_hi all..freezer should be installed first before enabling freezer-api in devstack??10:27
*** zhangjn has joined #openstack-freezer10:27
*** zhangjn has quit IRC10:28
m3m0jith_: yes, it is recommned it, because we connect with keystone using freezer10:33
m3m0did you succeed in the instalattion?10:33
m3m0can you walk me through the steps you did?10:34
*** zhangjn has joined #openstack-freezer10:34
jith_m3m0: thanks sure10:35
jith_m3m0: I have enabled freezer in devstack… by giving its plugin in localrc enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api.git master…10:39
jith_But now realized I didnt install freezer.. so should I install freezer first using “git clone https://github.com/openstack/freezer”10:39
m3m0yes, and make sure is installed in the same virtualenv as horizon10:39
jith_oh how to do that?10:40
jith_freezer-web-ui is seperate UI or it will come along with dashboard??Because when I tried to install it.. got internal server error10:42
jith_m3m0.. I am not using a virtual environment... I am directly installing devstack in a virtual machine... so i can directly install freezer??10:43
m3m0is horizon running in you devstack as well?10:51
m3m0you can install freezer in the global python then10:52
m3m0but make sure you install it from source10:52
m3m0git clone https://github.com/openstack/freezer10:52
m3m0pip install -e /path/to/freezer/repo10:53
jith_m3m0: thanks11:31
jith_what is for pip install -e /path/to/freezer/repo11:32
jith_?11:32
slashmeThe path where you cloned the freezer code11:34
slashmeYou could do:11:35
slashme  cd /tmp/11:35
slashme  git clone https://github.com/openstack/freezer11:35
slashme  cd freezer11:35
slashme  pip install ./11:35
jith_slashme: is it not python setup.py install ??11:36
jith_i did python setup.py install11:36
jith_cd freezer; python setup.py install ;11:37
slashmePip install will also install dependencies from requirements.txt11:39
slashmeBoth solution work11:39
jith_slashme: ok thanks11:41
jith_slashme: freezer-web-ui is seperate UI or it will come along with horizon dashboard??Because when I tried to install it in devstack machine.. got internal server error11:42
jith_For WEB-UI11:43
jith_git clone https://github.com/openstack/freezer-web-ui11:43
jith_cd freezer-web-ui11:43
jith_cp freezer-web-ui/disaster_recovery/enabled/_5050_freezer.py  /opt/stack/horizon/openstack_dashboard/enabled/_5050_freezer.py11:43
jith_then restarted apache... then when i try to access horizon.. got 500 internal server error11:44
*** reldan has quit IRC11:47
m3m0jith_ freezer-web-ui is a new tab that gets added in horizon, but it dependes heavily on it11:49
m3m0could you provide us with the logs?11:49
m3m0they should be in /opt/stack/logs/horizon*11:49
m3m0is horizon installed in this path? /opt/stack/horizon11:50
jith_m3m011:51
jith_yes11:51
jith_sure11:51
m3m0what you could try is to do this: go to freezer-web-ui path and do a python setup.py install11:53
jith_art" | tee "/opt/stack/status/stack/horizon.failure"| echo "horizon failed to st11:53
jith_[1] 1510711:53
jith_sudo tail -f /var/log/apache2/horizon_error.log11:53
jith_Now I have enabled freezer in devstack… by giving its plugin in localrc as “ enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api.git stable/kilo “ …11:55
jith_so no need to install freezer-api seperately.. right???11:55
jith_In horizon, in system information tab, i could see freezer service enabled along with other services..11:56
m3m0yep, that's a requirenment you could follow the instructions in here: https://github.com/openstack/freezer-api/blob/master/README.rst#3-api-registration11:56
m3m0maybe that's why is failing, there is no api to connect to11:57
jith_but i have enabled the plugin in localrc with git link.. so while doing ./stack.sh.. freezer-api should be installed along with it??11:58
jith_Am i wrong11:58
jith_or i have to install seperately as in https://github.com/openstack/freezer-api/blob/master/README.rst#3-api-registration11:58
jith_m3m0: I have enabled freezer in devstack… by giving its plugin in localrc as “ enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api.git stable/kilo .. then i did ./stack.sh.. i saw freezer-api packages getting installed11:59
jith_it is the system information: http://paste.openstack.org/show/487559/12:00
m3m0if you curl http://10.10.15.50:9090 what do you get?12:02
jith_m3m0: Authentication required12:03
jith_i have query: so how could i use freezer now.. how i will schedule a backup??? I have a volume12:04
jith_i have lvm volume to be backed to scift12:05
jith_swit*12:05
jith_??12:18
*** reldan has joined #openstack-freezer12:19
openstackgerritSaad Zaher proposed openstack/freezer: Switch freezer-agent to oslo.config and oslo.log  https://review.openstack.org/28082712:26
*** EinstCrazy has joined #openstack-freezer12:27
*** zhangjn has quit IRC12:46
m3m0jith_ then the api is enabled, so the problem must be in freezer-web-ui, is there any horizon error log?12:50
*** zhangjn has joined #openstack-freezer12:54
*** zhangjn has quit IRC14:23
*** zhangjn has joined #openstack-freezer14:33
*** openstackgerrit_ has quit IRC14:43
*** zhangjn has quit IRC14:43
*** zhangjn has joined #openstack-freezer14:49
*** openstackgerrit_ has joined #openstack-freezer15:01
*** reldan has quit IRC15:12
*** reldan has joined #openstack-freezer15:12
*** zhangjn has quit IRC15:24
*** zhangjn has joined #openstack-freezer15:29
*** zhangjn has quit IRC15:36
*** zhangjn has joined #openstack-freezer15:41
*** zhangjn has quit IRC15:54
*** zhangjn has joined #openstack-freezer15:58
*** ddieterl_ has joined #openstack-freezer16:14
*** dschroeder has joined #openstack-freezer16:35
ddieterl_when doing an ssh backup, does the target directory have to exist before the backup?16:50
*** ddieterl_ is now known as ddieterly16:50
ddieterlyi'm seeing failures if the target dir on the ssh host does not exist16:50
ddieterlyhttps://bugs.launchpad.net/freezer/+bug/154675016:51
openstackLaunchpad bug 1546750 in Freezer "Unable to do SSH Backup" [Undecided,New]16:51
*** reldan has quit IRC16:54
*** jonaspf has quit IRC16:59
openstackgerritFabrizio Vanni proposed openstack/freezer: list backups stored in API  https://review.openstack.org/27735217:21
*** reldan has joined #openstack-freezer17:33
*** reldan has quit IRC18:09
*** reldan has joined #openstack-freezer18:14
*** reldan has quit IRC18:23
*** ddieterly has quit IRC18:24
*** reldan has joined #openstack-freezer18:24
*** slashme has quit IRC18:25
*** dmellado has quit IRC18:25
*** dmellado has joined #openstack-freezer18:26
*** SamYaple has quit IRC18:27
*** hparekh has quit IRC18:27
*** m3m0 has quit IRC18:27
*** SamYaple has joined #openstack-freezer18:27
*** slashme has joined #openstack-freezer18:27
*** hparekh has joined #openstack-freezer18:27
*** m3m0 has joined #openstack-freezer18:29
*** EinstCrazy has quit IRC18:56
*** ddieterl_ has joined #openstack-freezer19:34
*** ddieterl_ has quit IRC19:48
*** slashme has quit IRC19:49
*** ddieterl_ has joined #openstack-freezer19:51
*** ddieterl_ has quit IRC20:07
*** ddieterl_ has joined #openstack-freezer20:08
*** reldan has quit IRC20:13
*** reldan has joined #openstack-freezer20:17
*** ddieterl_ has quit IRC21:05
*** reldan has quit IRC21:09
*** ddieterl_ has joined #openstack-freezer21:25
*** reldan has joined #openstack-freezer21:58
*** ddieterl_ has quit IRC23:14
*** reldan has quit IRC23:24
*** reldan has joined #openstack-freezer23:41

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