Tuesday, 2016-04-19

mtreinishflwang: so what I would try is dropping all of that from the gate hook (including the run_tempest_tests hook)00:00
mtreinishthen adding the call to run tempest to the job definition: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/zaqar.yaml#L10900:00
mtreinishreplace that line with: export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=100:01
mtreinishand: export DEVSTACK_GATE_TEMPEST_REGEX='zaqar'00:01
flwangmtreinish: but how can know if it works or not?00:01
mtreinishoh and: DEVSTACK_GATE_TEMPEST=100:01
flwangjust run the shell?00:01
mtreinishflwang: unfortunately it's not self testing like any config change00:01
mtreinishflwang: if you have a blank vm you can test it that way00:02
flwangmtreinish: ok, got thanks00:02
mtreinishflwang: what those suggestions I made do is tell devstack-gate to run tempest after it runs devstack (and devstack will configure devstack) and run tempest with the all-plugins tox target (which uses system site-packages to pull in system install plugins) and use a test selection regex to only run tests with zaqar in the name00:04
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix rest_client's expected_success for non int status  https://review.openstack.org/30691900:06
gmannmtreinish: oomichi : updated commit msg - https://review.openstack.org/#/c/306919/00:07
openstackgerritMerged openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/30693200:12
oomichigmann: one comment on that00:12
oomichigmann: can you see it?00:12
*** dave-mccowan has joined #openstack-qa00:14
*** mylu has joined #openstack-qa00:15
openstackgerritHongbin Lu proposed openstack-dev/devstack: Support decompressing bz2 image  https://review.openstack.org/30684200:16
*** skroni has joined #openstack-qa00:18
*** ddieterly has joined #openstack-qa00:19
openstackgerritMasayuki Igawa proposed openstack/qa-specs: Move tempest-cli-improvements to implemented  https://review.openstack.org/30698500:20
gmannoomichi: i see, we can do that but if we convert to int internally then should we do for expected_code also? in case expected_code is string('202') or list of string(['200', '202']) this method through assert error00:25
gmannoomichi: as we mention those param as int in doc string, should not we fail instead of internal conversion00:26
gmannoomichi: but i do not have much strong opinion on that, i can convert to int if you like00:26
oomichigmann: OK, it is nice to avoid complex situation for future. +200:27
*** mtanino_ has joined #openstack-qa00:28
gmannoomichi: ok00:28
*** mtanino has quit IRC00:29
*** raildo is now known as raildo-afk00:33
*** Swami has quit IRC00:33
mtreinishmasayukig: the openstack-health rss patch should be good to go now. I pushed the subunit2sql release and I expect the tests to pass00:38
mtreinishbut given the size of the check queue, it probably won't return for another ~4 hours00:38
mtreinishmasayukig: oh, actually I need to bump the requirements file, but I don't want to take the gate penalty :)00:40
mtreinishthings are taking like 8 hours to get through check right now00:40
timothyb89mtreinish: patch tentatively looks good to me... why's the gate so backed up?00:41
masayukigmtreinish: oh, what's happing..00:42
mtreinishtimothyb89, masayukig: I haven't been following too closely but I think it's a node shortage: http://git.openstack.org/cgit/openstack-infra/project-config/commit/?id=e6ccf4a17b7af718b58e1316d3d78557e6f9c32a http://git.openstack.org/cgit/openstack-infra/project-config/commit/?id=937ab0c8b2509eda33e9433f18929aed1f1eb55500:43
*** tqtran has quit IRC00:44
timothyb89mtreinish: ah, darn00:44
mtreinishso we're probably just really over capacity00:44
timothyb89mtreinish: ah, that explains why jenkins jobs have been missing all day :)00:46
timothyb89mtreinish: re: discussion from friday about stackviz, I've added a new pseudo-api that should help for linking from openstack-health: https://github.com/timothyb89/stackviz-deployer/commit/bd275e14d77bd0398437a1c25da01ad31e18945900:50
timothyb89mtreinish: the idea is that you can just link to http://some.stackviz.api/go/<url> and it will automatically do everything00:51
*** hoangcx has joined #openstack-qa00:58
*** apoorvad has quit IRC00:58
*** sdague has quit IRC00:59
*** mtanino has joined #openstack-qa01:03
*** rossella_s has quit IRC01:03
*** rossella_s has joined #openstack-qa01:04
*** mtanino_ has quit IRC01:04
*** dimtruck is now known as zz_dimtruck01:06
*** yangyape_ has joined #openstack-qa01:11
*** itzikb has quit IRC01:15
*** edmondsw has quit IRC01:21
*** pvaneck has quit IRC01:24
*** mylu has quit IRC01:29
*** mylu has joined #openstack-qa01:33
*** ddieterly is now known as ddieterly[away]01:38
*** skronire has joined #openstack-qa01:41
*** skroni has quit IRC01:41
*** nwkarsten has joined #openstack-qa01:45
*** nwkarsten has quit IRC01:50
*** ddieterly[away] is now known as ddieterly01:51
*** salv-orlando has joined #openstack-qa01:56
*** ddieterly is now known as ddieterly[away]01:57
masayukigmtreinish: oomichi: I'm thinking to get unit test coverage of projects and show it on a dashboard like openstack-health. Any thoughs?02:01
masayukigThere are some public services like https://codeclimate.com/ https://coveralls.io/pricing ,etc. So I guess some people are interested in test coverage.02:01
*** ddieterly[away] is now known as ddieterly02:01
*** salv-orlando has quit IRC02:02
*** eliqiao_ is now known as eliqiao02:02
*** ddieterly is now known as ddieterly[away]02:02
oomichimasayukig: now, does o-h cover unit tests also?02:03
masayukigoomichi: nope02:03
masayukigoomichi: err02:04
oomichimasayukig: errors about integration tests(meaning tempest), right?02:04
masayukigoomichi: do you mean just a unit test result?02:04
masayukighttp://status.openstack.org/openstack-health/#/job/gate-tempest-python34?groupKey=project&resolutionKey=hour&end=2016-04-14T01:36:33.681Z02:05
masayukigoomichi: o-h covers unit tests now.02:05
oomichimasayukig: ah, thanks. then the test coverage is a new thing02:06
masayukigoomichi: yes. we don't collect data of test coverage result now.02:07
*** bkopilov_ has quit IRC02:08
*** woodster_ has quit IRC02:08
*** bkopilov has quit IRC02:08
*** rfolco has quit IRC02:12
*** rfolco has joined #openstack-qa02:13
*** r-mibu has quit IRC02:14
*** rfolco has quit IRC02:17
*** r-mibu has joined #openstack-qa02:19
*** salv-orlando has joined #openstack-qa02:22
*** skronire1 has joined #openstack-qa02:24
*** skronire has quit IRC02:24
*** salv-orlando has quit IRC02:26
oomichimasayukig: that seems a nice idea for me.  and it is nice to get the coverage of Tempest also in the future02:27
*** asselin_ has joined #openstack-qa02:28
oomichimasayukig: that was we tried to do 3 years ago ;-)02:28
*** mtanino has quit IRC02:29
*** asselin__ has quit IRC02:29
masayukigoomichi: thanks, I suppose most of the people don't see/know the coverage percentage.02:29
oomichimasayukig: yeah, I also don't know it :p02:30
*** jecarey has joined #openstack-qa02:31
*** jecarey has quit IRC02:35
*** sridharg has joined #openstack-qa02:38
*** yamahata has quit IRC02:40
masayukigoomichi: But the issue is that I don't have an idea how to collect/store coverage data yet.02:41
*** Deng has joined #openstack-qa02:42
*** fnaval has quit IRC02:44
*** fnaval has joined #openstack-qa02:45
*** zz_dimtruck is now known as dimtruck02:50
openstackgerritFernando Ribeiro proposed openstack-dev/devstack: Add Oracle Linux 7 installation support to docs  https://review.openstack.org/30686802:55
*** dave-mccowan has quit IRC03:00
*** Alex_Stef has quit IRC03:01
*** sridharg has quit IRC03:02
*** ddieterly[away] has quit IRC03:02
*** mylu has quit IRC03:06
*** Jae6 has joined #openstack-qa03:08
Jae6I'm in the process of creating the VM on VMware but I keep getting the error "Cannot set up guest memory 'pc.ram': Cannot alocate memory. The doc says I should do 8GB. I'm trying with down to 4GB but still no luck03:08
*** tqtran has joined #openstack-qa03:17
*** Jae6 has left #openstack-qa03:17
*** amotoki has quit IRC03:20
*** yamahata has joined #openstack-qa03:21
*** mylu has joined #openstack-qa03:22
*** salv-orlando has joined #openstack-qa03:23
*** bkopilov has joined #openstack-qa03:24
*** bkopilov_ has joined #openstack-qa03:24
*** tochi has quit IRC03:28
*** salv-orlando has quit IRC03:30
*** armax has quit IRC03:30
gmannoomichi: can you check this https://review.openstack.org/#/c/258391/03:32
oomichigmann: ok, will see it later03:36
* oomichi is going back to home03:36
*** charz_ has quit IRC03:39
*** amotoki has joined #openstack-qa03:41
*** charz has joined #openstack-qa03:42
*** ianw has quit IRC03:43
gmannoomichi: Thanks :)03:45
*** nwkarsten has joined #openstack-qa03:47
*** nwkarsten has quit IRC03:51
*** tochi has joined #openstack-qa03:57
*** amotoki has quit IRC04:03
*** ianw has joined #openstack-qa04:08
*** fnaval has quit IRC04:18
*** tqtran has quit IRC04:20
*** ianw has quit IRC04:27
*** salv-orlando has joined #openstack-qa04:27
openstackgerritBrian Ober proposed openstack/tempest: Object Account Case Additions  https://review.openstack.org/30623704:28
*** fnaval has joined #openstack-qa04:29
*** yamamoto has quit IRC04:31
*** amotoki has joined #openstack-qa04:33
*** ianw has joined #openstack-qa04:33
*** vhosakot has quit IRC04:36
*** Poornima has joined #openstack-qa04:40
*** asselin_ has quit IRC04:41
*** salv-orlando has quit IRC04:43
*** itzikb has joined #openstack-qa04:45
*** ober37_ has joined #openstack-qa04:45
openstackgerritMasayuki Igawa proposed openstack/tempest: Add test case for CONF skip decorators with message  https://review.openstack.org/30755704:50
*** ober37_ has quit IRC04:50
*** Poornima has quit IRC04:52
*** Poornima has joined #openstack-qa04:52
*** ober37_ has joined #openstack-qa04:56
*** cody-somerville has quit IRC04:57
*** ober37_ has quit IRC04:59
*** mylu has quit IRC05:02
*** cody-somerville has joined #openstack-qa05:02
*** mylu has joined #openstack-qa05:05
*** itzikb has quit IRC05:06
*** rcernin has joined #openstack-qa05:10
*** yamamoto has joined #openstack-qa05:14
*** SteF has joined #openstack-qa05:17
*** SteF is now known as Alex_Staf05:17
openstackgerritMerged openstack/stackviz: Add to stackviz-export and stackviz-front docs  https://review.openstack.org/29739605:27
*** ramishra has quit IRC05:28
*** ramishra has joined #openstack-qa05:28
*** mylu has quit IRC05:30
*** shausy has joined #openstack-qa05:30
*** sridharg has joined #openstack-qa05:31
*** salv-orlando has joined #openstack-qa05:40
*** nadya has joined #openstack-qa05:41
*** skronire has joined #openstack-qa05:42
*** skronire1 has quit IRC05:42
*** cody-somerville has quit IRC05:43
*** Poornima has quit IRC05:43
*** Poornima has joined #openstack-qa05:43
*** shausy has quit IRC05:44
openstackgerritAngus Lees proposed openstack-dev/devstack: neutron: Set privsep.helper_command  https://review.openstack.org/30756605:49
*** salv-orl_ has joined #openstack-qa05:52
*** salv-orl_ has quit IRC05:52
openstackgerritMerged openstack-dev/devstack: Add volumev3 endpoint for Cinder  https://review.openstack.org/30058505:52
*** salv-orlando has quit IRC05:53
*** salv-orlando has joined #openstack-qa05:53
*** e0ne has joined #openstack-qa05:54
*** salv-orlando has quit IRC05:54
*** salv-orlando has joined #openstack-qa05:55
*** itzikb has joined #openstack-qa06:00
*** zackf has quit IRC06:04
*** Poornima has quit IRC06:04
*** e0ne has quit IRC06:05
openstackgerrithuan proposed openstack-dev/devstack: Set default value and configurable value for integration bridge  https://review.openstack.org/30756706:08
*** e0ne has joined #openstack-qa06:10
*** oomichi has quit IRC06:19
*** oomichi has joined #openstack-qa06:20
*** shardy has joined #openstack-qa06:20
*** Poornima has joined #openstack-qa06:20
*** zackf has joined #openstack-qa06:21
*** rbak has quit IRC06:21
*** rbak has joined #openstack-qa06:22
openstackgerritZhiQiang Fan proposed openstack-dev/devstack: allow specify identity api version via openrc  https://review.openstack.org/30757406:25
*** zackf has quit IRC06:25
*** amotoki has quit IRC06:27
*** e0ne has quit IRC06:30
*** jecarey has joined #openstack-qa06:31
*** e0ne has joined #openstack-qa06:32
*** anshul has joined #openstack-qa06:35
*** jecarey has quit IRC06:36
*** zackf has joined #openstack-qa06:43
*** dmellado_ is now known as dmellado06:44
openstackgerritZhiQiang Fan proposed openstack-dev/devstack: allow specify identity api version via openrc  https://review.openstack.org/30757406:46
openstackgerritOpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/30758606:46
*** e0ne has quit IRC06:47
*** zackf has quit IRC06:47
*** sridharg has quit IRC06:47
*** fawadkhaliq has joined #openstack-qa06:49
*** hoangcx has quit IRC06:55
*** Poornima has quit IRC06:57
*** hoangcx has joined #openstack-qa06:57
*** ramishra has quit IRC06:58
*** dalees` has quit IRC06:58
*** ramishra has joined #openstack-qa06:58
*** dalees` has joined #openstack-qa06:59
*** apevec has joined #openstack-qa07:01
*** apevec has quit IRC07:01
*** apevec has joined #openstack-qa07:01
*** hichihara has quit IRC07:02
*** hieulq has joined #openstack-qa07:02
*** grafuls has joined #openstack-qa07:04
*** binbincong has quit IRC07:04
*** amotoki has joined #openstack-qa07:06
*** Poornima has joined #openstack-qa07:10
*** dimtruck is now known as zz_dimtruck07:10
*** fawadkhaliq has quit IRC07:12
*** nadya_ has joined #openstack-qa07:12
*** nadya has quit IRC07:14
*** ramishra has quit IRC07:15
*** kbaikov has quit IRC07:15
*** binbincong has joined #openstack-qa07:16
*** ramishra has joined #openstack-qa07:16
*** pcaruana has joined #openstack-qa07:16
*** amotoki_ has joined #openstack-qa07:20
*** eliqiao_ has joined #openstack-qa07:20
*** amotoki has quit IRC07:22
*** pcaruana has quit IRC07:23
*** eliqiao has quit IRC07:24
*** tesseract has joined #openstack-qa07:24
*** tesseract is now known as Guest2294507:24
*** yfried_ has joined #openstack-qa07:26
*** kbaikov has joined #openstack-qa07:28
*** zz_dimtruck is now known as dimtruck07:29
*** jlanoux has joined #openstack-qa07:29
*** mpaolino has joined #openstack-qa07:30
*** jpena|off is now known as jpena07:37
*** dimtruck is now known as zz_dimtruck07:39
*** hoangcx has quit IRC07:43
*** ifarkas has joined #openstack-qa07:49
*** hoangcx has joined #openstack-qa07:50
openstackgerritAbhishek G M proposed openstack/tempest: Test to update admin state of L3 agent  https://review.openstack.org/30761607:50
*** kashyap has joined #openstack-qa07:58
*** Serlex has joined #openstack-qa07:58
*** anshul has quit IRC07:59
*** anshul has joined #openstack-qa08:00
*** nadya_ has quit IRC08:00
*** neeti has joined #openstack-qa08:00
*** eliqiao_ is now known as eliqiao08:04
*** amotoki_ has quit IRC08:06
*** drptbl has quit IRC08:08
*** drptbl has joined #openstack-qa08:10
*** Serlex has quit IRC08:11
*** hieulq has quit IRC08:11
*** e0ne has joined #openstack-qa08:13
*** hieulq has joined #openstack-qa08:27
*** zz_dimtruck is now known as dimtruck08:30
openstackgerritDong Ma proposed openstack-infra/subunit2sql: Add db api tests for subunit2sql (1/3)  https://review.openstack.org/30503008:31
*** salv-orlando has quit IRC08:34
*** dimtruck is now known as zz_dimtruck08:40
kashyapafazekas: Hi, for DevStack external plugins do people submit a blueprint or some such?  Or no -- because, they're 'external', and by definition don't participate in the 'formal OpenStack process'?08:47
kashyapafazekas: Okay, I see that a blueprint is needed08:51
*** sridharg has joined #openstack-qa08:52
*** sshnaidm has quit IRC08:52
*** sridharg has quit IRC08:53
*** sridharg has joined #openstack-qa08:53
*** apevec_ has joined #openstack-qa08:54
*** apevec has quit IRC08:54
*** apevec_ is now known as apevec08:54
*** Serlex has joined #openstack-qa08:54
*** jordanP has joined #openstack-qa08:54
*** Poornima has quit IRC08:58
*** salv-orlando has joined #openstack-qa08:59
*** skroni has joined #openstack-qa09:00
*** salv-orlando has quit IRC09:00
*** cdent has joined #openstack-qa09:01
*** salv-orlando has joined #openstack-qa09:01
*** Poornima has joined #openstack-qa09:02
*** skronire has quit IRC09:03
*** Serlex has quit IRC09:08
afazekaskashyap: :)09:08
*** lucasagomes_ has joined #openstack-qa09:13
*** lucasagomes has quit IRC09:13
*** Serlex has joined #openstack-qa09:15
*** sambetts|afk is now known as sambetts09:17
*** amotoki has joined #openstack-qa09:17
*** lucasagomes_ has quit IRC09:18
*** lucasagomes has joined #openstack-qa09:19
*** hogepodge has joined #openstack-qa09:23
*** zz_dimtruck is now known as dimtruck09:31
*** dtantsur|afk is now known as dtantsur09:40
*** dimtruck is now known as zz_dimtruck09:41
*** cdent has quit IRC09:41
*** amotoki has quit IRC09:43
*** nadya has joined #openstack-qa09:44
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder storage pools tests  https://review.openstack.org/30707809:45
*** tosky has joined #openstack-qa09:47
*** nwkarsten has joined #openstack-qa09:52
*** nwkarsten has quit IRC09:57
*** skronire has joined #openstack-qa09:57
*** skroni has quit IRC09:59
*** amotoki has joined #openstack-qa10:00
*** sshnaidm has joined #openstack-qa10:04
*** nadya has quit IRC10:06
*** sdague has joined #openstack-qa10:08
*** amotoki has quit IRC10:14
*** yangyap__ has joined #openstack-qa10:15
*** cdent has joined #openstack-qa10:16
*** yangyape_ has quit IRC10:19
*** yangyap__ has quit IRC10:19
*** yamahata has quit IRC10:20
*** nadya has joined #openstack-qa10:24
*** jlanoux_ has joined #openstack-qa10:30
*** jlanoux has quit IRC10:31
*** zz_dimtruck is now known as dimtruck10:32
*** asselin_ has joined #openstack-qa10:37
*** markvoelker has joined #openstack-qa10:37
*** jlanoux_ has quit IRC10:38
*** hoangcx has quit IRC10:39
*** jlanoux has joined #openstack-qa10:39
*** dimtruck is now known as zz_dimtruck10:41
*** markvoelker has quit IRC10:42
*** asselin_ has quit IRC10:43
*** skronire1 has joined #openstack-qa10:56
*** skronire has quit IRC11:00
*** rfolco has joined #openstack-qa11:00
*** rfolco has quit IRC11:00
*** shardy is now known as shardy_lunch11:03
*** skronire has joined #openstack-qa11:05
*** skronire1 has quit IRC11:09
*** eliqiao_ has joined #openstack-qa11:15
*** eliqiao has quit IRC11:19
*** skronire1 has joined #openstack-qa11:23
*** skronire has quit IRC11:26
*** kbaikov has quit IRC11:27
*** shardy_lunch is now known as shardy11:27
*** apevec has left #openstack-qa11:28
*** weshay has quit IRC11:28
*** yamamoto has quit IRC11:30
*** zz_dimtruck is now known as dimtruck11:32
openstackgerritLucas Alvares Gomes proposed openstack/tempest: Rewrite the polling logic for SSH  https://review.openstack.org/30772011:33
*** skroni has joined #openstack-qa11:33
*** salv-orlando has quit IRC11:34
*** skronire1 has quit IRC11:37
*** bkopilov has quit IRC11:37
*** bkopilov_ has quit IRC11:38
*** mtanino has joined #openstack-qa11:38
*** markvoelker has joined #openstack-qa11:38
*** tochi has quit IRC11:39
*** ddieterly has joined #openstack-qa11:39
*** dimtruck is now known as zz_dimtruck11:42
*** markvoelker has quit IRC11:42
*** lucasagomes is now known as lucas-hungry11:47
*** salv-orlando has joined #openstack-qa11:47
*** nwkarsten has joined #openstack-qa11:53
*** Guest22945 is now known as tesseract11:54
*** tesseract is now known as Guest7339711:54
*** rodrigods has quit IRC11:54
*** rodrigods has joined #openstack-qa11:55
*** yuriy_n17 has joined #openstack-qa11:56
*** nwkarsten has quit IRC11:58
*** raildo-afk is now known as raildo11:58
*** ddieterly is now known as ddieterly[away]11:59
*** weshay has joined #openstack-qa12:03
*** yamamoto has joined #openstack-qa12:09
*** sridharg has quit IRC12:15
*** aysyd has joined #openstack-qa12:17
*** mtreinish has quit IRC12:18
*** markvoelker has joined #openstack-qa12:19
*** mtreinish has joined #openstack-qa12:21
*** sridharg has joined #openstack-qa12:21
*** yamamoto has quit IRC12:24
*** gfidente has joined #openstack-qa12:26
*** kbaikov has joined #openstack-qa12:29
*** ddieterly[away] has quit IRC12:30
*** skroni has quit IRC12:31
*** lezbar has quit IRC12:31
*** lezbar has joined #openstack-qa12:32
*** zz_dimtruck is now known as dimtruck12:33
*** Deng has quit IRC12:34
*** yamamoto has joined #openstack-qa12:34
openstackgerritYaroslav Lobankov proposed openstack/tempest: Merge show_image and get_image_meta methods for Glance V1 client  https://review.openstack.org/30778912:39
*** yamamoto has quit IRC12:39
*** dimtruck is now known as zz_dimtruck12:43
*** jpena is now known as jpena|lunch12:43
*** yamamoto has joined #openstack-qa12:44
*** yamamoto has quit IRC12:45
*** maurosr has quit IRC12:46
*** ekhugen has quit IRC12:47
openstackgerritYaroslav Lobankov proposed openstack/tempest: Merge show_image and get_image_meta methods for Glance V1 client  https://review.openstack.org/30778912:47
*** lucas-hungry is now known as lucasagomes12:49
*** zz_dimtruck is now known as dimtruck12:50
*** dave-mccowan has joined #openstack-qa12:54
*** yamamoto has joined #openstack-qa12:54
*** ddieterly has joined #openstack-qa12:56
*** gfidente has quit IRC12:57
*** dimtruck is now known as zz_dimtruck13:01
*** yamamoto has quit IRC13:03
*** rossella_s has quit IRC13:03
*** aysyd has quit IRC13:04
*** rossella_s has joined #openstack-qa13:04
*** yamamoto has joined #openstack-qa13:05
*** lezbar has quit IRC13:05
*** lezbar has joined #openstack-qa13:06
*** cdent has quit IRC13:10
*** aysyd has joined #openstack-qa13:12
*** yamamoto has quit IRC13:14
*** zz_dimtruck is now known as dimtruck13:16
*** yamamoto has joined #openstack-qa13:16
*** dkranz_ has joined #openstack-qa13:20
*** yamahata has joined #openstack-qa13:20
openstackgerritMerged openstack/qa-specs: Move tempest-cli-improvements to implemented  https://review.openstack.org/30698513:22
*** mriedem_away is now known as mriedem13:25
*** mylu has joined #openstack-qa13:26
*** itzikb has quit IRC13:27
*** nwkarsten has joined #openstack-qa13:27
*** jecarey has joined #openstack-qa13:31
*** jswarren_ has quit IRC13:31
*** jecarey has quit IRC13:31
*** jswarren_ has joined #openstack-qa13:32
*** jecarey has joined #openstack-qa13:32
*** mriedem has quit IRC13:33
*** mriedem has joined #openstack-qa13:35
*** mriedem has quit IRC13:36
*** mriedem has joined #openstack-qa13:36
*** yamahata has quit IRC13:37
*** openstackstatus has joined #openstack-qa13:38
*** ChanServ sets mode: +v openstackstatus13:38
mriedemsdague: mtreinish: i'd love to get gate-puppet-openstack-integration* jobs out of the uncategorized bugs page13:38
sdaguemriedem: we have a blacklist somewhere right?13:38
sdaguehonestly, I've found the data there is now so dirty, I don't find it useful any more13:38
mriedemi don't use it much either anymore, given <25% is normal now13:39
sdagueyeh13:39
mriedemi blame the big tent and demand that the TC do something about it13:39
sdaguewe should probably take a step back on that and decide which set of projects the ER folks are actually tracking, and only whitelist those13:39
*** ddieterly is now known as ddieterly[away]13:40
-openstackstatus- NOTICE: We have recovered one of our cloud providers, but there is a huge backlog of jobs to process. Please have patience until your jobs are processed13:40
openstackgerritAndrew Kerr proposed openstack/tempest: Add basic Cinder v3 support to tempest  https://review.openstack.org/30123513:41
*** yamamoto has quit IRC13:41
openstackgerritAndrew Kerr proposed openstack/tempest: Add tests for Cinder user messages v3 API  https://review.openstack.org/30063913:41
*** yamamoto has joined #openstack-qa13:43
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Ignore uncategorized failures for puppet jobs  https://review.openstack.org/30782713:46
*** fnaval has quit IRC13:48
*** jpena|lunch is now known as jpena13:51
*** Poornima has quit IRC13:52
*** Poornima has joined #openstack-qa13:52
*** jordanP has quit IRC13:53
*** yangyape_ has joined #openstack-qa13:57
*** Poornima has quit IRC13:57
*** zackf has joined #openstack-qa13:57
*** rfolco has joined #openstack-qa13:57
*** ober37_ has joined #openstack-qa13:57
*** ober37_ has quit IRC13:58
*** ober37_ has joined #openstack-qa13:59
*** ddieterly[away] is now known as ddieterly13:59
*** mtanino has quit IRC14:00
*** sigmavirus24_awa is now known as sigmavirus2414:01
*** Penchal has joined #openstack-qa14:02
*** mylu has quit IRC14:05
*** fnaval has joined #openstack-qa14:05
*** mylu has joined #openstack-qa14:07
*** cdent has joined #openstack-qa14:16
*** woodster_ has joined #openstack-qa14:19
openstackgerritBrian Ober proposed openstack/tempest: Object Account Case Additions  https://review.openstack.org/30623714:22
*** ober37_ has quit IRC14:23
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add an rss api route to get a feed of failed tests  https://review.openstack.org/30549614:23
*** salv-orlando has quit IRC14:23
yuriy_n17oomichi: Hi! Very sorry for disturbing. Please review https://review.openstack.org/#/c/212501/ whenever you have free time.14:23
*** asselin_ has joined #openstack-qa14:23
*** pglass has joined #openstack-qa14:25
*** gfidente has joined #openstack-qa14:26
*** gfidente has quit IRC14:26
*** gfidente has joined #openstack-qa14:26
*** jordanP has joined #openstack-qa14:27
*** ddieterly is now known as ddieterly[away]14:31
*** ddieterly[away] is now known as ddieterly14:31
*** drptbl_ has joined #openstack-qa14:35
*** drptbl has quit IRC14:38
*** mtanino has joined #openstack-qa14:39
*** mylu has quit IRC14:42
*** amotoki has joined #openstack-qa14:43
yuriy_n17jordanP: Hi! Very sorry for disturbing. Please review https://review.openstack.org/#/c/212501/ whenever you have free time.14:45
*** gfidente has quit IRC14:45
*** bkopilov_ has joined #openstack-qa14:47
openstackgerritTom Patzig proposed openstack-dev/devstack: Fix Q_PLUGIN_EXTRA_CONF_PATH usage comment  https://review.openstack.org/30785514:47
*** e0ne has quit IRC14:47
*** bkopilov has joined #openstack-qa14:48
*** fnaval has quit IRC14:49
*** fnaval has joined #openstack-qa14:50
*** mylu has joined #openstack-qa14:52
*** nwkarste_ has joined #openstack-qa14:52
mriedemmtreinish: uh oh kilo http://logs.openstack.org/periodic-stable/periodic-tempest-dsvm-full-kilo/2460c85/logs/devstacklog.txt.gz#_2016-04-18_06_15_31_65914:52
*** nwkarsten has quit IRC14:53
mriedemhttps://pypi.python.org/pypi/testresources/2.0.0 released yesterday14:53
*** ddieterly is now known as ddieterly[away]14:53
mtreinishmriedem: yeah, I just saw that looking at a tempest review14:53
mtreinishmriedem: time to cap?14:54
mriedemprobably14:54
*** jlanoux has quit IRC14:54
mtreinishmriedem: https://review.openstack.org/#/c/307858/14:55
*** ddieterly[away] is now known as ddieterly14:56
mriedemok. do we still have a workaround cap in devstack on stable/kilo for testtools?14:56
mriedemb/c of a similar pbr issue14:56
mtreinishmriedem: yeah, it looks like testtools is capped at <2.0.0 also14:57
mriedemin devstack or g-r?14:58
mriedemoh g-r14:58
mriedemi see14:58
*** armax has joined #openstack-qa14:58
*** dtantsur is now known as dtantsur|brb14:59
mtreinishmriedem: we're gonna be waiting on jenkins for a while...14:59
mriedemthat gives you time to update the commit message :)14:59
*** amotoki has quit IRC15:02
mtreinishmriedem: fine, be that way. I updated the commit msg15:02
*** nwkarste_ has quit IRC15:02
mtreinishmriedem: do we want to e-r it?15:02
*** nwkarsten has joined #openstack-qa15:02
mriedemmtreinish: i guess it depends on if it's hit any gate queue jobs15:03
mriedemi doubt it thoguh15:03
mtreinishit's hitting tempest check, and any kilo backports (if there are any)15:03
openstackgerritTom Patzig proposed openstack-dev/devstack: Remove additional '/' in Q_PLUGIN_EXTRA_CONF_FILES  https://review.openstack.org/30786215:05
mriedemmtreinish: oh right tempest master branch check jobs, probably worth tracking then15:05
mtreinishmriedem: which project should we file the bug against?15:07
*** mylu has quit IRC15:07
mriedemmtreinish: openstack-gate?15:08
mriedemactually it's keystone that fails15:08
mriedemduring it's db migration15:09
mtreinishmriedem: that's probably just because it's first15:09
dstanekoh, i just mentioned this in the keystone channel15:09
mtreinishwell first to install testresources, I'm sure it would be pulled in by something else later15:09
dstaneksomething appears to have dropped a dep on testresources and now tests won't run :-(15:09
mriedemmtreinish: yeah, i know15:09
mtreinishbut sure I'll file it against keystone, let dstanek worry about it15:09
mriedemdoesn't matter to me, use openstack-gate if we don't care15:09
*** mylu has joined #openstack-qa15:10
dstanekfair enough.15:10
*** Serlex has quit IRC15:11
*** anshul has quit IRC15:11
dstanekmtreinish: if you file a bug let me know the #. adding an explicit dep in keystone now.15:11
mtreinishmriedem: https://bugs.launchpad.net/openstack-gate/+bug/157219615:12
openstackLaunchpad bug 1572196 in OpenStack-Gate "testresources 2.0.0 conflicts with pbr cap on stable/kilo" [Undecided,In progress] - Assigned to Matthew Treinish (treinish)15:12
mtreinishdstanek: ^^^ I was just joking about that15:12
dstanekmtreinish: i need keystone fixed to work :-)15:13
mriedemmtreinish: thanks15:13
*** nwkarste_ has joined #openstack-qa15:13
*** nwkarsten has quit IRC15:14
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck: Add query for testresources release pbr conflict on kilo  https://review.openstack.org/30786615:15
mtreinishmriedem: ^^^15:15
mriedemk15:16
mtreinishmriedem: err, is logstash backed up? I'm not seeing any hits on that15:17
mriedemmtreinish: yeah the graph shows it's all jagged15:19
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder storage pools tests  https://review.openstack.org/30707815:21
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck: Add query for testresources release pbr conflict on kilo  https://review.openstack.org/30786615:22
*** jlanoux has joined #openstack-qa15:23
*** nwkarsten has joined #openstack-qa15:23
*** nwkarste_ has quit IRC15:23
*** jordanP has quit IRC15:26
mtreinishEmilienM: I think the openstack-health rss feeds are good to go now: https://review.openstack.org/#/c/305496/ (once the gate returns on it)15:26
EmilienMmtreinish: ok will look after our meeting15:27
*** armax has quit IRC15:27
*** neeti has quit IRC15:27
openstackgerritLucas Alvares Gomes proposed openstack/tempest: Rewrite the polling logic for SSH  https://review.openstack.org/30772015:29
*** Serlex has joined #openstack-qa15:29
*** yangyape_ has quit IRC15:30
*** nwkarsten has quit IRC15:33
*** nwkarsten has joined #openstack-qa15:33
EmilienMmtreinish: that's very cool :-)15:35
*** weshay has quit IRC15:36
*** dtantsur|brb is now known as dtantsur15:37
mtreinishEmilienM: the next step is to push a patch to the puppet for status.o.o to setup mod_proxy to redirect status.o.o/openstack-health/*/rss to health.o.o/*/rss15:39
mtreinishand probably add browser hints to the html on the frontend after that15:39
mriedemsdague: https://review.openstack.org/#/c/307827/15:41
*** apoorvad has joined #openstack-qa15:42
sdague+A15:42
*** tosky has quit IRC15:49
*** vhosakot has joined #openstack-qa15:50
*** tosky has joined #openstack-qa15:56
*** ddieterly is now known as ddieterly[away]15:57
*** nwkarste_ has joined #openstack-qa15:58
*** nwkarsten has quit IRC15:59
*** Guest73397 has quit IRC16:00
*** ddieterly[away] is now known as ddieterly16:01
*** ekhugen_alt has joined #openstack-qa16:01
*** nadya has quit IRC16:02
*** sshnaidm has quit IRC16:03
*** __maurosr__ has joined #openstack-qa16:04
*** anshul has joined #openstack-qa16:08
*** nwkarsten has joined #openstack-qa16:09
*** nwkarste_ has quit IRC16:09
*** dtantsur is now known as dtantsur|brb16:10
*** yamahata has joined #openstack-qa16:11
EmilienMmtreinish: I can help with that16:15
EmilienMmtreinish: mod_proxy is already enabled16:16
mtreinishEmilienM: yeah, this is my first attempt at it: https://review.openstack.org/#/c/307905/16:16
mtreinishbut I'm sure I screwed up the regex16:17
*** yamamoto has quit IRC16:19
*** nwkarsten has quit IRC16:20
*** nwkarsten has joined #openstack-qa16:20
*** anteaya has quit IRC16:20
*** ifarkas has quit IRC16:20
*** mylu has quit IRC16:27
*** yamahata has quit IRC16:27
*** mylu has joined #openstack-qa16:27
*** yamahata has joined #openstack-qa16:27
*** nwkarsten has quit IRC16:31
*** nwkarsten has joined #openstack-qa16:31
asselinmtreinish, we're seeing lots of issues with elastic recheck. Would upstream be open to refactoring and cleaning up the code base?16:31
*** mylu has quit IRC16:33
*** Penchal has quit IRC16:33
openstackgerritMatthew Treinish proposed openstack/openstack-health: Handle urlencoded input parameters  https://review.openstack.org/30791516:36
*** ddieterly is now known as ddieterly[away]16:37
mtreinishasselin: I guess so, I'm generally in favor of making improvements to it16:38
*** VanL has quit IRC16:38
*** VanL has joined #openstack-qa16:39
*** jlanoux has quit IRC16:40
*** nwkarste_ has joined #openstack-qa16:42
*** nwkarsten has quit IRC16:43
*** tosky_ has joined #openstack-qa16:43
*** ddieterly[away] is now known as ddieterly16:43
*** castulo has quit IRC16:44
*** luzC has quit IRC16:44
*** jlwhite has quit IRC16:44
*** nwkarste_ has quit IRC16:45
*** fawadkhaliq has joined #openstack-qa16:45
*** tosky has quit IRC16:45
*** nwkarsten has joined #openstack-qa16:45
*** sshnaidm has joined #openstack-qa16:46
*** cdent has quit IRC16:47
*** salv-orlando has joined #openstack-qa16:48
*** yangyape_ has joined #openstack-qa16:49
*** nwkarsten has quit IRC16:50
*** yangyape_ has quit IRC16:50
*** cdent has joined #openstack-qa16:50
*** salv-orlando has quit IRC16:51
sigmavirus24jecarey: submitted the review for hacking 0.11.016:57
sigmavirus24I0401c775e9c37903103991f2a0834cdbd31f06ed is the change-id if you have opinions16:57
*** castulo has joined #openstack-qa16:59
*** jlwhite has joined #openstack-qa16:59
*** __maurosr__ is now known as maurosr17:00
*** luzC has joined #openstack-qa17:00
*** Serlex has quit IRC17:01
*** rossella_s has quit IRC17:03
*** rcernin has quit IRC17:04
*** rossella_s has joined #openstack-qa17:04
*** dtantsur|brb is now known as dtantsur17:06
*** mriedem has quit IRC17:08
*** tqtran has joined #openstack-qa17:08
*** ddieterly is now known as ddieterly[away]17:09
*** ddieterly[away] is now known as ddieterly17:10
*** jpena is now known as jpena|off17:12
*** mriedem has joined #openstack-qa17:14
*** yamamoto has joined #openstack-qa17:20
*** sambetts is now known as sambetts|afk17:20
*** salv-orlando has joined #openstack-qa17:24
*** yangyape_ has joined #openstack-qa17:26
*** ddieterly is now known as ddieterly[away]17:27
*** yamamoto has quit IRC17:28
*** dimtruck is now known as zz_dimtruck17:29
*** ramishra has quit IRC17:29
*** ramishra has joined #openstack-qa17:30
*** weshay has joined #openstack-qa17:32
*** pilgrimstack has quit IRC17:33
*** dave-mccowan has quit IRC17:45
*** nwkarsten has joined #openstack-qa17:46
*** minwang2 has joined #openstack-qa17:48
openstackgerritLucas Alvares Gomes proposed openstack/tempest: SSH: Rely on channel's exit_status_ready()  https://review.openstack.org/30795217:48
*** nwkarsten has quit IRC17:50
*** tosky_ has quit IRC17:52
oomichiyuriy_n17: hi, are you still here?17:52
openstackgerritBenny Kopilov proposed openstack/tempest: Cinder storage pools tests  https://review.openstack.org/30707817:53
*** zz_dimtruck is now known as dimtruck17:54
*** nadya has joined #openstack-qa17:55
*** ober37_ has joined #openstack-qa18:02
*** ober37_ has quit IRC18:02
*** ober37_ has joined #openstack-qa18:03
*** mtreinish has quit IRC18:03
oomichiyuriy_n17: I saw the patch, please see the comments.18:04
*** ober37_ has quit IRC18:04
*** dave-mccowan has joined #openstack-qa18:05
oomichigmann: sorry, I lost the irc log.. can you pick a patch I need to review again?18:06
openstackgerritLucas Alvares Gomes proposed openstack/tempest: SSH: Do not rely on the .closed attribute  https://review.openstack.org/30795218:07
*** mtreinish has joined #openstack-qa18:08
openstackgerritLucas Alvares Gomes proposed openstack/tempest: SSH: Do not rely on the .closed attribute  https://review.openstack.org/30795218:08
*** lucasagomes is now known as lucas-dinner18:10
oomichimtreinish: I am seeing strange "import" on tempest. There is a lot of "from tempest.common.utils import data_utils"18:15
oomichimtreinish: but the module exists at the different path. tempest.lib.common.utils which includes "lib"18:16
*** asselin_ has quit IRC18:16
oomichimtreinish: ah, there is a trick at tempest/common/utils/__init__.py18:17
*** pilgrimstack has joined #openstack-qa18:18
oomichimtreinish: sorry about interrupting you18:18
*** dtantsur is now known as dtantsur|afk18:18
*** nadya has quit IRC18:19
*** krtaylor has quit IRC18:20
*** pvaneck has joined #openstack-qa18:21
*** nwkarsten has joined #openstack-qa18:26
*** ddieterly[away] has quit IRC18:28
*** nwkarsten has quit IRC18:29
*** krtaylor has joined #openstack-qa18:29
*** nwkarsten has joined #openstack-qa18:30
*** nwkarsten has quit IRC18:34
*** dave-mccowan has quit IRC18:40
*** Anthony has joined #openstack-qa18:43
*** ddieterly has joined #openstack-qa18:45
AnthonyHi all, In devstack/mitaka how to restart services without stack again, being rejoinstack has been removed ?18:47
*** ddieterly is now known as ddieterly[away]18:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add pep8 check to use data_utils.rand_uuid()  https://review.openstack.org/30799118:49
*** diana_clarke has joined #openstack-qa18:51
*** cody-somerville has joined #openstack-qa18:52
*** nwkarsten has joined #openstack-qa18:57
*** nwkarsten has quit IRC18:57
*** fawadkhaliq has quit IRC19:00
*** Anthony has left #openstack-qa19:02
*** ddieterly[away] is now known as ddieterly19:02
oomichiAnthony: according to https://review.openstack.org/#/c/291453/ , we need to reboot the system and run ./stack.sh again after the reboot19:02
*** dimtruck is now known as zz_dimtruck19:03
*** salv-orlando has quit IRC19:03
openstackgerritayoung proposed openstack-dev/devstack: Switch fernet to be the default token provider  https://review.openstack.org/19578019:04
*** sigmavirus24 is now known as sigmavirus24_awa19:06
*** zz_dimtruck is now known as dimtruck19:12
*** pilgrimstack has quit IRC19:16
*** pilgrimstack has joined #openstack-qa19:16
*** cody-somerville has quit IRC19:20
*** apoorvad has quit IRC19:24
*** mylu has joined #openstack-qa19:25
*** pilgrimstack has quit IRC19:25
*** nadya has joined #openstack-qa19:26
*** ddieterly is now known as ddieterly[away]19:28
*** pilgrimstack has joined #openstack-qa19:30
*** anshul has quit IRC19:30
*** ddieterly[away] is now known as ddieterly19:32
*** maestro1 has joined #openstack-qa19:37
*** mpaolino has quit IRC19:39
*** Swami has joined #openstack-qa19:40
minwang2Hi everyone, does anyone know how to use tempest method to do something like this $(neutron port-list | grep $certain_ip | awk '{print $2}')19:41
*** mtreinish has quit IRC19:41
minwang2it is supposed to return a port id19:42
*** mtreinish has joined #openstack-qa19:42
*** dimtruck is now known as zz_dimtruck19:44
openstackgerritTim Buckley proposed openstack/openstack-health: WIP DNM: Add StackViz links to recent runs tables  https://review.openstack.org/30801319:45
timothyb89mtreinish, masayukig: ^^^ far from ready, but it might be interesting?19:46
*** shardy has quit IRC19:46
timothyb89mtreinish, masayukig: also got a demo running: http://health.timothyb89.org/#/19:46
*** mtreinish has quit IRC19:49
*** shardy has joined #openstack-qa19:58
*** salv-orlando has joined #openstack-qa20:06
*** sigmavirus24_awa is now known as sigmavirus2420:06
*** nwkarsten has joined #openstack-qa20:07
*** mylu has quit IRC20:08
*** mylu has joined #openstack-qa20:08
*** pilgrimstack has quit IRC20:09
*** pvaneck_ has joined #openstack-qa20:10
*** salv-orlando has quit IRC20:11
*** pvaneck has quit IRC20:13
*** dave-mccowan has joined #openstack-qa20:14
*** fawadkhaliq has joined #openstack-qa20:14
*** dave-mcc_ has joined #openstack-qa20:15
*** dave-mccowan has quit IRC20:18
*** zz_dimtruck is now known as dimtruck20:20
*** mylu has quit IRC20:21
*** fawadkhaliq has quit IRC20:22
*** fawadkhaliq has joined #openstack-qa20:22
*** austin81 has joined #openstack-qa20:23
*** dimtruck is now known as zz_dimtruck20:23
*** nadya has quit IRC20:26
*** mylu has joined #openstack-qa20:29
*** zz_dimtruck is now known as dimtruck20:30
*** armax has joined #openstack-qa20:32
*** tqtran has quit IRC20:32
*** mylu has quit IRC20:35
*** ddieterly is now known as ddieterly[away]20:35
*** ddieterly[away] is now known as ddieterly20:37
*** dimtruck is now known as zz_dimtruck20:39
*** ober37 has left #openstack-qa20:39
*** ddieterly is now known as ddieterly[away]20:40
*** armax_ has joined #openstack-qa20:40
*** mtreinish1 has joined #openstack-qa20:40
*** zz_dimtruck is now known as dimtruck20:42
*** armax has quit IRC20:42
*** armax_ is now known as armax20:42
*** ober37 has joined #openstack-qa20:42
*** salv-orlando has joined #openstack-qa20:45
*** hongbin has joined #openstack-qa20:51
hongbinHi all, I have a question. I wonder if it makes sense for tempest to have stable branch20:53
mtreinish1hongbin: it doesn't20:53
mtreinish1hongbin: http://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/branchless-tempest.html20:54
hongbinAn observation is that a config renaming (https://review.openstack.org/#/c/301167/) will break all our branch20:54
*** shardy has quit IRC20:55
hongbinLooking into the link20:55
*** mylu has joined #openstack-qa20:55
mtreinish1hongbin: the issue there is really that  oslo.config doesn't alias deprecations in code (only in the config file)20:56
hongbinack20:57
mtreinish1hongbin: we probably should bring that up to oslo, because that should be easy to fix20:57
mtreinish1dims, harlowja: ^^^20:58
harlowjahmmm20:58
harlowjaya, seems like aliasing wouldn't be to hard20:58
luzChey quick question if new methods are added on one of the tempest clients should they be added as well at tempest/lib?20:59
luzCis there any requirements for a new feature to be added into tempest/lib?20:59
mtreinish1luzC: if it's for a client that's already been migrated that probably makes sense20:59
mtreinish1luzC: mostly that it has to be self contained, and not depend on CONF21:00
mtreinish1oh, and unit tested21:00
mtreinish1harlowja: cool, yeah that's what I was thinking, and emit a deprecation warning if the old name is used21:00
luzCmtrenish1: thanks :)21:01
harlowjaseems fair to me21:01
*** sridharg has quit IRC21:01
*** rfolco has quit IRC21:01
*** ddieterly[away] is now known as ddieterly21:01
*** mylu has quit IRC21:02
*** dims_ has joined #openstack-qa21:02
*** dims has quit IRC21:02
*** pilgrimstack has joined #openstack-qa21:03
*** dkranz_ has quit IRC21:03
*** rossella_s has quit IRC21:03
*** mylu has joined #openstack-qa21:04
*** rossella_s has joined #openstack-qa21:04
*** ddieterly is now known as ddieterly[away]21:05
*** aysyd has quit IRC21:05
*** cdent has quit IRC21:08
*** dave-mcc_ has quit IRC21:08
*** mylu has quit IRC21:08
*** mylu has joined #openstack-qa21:09
*** ddieterly[away] is now known as ddieterly21:09
*** ddieterly has quit IRC21:10
*** dave-mccowan has joined #openstack-qa21:15
*** tqtran has joined #openstack-qa21:19
*** fawadkhaliq has quit IRC21:23
*** fawadkhaliq has joined #openstack-qa21:24
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add pep8 check to use data_utils.rand_uuid()  https://review.openstack.org/30799121:24
*** cody-somerville has joined #openstack-qa21:25
*** fawadkhaliq has quit IRC21:28
*** pilgrimstack has quit IRC21:29
timothyb89mtreinish1: not sure if you saw, but I got a demo up for stackviz integration in openstack-health: http://health.timothyb89.org/#/21:30
mtreinish1timothyb89: I saw your ping yesterday with it, but I'm having network issues at home so I haven't played around with it too much yet21:31
timothyb89mtreinish1: probably for the best, I only actually got it working today :)21:31
mtreinish1heh, ok21:32
*** mylu has quit IRC21:32
mtreinish1timothyb89: btw, that's cheating. You're just redirecting to stackviz.timothyb89.org21:32
mtreinish1no js integration :)21:33
timothyb89mtreinish1: heh, I figured that would be the dead-simple solution :)21:33
timothyb89if it makes you feel any better, both are technically running on the same host21:34
mtreinish1haha, I'm not sure that makes a difference :)21:36
*** dave-mccowan has quit IRC21:37
timothyb89but, to be a bit more direct, the backend logic for the stackviz processing is complex enough that I'm weary of putting it into the openstack-health api server directly21:37
timothyb89at a minimum it should probably have its own endpoint and interpreter process(es)21:37
mtreinish1timothyb89: it would just be an import right? I was only thinking as a self contained endpoint that just called out to stackviz (it would require you pypi publish it)21:38
*** mylu has joined #openstack-qa21:39
timothyb89mtreinish1: that could be done, but it needs a fair amount of extra resources per thread, and given how hard we've got our openstack-health threads working right now, it could slow things down a lot21:40
*** ddieterly has joined #openstack-qa21:41
*** ddieterly is now known as ddieterly[away]21:41
*** hongbin has left #openstack-qa21:41
*** ddieterly[away] is now known as ddieterly21:41
timothyb89mtreinish1: it has 2 db connections of its own (mysql + redis) along with some (configurable) number of background worker processes for the task queue21:41
mtreinish1timothyb89: eww, you depend on redis and mysql21:48
mtreinish1timothyb89: fwiw, I don't think the api server is hit that hard21:48
timothyb89mtreinish1: not strictly but it (celery) needs a message dispatcher of some sort21:49
mtreinish1timothyb89: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=2857&rra_id=all21:49
*** jecarey has quit IRC21:50
timothyb89mtreinish1: I guess I more mean, we're having processes deadlock all the time as it is, so adding in lots more IO seems scary :)21:50
*** mriedem has quit IRC21:52
*** mylu has quit IRC21:53
timothyb89mtreinish1: I guess the real question is, how feasible would it be to add some logic into puppet-openstack_health to add a new route?21:53
timothyb89(versus hacking it into the existing api server)21:53
mtreinish1timothyb89: simple, it's just apache, so it's just adding it the vhost config21:54
mtreinish1timothyb89: http://git.openstack.org/cgit/openstack-infra/puppet-openstack_health/tree/templates/openstack-health-api.vhost.erb21:55
mtreinish1timothyb89: ok, after actually looking at that vhost config I have no idea why they wrote it that way21:56
mtreinish1its way more confusing than it needs to be21:56
timothyb89mtreinish1: heh, yeah, I definitely had some questions while reading through it earlier21:56
*** mtreinish1 has quit IRC21:58
*** sigmavirus24 is now known as sigmavirus24_awa22:02
*** ddieterly is now known as ddieterly[away]22:06
*** mylu has joined #openstack-qa22:07
*** jecarey has joined #openstack-qa22:07
*** jecarey has quit IRC22:12
*** fawadkhaliq has joined #openstack-qa22:14
*** bkopilov has quit IRC22:15
*** bkopilov_ has quit IRC22:15
*** mtreinish has joined #openstack-qa22:16
*** alex_xu has quit IRC22:16
*** alex_xu has joined #openstack-qa22:18
*** ianw has quit IRC22:22
*** ianw has joined #openstack-qa22:24
*** bkopilov has joined #openstack-qa22:25
*** bkopilov_ has joined #openstack-qa22:25
*** salv-orlando has quit IRC22:26
openstackgerritMerged openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/30758622:32
*** nwkarsten has quit IRC22:33
*** rfolco has joined #openstack-qa22:35
*** nwkarsten has joined #openstack-qa22:36
*** ianw has quit IRC22:38
*** vhosakot has quit IRC22:40
*** nwkarsten has quit IRC22:40
openstackgerritMerged openstack-infra/elastic-recheck: Ignore uncategorized failures for puppet jobs  https://review.openstack.org/30782722:43
*** pglass has quit IRC22:46
*** rbak has quit IRC22:52
*** mriedem has joined #openstack-qa22:54
*** ddieterly[away] is now known as ddieterly22:56
*** ddieterly is now known as ddieterly[away]23:02
*** ddieterly[away] is now known as ddieterly23:03
*** alex_xu has quit IRC23:05
*** alex_xu has joined #openstack-qa23:06
*** sdague has quit IRC23:07
*** ddieterly is now known as ddieterly[away]23:10
*** tqtran has quit IRC23:11
*** openstackrecheck has quit IRC23:11
*** openstackrecheck has joined #openstack-qa23:12
*** dimtruck is now known as zz_dimtruck23:13
*** ianw has joined #openstack-qa23:13
*** ianw_ has joined #openstack-qa23:13
*** mylu has quit IRC23:14
*** david-lyle_ has joined #openstack-qa23:14
*** david-lyle has quit IRC23:14
*** mylu has joined #openstack-qa23:15
*** ddieterly[away] is now known as ddieterly23:15
openstackgerritJerry Zhao proposed openstack-dev/devstack: Perform additional disable_service checks  https://review.openstack.org/30806723:17
*** fawadkhaliq has quit IRC23:19
*** fawadkhaliq has joined #openstack-qa23:19
*** fawadkhaliq has quit IRC23:24
gmannoomichi: good morning23:26
gmannoomichi: this one https://review.openstack.org/#/c/258391/23:26
*** austin81 has left #openstack-qa23:29
*** tqtran has joined #openstack-qa23:29
oomichigmann: ah, I see. I tried to find your patch, then I could not.23:32
gmannoh23:32
*** mylu has quit IRC23:32
*** Swami has quit IRC23:33
*** mylu has joined #openstack-qa23:33
*** ddieterly is now known as ddieterly[away]23:35
*** mylu has quit IRC23:36
*** mylu has joined #openstack-qa23:36
*** maestro2 has joined #openstack-qa23:38
*** maestro1 has quit IRC23:40
*** cburgess has quit IRC23:40
*** tochi has joined #openstack-qa23:41
openstackgerritMerged openstack-infra/elastic-recheck: Add query for testresources release pbr conflict on kilo  https://review.openstack.org/30786623:41
*** Clint has quit IRC23:42
*** pleia2 has quit IRC23:43
*** pleia2 has joined #openstack-qa23:43
*** Clint has joined #openstack-qa23:43
*** Clint has joined #openstack-qa23:43
*** HenryG has quit IRC23:45
*** cburgess has joined #openstack-qa23:45
*** woodster_ has quit IRC23:48
*** HenryG has joined #openstack-qa23:48
*** tqtran has quit IRC23:56
*** openstackrecheck has quit IRC23:56
*** openstackrecheck has joined #openstack-qa23:56
*** david-lyle_ is now known as david-lyle23:57

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