openstackgerrit | zhongshengping proposed openstack/puppet-freezer master: Update URLs in documents according to document migration https://review.openstack.org/483623 | 00:51 |
---|---|---|
*** zengchen has joined #openstack-freezer | 01:21 | |
openstackgerrit | melissaml proposed openstack/freezer master: Update URLs in documents according to document migration https://review.openstack.org/483557 | 02:20 |
*** zengchen has quit IRC | 04:35 | |
*** zengchen has joined #openstack-freezer | 04:37 | |
*** jiaopengju has joined #openstack-freezer | 04:50 | |
*** zengchen has quit IRC | 04:58 | |
*** jiaopengju has quit IRC | 05:17 | |
*** trinaths has joined #openstack-freezer | 05:18 | |
trinaths | Hi all, Good Morning | 05:45 |
*** jiaopengju has joined #openstack-freezer | 06:09 | |
*** c00281451 has joined #openstack-freezer | 06:13 | |
trinaths | jiaopengju: Hi | 06:48 |
jiaopengju | trinaths: hi | 06:53 |
trinaths | jiaopengju: when every thing works fine, freezer cli troubles me now, http://paste.openstack.org/show/615353/ | 07:04 |
trinaths | jiaopengju: and here is the openrc http://paste.openstack.org/show/615354/ | 07:05 |
trinaths | jiaopengju: keystone, nova glance and neutron work fine with the openrc but freezer cli throws an exception. do freezer cli require any extra options | 07:06 |
*** c00281451 has quit IRC | 07:07 | |
*** c00281451 has joined #openstack-freezer | 07:08 | |
jiaopengju | trinaths: please excuse this 'env | grep OS_AUTH_URL' to get your auth url | 07:11 |
trinaths | OS_AUTH_URL=http://192.168.0.2:5000/ | 07:13 |
jiaopengju | trinaths: freezer seems do not support keystone v1 | 07:16 |
jiaopengju | Exception: Please provide valid keystone auth url with valid keystone api version to use | 07:17 |
trinaths | jiaopengju: I tried v2.0 | 07:18 |
trinaths | jiaopengju: but the same problem | 07:18 |
trinaths | jiaopengju: http://paste.openstack.org/show/615356/ | 07:19 |
jiaopengju | trinaths: in my devstack environment, the auth_url is like this: OS_AUTH_URL=http://10.254.9.36/identity/v3 and it works well | 07:20 |
trinaths | jiaopengju: my environment is mitaka with freezer newton | 07:21 |
jiaopengju | trinaths: this is wrote in readme.rst 'export OS_AUTH_URL=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0' | 07:23 |
trinaths | all 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('<req | 07:24 |
trinaths | uests.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 9090 | 07:24 |
trinaths | jiaopengju: good news, freezer cli worked. with no errors. just removed trailing '/' from auth_url | 07:36 |
trinaths | jiaopengju: but horizon shows the same error | 07:36 |
trinaths | jiaopengju: http://paste.openstack.org/show/615360/ | 07:48 |
*** trinaths has quit IRC | 07:53 | |
*** c00281451 is now known as zengchen | 07:57 | |
*** trinaths has joined #openstack-freezer | 08:10 | |
*** vnogin has joined #openstack-freezer | 08:17 | |
*** jiaopengju has quit IRC | 08:19 | |
*** vnogin has quit IRC | 08:35 | |
*** electrofelix has joined #openstack-freezer | 08:38 | |
*** vnogin has joined #openstack-freezer | 08:40 | |
*** vnogin has quit IRC | 09:06 | |
*** vnogin has joined #openstack-freezer | 09:07 | |
openstackgerrit | Merged openstack/freezer-dr master: Refactoring fencers https://review.openstack.org/483477 | 09:07 |
openstackgerrit | Merged openstack/freezer-dr master: Refactor evacuators https://review.openstack.org/483528 | 09:07 |
*** vnogin has quit IRC | 09:19 | |
*** vnogin has joined #openstack-freezer | 09:25 | |
*** vnogin has quit IRC | 09:45 | |
*** vnogin has joined #openstack-freezer | 10:04 | |
szaher | trinaths: Hi | 10:08 |
szaher | trinaths: python-freezerclient wasn't really integrated in freezer-scheduler at this time if I remember correctly | 10:08 |
szaher | source your openrc and use freezer-scheduler job-list --all | 10:08 |
trinaths | szaher: hi | 10:09 |
szaher | trinaths: hi | 10:10 |
trinaths | szaher: do I need freezer-scheduler in controller node. | 10:10 |
szaher | freezer-scheduler needs to be installed on all nodes you intend to take backup from it | 10:10 |
trinaths | szaher: agree. But not in the controller node. | 10:10 |
szaher | Do you need to backup anything on your controller node ? | 10:11 |
szaher | do you need to query the api and list all running jobs ? | 10:11 |
trinaths | szaher: oh to list all the running jobs we need freezer-scheduler ? its it the same requirement for horizon and CLI ? | 10:12 |
szaher | trinaths: That was required for old versions of freezer if you're using a new one you will need python-freezerclient | 10:13 |
trinaths | szaher: i'm using newton release. | 10:14 |
trinaths | szaher: for freezer, newton is the initial release right ? | 10:15 |
trinaths | szaher: i'm using python-freezerclient newton release. | 10:16 |
szaher | trinaths: I'm not sure if this was working or not | 10:17 |
trinaths | it 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 NewConnectionError | 10:17 |
trinaths | ('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f5d2b742c90>: Failed to establish a new connection: [Errno 111] Connection refused',)) | 10:17 |
trinaths | 10:17 | |
trinaths | error. | 10:17 |
szaher | trinaths: Look, if you're facing a bug and we can fix it please fill a bug in https://bugs.launchpad.net/freezer | 10:18 |
trinaths | szaher: okay. But this was not the issue with latest devstack setup. This was an issue with maual setup. | 10:19 |
szaher | trinaths: what is the issue with devstack ? | 10:20 |
trinaths | szaher: for all the links, its just "loading....." the screen hangs with the loading gif image widget | 10:22 |
trinaths | szaher: with respect to freezer pages. | 10:22 |
trinaths | for actions like, create. | 10:22 |
trinaths | szaher: but when I create it with CLI, they are seen from Horizon. But cannot create/update the actions/jobs/sessions | 10:23 |
trinaths | szaher: done, raised a bug - https://bugs.launchpad.net/freezer/+bug/1704371 | 10:26 |
openstack | Launchpad 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 |
szaher | trinaths: check my reply https://bugs.launchpad.net/freezer/+bug/1704371 | 10:29 |
openstack | Launchpad 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 |
trinaths | szaher: i dont get any freezer-api errors for this | 10:33 |
szaher | trinaths: The error is the client can't communicate with the api, how can we know the api is working fine ? | 10:50 |
trinaths | szaher: okay. freezer-api is working fine, please find the available logs, http://paste.openstack.org/show/615377/ | 10:57 |
szaher | trinaths: what is the output of "curl http://192.168.0.2:9090" | 11:04 |
trinaths | szaher: connections refused. but freezer-api is running | 11:16 |
szaher | trinaths: Does your freezer-api runs on this ip ? | 11:16 |
trinaths | szaher: I change, root@node-15:~# curl http://192.168.0.3:9090 | 11:16 |
trinaths | Authentication required | 11:16 |
szaher | trinaths: change your endpoints ! | 11:17 |
trinaths | szaher: let me do it and verify once. | 11:17 |
*** trinaths1 has joined #openstack-freezer | 11:31 | |
*** trinaths has quit IRC | 11:35 | |
*** trinaths has joined #openstack-freezer | 11:36 | |
szaher | trinaths: ? | 11:39 |
*** trinaths1 has quit IRC | 11:39 | |
trinaths | szaher: all the services are configured on ip ns 192.168.0.2 | 11:41 |
trinaths | but freezer-api is not running. with that ns ip. debugging the issue. | 11:42 |
*** vnogin has quit IRC | 11:56 | |
*** vnogin_ has joined #openstack-freezer | 12:27 | |
*** vnogin_ has quit IRC | 12:27 | |
*** vnogin_ has joined #openstack-freezer | 12:27 | |
*** vnogin_ has quit IRC | 12:47 | |
*** vnogin has joined #openstack-freezer | 12:49 | |
*** trinaths has left #openstack-freezer | 12:51 | |
*** eharney has joined #openstack-freezer | 13:02 | |
*** szaher has quit IRC | 13:18 | |
*** catintheroof has joined #openstack-freezer | 13:40 | |
*** szaher has joined #openstack-freezer | 14:06 | |
openstackgerrit | Merged openstack/freezer master: Updated from global requirements https://review.openstack.org/483407 | 14:31 |
*** vnogin has quit IRC | 14:55 | |
*** trinaths has joined #openstack-freezer | 15:14 | |
*** vnogin has joined #openstack-freezer | 16:55 | |
*** vnogin has quit IRC | 16:59 | |
*** trinaths has left #openstack-freezer | 17:17 | |
*** electrofelix has quit IRC | 17:37 | |
*** vnogin has joined #openstack-freezer | 17:53 | |
*** vnogin has quit IRC | 18:08 | |
*** catintheroof has quit IRC | 20:01 | |
*** vnogin has joined #openstack-freezer | 20:05 | |
*** vnogin has quit IRC | 20:27 | |
*** vnogin has joined #openstack-freezer | 20:43 | |
*** vnogin has quit IRC | 21:53 | |
*** vnogin has joined #openstack-freezer | 21:57 | |
*** vnogin has quit IRC | 22:36 | |
*** vnogin has joined #openstack-freezer | 22:41 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer master: Updated from global requirements https://review.openstack.org/484063 | 23:01 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-freezerclient master: Updated from global requirements https://review.openstack.org/484070 | 23:11 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!