Wednesday, 2016-09-07

*** yangyapeng has quit IRC00:11
*** ddieterly has quit IRC00:25
*** ddieterly has joined #openstack-freezer00:37
openstackgerritgengchc2 proposed openstack/freezer: Correct freezer reraising of exception  https://review.openstack.org/36086300:55
*** yangyapeng has joined #openstack-freezer01:20
*** zhurong has joined #openstack-freezer01:32
*** ddieterly has quit IRC01:36
*** ddieterly has joined #openstack-freezer01:40
*** EinstCrazy has joined #openstack-freezer01:55
*** EinstCrazy has quit IRC01:58
*** yangyape_ has joined #openstack-freezer02:00
*** yangyapeng has quit IRC02:02
*** yangyapeng has joined #openstack-freezer02:03
*** EinstCrazy has joined #openstack-freezer02:03
*** yangyape_ has quit IRC02:04
*** ddieterly has quit IRC02:06
*** yangyape_ has joined #openstack-freezer02:43
*** yangyapeng has quit IRC02:45
*** Marcellin__ has quit IRC03:57
*** openstackgerrit has quit IRC05:18
*** openstackgerrit has joined #openstack-freezer05:19
*** EinstCrazy has quit IRC05:30
*** EinstCrazy has joined #openstack-freezer05:31
*** EinstCrazy has quit IRC06:06
*** EinstCrazy has joined #openstack-freezer06:10
*** yangyapeng has joined #openstack-freezer06:10
*** yangyap__ has joined #openstack-freezer06:10
*** yangyape_ has quit IRC06:11
*** yangyapeng has quit IRC06:14
*** neilus has joined #openstack-freezer06:31
*** yuval has joined #openstack-freezer06:34
*** lpetrut has joined #openstack-freezer06:48
*** EinstCrazy has quit IRC06:54
*** EinstCrazy has joined #openstack-freezer07:03
*** EinstCrazy has quit IRC07:27
*** EinstCrazy has joined #openstack-freezer07:36
*** lpetrut has quit IRC07:38
*** lpetrut has joined #openstack-freezer07:52
*** EinstCrazy has quit IRC08:03
*** EinstCrazy has joined #openstack-freezer08:12
*** lpetrut has quit IRC08:16
*** openstackgerrit has quit IRC08:34
*** EinstCra_ has joined #openstack-freezer08:34
*** openstackgerrit has joined #openstack-freezer08:34
*** EinstCrazy has quit IRC08:37
*** lpetrut has joined #openstack-freezer08:44
vnoginmorning guys08:53
vnogincould you please tell me which exactly Db tables and schema freezer use?08:53
*** EinstCra_ has quit IRC08:55
*** EinstCrazy has joined #openstack-freezer08:56
m3m0vnogin: in mysql?08:57
m3m0we don't, we use elasticsearch for everything08:57
m3m0we are debating if we move08:57
vnoginm3m0, ok, I see. I'm trying to figure out how to recovery freezer after disaster. As you remember I can't remove duplicated "clients" and also trying to figure out how to do it :)09:00
m3m0vnogin: you have 2 options09:10
m3m0you can use the same client as the ones you already have09:10
m3m0or, use freezer-scheduler -c "your_own_unique_client"09:10
m3m0this will force everything to run under that client id09:11
m3m0vnogin: which version of OpenStack are you using? I just want to know how far we need to backport the client deletion09:25
*** EinstCrazy has quit IRC09:37
*** EinstCrazy has joined #openstack-freezer09:39
vnoginm3m0, sorry :) I'm back. I use OSA - mitaka and newton branches so it seems that you don't need to backport anything :)09:40
vnoginm3m0, btw, how I can get running/using configuration for freezer from elasticsearch?09:42
*** yangyap__ has quit IRC09:43
*** yangyapeng has joined #openstack-freezer09:43
vnoginm3m0, also is there any schema with freezer workflow (something like this for ironic file:///home/vnogin/Downloads/states.svg )09:43
vnoginups, wrong link09:43
vnoginhttp://docs.openstack.org/developer/ironic/_images/states.svg this one09:44
m3m0vnogin: I'm afraid that the only ones we have are here: https://github.com/openstack/freezer#architecture09:45
m3m0don't know if that helps you09:46
m3m0for elasticsearch you need to modify /etc/freezer/freezer-api.conf09:46
vnoginm3m0, thx, I'll double check architecture :) as far as I remember it was not enough for my purposes09:48
m3m0vnogin: freezer in general?09:49
m3m0is there something missing?09:49
vnoginm3m0, yep freezer-api.conf is the config file. However I mean running config - for instance if I run "freezer-scheduler client-list" I see the list of the client - where do we have this list?09:50
m3m0vnogin: I don't think I'm following this, you mean, where those clients are stored?09:51
vnoginm3m0, frankly the following isn't correct from my point of view https://github.com/openstack/freezer/blob/master/specs/Service_Architecture_02.png because freezer API can be used outside cloud instance.09:52
vnoginm3m0, Yep, I mean where do you store information regarding clients and other information :)09:53
m3m0yes, although it still require keystone09:53
*** zhurong has quit IRC10:05
vnoginm3m0, so, where do you store information regarding clients and other information :) ?10:37
m3m0vnogin: everything is stored in Elasticsearch10:42
*** saggi has joined #openstack-freezer10:48
*** yangyapeng has quit IRC11:00
*** ddieterly has joined #openstack-freezer11:06
openstackgerritMerged openstack/freezer: Enable parallel job execution for the scheduler to allow abort signals  https://review.openstack.org/35867711:07
openstackgerritMemo Garcia proposed openstack/freezer-api: Fix client delete does not work  https://review.openstack.org/36668211:15
m3m0vnogin: ^^ :)11:15
*** ddieterly has quit IRC11:28
vnoginm3m0, wow :) checking, tnx11:28
m3m0this, however, will not work with previous stored clients11:35
m3m0we are discussing if we include this in the v2 of the pai11:35
m3m0api11:35
m3m0what do you think?11:35
ralievHi guys! I'am trying to install freezer in devstack (using plugins) but after installation there is no clients in list and I can't execute actions and jobs. What could be the problem here?11:44
*** ddieterly has joined #openstack-freezer11:51
*** zhurong has joined #openstack-freezer11:55
*** Marcellin__ has joined #openstack-freezer11:56
*** EinstCrazy has quit IRC12:21
*** ddieterly has quit IRC12:22
openstackgerritSaad Zaher proposed openstack/freezer-api: Implemented: Installation documentation and API Ref  https://review.openstack.org/36672012:27
szaher_salshme m3m0 https://review.openstack.org/#/c/366720/12:29
*** szaher_ has quit IRC12:30
*** szaher has joined #openstack-freezer12:31
*** zhusz has joined #openstack-freezer12:38
*** zhusz has quit IRC12:39
*** zhusz has joined #openstack-freezer12:39
vnoginm3m0, yep, I see that it doesn't work :) so does it mean that I need to reinstall client as well?12:49
m3m0yes, you may need to use another one with freezer-scheduler -c "new_client_id" or start over after this patch, now I'll fix it the gates12:51
*** zhusz has quit IRC12:51
*** ddieterly has joined #openstack-freezer12:52
m3m0raliev: what happens if you register a client manually?12:53
m3m0and is there any logs about the actions and jobs?12:53
ralievm3m0, if I run 'freezer-scheduler register' then it stuck for some time and exit without any logs and messages12:56
m3m0raliev: proxies maybe?12:57
*** ddieterly has quit IRC12:57
ralievm3m0, I think no, probably firewall, but all installed on a single machine12:59
*** yangyapeng has joined #openstack-freezer13:00
m3m0did you modify /etc/freezer/freezer-api.conf yourself or just let the plugins do everything?13:01
ralievI didn't modify freezer-api.conf manually13:02
m3m0could you check that 1) elasticsearch is running, 2) /etc/freezer/freezer-api.conf is pointing to the right ips?13:04
ralievjust added enable_plugin freezer-api ... enable_plugin freezer ... enable_plugin freezer-web-ui13:05
raliev1. elasticsearch is ok, 2. IPs seems correct, it's local IP, port 909013:06
m3m0raliev: mmm I don't have any idea of what could be happening, I've seen this with proxies, even in the same machine, if you are under proxies you need to set up the no_proxy variable, but if that's not the case13:14
m3m0...13:14
*** StraubTW has joined #openstack-freezer13:20
openstackgerritSaad Zaher proposed openstack/freezer-api: Implemented: Installation documentation and API Ref  https://review.openstack.org/36672013:23
*** zhusz has joined #openstack-freezer13:39
vnoginm3m0, btw, if I want to use freezer for multi node cloud I need to install scheduler and agent to each node, correct? Do I need to configure something (except running freezer-scheduler register)?13:44
m3m0vnogin: yes, install them in each node13:46
m3m0and nothing else should be done besides that13:46
*** ddieterly has joined #openstack-freezer13:49
*** ddieterly has quit IRC13:51
*** ddieterly has joined #openstack-freezer13:51
*** michauds has joined #openstack-freezer13:52
ralievm3m0: after devstack installation everything should work correctly and I don't need to run smth manually, right?13:52
m3m0raliev: as far as I remember, no, you should not, but is weird what you are seeing13:57
openstackgerritMerged openstack/freezer-api: Implemented: Installation documentation and API Ref  https://review.openstack.org/36672013:59
*** zhurong has quit IRC14:02
zhuszddieterly: morning14:06
ddieterlymorning14:06
vnoginm3m0, faced strange behavior. I execute "freezer-scheduler register" - it creates new client, then I execute "freezer-scheduler start" and I see that another client has been created with the same ID. Is it correct behavior or not?14:09
m3m0vnogin: no, this is not the correct behaviour, which version are you using?14:09
vnoginm3m0, master (newton)14:12
vnoginm3m0, I can try to install mitaka14:12
m3m0if you have time, could you let me know if this is happening in mitaka as well?14:12
vnoginmaybe it more stable14:12
vnoginm3m0, sure, will check14:13
*** zhusz has quit IRC14:20
*** raliev has quit IRC14:20
*** EinstCrazy has joined #openstack-freezer14:30
*** raliev has joined #openstack-freezer14:42
*** EinstCrazy has quit IRC15:01
*** yuval has quit IRC15:02
*** EinstCrazy has joined #openstack-freezer15:27
*** ddieterly is now known as ddieterly[away]15:35
*** ddieterly[away] is now known as ddieterly15:38
*** lpetrut has quit IRC15:42
openstackgerritMerged openstack/freezer-web-ui: Updated tox.ini to support new test environment  https://review.openstack.org/35250115:48
openstackgerritRyan Peters proposed openstack/freezer-web-ui: Retry data not being saved by UI  https://review.openstack.org/36441115:56
*** saggi has quit IRC15:59
*** EinstCrazy has quit IRC16:05
*** EinstCrazy has joined #openstack-freezer16:07
openstackgerritMerged openstack/freezer: failed to start freezer-scheduler  https://review.openstack.org/35581816:13
*** EinstCrazy has quit IRC16:16
*** ddieterly is now known as ddieterly[away]16:32
*** ddieterly[away] is now known as ddieterly16:35
openstackgerritMerged openstack/freezer-web-ui: Retry data not being saved by UI  https://review.openstack.org/36441116:40
*** ddieterly is now known as ddieterly[away]16:53
*** lpetrut has joined #openstack-freezer16:54
*** ddieterly[away] is now known as ddieterly17:02
*** ddieterly is now known as ddieterly[away]17:06
*** Marcellin__ has quit IRC17:37
*** ddieterly[away] is now known as ddieterly18:26
*** ddieterly is now known as ddieterly[away]18:35
*** ddieterly[away] is now known as ddieterly18:41
*** StraubTW has left #openstack-freezer19:03
*** lpetrut has quit IRC19:04
*** clenimar has quit IRC19:10
*** ddieterly is now known as ddieterly[away]19:21
*** ddieterly[away] is now known as ddieterly19:44
*** lpetrut has joined #openstack-freezer19:45
*** lpetrut has quit IRC19:50
*** lpetrut has joined #openstack-freezer20:00
*** openstackgerrit has quit IRC20:04
*** openstackgerrit has joined #openstack-freezer20:05
*** lpetrut has quit IRC20:29
*** michauds has quit IRC20:43
*** lpetrut has joined #openstack-freezer21:30
*** lpetrut has quit IRC22:19
*** ddieterly is now known as ddieterly[away]22:50
*** ddieterly[away] has quit IRC22:50
*** zhurong has joined #openstack-freezer23:49

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