*** dschroeder has quit IRC | 00:31 | |
*** yangyapeng has joined #openstack-freezer | 01:03 | |
*** yangyapeng has quit IRC | 01:07 | |
*** yangyapeng has joined #openstack-freezer | 01:27 | |
*** EinstCrazy has joined #openstack-freezer | 01:28 | |
*** yangyape_ has joined #openstack-freezer | 01:31 | |
*** EinstCrazy has quit IRC | 01:32 | |
*** yangyap__ has joined #openstack-freezer | 01:33 | |
*** yangyapeng has quit IRC | 01:34 | |
*** EinstCrazy has joined #openstack-freezer | 01:35 | |
*** yangyape_ has quit IRC | 01:36 | |
openstackgerrit | Jin Nan Zhang proposed openstack/freezer-api: change url stackfore to openstack https://review.openstack.org/282139 | 02:45 |
---|---|---|
openstackgerrit | Jin Nan Zhang proposed openstack/freezer-api: change url stackfore to openstack https://review.openstack.org/282139 | 02:54 |
openstackgerrit | Jin Nan Zhang proposed openstack/freezer: incorrect enable plugin url in doc https://review.openstack.org/282204 | 06:40 |
*** EinstCra_ has joined #openstack-freezer | 06:57 | |
*** yangyapeng has joined #openstack-freezer | 06:58 | |
*** yangyap__ has quit IRC | 06:59 | |
*** yangyapeng has quit IRC | 06:59 | |
*** EinstCrazy has quit IRC | 06:59 | |
*** yangyapeng has joined #openstack-freezer | 06:59 | |
openstackgerrit | Jin Nan Zhang proposed openstack/freezer-api: This is incorrect url in example doc and conf https://review.openstack.org/282210 | 07:25 |
*** yangyape_ has joined #openstack-freezer | 07:26 | |
*** yangyapeng has quit IRC | 07:26 | |
*** yangyapeng has joined #openstack-freezer | 07:41 | |
openstackgerrit | Jin Nan Zhang proposed openstack/freezer-web-ui: This is incorrect url in example doc and conf https://review.openstack.org/282215 | 07:41 |
*** yangyape_ has quit IRC | 07:42 | |
openstackgerrit | Einst Crazy proposed openstack/freezer-api: Fix url from stackforge to openstack https://review.openstack.org/265111 | 07:45 |
*** yangyapeng has quit IRC | 07:46 | |
*** EinstCra_ has quit IRC | 07:52 | |
*** zhangjn has quit IRC | 08:23 | |
*** reldan has joined #openstack-freezer | 08:29 | |
*** zhangjn has joined #openstack-freezer | 08:32 | |
*** jith_ has joined #openstack-freezer | 08:43 | |
*** reldan_ has joined #openstack-freezer | 08:46 | |
*** reldan has quit IRC | 08:49 | |
*** reldan_ is now known as reldan | 08:49 | |
*** zhangjn has quit IRC | 09:00 | |
*** zhangjn has joined #openstack-freezer | 09:12 | |
*** reldan has quit IRC | 09:24 | |
*** zhangjn has quit IRC | 09:35 | |
*** zhangjn has joined #openstack-freezer | 09:44 | |
*** zhangjn has quit IRC | 09:46 | |
*** zhangjn has joined #openstack-freezer | 09:55 | |
*** zhangjn has quit IRC | 09:56 | |
*** zhangjn has joined #openstack-freezer | 10: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 master | 10: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-freezer | 10:11 | |
*** zhangjn has quit IRC | 10:13 | |
slashme | Hi jith_ | 10:18 |
slashme | Welcome | 10:18 |
slashme | m3m0: should be able to help you with UI questions. | 10:18 |
slashme | Could you enable horizon debuging (local_settings.py) and give us the error you get when trying to load the page | 10: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-freezer | 10:22 | |
*** zhangjn has quit IRC | 10: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-freezer | 10:27 | |
*** zhangjn has quit IRC | 10:28 | |
m3m0 | jith_: yes, it is recommned it, because we connect with keystone using freezer | 10:33 |
m3m0 | did you succeed in the instalattion? | 10:33 |
m3m0 | can you walk me through the steps you did? | 10:34 |
*** zhangjn has joined #openstack-freezer | 10:34 | |
jith_ | m3m0: thanks sure | 10: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 |
m3m0 | yes, and make sure is installed in the same virtualenv as horizon | 10: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 error | 10: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 |
m3m0 | is horizon running in you devstack as well? | 10:51 |
m3m0 | you can install freezer in the global python then | 10:52 |
m3m0 | but make sure you install it from source | 10:52 |
m3m0 | git clone https://github.com/openstack/freezer | 10:52 |
m3m0 | pip install -e /path/to/freezer/repo | 10:53 |
jith_ | m3m0: thanks | 11:31 |
jith_ | what is for pip install -e /path/to/freezer/repo | 11:32 |
jith_ | ? | 11:32 |
slashme | The path where you cloned the freezer code | 11:34 |
slashme | You could do: | 11:35 |
slashme | cd /tmp/ | 11:35 |
slashme | git clone https://github.com/openstack/freezer | 11:35 |
slashme | cd freezer | 11:35 |
slashme | pip install ./ | 11:35 |
jith_ | slashme: is it not python setup.py install ?? | 11:36 |
jith_ | i did python setup.py install | 11:36 |
jith_ | cd freezer; python setup.py install ; | 11:37 |
slashme | Pip install will also install dependencies from requirements.txt | 11:39 |
slashme | Both solution work | 11:39 |
jith_ | slashme: ok thanks | 11: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 error | 11:42 |
jith_ | For WEB-UI | 11:43 |
jith_ | git clone https://github.com/openstack/freezer-web-ui | 11:43 |
jith_ | cd freezer-web-ui | 11:43 |
jith_ | cp freezer-web-ui/disaster_recovery/enabled/_5050_freezer.py /opt/stack/horizon/openstack_dashboard/enabled/_5050_freezer.py | 11:43 |
jith_ | then restarted apache... then when i try to access horizon.. got 500 internal server error | 11:44 |
*** reldan has quit IRC | 11:47 | |
m3m0 | jith_ freezer-web-ui is a new tab that gets added in horizon, but it dependes heavily on it | 11:49 |
m3m0 | could you provide us with the logs? | 11:49 |
m3m0 | they should be in /opt/stack/logs/horizon* | 11:49 |
m3m0 | is horizon installed in this path? /opt/stack/horizon | 11:50 |
jith_ | m3m0 | 11:51 |
jith_ | yes | 11:51 |
jith_ | sure | 11:51 |
m3m0 | what you could try is to do this: go to freezer-web-ui path and do a python setup.py install | 11:53 |
jith_ | art" | tee "/opt/stack/status/stack/horizon.failure"| echo "horizon failed to st | 11:53 |
jith_ | [1] 15107 | 11:53 |
jith_ | sudo tail -f /var/log/apache2/horizon_error.log | 11: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 |
m3m0 | yep, that's a requirenment you could follow the instructions in here: https://github.com/openstack/freezer-api/blob/master/README.rst#3-api-registration | 11:56 |
m3m0 | maybe that's why is failing, there is no api to connect to | 11: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 wrong | 11:58 |
jith_ | or i have to install seperately as in https://github.com/openstack/freezer-api/blob/master/README.rst#3-api-registration | 11: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 installed | 11:59 |
jith_ | it is the system information: http://paste.openstack.org/show/487559/ | 12:00 |
m3m0 | if you curl http://10.10.15.50:9090 what do you get? | 12:02 |
jith_ | m3m0: Authentication required | 12:03 |
jith_ | i have query: so how could i use freezer now.. how i will schedule a backup??? I have a volume | 12:04 |
jith_ | i have lvm volume to be backed to scift | 12:05 |
jith_ | swit* | 12:05 |
jith_ | ?? | 12:18 |
*** reldan has joined #openstack-freezer | 12:19 | |
openstackgerrit | Saad Zaher proposed openstack/freezer: Switch freezer-agent to oslo.config and oslo.log https://review.openstack.org/280827 | 12:26 |
*** EinstCrazy has joined #openstack-freezer | 12:27 | |
*** zhangjn has quit IRC | 12:46 | |
m3m0 | jith_ 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-freezer | 12:54 | |
*** zhangjn has quit IRC | 14:23 | |
*** zhangjn has joined #openstack-freezer | 14:33 | |
*** openstackgerrit_ has quit IRC | 14:43 | |
*** zhangjn has quit IRC | 14:43 | |
*** zhangjn has joined #openstack-freezer | 14:49 | |
*** openstackgerrit_ has joined #openstack-freezer | 15:01 | |
*** reldan has quit IRC | 15:12 | |
*** reldan has joined #openstack-freezer | 15:12 | |
*** zhangjn has quit IRC | 15:24 | |
*** zhangjn has joined #openstack-freezer | 15:29 | |
*** zhangjn has quit IRC | 15:36 | |
*** zhangjn has joined #openstack-freezer | 15:41 | |
*** zhangjn has quit IRC | 15:54 | |
*** zhangjn has joined #openstack-freezer | 15:58 | |
*** ddieterl_ has joined #openstack-freezer | 16:14 | |
*** dschroeder has joined #openstack-freezer | 16:35 | |
ddieterl_ | when doing an ssh backup, does the target directory have to exist before the backup? | 16:50 |
*** ddieterl_ is now known as ddieterly | 16:50 | |
ddieterly | i'm seeing failures if the target dir on the ssh host does not exist | 16:50 |
ddieterly | https://bugs.launchpad.net/freezer/+bug/1546750 | 16:51 |
openstack | Launchpad bug 1546750 in Freezer "Unable to do SSH Backup" [Undecided,New] | 16:51 |
*** reldan has quit IRC | 16:54 | |
*** jonaspf has quit IRC | 16:59 | |
openstackgerrit | Fabrizio Vanni proposed openstack/freezer: list backups stored in API https://review.openstack.org/277352 | 17:21 |
*** reldan has joined #openstack-freezer | 17:33 | |
*** reldan has quit IRC | 18:09 | |
*** reldan has joined #openstack-freezer | 18:14 | |
*** reldan has quit IRC | 18:23 | |
*** ddieterly has quit IRC | 18:24 | |
*** reldan has joined #openstack-freezer | 18:24 | |
*** slashme has quit IRC | 18:25 | |
*** dmellado has quit IRC | 18:25 | |
*** dmellado has joined #openstack-freezer | 18:26 | |
*** SamYaple has quit IRC | 18:27 | |
*** hparekh has quit IRC | 18:27 | |
*** m3m0 has quit IRC | 18:27 | |
*** SamYaple has joined #openstack-freezer | 18:27 | |
*** slashme has joined #openstack-freezer | 18:27 | |
*** hparekh has joined #openstack-freezer | 18:27 | |
*** m3m0 has joined #openstack-freezer | 18:29 | |
*** EinstCrazy has quit IRC | 18:56 | |
*** ddieterl_ has joined #openstack-freezer | 19:34 | |
*** ddieterl_ has quit IRC | 19:48 | |
*** slashme has quit IRC | 19:49 | |
*** ddieterl_ has joined #openstack-freezer | 19:51 | |
*** ddieterl_ has quit IRC | 20:07 | |
*** ddieterl_ has joined #openstack-freezer | 20:08 | |
*** reldan has quit IRC | 20:13 | |
*** reldan has joined #openstack-freezer | 20:17 | |
*** ddieterl_ has quit IRC | 21:05 | |
*** reldan has quit IRC | 21:09 | |
*** ddieterl_ has joined #openstack-freezer | 21:25 | |
*** reldan has joined #openstack-freezer | 21:58 | |
*** ddieterl_ has quit IRC | 23:14 | |
*** reldan has quit IRC | 23:24 | |
*** reldan has joined #openstack-freezer | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!