Monday, 2018-05-14

*** chkumar|off has quit IRC05:32
*** kopecmartin has joined #refstack06:23
*** tosky has joined #refstack07:37
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127308:24
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127309:22
*** chandankumar has joined #refstack10:06
chandankumararxcruz: Hello10:06
chandankumararxcruz: I left a comment here https://review.openstack.org/#/c/567820/ please have a look10:06
chandankumararxcruz: I am using your patch as a depends -on refstack patch https://review.openstack.org/#/c/541273/10:07
arxcruzchandankumar: regarding https://review.openstack.org/#/c/567820/ my concern was when people run it outside the environment, it was failing10:11
arxcruzchandankumar: because img_dir default is just etc10:12
chandankumararxcruz: in refstack, we are running from outside the env, where there is no tempest workspace10:12
arxcruzso it gets in tempestconf code the $workspace ($home) and the etc10:12
arxcruzso it's /home/user/etc10:12
arxcruzand it fails to download the image because /home/user/etc doesn't exist10:12
kopecmartinchandankumar, you're cherypicking my patch, but it seems, you also need arxcruz's changes, right? so I'll make my patch dependent on arxcruz's patches10:26
kopecmartinif i get it right, it should solve the issue10:26
arxcruzyeah, i'm reviewing the code, and image_path should always have a value10:27
arxcruzhttps://review.openstack.org/#/c/562672/11/config_tempest/main.py line 34510:27
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: [DNM] Allow image creation by default for all users  https://review.openstack.org/56825210:28
arxcruzchandankumar: i think this will fail10:32
chandankumararxcruz: which one?10:32
chandankumararxcruz: DNM one?10:32
arxcruzyou're removing an option from a function/method but not updating the other code that calls set_image_preferences10:32
arxcruzchandankumar: yup10:32
chandankumararxcruz: yup sorry10:33
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127310:34
arxcruzchandankumar: i'll not forgive you :P10:34
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: [DNM] Allow image creation by default for all users  https://review.openstack.org/56825210:40
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127310:42
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: [DNM] Allow image creation by default for all users  https://review.openstack.org/56825210:55
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127310:56
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: [DNM] Allow image creation by default for all users  https://review.openstack.org/56825211:39
kopecmartinchandankumar, tosky, arxcruz , check the warning here https://docs.openstack.org/os-client-config/latest/index.html12:24
kopecmartindoes it mean we should switch to the other module?12:24
toskykopecmartin: will have, probably not "right now"12:29
toskyas usual, we should check various things: stability of the new API (since which version), version supported, etc12:30
kopecmartintosky, ok, so should i create a card in our backlog to remember this?12:32
toskykopecmartin: probably yes, especially if by "card" you mean "story on storyboard"12:34
openstackgerritChandan Kumar proposed openstack/python-tempestconf master: [DNM] Allow image creation by default for all users  https://review.openstack.org/56825212:41
toskychandankumar: ^^ isn't it a copy of two other patches?12:46
chandankumartosky: yup12:46
chandankumartosky: too many dependent patches for making it working, I am merged two patches in my one patch12:46
chandankumartosky: once things will work on refstack side, I will bring it back to normal12:46
toskychandankumar: I disagree with the fact that it can't work with tons of dependent patches - it can12:49
toskybut *shrugs*12:49
kopecmartintosky, chandankumar arxcruz these two tests are more failing then passing which blocks reviews.. can we blacklist them?  https://paste.fedoraproject.org/paste/Vlxoe~GR-T8uBXHrqTAsCQ12:58
toskykopecmartin: it seems a timeout issue; can you try to reduce the concurrency to 1?12:59
kopecmartintosky, we can try that, I'll send a review13:01
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Reduce concurrency  https://review.openstack.org/56828613:04
*** rmart04 has joined #refstack13:20
kopecmartinchandankumar, I found a bug, i know why it fails on image_path, it's in my patch13:51
chandankumarkopecmartin: it is not taking defult13:52
chandankumarimage name13:52
kopecmartinchandankumar, yes :/ , it seems None is not always None13:52
kopecmartinhttps://paste.fedoraproject.org/paste/26qBLjogP7iMWyPo~YuHQA13:52
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127313:53
chandankumartosky: does the microversion should also be sett by tempestconf tool?14:00
toskychandankumar: I have no idea; can the python client discover the microversion? What are the guidelines followed by each upstream project which uses microversions?14:10
kopecmartinchandankumar, be aware, regarding your patch, if you specify an argument , the value you specify will be used, if you specify image_name to None, image_name is None .. so if you want to have default value, don't pass the argument at all14:12
chandankumartosky: for compute for each api version changes tempest tests are added14:13
chandankumartosky: https://docs.openstack.org/tempest/latest/microversion_testing.html#microversion-tests-implemented-in-tempest14:14
toskychandankumar: those are the microversioning implemented, but then, what are the existing tests doing? Hardcoding the version used?14:16
kopecmartintosky, setting concurrency to 1 didn't help :/ http://logs.openstack.org/86/568286/1/check/python-tempestconf-tempest-packstack-demo/f6b114f/job-output.txt.gz14:33
toskykopecmartin: could it be a real bug?14:33
kopecmartintosky, no idea, checking launchpad14:34
toskyand it is failing on packstack only, right?14:34
kopecmartintosky, yes, i think so14:35
toskyis it there some timeout that can be tuned?14:36
toskykopecmartin: stupid question: what is the status of ceilometer on both devstack and packstack deployments?14:38
toskywe may be a bit strict with resources14:38
* kopecmartin checking14:38
kopecmartinaccording to tempest.conf generated on packstack environment, ceilometer is Enabled14:39
toskyand on devstack?14:39
toskyit may be not be a problem on ceilometer itself, but it could be an issue with the resources on 8GiB14:40
kopecmartinthere it's false14:40
kopecmartinnot enabled14:40
kopecmartinok, let's turn it off on packstack14:41
kopecmartintosky, https://review.openstack.org/#/c/568306/14:48
toskykopecmartin: I guess we need a dependent patch to check14:49
kopecmartinworking on that14:50
toskykopecmartin: for example, the patch which reduces the concurrency could be retargeted14:50
toskyinstead of creating a new one14:50
toskypatch recycling :)14:50
kopecmartintosky, yeah .. if i'm not mistaken, I just need to add  depends-on to commit message, right?14:51
toskykopecmartin: yes14:51
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Reduce concurrency  https://review.openstack.org/56828614:52
openstackgerritMartin Kopec proposed openstack/python-tempestconf master: Make tempestconf easier to use as an library  https://review.openstack.org/56267214:52
toskykopecmartin: you could also take https://review.openstack.org/568286 and restore the concurrency, and change something not so important somewhere else14:56
chandankumartosky: I will find the more details tomorrow related to microversion and let you now14:58
openstackgerritChandan Kumar proposed openstack/refstack-client master: Generate tempest.conf automatically using refstack-client  https://review.openstack.org/54127315:14
*** kopecmartin has quit IRC16:11
*** rmart04 has quit IRC16:33
*** tosky has quit IRC17:30
*** tosky has joined #refstack17:34
openstackgerritLuz Cazares proposed openstack/refstack-client master: Remove usage of tempest install_venv scripts  https://review.openstack.org/56408018:14
*** Guest16323 is now known as mgagne18:40
*** mgagne has joined #refstack18:40
*** markvoelker_ has joined #refstack18:42
*** markvoelker has quit IRC18:43
*** markvoelker has joined #refstack18:49
*** markvoelker_ has quit IRC18:50
*** tosky has quit IRC23:52

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