*** yangyapeng has quit IRC | 00:03 | |
*** jokke_ has quit IRC | 00:16 | |
*** jokke_ has joined #openstack-freezer | 00:16 | |
*** c00281451_ has quit IRC | 00:19 | |
*** c00281451 has joined #openstack-freezer | 00:20 | |
*** c00281451 is now known as chenzeng | 00:51 | |
*** yangyapeng has joined #openstack-freezer | 01:05 | |
*** yangyapeng has quit IRC | 01:07 | |
*** EinstCrazy has joined #openstack-freezer | 01:18 | |
*** reldan has quit IRC | 01:32 | |
*** yangyapeng has joined #openstack-freezer | 01:45 | |
*** EinstCra_ has joined #openstack-freezer | 02:34 | |
*** EinstCrazy has quit IRC | 02:37 | |
*** reldan has joined #openstack-freezer | 08:46 | |
*** reldan has quit IRC | 09:24 | |
*** samuelBartel has joined #openstack-freezer | 09:32 | |
*** kelepirci has joined #openstack-freezer | 09:43 | |
kelepirci | hello all | 09:51 |
---|---|---|
samuelBartel | kelepirci, hello | 10:08 |
*** daemontool has joined #openstack-freezer | 10:14 | |
yangyapeng | hello | 10:19 |
yangyapeng | kelepirci: | 10:19 |
kelepirci | how is everything going on | 10:20 |
kelepirci | I was quite bussy with the open stack project in my company. | 10:21 |
kelepirci | this is ferhat by the way | 10:27 |
*** daemontool has quit IRC | 10:31 | |
*** EinstCra_ has quit IRC | 11:45 | |
*** openstackgerrit has quit IRC | 11:48 | |
*** openstackgerrit has joined #openstack-freezer | 11:49 | |
*** yangyape_ has joined #openstack-freezer | 11:49 | |
*** yangyapeng has quit IRC | 11:53 | |
*** yangyape_ has quit IRC | 11:53 | |
*** yangyapeng has joined #openstack-freezer | 12:57 | |
*** ddieterly has joined #openstack-freezer | 13:40 | |
*** EinstCrazy has joined #openstack-freezer | 13:48 | |
*** ddieterly is now known as ddieterly[away] | 13:53 | |
zhangjn | ping m3m0 | 14:00 |
zhangjn | Have a weekly meeting today? | 14:02 |
*** ddieterly[away] is now known as ddieterly | 14:03 | |
ddieterly | it's st patrick's day in ireland | 14:03 |
ddieterly | maybe that is a holiday | 14:03 |
EinstCrazy | so, there isn't any meeting? | 14:04 |
ddieterly | well, we can have one, but most of the team will probably not be attending | 14:04 |
ddieterly | do we need a meeting? | 14:04 |
ddieterly | i'm fine with skipping it today | 14:05 |
zhangjn | Hi, ddieterly | 14:05 |
zhangjn | I have the problem with freezer-api | 14:05 |
ddieterly | hi | 14:05 |
zhangjn | do you help me? | 14:05 |
ddieterly | i can try, but i'm no expert | 14:05 |
ddieterly | what's the deal? | 14:05 |
ddieterly | er, what's the problem? | 14:06 |
zhangjn | 2016-03-17 14:12:45,786 elasticsearch WARNING GET /freezer/jobs/_search?from=0&size=10 [status:503 request:0.001s] | 14:07 |
zhangjn | 2016-03-17 14:12:45,786 root ERROR search operation failed: TransportError(503, u'SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]') | 14:07 |
ddieterly | that looks like elasticsearch is unhealthy | 14:08 |
kelepirci | <zhangjn> what is the version of your elasticsearch? | 14:08 |
zhangjn | some error when use freezer job-list | 14:08 |
zhangjn | centos-release-7-2.1511.el7.centos.2.10.x86_64 | 14:08 |
kelepirci | your elasticsearch is 2.10 | 14:09 |
kelepirci | you should use 1.7.5 | 14:09 |
kelepirci | that happened me before. | 14:09 |
zhangjn | but I curl elasticsearch is ok | 14:10 |
zhangjn | like curl -G http://192.168.234.12:9200/freezer | 14:11 |
zhangjn | I can change the elasticsearch version to test. | 14:12 |
zhangjn | thx kelepirci | 14:13 |
kelepirci | your problem witll be solved. | 14:13 |
kelepirci | do not forget to delete /var/lib/elasticsearch directory | 14:13 |
kelepirci | before installing 1.7.5 | 14:14 |
zhangjn | good redmine | 14:14 |
samuelBartel | kelepirci, do you know what is the problem with the 2.10 version and freezer? | 14:15 |
zhangjn | try | 14:15 |
zhangjn | I think you can report a bug and fixed it. | 14:15 |
kelepirci | I am not sure about the problem. daemontools suggested me to use 1.7.5 | 14:16 |
kelepirci | I think the api is written in 1.7.5 and it is compatible with it. | 14:16 |
samuelBartel | ok | 14:17 |
kelepirci | and I do not think it is a bug. it is just compatibility issue | 14:17 |
samuelBartel | maybe documentation issue to warn about the elasticsearch version | 14:18 |
zhangjn | yes | 14:19 |
zhangjn | someone knows about freezer tempest test? | 14:22 |
dmellado | do you plan to write a plugin for it? | 14:38 |
dmellado | that'd be quite helpful | 14:38 |
zhangjn | I want to try. | 14:39 |
zhangjn | but I have a little know for that. | 14:40 |
zhangjn | who can help me. | 14:40 |
dmellado | zhangjn: so for that, please check first this | 14:40 |
dmellado | https://github.com/openstack/tempest-plugin-cookiecutter | 14:40 |
zhangjn | kelepirci, thx | 14:40 |
dmellado | that'd grant you the basic 'skel' for a plugin | 14:40 |
dmellado | than I'd also add another env to the tox | 14:41 |
zhangjn | I solve the problem for elasticsearch. | 14:41 |
dmellado | using the global-site-packages, in order to have access to both tempest and freezer | 14:41 |
dmellado | on this plugin, some options would be needed to get parsed to it | 14:41 |
dmellado | so check this as well ;) | 14:42 |
dmellado | http://docs.openstack.org/developer/tempest/plugin.html#creating-a-plugin | 14:42 |
kelepirci | also I will be changing the documentation soon | 14:42 |
dmellado | basically it relies on an added entry point do (os)testr could find the extra tests | 14:42 |
kelepirci | so feature installers will not be effected | 14:43 |
dmellado | althought I'd check if it's possible to have the tests in a separate repo | 14:43 |
dmellado | i.e freezer-tests | 14:43 |
zhangjn | yet | 14:43 |
zhangjn | dmellado, I review this patch about tempest | 14:44 |
zhangjn | https://review.openstack.org/#/c/289443/ | 14:44 |
zhangjn | but I can't understand how to run? | 14:44 |
dmellado | cool, zhangjn | 14:44 |
dmellado | so here | 14:44 |
dmellado | https://review.openstack.org/#/c/289443/3/setup.cfg | 14:45 |
dmellado | they add the nre entry point | 14:45 |
dmellado | zhangjn: I'm commenting there | 14:46 |
zhangjn | thx | 14:47 |
zhangjn | I download this patch and run it. | 14:47 |
dmellado | zhangjn: there | 14:51 |
dmellado | also, I'd check this | 14:54 |
dmellado | http://docs.openstack.org/developer/tempest/plugin.html#notes-for-using-plugins-with-virtualenvs | 14:54 |
zhangjn | I am see some comment with you, how to run this test. | 14:55 |
zhangjn | install tempest and run all tempest? | 14:55 |
dmellado | install tempest | 14:56 |
dmellado | and use the tox -eall --notest | 14:56 |
dmellado | env | 14:56 |
dmellado | in order to expose the plugin to tempest | 14:56 |
dmellado | then if you do a testr list-tests | 14:56 |
dmellado | they should show up | 14:56 |
zhangjn | OK | 14:58 |
zhangjn | I have another question when gate test. | 14:59 |
zhangjn | I think this test just run freezer-test. | 15:00 |
zhangjn | do you think so? | 15:00 |
zhangjn | ./post_test_hook.sh | 15:03 |
zhangjn | this hook in freezer-api just install requirement, this is not test? | 15:04 |
*** yangyapeng has quit IRC | 15:06 | |
*** yangyapeng has joined #openstack-freezer | 15:07 | |
*** dschroeder has joined #openstack-freezer | 15:09 | |
*** yangyape_ has joined #openstack-freezer | 15:13 | |
*** yangyapeng has quit IRC | 15:16 | |
*** EinstCrazy has quit IRC | 15:31 | |
dmellado | mmm not really sure, will have to check the code | 15:34 |
dmellado | I'll take a look later | 15:34 |
kelepirci | I have made some changes to README.rst | 15:48 |
kelepirci | how should I commit this change? | 15:49 |
kelepirci | or where should I commit it? Github or git.openstack.org | 15:49 |
*** samuelBartel has quit IRC | 16:05 | |
*** ddieterly is now known as ddieterly[away] | 16:29 | |
dmellado | kelepirci: freezer uses the same workflow as any openstack project | 16:30 |
dmellado | so please take a look at the dev guide | 16:30 |
kelepirci | ok will do | 16:30 |
dmellado | http://docs.openstack.org/infra/manual/developers.html | 16:30 |
dmellado | you'll have to set up a gerrit account | 16:30 |
dmellado | and after confuring that | 16:30 |
dmellado | just open a topic branch and submit your changes for review under gerrit | 16:31 |
dmellado | kelepirci: ^^ | 16:31 |
*** ddieterly[away] is now known as ddieterly | 16:31 | |
kelepirci | ok. will try | 16:31 |
*** ddieterly is now known as ddieterly[away] | 16:52 | |
*** ddieterly[away] is now known as ddieterly | 16:53 | |
*** ddieterly is now known as ddieterly[away] | 17:02 | |
*** ddieterly[away] has quit IRC | 18:02 | |
*** ddieterly has joined #openstack-freezer | 18:07 | |
*** ddieterly has quit IRC | 18:11 | |
*** reldan has joined #openstack-freezer | 20:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer-api: Updated from global requirements https://review.openstack.org/288699 | 21:18 |
*** reldan has quit IRC | 21:34 | |
*** reldan has joined #openstack-freezer | 21:38 | |
*** dschroeder has quit IRC | 23:09 | |
*** reldan has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!