Friday, 2017-07-14

openstackgerritzhongshengping proposed openstack/puppet-freezer master: Update URLs in documents according to document migration  https://review.openstack.org/48362300:51
*** zengchen has joined #openstack-freezer01:21
openstackgerritmelissaml proposed openstack/freezer master: Update URLs in documents according to document migration  https://review.openstack.org/48355702:20
*** zengchen has quit IRC04:35
*** zengchen has joined #openstack-freezer04:37
*** jiaopengju has joined #openstack-freezer04:50
*** zengchen has quit IRC04:58
*** jiaopengju has quit IRC05:17
*** trinaths has joined #openstack-freezer05:18
trinathsHi all, Good Morning05:45
*** jiaopengju has joined #openstack-freezer06:09
*** c00281451 has joined #openstack-freezer06:13
trinathsjiaopengju: Hi06:48
jiaopengjutrinaths: hi06:53
trinathsjiaopengju: when every thing works fine, freezer cli troubles me now, http://paste.openstack.org/show/615353/07:04
trinathsjiaopengju: and here is the openrc http://paste.openstack.org/show/615354/07:05
trinathsjiaopengju: keystone, nova glance and neutron work fine with the openrc but freezer cli throws an exception. do freezer cli require any extra options07:06
*** c00281451 has quit IRC07:07
*** c00281451 has joined #openstack-freezer07:08
jiaopengjutrinaths: please excuse this 'env | grep OS_AUTH_URL' to get your auth url07:11
trinathsOS_AUTH_URL=http://192.168.0.2:5000/07:13
jiaopengjutrinaths: freezer seems do not support keystone v107:16
jiaopengjuException: Please provide valid keystone auth url with valid keystone api version to use07:17
trinathsjiaopengju: I tried v2.007:18
trinathsjiaopengju: but the same problem07:18
trinathsjiaopengju: http://paste.openstack.org/show/615356/07:19
jiaopengjutrinaths: in my devstack environment, the auth_url is like this: OS_AUTH_URL=http://10.254.9.36/identity/v3 and it works well07:20
trinathsjiaopengju: my environment is mitaka with freezer newton07:21
jiaopengjutrinaths: this is wrote in readme.rst 'export OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'07:23
trinathsall the other services cli works good. except freezer. also yesterday with the help of szaher i have enabled freezer horiszon. but when I access the pages, I get the error, [Fri Jul 14 01:53:40.016688 2017] [wsgi:error] [pid 9702:tid 139746995226368] ERROR:disaster_recovery.utils:HTTPConnectionPool(host='192.168.0.2', port=9090): Max retries exceeded with url: /v1/actions/?limit=500&offset=0 (Caused by NewConnectionError('<req07:24
trinathsuests.packages.urllib3.connection.HTTPConnection object at 0x7f194c2bedd0>: Failed to establish a new connection: [Errno 111] Connection refused',)). freezer-api is running on hast 192.168.0.2 port 909007:24
trinathsjiaopengju: good news, freezer cli worked. with no errors. just removed trailing '/' from auth_url07:36
trinathsjiaopengju: but horizon shows the same error07:36
trinathsjiaopengju: http://paste.openstack.org/show/615360/07:48
*** trinaths has quit IRC07:53
*** c00281451 is now known as zengchen07:57
*** trinaths has joined #openstack-freezer08:10
*** vnogin has joined #openstack-freezer08:17
*** jiaopengju has quit IRC08:19
*** vnogin has quit IRC08:35
*** electrofelix has joined #openstack-freezer08:38
*** vnogin has joined #openstack-freezer08:40
*** vnogin has quit IRC09:06
*** vnogin has joined #openstack-freezer09:07
openstackgerritMerged openstack/freezer-dr master: Refactoring fencers  https://review.openstack.org/48347709:07
openstackgerritMerged openstack/freezer-dr master: Refactor evacuators  https://review.openstack.org/48352809:07
*** vnogin has quit IRC09:19
*** vnogin has joined #openstack-freezer09:25
*** vnogin has quit IRC09:45
*** vnogin has joined #openstack-freezer10:04
szahertrinaths: Hi10:08
szahertrinaths: python-freezerclient wasn't really integrated in freezer-scheduler at this time if I remember correctly10:08
szahersource your openrc and use freezer-scheduler job-list --all10:08
trinathsszaher: hi10:09
szahertrinaths: hi10:10
trinathsszaher: do I need freezer-scheduler in controller node.10:10
szaherfreezer-scheduler needs to be installed on all nodes you intend to take backup from it10:10
trinathsszaher: agree. But not in the controller node.10:10
szaherDo you need to backup anything on your controller node ?10:11
szaherdo you need to query the api and list all running jobs ?10:11
trinathsszaher: oh to list all the running jobs we need freezer-scheduler ? its it the same requirement for horizon and CLI ?10:12
szahertrinaths: That was required for old versions of freezer if you're using a new one you will need python-freezerclient10:13
trinathsszaher: i'm using newton release.10:14
trinathsszaher: for freezer, newton is the initial release right ?10:15
trinathsszaher: i'm using python-freezerclient newton release.10:16
szahertrinaths: I'm not sure if this was working or not10:17
trinathsit looks like my cli is working fine. But Horizon integration is a big issue. I'm able to see the 'Disaster Recovery' menu in the left bar, but access to pages gives me          [Fri Jul 14 04:41:44.850141 2017] [wsgi:error] [pid 11971:tid 140038482122496] ERROR:disaster_recovery.utils:HTTPConnectionPool(host='192.168.0.2', port=9090): Max retries exceeded with url: /v1/backups/?limit=500&offset=0 (Caused by NewConnectionError10:17
trinaths('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f5d2b742c90>: Failed to establish a new connection: [Errno 111] Connection refused',))10:17
trinaths10:17
trinathserror.10:17
szahertrinaths: Look, if you're facing a bug and we can fix it please fill a bug in https://bugs.launchpad.net/freezer10:18
trinathsszaher: okay. But this was not the issue with latest devstack setup. This was an issue with maual setup.10:19
szahertrinaths: what is the issue with devstack ?10:20
trinathsszaher: for all the links, its just "loading....." the screen hangs with the loading gif image widget10:22
trinathsszaher: with respect to freezer pages.10:22
trinathsfor actions like, create.10:22
trinathsszaher: but when I create it with CLI, they are seen from Horizon. But cannot create/update the actions/jobs/sessions10:23
trinathsszaher: done, raised a bug - https://bugs.launchpad.net/freezer/+bug/170437110:26
openstackLaunchpad bug 1704371 in OpenStack Backup/Restore and DR (Freezer) "Manual installation of freezer-web-ui throws exception while accessing Freezer pages" [Undecided,New]10:26
szahertrinaths: check my reply https://bugs.launchpad.net/freezer/+bug/170437110:29
openstackLaunchpad bug 1704371 in OpenStack Backup/Restore and DR (Freezer) "Manual installation of freezer-web-ui throws exception while accessing Freezer pages" [Undecided,New]10:29
trinathsszaher: i dont get any freezer-api errors for this10:33
szahertrinaths: The error is the client can't communicate with the api, how can we know the api is working fine ?10:50
trinathsszaher: okay. freezer-api is working fine, please find the available logs, http://paste.openstack.org/show/615377/10:57
szahertrinaths: what is the output of "curl http://192.168.0.2:9090"11:04
trinathsszaher: connections refused. but freezer-api is running11:16
szahertrinaths: Does your freezer-api runs on this ip ?11:16
trinathsszaher: I change, root@node-15:~# curl http://192.168.0.3:909011:16
trinathsAuthentication required11:16
szahertrinaths: change your endpoints !11:17
trinathsszaher: let me do it and verify once.11:17
*** trinaths1 has joined #openstack-freezer11:31
*** trinaths has quit IRC11:35
*** trinaths has joined #openstack-freezer11:36
szahertrinaths: ?11:39
*** trinaths1 has quit IRC11:39
trinathsszaher: all the services are configured on ip ns 192.168.0.211:41
trinathsbut freezer-api is not running. with that ns ip. debugging the issue.11:42
*** vnogin has quit IRC11:56
*** vnogin_ has joined #openstack-freezer12:27
*** vnogin_ has quit IRC12:27
*** vnogin_ has joined #openstack-freezer12:27
*** vnogin_ has quit IRC12:47
*** vnogin has joined #openstack-freezer12:49
*** trinaths has left #openstack-freezer12:51
*** eharney has joined #openstack-freezer13:02
*** szaher has quit IRC13:18
*** catintheroof has joined #openstack-freezer13:40
*** szaher has joined #openstack-freezer14:06
openstackgerritMerged openstack/freezer master: Updated from global requirements  https://review.openstack.org/48340714:31
*** vnogin has quit IRC14:55
*** trinaths has joined #openstack-freezer15:14
*** vnogin has joined #openstack-freezer16:55
*** vnogin has quit IRC16:59
*** trinaths has left #openstack-freezer17:17
*** electrofelix has quit IRC17:37
*** vnogin has joined #openstack-freezer17:53
*** vnogin has quit IRC18:08
*** catintheroof has quit IRC20:01
*** vnogin has joined #openstack-freezer20:05
*** vnogin has quit IRC20:27
*** vnogin has joined #openstack-freezer20:43
*** vnogin has quit IRC21:53
*** vnogin has joined #openstack-freezer21:57
*** vnogin has quit IRC22:36
*** vnogin has joined #openstack-freezer22:41
openstackgerritOpenStack Proposal Bot proposed openstack/freezer master: Updated from global requirements  https://review.openstack.org/48406323:01
openstackgerritOpenStack Proposal Bot proposed openstack/python-freezerclient master: Updated from global requirements  https://review.openstack.org/48407023:11

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