Thursday, 2017-07-13

openstackgerritDebo Zhang proposed openstack/freezer-web-ui master: Add attributes "data-display" to clients table row.  https://review.openstack.org/48239901:24
*** jiaopengju has joined #openstack-freezer01:45
*** trinaths has joined #openstack-freezer05:07
*** trinaths1 has joined #openstack-freezer05:08
trinaths1hi05:08
trinaths1szaher: hello05:09
*** trinaths has quit IRC05:12
trinaths1szaher: hi, I'm following this guide install freezer-api in openstack controller node, https://github.com/openstack/freezer/blob/master/doc/source/admin/freezer-api-install.rst05:12
trinaths1szaher: also, using this guide, https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-14-04 I have installed elasticsearch 1.7.505:12
trinaths1szaher: what is the elastic search configuration I need for freezer? please guide me05:12
trinaths1jiaopengju: ping05:26
trinaths1jiaopengju: I get this error when I run freezer-api, http://paste.openstack.org/show/615227/05:27
jiaopengjutrinaths1: I will take a look at it05:27
jiaopengjutrinaths1: do you follow the installation guide?05:30
trinaths1jiaopengju: yes, I followed https://github.com/openstack/freezer/blob/master/doc/source/admin/freezer-api-install.rst05:32
trinaths1jiaopengju: do I need to configure elasticsearch ? I dont see any configuration in devstact installation05:32
jiaopengjutrinaths1: seems not need05:35
trinaths1jiaopengju: okay.05:36
trinaths1jiaopengju: the error is, https://github.com/openstack/freezer/blob/master/doc/source/admin/freezer-api-install.rst05:36
trinaths1ERROR freezer_api.cmd.manage [-] string indices must be integer05:37
jiaopengjuI do not see 'freezer-manage db sync' in this guide05:37
trinaths1Let's initialize database:freezer-db-init [db-host] # usually localhost05:38
trinaths1jiaopengju: okay. I will check again with freezer-db-init05:40
trinaths1jiaopengju: Run Freezer API:freezer-api 0.0.0.005:40
trinaths1jiaopengju: this gives me error. freezer-api: error: unrecognized arguments: 0.0.0.005:40
trinaths1i need to give that as --bind-host ?05:41
jiaopengjutrinaths1: In devstack, freezer-api is started by this ' /usr/bin/uwsgi --ini /etc/freezer/uwsgi.conf'05:44
trinaths1jiaopengju: can I start the same way ?05:49
trinaths1but i dont have uwsgi.conf05:50
jiaopengjuwhat's your freezer version?05:51
trinaths1jiaopengju: I understand that freezer-api is the freeser server and the only controller component. freezer-scheduler and freezer-agent are compute node components. right ?05:52
trinaths1jiaopengju: i'm using stable/newton.05:52
jiaopengjutrinaths1: I agree with you05:53
trinaths1jiaopengju: my controller is stable/mitaka. since there is not mitaka version from freezer, i'm using the next available version05:53
jiaopengjutrinaths1: newton do not use uwsgi05:55
trinaths1jiaopengju: oh ok05:55
jiaopengjutrinaths1: please see this link https://github.com/openstack/freezer-api/blob/stable/newton/README.rst05:57
trinaths1jiaopengju: thank you.. seeing the link06:30
trinaths1jiaopengju: i see 3 components here. Freezer, Freezer-api and Freezer-web-ui. of all these 3 which are required in controller ?06:42
*** electrofelix has joined #openstack-freezer06:57
jiaopengjutrinaths1: Freezer contains freezer-agent and freezer-scheduler. IMO, when you want to backup files or databases, you should install Freezer on the target node. When you want to backup vms or volumes, I think you can install it on the compute node or a single node, because the backup and restore will generate data transmission。06:58
trinaths1jiaopengju: agree. what are the MUST to have controller components from freezer07:00
trinaths1?07:00
jiaopengjutrinaths1: I guess you mean must be installed on the controller node?07:01
jiaopengjutrinaths1: I do not understand what you mean07:02
trinaths1jiaopengju: ok let me reframe it. what are all is need from freezer to be installed in  openstack controller ?07:03
jiaopengjutrinaths1: get it. I think you can install freezer-api on the controller node. If you want to use freezer-web-ui, then installed it too.07:04
trinaths1jiaopengju: nice. this helps me a lot07:06
trinaths1jiaopengju: regarding web-gui, https://github.com/openstack/freezer-web-ui , the instructions are for devstack, is there any steps for manual installation ?07:07
jiaopengjutrinaths1: I don't know.07:09
trinaths1jiaopengju: ok07:09
jiaopengjutrinaths1: you can ask szaher07:10
trinaths1jiaopengju: szaher seems to be away.07:10
jiaopengjutrinaths1: you can ask in the weekly meeting07:13
trinaths1jiaopengju: right. Also with my experience I want to improve the user experience.07:16
trinaths1there by update to user guide.07:16
jiaopengjuyeah07:17
jiaopengjuthe user guide seems out of date, someone is updating or should update it.07:18
trinaths1jiaopengju: I can update it with all my findings.07:18
jiaopengjutrinaths1: cool07:19
trinaths1szaher: ping07:43
trinaths1szaher: ping09:14
*** jiaopengju has quit IRC09:46
trinaths1szaher: ping10:06
*** vnogin has joined #openstack-freezer10:07
trinaths1szaher: ping10:59
szahertrinaths1: Hi11:03
szahertrinaths1: sorry I wasn't here :) and I had some meetings in the morning11:04
szahertrinaths1: Can you take a look at this #link http://paste.openstack.org/show/615243/11:06
szahertrinaths1:  an example of the configurations you can find it here http://logs.openstack.org/47/482147/2/check/gate-osbackup-freezer-dsvm-ubuntu-xenial/6f7a41d/logs/etc/freezer/11:06
trinaths1szaher: the same configuration I have used too11:09
trinaths1szaher: can you help me on install web-ui manually.11:09
trinaths1szaher: egarding web-gui, https://github.com/openstack/freezer-web-ui , the instructions are for devstack, is there any steps for manual installation ?11:10
szahertrinaths1: I think the steps fits manual installation as well but you might need to change the paths11:11
szaherDo you have your cloud up and running ?11:11
trinaths1szaher: yes. I have installed freeer-api and python-freezerclient at the controller end. freezer-api is running good (i guess with its logs). its mitaka controller at production. since we have freezer from Newton, I have taken the newton release to integrated with production controller copy.11:12
szahertrinaths1: hmmm... Ok11:14
szahertrinaths1: Do you have horizon running ?11:14
trinaths1szaher: yes.11:14
szahergit clone https://github.com/openstack/freezer-web-ui11:14
szahercd freezer-web-ui11:14
trinaths1ok11:14
trinaths1done11:15
szahercopy this file to your horizon enabled directory freezer-web-ui/disaster_recovery/enabled/_5050_freezer.py11:15
trinaths1ok11:15
szahercopy it to your PATH/to/horizon/openstack_dashboard/enabled/_5050_freezer.py11:16
trinaths1copied11:16
szaherMake sure You DONOT Copy this file freezer-web-ui/disaster_recovery/enabled/_7050_freezer.py11:16
szaherDo you have horizon installed in virtualenv or what ?11:17
trinaths1yes I have horizon installed in my env'11:17
trinaths1go the Disaster Recovery panel in the left side menu i Horizon11:19
szaherOk, in the same horizon env install freezer-web-ui requirements pip install -r requirements.txt11:19
trinaths1but actions/jobs etc.. links did not work. "Unable to get actions" "Unable to get jobs" .11:19
szahertrinaths1: there should be something in the logs!11:20
trinaths1yes installed the requiremts11:20
szaheror the api having some problem11:20
szahers11:20
trinaths1ok will check this11:22
trinaths1thanks for the help szaher11:22
szahertrinaths1: can you enable debugging and check the logs and paste it here paste.openstack.org11:23
trinaths1szaher: sure. doing now11:24
szahertrinaths1: Let me know how it will go11:24
trinaths1szaher: [Thu Jul 13 05:59:48.311602 2017] [wsgi:error] [pid 9701:tid 139746928084736] ERROR:disaster_recovery.utils:HTTPConnectionPool(host='192.168.0.2', port=9090): Max retries exceeded with url: /v1/jobs/?limit=100&offset=0 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f194c2de550>: Failed to establish a new connection: [Errno 111] Connection refused',))11:27
*** vnogin has quit IRC11:27
trinaths1i get this error in horizon logs when I access JOBS page from horizon11:28
*** trinaths1 has left #openstack-freezer11:36
*** vnogin has joined #openstack-freezer11:39
*** jiaopengju has joined #openstack-freezer12:49
*** jiaopengju has quit IRC12:49
*** catintheroof has joined #openstack-freezer12:56
openstackgerritOpenStack Proposal Bot proposed openstack/freezer-api master: Updated from global requirements  https://review.openstack.org/48335112:59
*** eharney has joined #openstack-freezer13:27
*** jiaopengju has joined #openstack-freezer13:28
szahertrinaths1: How did you configure you endpoints ?13:32
szahercan you curl your freezer endpoint ?13:32
*** jiaopengju has quit IRC13:34
*** jiaopengju has joined #openstack-freezer13:37
*** jiaopeng_ has joined #openstack-freezer13:37
*** jiaopeng_ has quit IRC13:38
*** jiaopengju has quit IRC13:38
*** jiaopengju has joined #openstack-freezer13:39
*** deep-book-gk_ has joined #openstack-freezer13:40
*** deep-book-gk_ has left #openstack-freezer13:40
szaherhello guys14:01
szaherWe won't have a meeting today14:01
szahersorry for the late notice14:01
szahertrinaths1: How did it go with you ?14:01
vnoginszaher: ok :)14:06
jiaopengjuok14:07
*** jiaopengju has quit IRC14:09
openstackgerritOpenStack Proposal Bot proposed openstack/freezer master: Updated from global requirements  https://review.openstack.org/48340714:13
openstackgerritOpenStack Proposal Bot proposed openstack/freezer-api master: Updated from global requirements  https://review.openstack.org/48335114:13
*** vnogin has quit IRC15:53
*** eharney has quit IRC16:23
*** eharney has joined #openstack-freezer16:26
*** electrofelix has quit IRC17:23
openstackgerritChason Chan proposed openstack/freezer master: Update the documentation for doc migration  https://review.openstack.org/48347117:27
openstackgerritChason Chan proposed openstack/freezer master: Update the documentation link for doc migration  https://review.openstack.org/48347117:29
openstackgerritSaad Zaher proposed openstack/freezer-dr master: Refactoring fencers  https://review.openstack.org/48347717:40
*** eharney has quit IRC18:03
openstackgerritSaad Zaher proposed openstack/freezer-dr master: Refactoring fencers  https://review.openstack.org/48347718:23
openstackgerritOpenStack Proposal Bot proposed openstack/freezer master: Updated from global requirements  https://review.openstack.org/48340719:29
openstackgerritSaad Zaher proposed openstack/freezer-dr master: Refactor evacuators  https://review.openstack.org/48352819:38
openstackgerritSaad Zaher proposed openstack/freezer-dr master: Refactoring fencers  https://review.openstack.org/48347719:41
openstackgerritMerged openstack/freezer-api master: Updated from global requirements  https://review.openstack.org/48335120:18
openstackgerritmelissaml proposed openstack/freezer master: Update URLs in documents according to document migration  https://review.openstack.org/48355721:03
openstackgerritmelissaml proposed openstack/freezer master: Update URLs in documents according to document migration  https://review.openstack.org/48355721:24
*** catintheroof has quit IRC23:03

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