*** yangyapeng has quit IRC | 00:08 | |
*** dschroeder has quit IRC | 00:43 | |
*** reldan has quit IRC | 00:49 | |
*** ddieterly has joined #openstack-freezer | 00:55 | |
*** ddieterl_ has joined #openstack-freezer | 00:56 | |
*** ddieterly has quit IRC | 01:00 | |
*** reldan has joined #openstack-freezer | 01:06 | |
zhangjn | who can add workflow this review:https://review.openstack.org/#/c/287935/ | 01:06 |
---|---|---|
*** yangyapeng has joined #openstack-freezer | 01:11 | |
*** yangyapeng has quit IRC | 01:17 | |
*** EinstCrazy has joined #openstack-freezer | 01:27 | |
*** reldan has quit IRC | 01:51 | |
*** yangyapeng has joined #openstack-freezer | 03:50 | |
*** yangyape_ has joined #openstack-freezer | 04:27 | |
*** openstack has joined #openstack-freezer | 14:09 | |
m3m0 | let me try to recreate that environment because you are not reaching the api somehow | 14:19 |
*** jonaspf__ has quit IRC | 14:19 | |
daemontool_ | reldan, I'm testing https://review.openstack.org/#/c/288416/ | 14:20 |
reldan | daemontool_: Thank you! | 14:20 |
ferhat | possible | 14:21 |
ferhat | you mean horizon can not reach the api some how | 14:21 |
m3m0 | yes | 14:22 |
ferhat | urllib3.connectionpool INFO Resetting dropped connection: 176.53.75.4 | 14:22 |
ferhat | I think you are correct | 14:22 |
*** openstackgerrit_ has quit IRC | 14:36 | |
*** openstackgerrit_ has joined #openstack-freezer | 14:38 | |
*** ddieterly has joined #openstack-freezer | 14:38 | |
ferhat | m3m0 | 14:39 |
m3m0 | did you find a way to reach the api from your horizon env? | 14:44 |
ferhat | I did. | 14:46 |
ferhat | I have change FREEZER_API_URL = 'http://192.168.0.4:9090' | 14:46 |
ferhat | this is local ip | 14:46 |
ferhat | it works. | 14:46 |
m3m0 | nice :) | 14:47 |
ferhat | but this time clients will not able to reach the api | 14:47 |
ferhat | I mean freezer-schedular | 14:47 |
ferhat | is there any way to start the api service for all ips | 14:47 |
m3m0 | did you change the OS_BACKUP_URL? | 14:47 |
ferhat | I have not got such env | 14:48 |
*** ddieterly has quit IRC | 14:49 | |
ferhat | ok I have solved all my problems with starting freezer-api with "freezer-api 0.0.0.0" | 14:50 |
*** ddieterly has joined #openstack-freezer | 14:52 | |
*** ddieterly has quit IRC | 14:53 | |
m3m0 | you were running it as 127.0.0.1 ? | 14:54 |
ferhat | no if I run as 127.0.0.1 than it wont work on public | 14:56 |
ferhat | if run as 0.0.0.0 than it works like charm | 14:56 |
ferhat | but now I do not know how to add clients | 14:56 |
ferhat | root ERROR index operation failed TransportError(400, u'action_request_validation_exception', u'Validation Failed: 1: illegal version value [0] for version type [INTERNAL];') | 15:00 |
ferhat | now I got this error | 15:00 |
m3m0 | ok, in order to add clients you have to do it through the scheduler | 15:01 |
m3m0 | freezer-scheduler register | 15:01 |
m3m0 | that error where is it from? | 15:02 |
ferhat | that is from freezer-api | 15:03 |
ferhat | I think it is about elastisearch | 15:03 |
ferhat | I am using elastisearch 2.2.0 | 15:03 |
m3m0 | could you try downgrading to 1.7.5 | 15:05 |
ferhat | ok. I had a cluster setup :D for ha. but I will download and install 1.7.5 | 15:06 |
m3m0 | the problem with elasticsearch 2.x.x is that is only accessible through localhost | 15:09 |
ferhat | that is strange | 15:09 |
m3m0 | but if can downgrade you should be fine | 15:09 |
m3m0 | not really | 15:09 |
m3m0 | elasticsearch lacks of security out of the box | 15:10 |
m3m0 | as far as I know but I might be wrong :) | 15:10 |
ferhat | if I use 2.2.0 and point to localhost. will that work? | 15:10 |
m3m0 | I think in order to work you'll need the api and elasticsearch to be in the same machine or cluster | 15:11 |
m3m0 | but vannif_ is the elasticsearch guy | 15:11 |
ferhat | yes the master server is with api | 15:12 |
daemontool_ | ferhat, https://github.com/openstack/freezer-api/blob/master/etc/freezer-api.conf#L52 | 15:12 |
ferhat | I will try | 15:12 |
daemontool_ | what do you have in that setting | 15:12 |
daemontool_ | in your env? | 15:12 |
ferhat | I have public ip in my env | 15:14 |
daemontool_ | ok | 15:16 |
daemontool_ | can you execute requests to that public_ip:9200 ? | 15:16 |
daemontool_ | like with curl | 15:16 |
daemontool_ | just to see if es is allright | 15:16 |
daemontool_ | did you already tried that? | 15:17 |
ferhat | I tried the localhost one | 15:17 |
ferhat | but now getting following error | 15:17 |
ferhat | I think I need to install 1.7.5 | 15:17 |
ferhat | root ERROR search operation failed: TransportError(503, u'search_phase_execution_exception') | 15:17 |
m3m0 | did you execute freezer-db-init ? | 15:18 |
daemontool_ | ferhat, ok, but can you execute requests to elasticsearch | 15:18 |
ferhat | I did | 15:19 |
daemontool_ | independently from freezer? | 15:19 |
m3m0 | then try to downgrade | 15:19 |
ferhat | yes I can | 15:19 |
daemontool_ | ok | 15:19 |
daemontool_ | can you see the freezer related documents in es? | 15:19 |
daemontool_ | to make sure they have been created? | 15:19 |
reldan | Guys, let’s merge my beautiful refactoring https://review.openstack.org/#/c/288416/ :) | 15:29 |
*** vannif_ has quit IRC | 15:31 | |
*** yangyapeng has joined #openstack-freezer | 15:38 | |
*** yangyapeng has quit IRC | 15:39 | |
ferhat | now I am getting this error | 15:41 |
ferhat | elasticsearch WARNING GET /freezer/jobs/_search?from=0&size=100 [status:503 request:0.005s] | 15:41 |
ferhat | it is related to elastisearch | 15:41 |
ferhat | All shards failed for phase: [query] org.elasticsearch.action.NoShardAvailableActionException: [freezer][4] null | 15:45 |
*** dschroeder has joined #openstack-freezer | 15:54 | |
*** daemontool__ has joined #openstack-freezer | 16:30 | |
*** daemontool_ has quit IRC | 16:34 | |
daemontool__ | /nick daemontool | 16:34 |
*** daemontool__ is now known as daemontool | 16:34 | |
slashme | daemontool: I prepairing a batch of backports to liberty. They all fail like this one https://review.openstack.org/288540 | 16:41 |
slashme | Any idea ? | 16:41 |
daemontool | probably because of this | 16:42 |
daemontool | 2016-03-04 16:15:40.778 | 2016-03-04 16:15:40.733 | bash: line 0: cd: /opt/stack/new/freezer-api/freezer_api/tests/: No such file or directory | 16:42 |
daemontool | 2016-03-04 16:15:40.779 | 2016-03-04 16:15:40.735 | + ./post_test_hook.sh | 16:42 |
daemontool | 2016-03-04 16:15:40.779 | 2016-03-04 16:15:40.736 | bash: line 1: ./post_test_hook.sh: No such file or directory | 16:42 |
daemontool | I think we need to backport this change to liberty on the api | 16:44 |
daemontool | https://review.openstack.org/#/c/260950/ | 16:44 |
*** reldan has quit IRC | 16:58 | |
slashme | Okay. I testing that | 17:09 |
daemontool | I think we have to backport that doing some modification | 17:13 |
daemontool | as it generate conflicts from the web ui | 17:13 |
m3m0 | ferhat: you need to set the replicas to 0 or 1 (I use 0 for development) | 17:16 |
slashme | I always do backports manualy | 17:16 |
daemontool | jith_, could you move forward with that unicode bug? | 17:27 |
daemontool | we are going to have the same problem with kilo, I think we need to create a dsvm gate job for master | 17:31 |
*** daemontool_ has joined #openstack-freezer | 17:37 | |
*** daemontool has quit IRC | 17:41 | |
*** vannif has joined #openstack-freezer | 17:52 | |
*** vannif has quit IRC | 18:02 | |
slashme | daemontool_: red, red, red https://review.openstack.org/#/c/288593/ | 18:16 |
*** fabriziof has quit IRC | 18:29 | |
*** yangyapeng has joined #openstack-freezer | 18:40 | |
*** yangyapeng has quit IRC | 18:45 | |
*** ddieterly has joined #openstack-freezer | 19:07 | |
openstackgerrit | Fabrizio Vanni proposed openstack/freezer: list backups stored in API https://review.openstack.org/277352 | 19:21 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer: Updated from global requirements https://review.openstack.org/288697 | 19:35 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer-api: Updated from global requirements https://review.openstack.org/288699 | 19:35 |
openstackgerrit | Fabrizio Vanni proposed openstack/freezer: enable output of metadata to a file https://review.openstack.org/284629 | 19:46 |
*** ddieterly_ has joined #openstack-freezer | 19:50 | |
*** ddieterly has quit IRC | 19:57 | |
*** ddieterly has joined #openstack-freezer | 20:01 | |
*** ddieterly has quit IRC | 20:18 | |
*** ddieterly has joined #openstack-freezer | 20:18 | |
*** ddieterly has quit IRC | 20:23 | |
*** ddieterly has joined #openstack-freezer | 20:36 | |
*** ddieterly has quit IRC | 20:46 | |
*** ddieterly has joined #openstack-freezer | 20:47 | |
*** ddieterly has quit IRC | 20:52 | |
*** ddieterly has joined #openstack-freezer | 20:52 | |
*** ddieterly has quit IRC | 21:53 | |
*** ddieterly has joined #openstack-freezer | 22:07 | |
*** ddieterly_ has quit IRC | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!