openstackrecheck | Console logs not available after 13:28s for gate-horizon-dsvm-integration 263817,31,b8f515d | 00:02 |
---|---|---|
*** alex_xu has quit IRC | 00:05 | |
*** yangyapeng has quit IRC | 00:05 | |
openstackgerrit | Igor Duarte Cardoso proposed openstack-dev/devstack: Improve residual file cleanup of clean.sh https://review.openstack.org/289965 | 00:05 |
*** akshai has quit IRC | 00:05 | |
*** edmondsw has quit IRC | 00:06 | |
*** alex_xu has joined #openstack-qa | 00:07 | |
*** doradus has quit IRC | 00:08 | |
*** woodster_ has quit IRC | 00:09 | |
*** woodster_ has joined #openstack-qa | 00:10 | |
*** GreenGraph has quit IRC | 00:12 | |
*** fnaval has joined #openstack-qa | 00:14 | |
fnaval | hi - where is service_client as it used to live in tempest.common? | 00:14 |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-dsvm-integration 289067,5,9dc0d5b | 00:16 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/285105 failed because of: gate-keystone-pep8: https://bugs.launchpad.net/bugs/1298006 | 00:17 |
openstack | Launchpad bug 1298006 in OpenStack-Gate "network sometimes unreachable accessing our git server" [Medium,Triaged] | 00:17 |
*** ddieterly[away] has quit IRC | 00:17 | |
*** ddieterly has joined #openstack-qa | 00:18 | |
*** ddieterly has quit IRC | 00:19 | |
*** hemna is now known as hemnafk | 00:20 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make 'device' optional in volume attach response schema https://review.openstack.org/290197 | 00:21 |
*** fawadkhaliq has joined #openstack-qa | 00:23 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Include build output in `npm run test` logs https://review.openstack.org/290199 | 00:24 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client https://review.openstack.org/260319 | 00:30 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-kilo 283769,6,493b590 | 00:30 |
*** salv-orlando has joined #openstack-qa | 00:30 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Include build output in `npm run test` logs https://review.openstack.org/290199 | 00:32 |
*** tosky has quit IRC | 00:34 | |
*** fawadkhaliq has quit IRC | 00:35 | |
*** bapalm has quit IRC | 00:37 | |
openstackgerrit | Jamie Lennox proposed openstack/tempest: Test base_url works with an unversioned endpoint https://review.openstack.org/290207 | 00:39 |
*** salv-orlando has quit IRC | 00:40 | |
timothyb89 | mtreinish: http://logs.openstack.org/99/290199/2/check/gate-openstack-health-npm-run-test/1072cb3/reports/build/#/ | 00:41 |
timothyb89 | mtreinish: looks like it works :) | 00:42 |
masayukig | timothyb89: cool! | 00:42 |
*** apoorvad has quit IRC | 00:43 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 260319,36,5b47591 | 00:44 |
*** mriedem has joined #openstack-qa | 00:44 | |
*** vhosakot has joined #openstack-qa | 00:44 | |
*** bapalm has joined #openstack-qa | 00:54 | |
*** harlowja has quit IRC | 00:55 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-multinode 264510,3,7e8da44 | 00:57 |
*** mtanino has quit IRC | 01:02 | |
gmann | oomichi: can you please check this too - https://review.openstack.org/#/c/290197/ | 01:02 |
gmann | will be quick | 01:02 |
gmann | oomichi: and regarding https://review.openstack.org/#/c/260319/37 | 01:04 |
gmann | oomichi: comment in https://review.openstack.org/#/c/260319/37/tempest/api/network/base.py | 01:05 |
gmann | oomichi: m confused about list_router_interfaces method | 01:05 |
oomichi | gmann: about https://review.openstack.org/#/c/290197 | 01:06 |
gmann | oomichi: yea | 01:06 |
oomichi | gmann: if shelved, device doesn't exist in response, or null value? | 01:06 |
*** sdague has joined #openstack-qa | 01:06 | |
gmann | oomichi: in Show and List it does not exist and attach_volume (create) it will be None | 01:07 |
gmann | oomichi: but as per doc it is optional so create also can have that or None | 01:07 |
gmann | oomichi: from nova side 'device' is always optional | 01:08 |
oomichi | gmann: the implementation code should be right always. | 01:08 |
*** yangyapeng has joined #openstack-qa | 01:08 | |
oomichi | it is necessary to write it on the commit message. | 01:08 |
oomichi | clearly | 01:08 |
gmann | oomichi: sure, i will update commit msg | 01:09 |
oomichi | gmann: cool, will check it after that. temporary -1 | 01:09 |
gmann | oomichi: yup, Thanks | 01:10 |
*** apoorvad has joined #openstack-qa | 01:10 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-python27 289679,4,03f56ea | 01:11 |
*** vhosakot has quit IRC | 01:16 | |
*** vhosakot has joined #openstack-qa | 01:17 | |
oomichi | gmann: can you take a look at https://review.openstack.org/#/c/260319 again? | 01:17 |
oomichi | gmann: I wrote my comments to your points. | 01:17 |
oomichi | gmann: yeah, list_router_interfaces are bad interface as its method name | 01:17 |
oomichi | gmann: yaroslav also gave the same comment, the method name seems a trap | 01:18 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make 'device' optional in volume attach response schema https://review.openstack.org/290197 | 01:19 |
*** jasonsb has joined #openstack-qa | 01:21 | |
gmann | oomichi: ^^ updated cmt msg | 01:21 |
gmann | oomichi: ohk, yes we can do that later | 01:21 |
gmann | oomichi: only comment in https://review.openstack.org/#/c/260319/37/tempest/api/network/admin/test_l3_agent_scheduler.py | 01:21 |
gmann | oomichi: i was mainly concerned as you changed L83 in this patch | 01:21 |
gmann | oomichi: so now add interface with admin client and remove with non-admin | 01:22 |
oomichi | gmann: +2, thanks for updating | 01:22 |
gmann | oomichi: Thanks | 01:22 |
oomichi | gmann: ah, nice point | 01:23 |
oomichi | gmann: will remove admin | 01:24 |
gmann | oomichi: ohk, i ll +2 on that quickly | 01:24 |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-dsvm-integration 263817,32,268dba5 | 01:24 |
oomichi | gmann: it is better to wait Jenkins for the patch ;) | 01:24 |
gmann | oomichi: ok :). | 01:25 |
*** ddieterly has joined #openstack-qa | 01:25 | |
*** zz_dimtruck is now known as dimtruck | 01:25 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client https://review.openstack.org/260319 | 01:26 |
oomichi | gmann: https://review.openstack.org/#/c/290108/ is also light patch | 01:27 |
*** pvaneck has quit IRC | 01:28 | |
gmann | oomichi: +2 | 01:29 |
oomichi | gmann: thanks | 01:30 |
mtreinish | timothyb89: cool | 01:30 |
gmann | mtreinish: will be quick one - https://review.openstack.org/#/c/290197/ | 01:31 |
*** fnaval has quit IRC | 01:31 | |
gmann | mtreinish: and microversion patches also :) - | 01:31 |
mtreinish | gmann: +A | 01:32 |
gmann | mtreinish: Thanks | 01:32 |
mtreinish | on the quick one :) | 01:32 |
gmann | mtreinish: please look microversion patches also as you are still wake up :) | 01:32 |
mtreinish | gmann: on that first microversion patch where is the release notes update? | 01:36 |
*** nichola__ has joined #openstack-qa | 01:36 | |
mtreinish | you said it's on a later patch, but why not when we actually add the interface? | 01:36 |
gmann | mtreinish: actually in base patch we donot add for compute service client | 01:37 |
gmann | mtreinish: so i thought should not be good to add release notes till we support all compute service client at least | 01:38 |
*** sdague has quit IRC | 01:38 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-dsvm-integration 289525,3,158b912 | 01:38 |
mtreinish | but you add the interfaces to the lib? I don't think it matters too much as long as it's before the release | 01:39 |
mtreinish | but I feel like adding release notes when we add a public interface is better than doing it when we have the first consumer | 01:39 |
gmann | mtreinish: but may be we can add in base patch and in compute service client one add another about support all compute client | 01:39 |
gmann | mtreinish: yea, that adds interface in lib we can add there actually | 01:39 |
gmann | mtreinish: yea, i will update. | 01:40 |
*** vhosakot has quit IRC | 01:41 | |
*** fnaval has joined #openstack-qa | 01:42 | |
*** vhosakot has joined #openstack-qa | 01:42 | |
mtreinish | gmann: also, I left in my review comment we should add the docs to the doc tree | 01:43 |
mtreinish | it looks like most have docstrings already we just need to include those in the build | 01:43 |
mtreinish | gmann: basically just a file added here: https://github.com/openstack/tempest/tree/master/doc/source/library | 01:43 |
gmann | mtreinish: isee, yea i have started those and ll update | 01:44 |
gmann | mtreinish: that will be nice | 01:44 |
mtreinish | and then an entry added to the toctree at the bottom: https://raw.githubusercontent.com/openstack/tempest/master/doc/source/library.rst | 01:44 |
mtreinish | we want to make sure we have things documented and tested when we commit to them being a stable interface :) | 01:44 |
gmann | mtreinish: so in .rst no link to actual doc? | 01:45 |
mtreinish | gmann: you need to add a .rst like: http://git.openstack.org/cgit/openstack/tempest/tree/doc/source/library/utils.rst that points to the lib module | 01:45 |
*** sdague has joined #openstack-qa | 01:45 | |
mtreinish | you can put an overview in the top of the microversion file | 01:46 |
mtreinish | but, if it spans multiple modules you can do it as a new rst | 01:46 |
mtreinish | and just have multiple autodoc links | 01:46 |
gmann | mtreinish: ok, i will check those. | 01:46 |
mtreinish | gmann: so you can do something like: http://git.openstack.org/cgit/openstack-infra/subunit2sql/tree/doc/source/api.rst instead of the existing tempest.lib examples if you think it makes sense | 01:47 |
mtreinish | it doesn't really matter as long as it makes sense :) | 01:47 |
gmann | mtreinish: ok, Thanks that helps | 01:48 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 283868,3,097f49e | 01:51 |
*** fnaval_ has joined #openstack-qa | 01:53 | |
*** mtanino has joined #openstack-qa | 01:53 | |
*** fnaval has quit IRC | 01:54 | |
*** fnaval has joined #openstack-qa | 01:55 | |
*** fnaval_ has quit IRC | 01:57 | |
*** salv-orlando has joined #openstack-qa | 01:57 | |
*** fnaval_ has joined #openstack-qa | 01:58 | |
*** fnaval has quit IRC | 02:00 | |
gmann | mtreinish: i saw, it is really nice, previously i was doing all manually by putting interfaces name etc. Thanks | 02:00 |
*** fnaval has joined #openstack-qa | 02:01 | |
*** fnaval_ has quit IRC | 02:03 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Add missing space to single_patch query https://review.openstack.org/290230 | 02:04 |
*** fnaval_ has joined #openstack-qa | 02:04 | |
*** salv-orlando has quit IRC | 02:04 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-pep8 290204,2,1a7c0c1 | 02:05 |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Allow putting service users in a seperate domain https://review.openstack.org/271051 | 02:05 |
*** sdague has quit IRC | 02:05 | |
*** yamamoto_ has joined #openstack-qa | 02:06 | |
*** fnaval has quit IRC | 02:06 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Add missing spaces to queries https://review.openstack.org/290230 | 02:06 |
*** fnaval has joined #openstack-qa | 02:07 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Add missing spaces to queries https://review.openstack.org/290230 | 02:07 |
*** fnaval_ has quit IRC | 02:09 | |
*** reedip_away is now known as reedip | 02:09 | |
*** fnaval_ has joined #openstack-qa | 02:10 | |
*** fnaval has quit IRC | 02:11 | |
*** safchain has quit IRC | 02:13 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python34 289158,5,147238e | 02:18 |
*** fnaval has joined #openstack-qa | 02:18 | |
*** fnaval_ has quit IRC | 02:19 | |
*** ddieterly is now known as ddieterly[away] | 02:20 | |
*** fnaval_ has joined #openstack-qa | 02:23 | |
*** fnaval has quit IRC | 02:25 | |
*** fnaval has joined #openstack-qa | 02:27 | |
mtreinish | masayukig: o-h already use a ton of random libs. I bet we're pulling in a tree implementation and don't even realize it | 02:28 |
*** fnaval_ has quit IRC | 02:29 | |
*** john51 has quit IRC | 02:31 | |
masayukig | mtreinish: yeah, it seems there're many implementation of it. We don't need to reinvent the wheel. | 02:32 |
*** john51 has joined #openstack-qa | 02:33 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 272471,8,381edc2 | 02:35 |
*** armax has joined #openstack-qa | 02:35 | |
*** hichihara has joined #openstack-qa | 02:35 | |
*** woodster_ has quit IRC | 02:37 | |
*** fnaval has quit IRC | 02:37 | |
*** fnaval has joined #openstack-qa | 02:38 | |
*** fnaval_ has joined #openstack-qa | 02:40 | |
*** fnaval has quit IRC | 02:42 | |
*** fnaval has joined #openstack-qa | 02:43 | |
*** yangyapeng has quit IRC | 02:44 | |
*** fnaval_ has quit IRC | 02:45 | |
larainema | masayukig o/ | 02:48 |
*** fnaval_ has joined #openstack-qa | 02:48 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-dsvm-integration 227036,48,5ed8cb0 | 02:48 |
masayukig | larainema: hi :) | 02:49 |
*** fnaval has quit IRC | 02:49 | |
larainema | i tried to use openstack-health on my environment this week with the README doc | 02:49 |
larainema | i got one errors on my enviroment | 02:50 |
larainema | when run 'python setup.py develop' | 02:50 |
larainema | error: SQLAlchemy 1.0.12 is installed but SQLAlchemy<=0.9.99,>=0.9.7 is required by set(['oslo.db']) | 02:51 |
*** yamahata has quit IRC | 02:53 | |
larainema | masayukig, if something wrong here? | 02:53 |
*** mriedem has quit IRC | 02:54 | |
masayukig | larainema: hmm, I think you should run it in a virtualenv. | 02:54 |
*** fnaval_ has quit IRC | 02:55 | |
*** fnaval has joined #openstack-qa | 02:55 | |
masayukig | larainema: did you already do it in a virtualenv? | 02:56 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for neutron bug 1501515 https://review.openstack.org/290246 | 02:56 |
openstack | bug 1501515 in neutron "DBReferenceError is raised when updating dvr port binding" [Medium,In progress] https://launchpad.net/bugs/1501515 - Assigned to Kevin Benton (kevinbenton) | 02:56 |
larainema | i thought i am in virtualenv | 02:56 |
*** nichola__ has quit IRC | 02:56 | |
*** yamamoto_ has quit IRC | 02:56 | |
*** fnaval_ has joined #openstack-qa | 02:59 | |
*** fnaval has quit IRC | 03:00 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-npm-run-lint 290225,1,45abd16 | 03:02 |
*** fnaval has joined #openstack-qa | 03:02 | |
*** fnaval_ has quit IRC | 03:04 | |
masayukig | larainema: oh, I can reproduce it.. | 03:06 |
*** vhosakot has quit IRC | 03:09 | |
*** fnaval has quit IRC | 03:10 | |
*** fnaval has joined #openstack-qa | 03:11 | |
masayukig | larainema: can you run "openstack-health-api etc/openstack-health-api.conf"? | 03:12 |
*** fnaval_ has joined #openstack-qa | 03:13 | |
larainema | masayukig,i got address already in use error | 03:14 |
*** fnaval has quit IRC | 03:15 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-pep8 225081,11,184b1ce | 03:15 |
masayukig | larainema: hmm, it seems another issue. The listen port is 5000 by default. Are you running something for use the port? | 03:16 |
larainema | masayukig, let me check | 03:17 |
*** fnaval has joined #openstack-qa | 03:20 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for neutron bug 1501515 https://review.openstack.org/290246 | 03:20 |
openstack | bug 1501515 in neutron "DBReferenceError is raised when updating dvr port binding" [Medium,In progress] https://launchpad.net/bugs/1501515 - Assigned to Kevin Benton (kevinbenton) | 03:20 |
*** ddieterly[away] has quit IRC | 03:20 | |
*** vhosakot has joined #openstack-qa | 03:21 | |
*** fnaval_ has quit IRC | 03:22 | |
larainema | masayukig, yes, there is an apache process on 5000 port | 03:23 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for neutron bug 1501515 https://review.openstack.org/290246 | 03:25 |
openstack | bug 1501515 in neutron "DBReferenceError is raised when updating dvr port binding" [Medium,In progress] https://launchpad.net/bugs/1501515 - Assigned to Kevin Benton (kevinbenton) | 03:25 |
*** dims has quit IRC | 03:25 | |
*** apoorvad has quit IRC | 03:27 | |
*** fnaval_ has joined #openstack-qa | 03:28 | |
openstackrecheck | Console logs not available after 13:24s for gate-os-brick-pep8 290231,1,670d899 | 03:29 |
*** dimtruck is now known as zz_dimtruck | 03:29 | |
larainema | masayukig, openstack-health-api etc/openstack-health-api works | 03:29 |
*** zz_dimtruck is now known as dimtruck | 03:29 | |
masayukig | larainema: oh, changing the port? | 03:29 |
*** markvoelker has joined #openstack-qa | 03:30 | |
larainema | masayukig, just stop apache first | 03:30 |
*** fnaval has quit IRC | 03:30 | |
masayukig | larainema: ok :) it should work. | 03:30 |
*** _nadya_ has joined #openstack-qa | 03:30 | |
larainema | masayukig, how to test the api? when I started froutend, i got api error on the page | 03:31 |
* masayukig needs to check "error: SQLAlchemy 1.0.12 is installed but SQLAlchemy<=0.9.99,>=0.9.7 is required by set(['oslo.db'])" | 03:32 | |
masayukig | larainema: hmm, | 03:32 |
*** salv-orlando has joined #openstack-qa | 03:32 | |
masayukig | larainema: is there any logs on the api console? | 03:33 |
larainema | masayukig, no logs | 03:34 |
mtreinish | larainema: can you curl http://127.0.0.1:500 or hit it in a web browser? | 03:35 |
*** _nadya_ has quit IRC | 03:35 | |
*** salv-orlando has quit IRC | 03:35 | |
mtreinish | it'll just return a json blob with all the routes, but it's a good indication of whether the server is working or not | 03:35 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for neutron bug 1553374 https://review.openstack.org/290257 | 03:36 |
openstack | bug 1553374 in neutron "Intermittent failure in BGP API tests" [High,In progress] https://launchpad.net/bugs/1553374 - Assigned to Ryan Tidwell (ryan-tidwell) | 03:36 |
larainema | masayukig, curl works | 03:36 |
mtreinish | larainema: and there is a corresponding message in the console output saying it got the request | 03:37 |
*** fnaval_ has quit IRC | 03:37 | |
larainema | mtreinish, yes | 03:38 |
*** yamamoto_ has joined #openstack-qa | 03:39 | |
*** dimtruck is now known as zz_dimtruck | 03:39 | |
*** fedexo has joined #openstack-qa | 03:40 | |
masayukig | larainema: how about reloading your web browser? | 03:41 |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 217567,47,1ca69f9 | 03:42 |
larainema | masayukig, i thought i got the issue, i access the web server during external url | 03:44 |
larainema | masayukig, not localhost | 03:45 |
openstackgerrit | Merged openstack/tempest: Make 'device' optional in volume attach response schema https://review.openstack.org/290197 | 03:45 |
masayukig | larainema: ah, ok. you may need to change etc/config.js? | 03:47 |
*** yamahata has joined #openstack-qa | 03:47 | |
*** jamielennox is now known as jamielennox|away | 03:54 | |
larainema | masayukig, the api server only running on localhost:5000, how to change it can running on the external ip? | 03:55 |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python34 230617,26,2c2274a | 03:56 |
*** binbincong has quit IRC | 03:57 | |
*** ngoracke has joined #openstack-qa | 04:00 | |
*** GreenGraph has joined #openstack-qa | 04:01 | |
masayukig | larainema: changing app.run(debug=True) in api.py to app.run(debug=True, host='0.0.0.0', port=8080) would work for you. I don't know it through the config file, but it should be able to. | 04:02 |
boris-42 | moravec: you can join rally chat and ask any questions related rally we will try to reply them | 04:05 |
*** shausy has joined #openstack-qa | 04:09 | |
openstackrecheck | Console logs not available after 13:27s for gate-nova-python34 289813,8,69395bd | 04:09 |
larainema | masayukig, cool, it works, got the can't connect to MySQL server error | 04:10 |
*** fnaval has joined #openstack-qa | 04:12 | |
*** neeti has joined #openstack-qa | 04:12 | |
masayukig | larainema: nice. I think the default value in etc/openstack-health-api.conf should work, though. | 04:13 |
*** binbincong has joined #openstack-qa | 04:14 | |
mtreinish | larainema: do you have a pastebin of the actual mysql connection error? | 04:15 |
larainema | masayukig, mtreinish, i thought the connection error might be caused by the proxy, my test environment under the firewall, I will look at later | 04:18 |
timothyb89 | larainema: I have had luck using tsocks to get the server to connect through a proxy | 04:20 |
*** GreenGraph has quit IRC | 04:21 | |
*** sayalilunkad has quit IRC | 04:22 | |
openstackrecheck | Console logs not available after 13:24s for gate-devstack-gate-unittests 290171,1,64bcf35 | 04:23 |
*** armax has quit IRC | 04:23 | |
larainema | hi timothyb89, thanks the information, i will try it | 04:25 |
*** zz_dimtruck is now known as dimtruck | 04:33 | |
*** sayalilunkad has joined #openstack-qa | 04:34 | |
larainema | mtreinish: http://paste.openstack.org/show/489772/ | 04:34 |
openstackrecheck | Console logs not available after 13:23s for gate-os-brick-pep8 290231,1,ea17fcc | 04:36 |
*** yamahata has quit IRC | 04:37 | |
*** yamahata has joined #openstack-qa | 04:38 | |
*** ajmiller has joined #openstack-qa | 04:44 | |
*** sridharg has joined #openstack-qa | 04:45 | |
*** ajmiller_ has joined #openstack-qa | 04:45 | |
*** ajmiller__ has joined #openstack-qa | 04:47 | |
*** slowrie has quit IRC | 04:47 | |
*** slowrie has joined #openstack-qa | 04:48 | |
*** ajmiller has quit IRC | 04:49 | |
*** sayalilunkad has quit IRC | 04:50 | |
*** ajmiller_ has quit IRC | 04:51 | |
*** sayalilunkad has joined #openstack-qa | 04:51 | |
*** ajmiller__ has quit IRC | 04:52 | |
*** dimtruck is now known as zz_dimtruck | 04:54 | |
*** eliqiao has quit IRC | 05:04 | |
*** eliqiao has joined #openstack-qa | 05:04 | |
*** regXboi has joined #openstack-qa | 05:05 | |
*** regXboi has quit IRC | 05:06 | |
*** salv-orlando has joined #openstack-qa | 05:07 | |
*** ajmiller has joined #openstack-qa | 05:09 | |
*** ngoracke has quit IRC | 05:10 | |
*** salv-orlando has quit IRC | 05:13 | |
*** kbaikov has quit IRC | 05:18 | |
openstackrecheck | Console logs not available after 13:22s for gate-swift-pep8 279256,5,cb73d4b | 05:29 |
*** kbaikov has joined #openstack-qa | 05:31 | |
*** sree has joined #openstack-qa | 05:37 | |
*** yfried_ has joined #openstack-qa | 05:39 | |
*** sree has quit IRC | 05:42 | |
*** hoangcx has joined #openstack-qa | 05:45 | |
*** Poornima has joined #openstack-qa | 05:45 | |
*** fawadkhaliq has joined #openstack-qa | 05:47 | |
*** fnaval has quit IRC | 05:49 | |
*** rcernin has joined #openstack-qa | 06:09 | |
*** _nadya_ has joined #openstack-qa | 06:09 | |
*** bnemec has quit IRC | 06:11 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-multinode-full-dibtest 274792,9,b259f82 | 06:15 |
*** yfried_ has quit IRC | 06:24 | |
*** amotoki has joined #openstack-qa | 06:25 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 06:25 |
*** binbincong has quit IRC | 06:26 | |
*** binbincong has joined #openstack-qa | 06:27 | |
*** asselin__ has joined #openstack-qa | 06:29 | |
*** asselin_ has quit IRC | 06:31 | |
*** salv-orlando has joined #openstack-qa | 06:31 | |
*** salv-orlando has quit IRC | 06:36 | |
*** gamado has joined #openstack-qa | 06:37 | |
*** fedexo has quit IRC | 06:41 | |
*** _nadya_ has quit IRC | 06:45 | |
*** fnaval has joined #openstack-qa | 06:50 | |
*** fnaval has quit IRC | 06:54 | |
*** dave-mccowan has quit IRC | 07:02 | |
*** zackf has quit IRC | 07:02 | |
*** jrcloud has joined #openstack-qa | 07:13 | |
*** Abhishek has joined #openstack-qa | 07:16 | |
afazekas | kashyap: if you restart any process it will use the currently checked out code. In a typical case it can work, but for example it does not updates the script entry-points | 07:17 |
*** jrcloud has quit IRC | 07:17 | |
Abhishek | I am planning to add a scenario test for extra routes. I would like to know if the scenario is valid. | 07:18 |
*** anshul has joined #openstack-qa | 07:21 | |
*** neeti has quit IRC | 07:24 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-postgres-full 290284,1,d51e398 | 07:27 |
*** fawadkhaliq has quit IRC | 07:28 | |
*** eglute has quit IRC | 07:35 | |
*** sigmavirus24_awa has quit IRC | 07:36 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: [WIP] Introduce layer to Failed Tests https://review.openstack.org/288305 | 07:38 |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: [WIP] Introduce layer to Failed Tests https://review.openstack.org/288305 | 07:38 |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-full 289813,10,e158183 | 07:46 |
*** yangyapeng has joined #openstack-qa | 07:46 | |
*** yangyapeng has quit IRC | 07:49 | |
*** yangyapeng has joined #openstack-qa | 07:49 | |
*** yfried_ has joined #openstack-qa | 07:52 | |
*** asselin__ has quit IRC | 07:56 | |
*** gfidente has joined #openstack-qa | 07:58 | |
openstackrecheck | Console logs not available after 13:26s for gate-glance-python34 290310,1,7d0c7f0 | 07:59 |
*** yfried_ has quit IRC | 08:05 | |
*** yfried has joined #openstack-qa | 08:05 | |
*** yangyapeng has quit IRC | 08:06 | |
*** rossella_s has joined #openstack-qa | 08:07 | |
openstackgerrit | Merged openstack/tempest: Switch hdp to cdh in the default list of Sahara plugins https://review.openstack.org/289959 | 08:08 |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Add host and port variables to api server https://review.openstack.org/290321 | 08:10 |
*** e0ne has joined #openstack-qa | 08:10 | |
*** yangyapeng has joined #openstack-qa | 08:13 | |
*** safchain has joined #openstack-qa | 08:16 | |
*** apevec has joined #openstack-qa | 08:16 | |
*** apevec has left #openstack-qa | 08:17 | |
*** vhosakot has quit IRC | 08:18 | |
*** e0ne has quit IRC | 08:19 | |
*** skroni has joined #openstack-qa | 08:25 | |
*** jlanoux has joined #openstack-qa | 08:27 | |
openstackrecheck | Console logs not available after 13:24s for gate-glance-python34 290310,2,0c6d3c4 | 08:31 |
*** yfried_ has joined #openstack-qa | 08:34 | |
*** yfried has quit IRC | 08:34 | |
*** Serlex has joined #openstack-qa | 08:35 | |
*** pilgrimstack has joined #openstack-qa | 08:39 | |
openstackgerrit | Merged openstack/tempest: network: Fix subnet_allocation extension check. https://review.openstack.org/288631 | 08:40 |
*** tmatsu has quit IRC | 08:43 | |
*** shardy has joined #openstack-qa | 08:47 | |
*** openstackgerrit has quit IRC | 08:47 | |
*** openstackgerrit has joined #openstack-qa | 08:48 | |
*** ihrachys has joined #openstack-qa | 08:48 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 288093,2,1453489 | 08:54 |
*** ifarkas has joined #openstack-qa | 08:56 | |
*** yfried has joined #openstack-qa | 09:03 | |
*** drptbl has joined #openstack-qa | 09:06 | |
*** yfried_ has quit IRC | 09:07 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-python34 175982,5,9ce20f3 | 09:09 |
*** dtantsur|afk is now known as dtantsur | 09:10 | |
*** amotoki has quit IRC | 09:10 | |
*** sridhargaddam has joined #openstack-qa | 09:13 | |
*** bapalm has quit IRC | 09:14 | |
*** sridhargaddam has quit IRC | 09:15 | |
*** sridharg has quit IRC | 09:15 | |
*** sridharg has joined #openstack-qa | 09:15 | |
*** lucas-dinner is now known as lucasagomes | 09:16 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 09:16 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients https://review.openstack.org/284414 | 09:17 |
*** sshnaidm has quit IRC | 09:17 | |
*** sshnaidm has joined #openstack-qa | 09:18 | |
*** hichihara has quit IRC | 09:20 | |
*** slunkad has joined #openstack-qa | 09:21 | |
*** salv-orlando has joined #openstack-qa | 09:21 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 290315,1,a23ac06 | 09:22 |
*** yamahata has quit IRC | 09:23 | |
*** eglute has joined #openstack-qa | 09:24 | |
*** sigmavirus24_awa has joined #openstack-qa | 09:25 | |
*** amotoki has joined #openstack-qa | 09:25 | |
*** bapalm has joined #openstack-qa | 09:27 | |
*** salv-orlando has quit IRC | 09:29 | |
*** gszasz has joined #openstack-qa | 09:31 | |
*** jordanP has joined #openstack-qa | 09:31 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients https://review.openstack.org/284414 | 09:32 |
*** hoangcx has quit IRC | 09:33 | |
*** amotoki has quit IRC | 09:34 | |
*** slunkad has quit IRC | 09:34 | |
*** sayalilunkad_lap has joined #openstack-qa | 09:35 | |
openstackrecheck | Console logs not available after 13:25s for gate-horizon-dsvm-integration 243762,3,cf80556 | 09:36 |
*** sridharg has quit IRC | 09:39 | |
*** sridharg has joined #openstack-qa | 09:40 | |
*** pilgrimstack has quit IRC | 09:40 | |
lucasagomes | hi all, any change I can get some eyes on this 1LOC change here: https://review.openstack.org/#/c/287698/ ? thank you | 09:40 |
*** amotoki has joined #openstack-qa | 09:43 | |
*** reedip is now known as reedip_away | 09:44 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients https://review.openstack.org/284414 | 09:44 |
*** _nadya_ has joined #openstack-qa | 09:45 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add tests for compute v2.10 microversion https://review.openstack.org/277763 | 09:45 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 09:46 |
*** lezbar has quit IRC | 09:49 | |
*** pilgrimstack has joined #openstack-qa | 09:49 | |
*** lezbar has joined #openstack-qa | 09:50 | |
*** amotoki has quit IRC | 09:51 | |
*** lezbar has quit IRC | 09:51 | |
*** e0ne has joined #openstack-qa | 09:51 | |
*** lezbar has joined #openstack-qa | 09:52 | |
*** Serlex has quit IRC | 09:52 | |
*** Serlex has joined #openstack-qa | 09:55 | |
*** amotoki has joined #openstack-qa | 09:55 | |
*** neeti has joined #openstack-qa | 09:56 | |
*** amotoki has quit IRC | 09:56 | |
openstackgerrit | Liron Kuchlani proposed openstack/tempest: Cinder verifies getting volume list with marker https://review.openstack.org/289780 | 10:00 |
*** e0ne has quit IRC | 10:01 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 10:03 |
*** e0ne has joined #openstack-qa | 10:04 | |
*** amotoki has joined #openstack-qa | 10:06 | |
*** drptbl has quit IRC | 10:07 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Sync parameters when same state transition https://review.openstack.org/290375 | 10:18 |
*** mvk has joined #openstack-qa | 10:21 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 10:22 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 10:25 |
*** drptbl has joined #openstack-qa | 10:26 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 10:27 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients https://review.openstack.org/284414 | 10:27 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add tests for compute v2.10 microversion https://review.openstack.org/277763 | 10:28 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 10:28 |
gmann | mtreinish: added doc and release notes, have a look - https://review.openstack.org/#/c/284387/11 | 10:28 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full-kilo 284387,8,c94430b | 10:33 |
*** asselin__ has joined #openstack-qa | 10:35 | |
*** tosky has joined #openstack-qa | 10:41 | |
*** yamamoto_ has quit IRC | 10:42 | |
*** dtantsur is now known as dtantsur|brb | 10:49 | |
openstackrecheck | Console logs not available after 13:22s for gate-swift-pep8 290369,1,e47a78b | 10:50 |
openstackrecheck | openstack/nova change: https://review.openstack.org/289957 failed gate-grenade-dsvm in the gate queue with an unrecognized error | 10:50 |
*** salv-orlando has joined #openstack-qa | 10:51 | |
*** cdent has joined #openstack-qa | 10:54 | |
*** salv-orlando has quit IRC | 10:56 | |
*** fnaval has joined #openstack-qa | 11:04 | |
*** drptbl has quit IRC | 11:06 | |
*** sdague has joined #openstack-qa | 11:06 | |
*** dims has joined #openstack-qa | 11:07 | |
*** fnaval has quit IRC | 11:09 | |
openstackgerrit | Merged openstack/tempest: Split out Neutron routers client https://review.openstack.org/260319 | 11:11 |
dmellado | gmann: some small comments to your patch, thanks! ;) | 11:15 |
*** drptbl has joined #openstack-qa | 11:18 | |
*** yamamoto_ has joined #openstack-qa | 11:33 | |
*** yangyapeng has quit IRC | 11:42 | |
*** tmatsu has joined #openstack-qa | 11:44 | |
*** tmatsu has quit IRC | 11:48 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full-kilo 277763,15,54ba829 | 11:53 |
*** rfolco has joined #openstack-qa | 12:04 | |
*** salv-orlando has joined #openstack-qa | 12:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-kilo 284414,11,8afaf56 | 12:06 |
*** aysyd has joined #openstack-qa | 12:06 | |
*** amotoki has quit IRC | 12:10 | |
*** yamamoto_ has quit IRC | 12:16 | |
*** dtantsur|brb is now known as dtantsur | 12:18 | |
openstackgerrit | Waldemar Znoinski proposed openstack-dev/devstack: run tgt-admin --delete only if input not empty https://review.openstack.org/290442 | 12:19 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-kilo 258391,27,e0e59d1 | 12:20 |
*** mvk has quit IRC | 12:20 | |
*** lucasagomes is now known as lucas-hungry | 12:21 | |
*** amotoki has joined #openstack-qa | 12:24 | |
*** greghaynes has quit IRC | 12:27 | |
*** bapalm has quit IRC | 12:27 | |
*** bapalm has joined #openstack-qa | 12:27 | |
openstackgerrit | Igor Duarte Cardoso proposed openstack-dev/devstack: Properly "stop" horizon when unstacking https://review.openstack.org/290445 | 12:28 |
*** amotoki has quit IRC | 12:29 | |
*** gamado has quit IRC | 12:31 | |
*** skroni has quit IRC | 12:33 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-kilo 284387,11,d84cb19 | 12:33 |
*** skroni has joined #openstack-qa | 12:33 | |
*** rodrigods has quit IRC | 12:37 | |
*** rodrigods has joined #openstack-qa | 12:37 | |
*** greghaynes has joined #openstack-qa | 12:40 | |
*** yamamoto has joined #openstack-qa | 12:45 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-kilo 289780,2,3cfe677 | 12:46 |
*** yamamoto has quit IRC | 12:47 | |
*** yamamoto has joined #openstack-qa | 12:48 | |
*** drptbl has quit IRC | 12:49 | |
*** Poornima has quit IRC | 12:49 | |
*** mvk has joined #openstack-qa | 12:51 | |
*** lezbar__ has joined #openstack-qa | 12:52 | |
*** lezbar has quit IRC | 12:53 | |
*** yamamoto has quit IRC | 12:53 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: Generate a log with deprecation warnings https://review.openstack.org/289901 | 12:56 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 290108,1,2e02ab1 | 13:00 |
*** krtaylor has quit IRC | 13:02 | |
*** dims has quit IRC | 13:05 | |
*** dims_ has joined #openstack-qa | 13:05 | |
*** markvoelker_ has joined #openstack-qa | 13:08 | |
*** edmondsw has joined #openstack-qa | 13:10 | |
*** dims_ has quit IRC | 13:10 | |
*** markvoelker has quit IRC | 13:11 | |
*** tochi has quit IRC | 13:12 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 289342,7,78c07ff | 13:13 |
*** dims has joined #openstack-qa | 13:14 | |
*** yamamoto has joined #openstack-qa | 13:17 | |
*** yamamoto has quit IRC | 13:17 | |
*** weshay has joined #openstack-qa | 13:19 | |
*** yamamoto has joined #openstack-qa | 13:19 | |
*** yangyapeng has joined #openstack-qa | 13:20 | |
*** markvoelker_ has quit IRC | 13:20 | |
*** dave-mccowan has joined #openstack-qa | 13:22 | |
*** neeti has quit IRC | 13:23 | |
*** _nadya_ has quit IRC | 13:25 | |
*** drptbl has joined #openstack-qa | 13:26 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 290414,1,62d306c | 13:27 |
*** lucas-hungry is now known as lucasagomes | 13:28 | |
*** _nadya_ has joined #openstack-qa | 13:30 | |
*** neeti has joined #openstack-qa | 13:31 | |
*** neeti has quit IRC | 13:34 | |
*** skroni has quit IRC | 13:34 | |
*** skroni has joined #openstack-qa | 13:35 | |
*** markvoelker has joined #openstack-qa | 13:39 | |
*** jpena is now known as jpena|lunch | 13:39 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-dsvm-integration 287793,10,14c9557 | 13:40 |
*** tsufiev has quit IRC | 13:41 | |
*** _nadya_ has quit IRC | 13:42 | |
*** drptbl has quit IRC | 13:43 | |
*** drptbl has joined #openstack-qa | 13:45 | |
*** ddieterly has joined #openstack-qa | 13:46 | |
*** Abhishek has quit IRC | 13:47 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm 290436,1,0b5bb39 | 13:54 |
*** amotoki has joined #openstack-qa | 13:54 | |
*** akshai has joined #openstack-qa | 13:55 | |
*** salv-orlando has quit IRC | 13:55 | |
*** neeti has joined #openstack-qa | 13:56 | |
*** yamamoto has quit IRC | 13:56 | |
*** yamamoto has joined #openstack-qa | 13:57 | |
*** markvoelker has quit IRC | 13:58 | |
*** ddieterly has quit IRC | 14:04 | |
*** neeti has quit IRC | 14:07 | |
openstackrecheck | Console logs not available after 13:22s for gate-swift-dsvm-functional 288011,4,6e1cca1 | 14:07 |
*** salv-orlando has joined #openstack-qa | 14:07 | |
openstackgerrit | Zespre Schmidt proposed openstack-dev/devstack: Make unstack.sh keep Keystone Apache config https://review.openstack.org/290516 | 14:10 |
*** salv-orlando has quit IRC | 14:14 | |
*** mriedem has joined #openstack-qa | 14:19 | |
*** mtanino has quit IRC | 14:19 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python34 287055,6,7493103 | 14:20 |
*** dkranz has joined #openstack-qa | 14:21 | |
*** tsufiev has joined #openstack-qa | 14:23 | |
*** moravec has quit IRC | 14:23 | |
*** _nadya_ has joined #openstack-qa | 14:24 | |
*** rfolco has quit IRC | 14:25 | |
*** rfolco has joined #openstack-qa | 14:28 | |
*** moravec has joined #openstack-qa | 14:29 | |
*** ddieterly has joined #openstack-qa | 14:33 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 242006,14,ee06159 | 14:34 |
*** artom has joined #openstack-qa | 14:35 | |
*** ngoracke has joined #openstack-qa | 14:43 | |
*** jpena|lunch is now known as jpena | 14:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python27 280571,2,db27016 | 14:47 |
*** markvoelker has joined #openstack-qa | 14:48 | |
*** dmsimard has left #openstack-qa | 14:48 | |
*** nwkarsten has joined #openstack-qa | 14:49 | |
*** mriedem is now known as mriedem_meeting | 14:52 | |
*** bnemec has joined #openstack-qa | 14:53 | |
*** rbak has joined #openstack-qa | 14:58 | |
*** Abhishek has joined #openstack-qa | 15:00 | |
openstackrecheck | Console logs not available after 13:27s for gate-nova-pep8 290134,2,3914d63 | 15:01 |
*** zz_dimtruck is now known as dimtruck | 15:03 | |
*** mtanino has joined #openstack-qa | 15:06 | |
*** sc68cal has joined #openstack-qa | 15:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: Generate a log with deprecation warnings https://review.openstack.org/289901 | 15:09 |
*** jlwhite has joined #openstack-qa | 15:10 | |
*** mfisher_ora has joined #openstack-qa | 15:11 | |
*** jlwhite has quit IRC | 15:11 | |
*** ylobankov has joined #openstack-qa | 15:12 | |
*** vhosakot has joined #openstack-qa | 15:14 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full-kilo 289780,2,0c99dc3 | 15:14 |
*** ddieterly is now known as ddieterly[away] | 15:18 | |
*** zackf has joined #openstack-qa | 15:24 | |
*** nwkarsten has quit IRC | 15:27 | |
*** nwkarsten has joined #openstack-qa | 15:27 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-npm-run-lint 282252,4,f9044a8 | 15:28 |
*** jlwhite has joined #openstack-qa | 15:31 | |
*** Abhishek has quit IRC | 15:36 | |
*** GreenGraph has joined #openstack-qa | 15:37 | |
*** krtaylor has joined #openstack-qa | 15:37 | |
*** mriedem_meeting is now known as mriedem | 15:40 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-python27 289932,5,b76d5a7 | 15:41 |
*** Swami has joined #openstack-qa | 15:45 | |
*** ddieterly[away] is now known as ddieterly | 15:47 | |
*** sayalilunkad_lap has quit IRC | 15:48 | |
*** nwkarsten has quit IRC | 15:48 | |
*** pglass has joined #openstack-qa | 15:49 | |
*** nwkarsten has joined #openstack-qa | 15:49 | |
*** sayalilunkad_lap has joined #openstack-qa | 15:49 | |
*** pglass has quit IRC | 15:52 | |
openstackrecheck | Console logs not available after 13:22s for gate-keystone-python27 127433,27,3b87917 | 15:54 |
*** regXboi has joined #openstack-qa | 15:59 | |
*** nwkarsten has quit IRC | 15:59 | |
*** nwkarsten has joined #openstack-qa | 16:00 | |
*** Poornima has joined #openstack-qa | 16:00 | |
*** nwkarsten has quit IRC | 16:04 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 283953,1,98ae62d | 16:08 |
*** Poornima has quit IRC | 16:08 | |
*** yamahata has joined #openstack-qa | 16:10 | |
*** pglbutt has joined #openstack-qa | 16:10 | |
*** hemnafk is now known as hemna | 16:15 | |
*** Poornima has joined #openstack-qa | 16:16 | |
*** shausy has quit IRC | 16:16 | |
*** nwkarsten has joined #openstack-qa | 16:19 | |
openstackrecheck | Console logs not available after 13:21s for gate-devstack-gate-unittests 289901,3,1cc0e0a | 16:21 |
*** rossella_s has quit IRC | 16:28 | |
*** armax has joined #openstack-qa | 16:30 | |
*** Poornima has quit IRC | 16:31 | |
*** Poornima_K has joined #openstack-qa | 16:31 | |
*** Poornima_K is now known as Poornima | 16:31 | |
bknudson | tempest can't have tests for the client libraries? | 16:32 |
*** Poornima has quit IRC | 16:32 | |
*** anshul has quit IRC | 16:32 | |
*** dims has quit IRC | 16:33 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 290519,1,3a05bbd | 16:35 |
mtreinish | bknudson: no, tempest's clients are independent. It tests the openstack APIs not the clients | 16:35 |
bknudson | mtreinish: ok, we'll add functional tests to keystoneclient, then. | 16:35 |
mtreinish | bknudson: that being said there is a cli testing framework in tempest.lib which is used by a lot of clients | 16:35 |
mtreinish | which IIRC, keystoneclient uses | 16:36 |
*** sridharg has quit IRC | 16:36 | |
bknudson | the keystone cli is deprecated.... we'd use the openstack cli... doable I guess. But I think we want to know what client functions are getting called. | 16:37 |
dmellado | mtreinish: btw, will you be adding a tag for when tempest-lib goes to .lib ? | 16:38 |
mtreinish | dmellado: yes, look at tempest 10.0.0 | 16:40 |
mtreinish | or tempest-lib 1.0.0 | 16:40 |
mtreinish | both are avaiable on pypi | 16:40 |
dmellado | mtreinish: thanks! any reason we went for 10.0.0 instead of plan 10? | 16:41 |
mtreinish | heh | 16:42 |
mtreinish | I figured it'd be good to follow: http://docs.openstack.org/developer/tempest/overview.html#release-versioning :) | 16:42 |
dmellado | mtreinish: I see, thanks for the info ;) | 16:43 |
*** dims has joined #openstack-qa | 16:44 | |
*** akshai has quit IRC | 16:46 | |
*** yfried has quit IRC | 16:48 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python34 259429,12,f124086 | 16:48 |
*** akshai has joined #openstack-qa | 16:49 | |
*** Serlex has quit IRC | 16:49 | |
*** e0ne has quit IRC | 16:50 | |
*** yamahata has quit IRC | 16:50 | |
mgagne | mtreinish: is there a way to list more recent runs for a specific provider than 10? | 16:53 |
anteaya | mtreinish: mgagne is asking about the openstack-health dashboard | 16:55 |
mgagne | yea, that, missing context ^^' | 16:55 |
anteaya | this view in particular: http://status.openstack.org/openstack-health/#/g/node_provider/internap-nyj01 | 16:55 |
anteaya | mtreinish: he works with internap and is checking the health of their cloud | 16:55 |
anteaya | mgagne: am I correct? | 16:55 |
mgagne | yea | 16:55 |
anteaya | wonderful | 16:55 |
mtreinish | mgagne: on the ui right now no, but you can query the db or the rest api manually | 16:56 |
mtreinish | mgagne: you can file a bug about making that have a more button or something here: https://bugs.launchpad.net/openstack-health | 16:57 |
*** tosky has quit IRC | 16:57 | |
mtreinish | mgagne: http://health.openstack.org/runs/key/node_provider/internap-nyj01/recent?num_runs=100 would be the 100 most recent | 16:58 |
mgagne | mtreinish: works for me! | 16:58 |
mtreinish | but it's the raw json, so no pretty colors | 16:58 |
mgagne | got what I want =) | 16:58 |
anteaya | woooo | 16:59 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-cells 232145,2,f80480a | 17:02 |
*** jlanoux has quit IRC | 17:03 | |
*** fawadkhaliq has joined #openstack-qa | 17:03 | |
*** binbincong has quit IRC | 17:03 | |
*** fawadkhaliq has quit IRC | 17:03 | |
*** nwkarsten has quit IRC | 17:04 | |
*** nwkarsten has joined #openstack-qa | 17:04 | |
*** GreenGra_ has joined #openstack-qa | 17:04 | |
*** GreenGraph has quit IRC | 17:05 | |
*** nwkarsten has quit IRC | 17:08 | |
*** apoorvad has joined #openstack-qa | 17:09 | |
*** rcernin has quit IRC | 17:09 | |
*** fawadkhaliq has joined #openstack-qa | 17:10 | |
*** yamahata has joined #openstack-qa | 17:10 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/devstack-gate: add mitaka and ocata branches to feature list https://review.openstack.org/290701 | 17:10 |
openstackgerrit | Doug Hellmann proposed openstack-infra/devstack-gate: add mitaka and ocata branches to feature list https://review.openstack.org/290701 | 17:13 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python34 290532,1,869f17d | 17:15 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Use tempest.lib's base module for network clients https://review.openstack.org/290108 | 17:16 |
*** drptbl has quit IRC | 17:16 | |
*** binbincong has joined #openstack-qa | 17:16 | |
*** safchain has quit IRC | 17:23 | |
*** ddieterly is now known as ddieterly[away] | 17:25 | |
*** ifarkas has quit IRC | 17:25 | |
*** nwkarsten has joined #openstack-qa | 17:26 | |
*** drptbl has joined #openstack-qa | 17:26 | |
*** dtantsur is now known as dtantsur|afk | 17:27 | |
*** sayalilunkad_lap has quit IRC | 17:27 | |
*** ddieterly[away] is now known as ddieterly | 17:28 | |
openstackrecheck | Console logs not available after 13:22s for gate-requirements-python27 290540,1,84a41ab | 17:28 |
*** binbincong has quit IRC | 17:30 | |
mgagne | any reason why a run of a job wouldn't have dstat-cs.txt.gz available when another have it? http://logs.openstack.org/13/265713/1/gate/gate-tempest-dsvm-neutron-full/f220974/logs/ vs http://logs.openstack.org/79/278079/9/gate/gate-tempest-dsvm-neutron-full/d74abcb/logs/ | 17:30 |
*** dimtruck is now known as zz_dimtruck | 17:30 | |
*** binbincong has joined #openstack-qa | 17:30 | |
*** zz_dimtruck is now known as dimtruck | 17:30 | |
mtreinish | mgagne: that's weird I dunno why it's missing there | 17:33 |
mgagne | still trying to find where the file is generated | 17:33 |
mtreinish | mgagne: https://github.com/openstack-dev/devstack/blob/8c5bae06f380df97b62c9555d33156ffb4b3f8af/tools/dstat.sh | 17:34 |
samueldmq | hi, quick question: does tempest use os-client-config ? | 17:34 |
mtreinish | mgagne: which get's called by: https://github.com/openstack-dev/devstack/blob/f95c9a960322df3cce1f4d98430f86a9654fc632/lib/dstat | 17:34 |
mgagne | got it, dstat.sh is not invoked at all :-/ | 17:34 |
mtreinish | samueldmq: no | 17:34 |
samueldmq | mtreinish: so how is auth info passed to tempest? | 17:35 |
samueldmq | mtreinish: I mean, it's possible to run tempest against real deployments if I want, right ? | 17:35 |
mtreinish | samueldmq: http://docs.openstack.org/developer/tempest/configuration.html#auth-credentials | 17:35 |
mtreinish | there are a couple of methods for doing it | 17:36 |
mgagne | not the same log format at all http://logs.openstack.org/79/278079/9/gate/gate-tempest-dsvm-neutron-full/d74abcb/logs/devstacklog.txt.gz vs http://logs.openstack.org/13/265713/1/gate/gate-tempest-dsvm-neutron-full/f220974/logs/devstacklog.txt.gz | 17:36 |
*** drptbl has quit IRC | 17:36 | |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Remove xenserver cruft from openvswitch_agent https://review.openstack.org/290106 | 17:37 |
mgagne | I'm wondering if one was used a check and the other as gate. | 17:38 |
samueldmq | mtreinish: : k got it, is there a plan to get tempest using os-client-config? | 17:38 |
samueldmq | mtreinish: accounts.yaml looks similar to a clouds.yaml | 17:39 |
samueldmq | semantically speaking | 17:39 |
*** josdotso has joined #openstack-qa | 17:39 | |
mtreinish | samueldmq: no, because os-client-config isn't designed for what tempest needs. accounts.yaml and the internal allocator is a separate thing because we need to give a bunch of different creds on a single cloud | 17:40 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make routers_client use **kwargs https://review.openstack.org/284412 | 17:40 |
mtreinish | and use them in parallel without overlapping reuse | 17:41 |
mtreinish | the syntax is similar sure, but that's because there's only so many way to describe username, password, and project_name :) | 17:41 |
mtreinish | mgagne: that shouldn't make a difference | 17:41 |
samueldmq | mtreinish: nice, I am working on functional tests for keystoneclient | 17:42 |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 248662,8,02cd36a | 17:42 |
mtreinish | mgagne: they're also both gate | 17:42 |
mordred | heya | 17:42 |
samueldmq | mtreinish: mordred: we're using os-client-config to get auth for the client to be used in the tests | 17:43 |
samueldmq | mordred: hey :) talking about os-cloud-config and functional tests, I am trying to see the best way to do things | 17:43 |
mordred | samueldmq: I tink we have some fixtures/patterns somewhere | 17:43 |
samueldmq | so I wonder how we should set the scenario to be used in tests, e.g project and domain (then be able to create user in that domain, eg) | 17:44 |
mgagne | will have to put this investigation on standby, will check later | 17:44 |
samueldmq | mordred: because auth info is already in os-client-config, but fixtures info isn't :) | 17:45 |
samueldmq | did you guys get what I mean? | 17:45 |
*** notmyname has quit IRC | 17:45 | |
mordred | yah. so - if a test fixture creates a project | 17:46 |
*** notmyname has joined #openstack-qa | 17:46 | |
mordred | then I think you probably want to just feed in project_name as a keyword parameter to the get_one_cloud function | 17:46 |
mordred | which will override whatever is in the clouds.yaml for the named cloud in question with the parameter you pass in | 17:46 |
openstackgerrit | Stephen Lowrie proposed openstack/tempest: Adds the ResourceProvider class https://review.openstack.org/286342 | 17:47 |
mordred | that way the bigger ticket items, lke auth_url, that are environmental can be reused | 17:47 |
mordred | but the things that you did create in that test can also be used | 17:47 |
mordred | make sense? | 17:47 |
mtreinish | mordred: it does to me :) | 17:48 |
mordred | woot! | 17:49 |
samueldmq | mordred: mtreinish: so basically I can feed additional params in the cloud.yaml | 17:49 |
*** nwkarsten has quit IRC | 17:49 | |
*** cazino has joined #openstack-qa | 17:49 | |
mordred | that's the first time today I've said something that made sense on the first try | 17:49 |
mordred | I should hang out in here more often | 17:49 |
openstackgerrit | Stephen Lowrie proposed openstack/tempest: Add Resources Configuration class https://review.openstack.org/283769 | 17:49 |
*** nwkarsten has joined #openstack-qa | 17:49 | |
samueldmq | but for more specific things like a config option to determine if the cloud is able to create a user or not (read-only ldap) | 17:49 |
samueldmq | I wanted the create_user tests to be skipped depending on that boolean var | 17:50 |
mtreinish | samueldmq: not in the actual yaml, but in the os-client-config call to get the cloud object you override some of the params for credential components like username or project_name | 17:50 |
*** cazino has left #openstack-qa | 17:50 | |
samueldmq | mtreinish: so I will basically need another config file anyways | 17:51 |
samueldmq | that's what I was trying to see if I could avoid | 17:51 |
mtreinish | samueldmq: a config file for what? | 17:52 |
samueldmq | mtreinish: I want to be able to run ksclient tests against any cloud | 17:53 |
samueldmq | mtreinish: I need to know if that cloud supports creating users | 17:53 |
samueldmq | mtreinish: and what projects/users use to run the tests, right ? | 17:53 |
mtreinish | samueldmq: right, but unlike tempest where you're testing the api (and therefore don't want to trust the api) can't you just poll the api to see if you can do those things before you test | 17:54 |
mtreinish | and then you can rely on clouds.yaml and os-client-config to provide the credentials and auth info | 17:54 |
mtreinish | you're trying to verify the client works not the cloud | 17:55 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 290613,1,0cc84e1 | 17:55 |
*** _nadya_ has quit IRC | 17:55 | |
samueldmq | mtreinish: okay... I will mull it a bit more | 17:56 |
samueldmq | mtreinish: mordred: thanks | 17:56 |
*** amotoki has quit IRC | 17:57 | |
mtreinish | samueldmq: the reason tempest has a gazillion config options for each feature is because we can't rely on discovery (assuming it exists, which it often doesn't) to tell us that something is expected to work | 17:57 |
mtreinish | because if there is a bug in discovery it would mask a failure | 17:57 |
mtreinish | but you don't really have to care about that edge case in a client test, because you're assuming a working api and verifying your client | 17:59 |
*** jlwhite has quit IRC | 18:00 | |
mriedem | mtreinish: is assertRaises conditional? | 18:01 |
mriedem | i guess it could be if CONF.service_available.neutron | 18:01 |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Neutron guide: Add missing newline for code block https://review.openstack.org/290733 | 18:02 |
mtreinish | mriedem: no you'd have to put it inside an if | 18:02 |
mriedem | yeah | 18:02 |
mriedem | i can do that | 18:03 |
*** shardy has quit IRC | 18:03 | |
*** tosky has joined #openstack-qa | 18:05 | |
mtreinish | mriedem: although, I think there is a way to use it as a context manager so you can do something like 'with assertRaises:' | 18:06 |
mtreinish | but I don't remember the details off the top of my head | 18:06 |
mriedem | i've seen that before | 18:06 |
mriedem | with expected_exception or something | 18:06 |
mriedem | it's super fancy | 18:06 |
*** akshai has quit IRC | 18:06 | |
mriedem | https://github.com/testing-cabal/testtools/blob/master/testtools/testcase.py#L989 | 18:08 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-liberty 288093,2,7c0c113 | 18:09 |
*** ihrachys has quit IRC | 18:10 | |
*** akshai has joined #openstack-qa | 18:14 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Unskip test_list_virtual_interfaces https://review.openstack.org/288966 | 18:14 |
*** jpena is now known as jpena|zzz | 18:14 | |
mtreinish | mriedem: ^^^ won't that check for the 400 and then run the test as if it was n-net? | 18:15 |
mriedem | i dont think so... | 18:16 |
mtreinish | I think you're missing an else | 18:16 |
mriedem | yeah maybe | 18:16 |
mriedem | i could just return | 18:17 |
mriedem | mtreinish: or you want to else? | 18:17 |
mriedem | nvm, you get the else | 18:18 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Unskip test_list_virtual_interfaces https://review.openstack.org/288966 | 18:18 |
mtreinish | mriedem: doesn't really matter to me | 18:18 |
mtreinish | mriedem: +2 | 18:18 |
*** lucasagomes is now known as lucas-dinner | 18:18 | |
mriedem | mtreinish: sweet, now you just have to +2 the liberty and kilo nova backports | 18:19 |
mriedem | for the dependency | 18:19 |
*** _nadya_ has joined #openstack-qa | 18:19 | |
mtreinish | mriedem: ok, done | 18:20 |
*** jordanP has quit IRC | 18:21 | |
*** jasonsb has quit IRC | 18:22 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-python27 288875,2,b255a11 | 18:22 |
*** cody-somerville has quit IRC | 18:22 | |
openstackgerrit | Margaret Frances proposed openstack-dev/devstack: Prevent tunnel creation when requested https://review.openstack.org/267721 | 18:23 |
*** ajmiller has quit IRC | 18:24 | |
*** ajmiller has joined #openstack-qa | 18:25 | |
*** mvk has quit IRC | 18:27 | |
*** GreenGra_ has quit IRC | 18:29 | |
*** e0ne has joined #openstack-qa | 18:29 | |
*** GreenGraph has joined #openstack-qa | 18:30 | |
rbradfor | sc68cal, can we talk some more about the determination of HOST_IP from a VM we discussed on Monday? | 18:34 |
sc68cal | rbradfor: sure... although I don't remember the convo on monday | 18:35 |
rbradfor | sc68cal, let me refresh then | 18:35 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-multinode-full-dibtest 287363,6,f0e60b6 | 18:35 |
rbradfor | so, I wrote up a first time user guide, based on experiences from Monday bug smash, and I still have the same issue I have always had, that is I have to specify a HOST_IP | 18:36 |
*** mriedem has quit IRC | 18:36 | |
rbradfor | if you launch a VM with just a NAT interface, e.g. 10.0.3.15, that's what you get | 18:36 |
*** mriedem has joined #openstack-qa | 18:36 | |
rbradfor | if you launch with a second interface, I use host-only adapter, e.g. 192.168.56.101, which is no accessible via the host for horizon, you still get the NAT IP. | 18:37 |
rbradfor | You mentioned there was some more detailed code to determine the best IP to use. | 18:37 |
rbradfor | unless I'm missing something obvious here. | 18:37 |
sc68cal | hmm | 18:39 |
sc68cal | rbradfor: https://github.com/openstack-dev/devstack/blob/master/functions-common#L652 | 18:41 |
sc68cal | that's the function for finding the HOST_IP if it's not specified | 18:41 |
sc68cal | so, feel free to propose a patch | 18:41 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add missing spaces to queries https://review.openstack.org/290230 | 18:42 |
rbradfor | sc68cal, thanks. From your experiences with other users, do people get the public IP in VM's, or is there some other magic done? | 18:42 |
*** fnaval has joined #openstack-qa | 18:43 | |
*** ddieterly is now known as ddieterly[away] | 18:43 | |
sc68cal | rbradfor: I've always set HOST_IP myself. | 18:43 |
*** dims has quit IRC | 18:44 | |
sc68cal | but yeah mutliple interfaces is tricky to get a good default | 18:44 |
rbradfor | sc68cal, good to know. | 18:44 |
*** yamamoto has quit IRC | 18:45 | |
sc68cal | it looks like that code relies on picking an interface that is the default route | 18:45 |
sc68cal | which isn't an all-together bad idea | 18:45 |
*** dims has joined #openstack-qa | 18:46 | |
openstackrecheck | Console logs not available after 13:26s for gate-horizon-tox-py27dj18 289379,4,04aa60c | 18:49 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: Mitaka is now a valid stable branch https://review.openstack.org/290769 | 18:53 |
rbradfor | sc68cal, I guess for a non-local VM the default route is a logical choice. | 18:53 |
*** openstackrecheck has quit IRC | 18:54 | |
*** openstackrecheck has joined #openstack-qa | 18:54 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 19:00 |
*** markvoelker has quit IRC | 19:01 | |
*** cdent has quit IRC | 19:01 | |
*** markvoelker has joined #openstack-qa | 19:03 | |
*** pvaneck has joined #openstack-qa | 19:06 | |
*** yfried has joined #openstack-qa | 19:10 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 168916,27,595eda7 | 19:13 |
*** boris-42 has quit IRC | 19:14 | |
*** yamamoto has joined #openstack-qa | 19:15 | |
*** markvoelker has quit IRC | 19:17 | |
*** markvoelker has joined #openstack-qa | 19:18 | |
*** SergeyLukjanov has quit IRC | 19:19 | |
*** SergeyLukjanov has joined #openstack-qa | 19:21 | |
*** yamamoto has quit IRC | 19:21 | |
*** doradus has joined #openstack-qa | 19:23 | |
mriedem | mtreinish: sdague: i think i'm going to work on getting something about the es cluster health status in the status page | 19:30 |
mriedem | https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html | 19:30 |
mriedem | like what we have for the last_indexed stuff | 19:31 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-pep8 279573,8,f4d8052 | 19:33 |
*** mvk has joined #openstack-qa | 19:39 | |
*** gfidente is now known as gfidente|afk | 19:41 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 19:43 |
*** gfidente|afk has quit IRC | 19:43 | |
*** ddieterly[away] has quit IRC | 19:44 | |
*** yamahata has quit IRC | 19:44 | |
*** sdague has quit IRC | 19:45 | |
*** woodster_ has joined #openstack-qa | 19:47 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-full 284412,9,f66a713 | 19:47 |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:48 | |
*** jlwhite has joined #openstack-qa | 19:51 | |
*** salv-orlando has joined #openstack-qa | 19:51 | |
*** salv-orl_ has joined #openstack-qa | 19:53 | |
*** sdague has joined #openstack-qa | 19:54 | |
sdague | mriedem: that would be awesome. I support the idea of es cluster health there | 19:54 |
mriedem | it's going to be basic as a first patch b/c i haven't done js in 7+ years | 19:55 |
*** salv-orlando has quit IRC | 19:56 | |
*** GreenGraph has quit IRC | 19:59 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance_store-python34 290747,1,cc6450e | 20:00 |
*** GreenGraph has joined #openstack-qa | 20:00 | |
mtreinish | mriedem: that'll be really useful | 20:01 |
mriedem | sdague: mtreinish: so to start with, i was just going to show the status value from https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html | 20:02 |
mriedem | if i can get the css correct, i can make it a color | 20:02 |
mtreinish | mriedem: does anything that list provide value besides the status field? | 20:03 |
mtreinish | like we know how big the cluster is | 20:03 |
mtreinish | which is cool, but doesn't really indicate what's going on | 20:03 |
mtreinish | but, I guess we have to start somewhere | 20:03 |
sdague | it provides a definitive "ping clarkb" indicator | 20:04 |
mriedem | unassigned_shards | 20:05 |
mriedem | yeah :) | 20:05 |
mriedem | i think clarkb pointed out the last time it was red that there were dead shards or something | 20:05 |
mriedem | but let's start with status | 20:05 |
mriedem | we can add a pager link to hail clark | 20:06 |
*** yangyape_ has joined #openstack-qa | 20:08 | |
*** yangyapeng has quit IRC | 20:09 | |
openstackgerrit | Merged openstack/qa-specs: Simplify credentials management https://review.openstack.org/284406 | 20:12 |
mtreinish | jswarren: ^^^ | 20:12 |
jswarren | mtreinish: ah, cool. Thanks. | 20:13 |
openstackrecheck | Console logs not available after 13:30s for gate-grenade-dsvm 290715,2,056bc19 | 20:18 |
openstackgerrit | Waldemar Znoinski proposed openstack-dev/devstack: run tgt-admin --delete only if input not empty https://review.openstack.org/290442 | 20:20 |
sc68cal | sdague: fyi I just +A'd https://review.openstack.org/#/c/289120/ | 20:23 |
sdague | ok, cool | 20:24 |
sc68cal | I'm being a little cautious since we're in the RC phase, so wanted to just double check | 20:24 |
sc68cal | trying not to screw the gate up :) | 20:24 |
sdague | yeh, at worst it can block devstack patches | 20:25 |
sdague | that's all fixable | 20:25 |
sdague | so I'm not that concerned | 20:25 |
*** ihrachys has joined #openstack-qa | 20:25 | |
sdague | devstack changes that can only block devstack patches are low risk | 20:26 |
sc68cal | gotcha | 20:26 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add a cluster health indicator to the graph output https://review.openstack.org/290832 | 20:30 |
mriedem | sdague: mtreinish: ^ | 20:30 |
*** GreenGraph has quit IRC | 20:32 | |
*** GreenGraph has joined #openstack-qa | 20:34 | |
openstackgerrit | Merged openstack-infra/devstack-gate: add mitaka and ocata branches to feature list https://review.openstack.org/290701 | 20:34 |
*** josdotso has quit IRC | 20:34 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add a cluster health indicator to the graph output https://review.openstack.org/290832 | 20:36 |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-pep8 230617,27,9b44bd1 | 20:36 |
*** lutostag has quit IRC | 20:39 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add note a section to lib doc about where to put plugins https://review.openstack.org/290837 | 20:41 |
mtreinish | devananda: ^^^ per what we discusses last week | 20:41 |
mtreinish | I'm sure my writing is completely unclear and needs ltos of revision, but that's my starting point :) | 20:42 |
*** lutostag has joined #openstack-qa | 20:42 | |
*** vhosakot has quit IRC | 20:43 | |
*** salv-orl_ has quit IRC | 20:43 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Pretty print json output when writing to a file https://review.openstack.org/290840 | 20:44 |
*** vhosakot has joined #openstack-qa | 20:45 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-dsvm-integration 290797,1,3ce30da | 20:49 |
*** ihrachys has quit IRC | 20:51 | |
*** armax has quit IRC | 20:53 | |
*** e0ne has quit IRC | 20:53 | |
*** armax has joined #openstack-qa | 20:54 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:58 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 20:59 |
mc_nair | hey - are there any gate jobs that just run a single test class? | 21:00 |
mtreinish | mc_nair: not that I know of | 21:00 |
mc_nair | I'm still trying to figure out how something like https://review.openstack.org/#/c/285640/ would fit in, where there's only one piece of functionality that needs to get tested in a certain functionality | 21:01 |
mc_nair | in this case the nested quota behavior (when that's configured) | 21:01 |
mc_nair | mtreinish: ok - I think I'm still missing something like that would fit into the larger picture | 21:02 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-devstack-plugin-ceph 279630,2,ceefbbd | 21:03 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 21:03 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 21:04 |
*** dims has quit IRC | 21:05 | |
mtreinish | mc_nair: I'm not gonna lie adding a separate job just to test something like nested quotas seems like overkill (and frankly a waste of test node) | 21:07 |
mtreinish | I'm not really sure I understand why it's configurable at all | 21:07 |
mtreinish | or if it is why nested quotas aren't the default | 21:07 |
openstackgerrit | Ronald Bradford proposed openstack-dev/devstack: Create a first time user guide for devstack https://review.openstack.org/290854 | 21:08 |
mc_nair | mtreinish: yea, agree it doesn't seem good, that's why I think I'm missing something | 21:08 |
mc_nair | ^ the test node part. As for the configurable piece | 21:09 |
*** _nadya_ has quit IRC | 21:11 | |
mc_nair | the last release of nested quotas had a lot of bugs - as part of fixing them we had to make a Keystone update and would have broken any Cinder operation if they weren't using the latest Keystone code | 21:12 |
openstackgerrit | John L. Villalovos proposed openstack-dev/devstack: Ironic: Don't use token for glance & check for some unset vars https://review.openstack.org/290858 | 21:13 |
openstackgerrit | Michael Turek proposed openstack-dev/devstack: Allow ironic scenario's power_timeout to be set by localrc option https://review.openstack.org/290859 | 21:13 |
*** nwkarsten has quit IRC | 21:13 | |
*** nwkarsten has joined #openstack-qa | 21:14 | |
*** _nadya_ has joined #openstack-qa | 21:15 | |
*** _nadya_ has quit IRC | 21:15 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for bug 1531862 https://review.openstack.org/290861 | 21:16 |
openstack | bug 1531862 in neutron "ServerPersonalityTestJSON:test_rebuild_server_with_personality fails intermittent" [Critical,Confirmed] https://launchpad.net/bugs/1531862 | 21:16 |
*** mfisher_ora has quit IRC | 21:16 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 290813,1,0ecb3d6 | 21:16 |
mc_nair | so basically we didn't want to force nested quotas on just because Keystone v3 was being used, especially til we are sure that's stabilized | 21:16 |
*** artom has quit IRC | 21:17 | |
mtreinish | mc_nair: ok, so it's not a ready feature. The thing is it's in the api so your implicitly committing to it, and having it there optionally with no external indication is terrible from the api consumer side | 21:19 |
mtreinish | because there is no indication to an api user whether they can use nested quotas or not | 21:19 |
*** markvoelker has quit IRC | 21:20 | |
mtreinish | armax: ^^^ on that query while I appreciate you using the subunit2sql e-r feature, are you sure there isn't a better fingerprint in the service logs somewhere | 21:20 |
mtreinish | a server failing to reach the active state totally smells like there's a stack trace in the n-cpu log | 21:21 |
armax | mtreinish: ya, I should probably take more time to root cause this | 21:21 |
armax | mtreinish: bear with me | 21:22 |
mtreinish | armax: so I found it, want me to share? or do you want to get there independently? | 21:23 |
armax | mtreinish: happy to see | 21:23 |
mtreinish | armax: http://logs.openstack.org/18/246318/13/check/gate-tempest-dsvm-neutron-linuxbridge/589bb9b/logs/screen-n-cpu.txt.gz?level=TRACE#_2016-01-07_10_49_04_603 | 21:23 |
armax | ah, that’s not it | 21:23 |
*** Deng has quit IRC | 21:23 | |
*** sdague_ has joined #openstack-qa | 21:23 | |
armax | I mean, the root cause may be all the way into the linuxbridge agent | 21:23 |
mtreinish | armax: oh, you think it goes deeper than that | 21:24 |
mtreinish | because that looked pretty on point to me :) | 21:24 |
* sc68cal perks up | 21:24 | |
mc_nair | mtreinish: In the API because the behavior will be different depending on whether the feature's enabled or not? | 21:24 |
armax | mtreinish: I have a gut feel that it does | 21:25 |
mtreinish | mc_nair: right | 21:25 |
mtreinish | armax: ok, I'll let you keep digging | 21:26 |
armax | mtreinish: thanks though | 21:26 |
armax | mtreinish: I’ll keep on poking | 21:26 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for bug 1531862 https://review.openstack.org/290861 | 21:27 |
openstack | bug 1531862 in neutron "ServerPersonalityTestJSON:test_rebuild_server_with_personality fails intermittent" [Critical,Confirmed] https://launchpad.net/bugs/1531862 | 21:27 |
mc_nair | mtreinish: That makes sense. Does that point matter though regarding of it's a config option or just implicit based on Keystone v3 being used? | 21:28 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 21:29 |
mc_nair | I guess in the always on for Keystone v3 case you could check what Keystone version is being used to figure out if nested quotas is used or not | 21:29 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 21:29 |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-dsvm-integration 290800,1,c29a9ba | 21:30 |
*** doradus has quit IRC | 21:30 | |
mriedem | armax: can you remove the test_id? | 21:31 |
*** gszasz has quit IRC | 21:31 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 21:31 |
armax | mriedem: will do | 21:31 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/elastic-recheck: Add query for bug 1531862 https://review.openstack.org/290861 | 21:31 |
openstack | bug 1531862 in neutron "ServerPersonalityTestJSON:test_rebuild_server_with_personality fails intermittent" [Critical,Confirmed] https://launchpad.net/bugs/1531862 | 21:31 |
*** pglass has joined #openstack-qa | 21:32 | |
mriedem | armax: +W | 21:34 |
*** pglbutt has quit IRC | 21:36 | |
*** dims has joined #openstack-qa | 21:37 | |
*** pglbutt has joined #openstack-qa | 21:38 | |
*** doradus has joined #openstack-qa | 21:40 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for bug 1531862 https://review.openstack.org/290861 | 21:42 |
openstack | bug 1531862 in neutron "ServerPersonalityTestJSON:test_rebuild_server_with_personality fails intermittent" [Critical,Confirmed] https://launchpad.net/bugs/1531862 | 21:42 |
*** pglass has quit IRC | 21:42 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-pep8 288966,5,14340d1 | 21:43 |
armax | mriedem: thanks! | 21:45 |
*** r-mibu has quit IRC | 21:47 | |
*** yamahata has joined #openstack-qa | 21:47 | |
*** r-mibu has joined #openstack-qa | 21:47 | |
sdague | sc68cal: ok, so lib/neutron-legacy .... still doesn't produce a functional environment for me - and seems to have actually destroyed working networking on my server | 21:53 |
*** vhosakot has quit IRC | 21:53 | |
sdague | that makes me a sad panda | 21:54 |
sc68cal | neutron-legacy or the new lib/neutron | 21:55 |
sdague | the old one | 21:55 |
sc68cal | ah, single interface? | 21:55 |
sdague | I wanted to try to have a working env here on the old one | 21:55 |
sdague | yes | 21:55 |
sdague | remember, that's requirements for this :) | 21:55 |
sc68cal | ok, so you'll have to run stack.sh inside a screen session, so that the IP being moved from the phyiscal interface onto the OVS bridge doesn't kill the script | 21:56 |
*** dims has quit IRC | 21:56 | |
mriedem | mtreinish: sdague: easy one https://review.openstack.org/#/c/290840/ | 21:56 |
sdague | sc68cal: um, what nows? | 21:56 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ceph-src-glance_store 290095,4,04315e6 | 21:56 |
sdague | is that always going to be the case? | 21:57 |
sc68cal | until I can think of something better, yes | 21:57 |
sdague | ok, then devstack needs to stop and warn you in those situations | 21:57 |
sc68cal | fair enough | 21:57 |
sdague | also, a machine reboot doesn't seem to recover | 21:57 |
sdague | which, surprises me | 21:57 |
*** dims has joined #openstack-qa | 21:58 | |
sc68cal | that's odd | 21:59 |
sc68cal | when rebooting, OVS persists all the network attachments | 21:59 |
sdague | ok, so it set them up incorrectly, and now it's wedged? | 21:59 |
rbradfor | sc68cal, http://docs-draft.openstack.org/54/290854/1/check/gate-devstack-publish-docs/d6e9b5b//doc/build/html/guides/first-time.html via https://review.openstack.org/#/c/290854/ | 22:00 |
mtreinish | sdague: serial terminal time :) | 22:01 |
sc68cal | rbradfor: thanks | 22:01 |
sc68cal | mtreinish: was about to be my recommendation | 22:01 |
sdague | mtreinish: well I'm seeing if my pxe reinstall works | 22:01 |
rbradfor | sc68cal, np. let me know when you have time, not urgent. | 22:01 |
sdague | hmmm... lets remember the part about this needing to be easy and work in all environments | 22:02 |
sdague | ./stack.sh + 5 passwords, and win | 22:02 |
sc68cal | right - I agree - the issue is how OVS handles physical interface ports that are attached to a bridge | 22:03 |
sc68cal | it's not like nova-net, since that uses linux bridge devices | 22:03 |
sdague | anyway, I need to drop off because there is a tech meetup tonight, but I'll see if I can get a box back up and working tomorrow | 22:03 |
sdague | ok, can we lead with linux bridge in the docs then? I was basically just trying the config in the docs. | 22:04 |
sdague | because if the out of the box doesn't work for folks to develop their other components, it's going to be painful | 22:04 |
sc68cal | ok | 22:04 |
*** ngoracke has quit IRC | 22:05 | |
sdague | I'll give that a shot tomorrow | 22:05 |
*** dimtruck is now known as zz_dimtruck | 22:07 | |
*** openstackrecheck has quit IRC | 22:10 | |
*** openstackrecheck has joined #openstack-qa | 22:10 | |
*** ddieterly has joined #openstack-qa | 22:16 | |
ddieterly | when using rest_client.RestClient in tempest tests, how do you ocnfigure the url endpoint for the service that is being tested? | 22:16 |
*** sdague_ has quit IRC | 22:17 | |
ddieterly | like for freezer-api, we need to send a request to http://localhost:9090/ to get the version | 22:17 |
*** sdague has quit IRC | 22:17 | |
ddieterly | how does rest_client.RestClient now the endpoint for the service that is under test? | 22:17 |
mtreinish | ddieterly: it uses the service catalog | 22:17 |
ddieterly | ok, how do we tell rest_client.RestClient which service we are interested in testing? | 22:18 |
ddieterly | catalog_type? | 22:19 |
*** david-lyle has quit IRC | 22:19 | |
*** dave-mccowan has quit IRC | 22:20 | |
*** david-lyle has joined #openstack-qa | 22:20 | |
mtreinish | ddieterly: they're parameters on the __init__() for the rest client class | 22:20 |
mtreinish | service, region, etc. | 22:20 |
ddieterly | mtreinish ok, thanks, i see now | 22:21 |
*** krtaylor has quit IRC | 22:23 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance_store-python27 290746,1,8736b35 | 22:28 |
*** dims has quit IRC | 22:29 | |
*** dkranz has quit IRC | 22:30 | |
*** mriedem has quit IRC | 22:31 | |
*** dave-mccowan has joined #openstack-qa | 22:34 | |
*** yamahata has quit IRC | 22:35 | |
*** krtaylor has joined #openstack-qa | 22:36 | |
*** zz_dimtruck is now known as dimtruck | 22:38 | |
openstackrecheck | Console logs not available after 13:25s for gate-glance_store-python34 290747,1,97f7b40 | 22:42 |
*** regXboi has quit IRC | 22:43 | |
*** dims has joined #openstack-qa | 22:44 | |
openstackgerrit | fumihiko kakuma proposed openstack-dev/devstack: In worlddump.py, cover all supported version of OpenFlow protocol by ovs-ofctl https://review.openstack.org/290190 | 22:53 |
openstackrecheck | Console logs not available after 13:25s for gate-keystone-docs 137640,23,7d9db19 | 22:55 |
*** GreenGraph has quit IRC | 23:01 | |
*** pvaneck has quit IRC | 23:01 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!