oomichi | gmann: is it hard to specify upload_path on caller side on tests? | 00:00 |
---|---|---|
*** tmatsu_ has joined #openstack-qa | 00:00 | |
oomichi | gmann: most parts of URL are mandatory on service clients | 00:01 |
oomichi | gmann: I'd like to find most consistent way as library | 00:01 |
*** tmatsu_ has quit IRC | 00:02 | |
*** spzala has quit IRC | 00:02 | |
*** tmatsu_ has joined #openstack-qa | 00:02 | |
oomichi | gmann: maybe you will change these clients to tempest.lib, then I take care of the interface | 00:03 |
gmann | oomichi: but that depends on API whether to make it mandatory right. because in this API, swift except the empty string, so user/tests not need to specify path alsways | 00:03 |
gmann | API description - "UPLOAD_PATH can be a container, a pseudo-directory within a container, or an empty string. " | 00:03 |
*** tmatsu has quit IRC | 00:04 | |
oomichi | gmann: yeah, I am reading the API doc | 00:04 |
gmann | only thing is if we make it mandatory that tests needs to send empty string also as param to client | 00:04 |
oomichi | gmann: yeah, right. That means testers should understand the container is auto-created intentionally | 00:05 |
* gmann thinking ... | 00:06 | |
oomichi | gmann: another point is that: how about data? | 00:06 |
oomichi | gmann: data is ok to cpecify None as the data? | 00:08 |
gmann | oomichi: checking that, may be | 00:08 |
oomichi | gmann: I am reading the doc, but I cannot get it yet. | 00:09 |
oomichi | gmann: "Only regular files will be uploaded. Empty directories, symlinks, etc will not be uploaded." | 00:09 |
oomichi | from https://docs.openstack.org/developer/swift/middleware.html#extract-archive | 00:10 |
oomichi | humm, I am not sure the above allows us to specify None.. | 00:10 |
oomichi | gmann: btw if switching cinder v2 and v3 api tests with catalog_type only, we need to make api_v2/v3 deprecated | 00:12 |
oomichi | since -dev ml | 00:12 |
oomichi | api_v2/v3 means tempest config options | 00:13 |
gmann | oomichi: sure, i will check on data more and update accordingly. thanks for nice review :) | 00:13 |
oomichi | gmann: no worries :) | 00:13 |
gmann | oomichi: i think so we can deprecate then remove | 00:13 |
oomichi | gmann: yeah, I also think so | 00:14 |
gmann | oomichi: do you remember why we did that even devstack used to register separate catalog_type for all volume APis? | 00:14 |
*** nadya has joined #openstack-qa | 00:15 | |
gmann | oomichi: because there were many difference between v1 and v2 | 00:15 |
gmann | oomichi: but now as v2 should be exactly same as v3 base then it goes exactly same as nova case | 00:15 |
oomichi | gmann: https://github.com/openstack-dev/devstack/blob/master/lib/cinder#L408 | 00:15 |
gmann | yea | 00:15 |
gmann | oomichi: i think we can deprecate them once we merge v2/v3 clients and run tests for both as default | 00:16 |
oomichi | gmann: sdague leaded catalog_type thing, but I am not sure the conclusion | 00:16 |
gmann | as default means based on catalog_type | 00:16 |
oomichi | gmann: yeah, different endpoints of the same components are a little redundant. | 00:18 |
gmann | oomichi: yea but that might be the last(as per current design) endpoint like nova v2.1 and cinder v3 | 00:18 |
gmann | as both have microversion and should work on base/same endpoint | 00:18 |
*** yangyapeng has joined #openstack-qa | 00:19 | |
gmann | now onwards | 00:19 |
oomichi | gmann: if these endpoints are merged into a single for each service with removing version, tempest will need config option for specifying | 00:19 |
gmann | oomichi: right. | 00:19 |
*** nadya has quit IRC | 00:19 | |
*** yangyapeng has quit IRC | 00:20 | |
oomichi | gmann: I think we tried to remove the part of version from endpoints like tenant-id part, but I am not sure the conclusion | 00:20 |
gmann | oomichi: or we can have just single config options which tells which version to tests ('v2', 'v3' etc) | 00:20 |
oomichi | gmann: yeah, then we will need the version config again | 00:20 |
openstackgerrit | Merged openstack-dev/devstack master: Create /opt/stack and make it home directory https://review.openstack.org/447006 | 00:21 |
gmann | oomichi: which will be same for nova also. so i think as of now we can go with catalog_type for cinder tests also | 00:21 |
openstackgerrit | Merged openstack-dev/devstack master: Delete unnecessary groupadd in multinode-lab https://review.openstack.org/448421 | 00:21 |
oomichi | gmann: yes, I see the same vision | 00:21 |
oomichi | gmann: ok, I need to go home now, see you :) | 00:24 |
gmann | oomichi: see you. take rest. | 00:25 |
*** dave-mccowan has quit IRC | 00:29 | |
*** pvaneck has quit IRC | 00:29 | |
*** armax has joined #openstack-qa | 00:30 | |
*** armax has quit IRC | 00:38 | |
*** tosky has quit IRC | 00:43 | |
*** xiongjh1 has joined #openstack-qa | 00:48 | |
*** dave-mccowan has joined #openstack-qa | 00:48 | |
*** dave-mcc_ has joined #openstack-qa | 00:55 | |
*** dave-mccowan has quit IRC | 00:57 | |
*** armax has joined #openstack-qa | 01:02 | |
*** spzala has joined #openstack-qa | 01:08 | |
*** dave-mccowan has joined #openstack-qa | 01:10 | |
*** dave-mcc_ has quit IRC | 01:11 | |
openstackgerrit | gecong proposed openstack/os-testr master: Remove support for py34 in os-testr https://review.openstack.org/449379 | 01:12 |
*** spzala has quit IRC | 01:20 | |
*** spzala has joined #openstack-qa | 01:20 | |
*** spzala has quit IRC | 01:21 | |
*** spzala has joined #openstack-qa | 01:21 | |
*** xiongjh1 has quit IRC | 01:22 | |
*** armax has quit IRC | 01:22 | |
*** xiongjh1 has joined #openstack-qa | 01:23 | |
*** hongbin_ has joined #openstack-qa | 01:28 | |
*** zhouyf6_ has joined #openstack-qa | 01:31 | |
*** sridharg has joined #openstack-qa | 01:34 | |
*** jamielennox is now known as jamielennox|away | 01:39 | |
*** Apoorva_ has quit IRC | 01:47 | |
*** jamielennox|away is now known as jamielennox | 01:48 | |
*** ihrachys has joined #openstack-qa | 01:52 | |
*** spzala has quit IRC | 01:56 | |
*** spzala has joined #openstack-qa | 01:56 | |
*** spzala has quit IRC | 02:02 | |
*** nadya has joined #openstack-qa | 02:15 | |
*** ihrachys has quit IRC | 02:18 | |
*** spzala has joined #openstack-qa | 02:19 | |
*** nadya has quit IRC | 02:20 | |
*** spzala has quit IRC | 02:23 | |
*** yangyapeng has joined #openstack-qa | 02:25 | |
*** larainema has quit IRC | 02:32 | |
*** gkadam has joined #openstack-qa | 02:35 | |
*** tbarron has quit IRC | 02:38 | |
*** knikolla has quit IRC | 02:38 | |
*** yamahata has quit IRC | 02:43 | |
*** tbarron has joined #openstack-qa | 02:48 | |
*** knikolla has joined #openstack-qa | 02:50 | |
*** esberglu has joined #openstack-qa | 02:53 | |
*** tuanluong has joined #openstack-qa | 02:56 | |
*** esberglu has quit IRC | 02:58 | |
*** zackf has joined #openstack-qa | 02:59 | |
*** spzala has joined #openstack-qa | 03:00 | |
*** spzala has quit IRC | 03:05 | |
*** dave-mccowan has quit IRC | 03:08 | |
*** ramishra has joined #openstack-qa | 03:12 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Modify policy parser to combine custom and default policy files. https://review.openstack.org/449348 | 03:13 |
*** fnaval has quit IRC | 03:13 | |
*** fnaval has joined #openstack-qa | 03:14 | |
*** mrodden has quit IRC | 03:17 | |
*** mrodden has joined #openstack-qa | 03:19 | |
*** hongbin_ has quit IRC | 03:24 | |
*** spzala has joined #openstack-qa | 03:42 | |
*** spzala has quit IRC | 03:47 | |
*** yamahata has joined #openstack-qa | 03:47 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health master: Change default period of all graphs to 1 week https://review.openstack.org/449422 | 03:50 |
*** fandi has joined #openstack-qa | 03:53 | |
*** fnaval has quit IRC | 04:00 | |
*** spzala has joined #openstack-qa | 04:09 | |
*** spzala has quit IRC | 04:13 | |
*** nadya has joined #openstack-qa | 04:16 | |
openstackgerrit | Merged openstack/tempest master: Use Sphinx 1.5 warning-is-error https://review.openstack.org/448553 | 04:18 |
*** nadya has quit IRC | 04:21 | |
*** tmatsu_ has quit IRC | 04:24 | |
*** tmatsu has joined #openstack-qa | 04:26 | |
*** tmatsu has quit IRC | 04:29 | |
*** tmatsu has joined #openstack-qa | 04:29 | |
*** amotoki has joined #openstack-qa | 04:31 | |
*** ihrachys has joined #openstack-qa | 04:32 | |
*** amotoki has quit IRC | 04:35 | |
*** gcheresh_ has joined #openstack-qa | 04:40 | |
*** yangyapeng has quit IRC | 04:40 | |
*** tmatsu has quit IRC | 04:43 | |
*** amotoki has joined #openstack-qa | 04:44 | |
*** tmatsu has joined #openstack-qa | 04:48 | |
*** nadya has joined #openstack-qa | 04:53 | |
*** shausy has joined #openstack-qa | 04:55 | |
*** udesale has joined #openstack-qa | 04:57 | |
*** amotoki has quit IRC | 04:58 | |
*** amotoki has joined #openstack-qa | 05:01 | |
*** spzala has joined #openstack-qa | 05:01 | |
*** gcheresh_ has quit IRC | 05:04 | |
*** spzala has quit IRC | 05:06 | |
*** fandi has quit IRC | 05:07 | |
*** sridharg has quit IRC | 05:08 | |
*** amotoki has quit IRC | 05:09 | |
*** udesale has quit IRC | 05:11 | |
*** udesale__ has joined #openstack-qa | 05:11 | |
*** armax has joined #openstack-qa | 05:11 | |
*** Kevin_Zheng has quit IRC | 05:13 | |
*** nadya has quit IRC | 05:15 | |
*** nadya has joined #openstack-qa | 05:15 | |
*** pgadiya has joined #openstack-qa | 05:18 | |
*** nadya has quit IRC | 05:19 | |
*** udesale__ has quit IRC | 05:20 | |
*** udesale has joined #openstack-qa | 05:20 | |
*** udesale has quit IRC | 05:21 | |
*** udesale has joined #openstack-qa | 05:22 | |
*** spzala has joined #openstack-qa | 05:23 | |
*** spzala has quit IRC | 05:27 | |
*** prateek has joined #openstack-qa | 05:31 | |
*** tmatsu has quit IRC | 05:40 | |
*** zackf has quit IRC | 05:42 | |
*** tmatsu has joined #openstack-qa | 05:45 | |
*** sridharg has joined #openstack-qa | 05:49 | |
*** tmatsu has quit IRC | 05:51 | |
*** tmatsu has joined #openstack-qa | 05:51 | |
*** tmatsu has quit IRC | 05:56 | |
*** amotoki has joined #openstack-qa | 05:58 | |
*** spzala has joined #openstack-qa | 06:00 | |
*** spzala has quit IRC | 06:05 | |
*** aojea has joined #openstack-qa | 06:12 | |
*** tmatsu has joined #openstack-qa | 06:14 | |
*** tmatsu has quit IRC | 06:14 | |
*** tmatsu has joined #openstack-qa | 06:14 | |
*** aojea has quit IRC | 06:18 | |
openstackgerrit | Masayuki Igawa proposed openstack/stackviz master: Add interactive guideline and detail for dstat https://review.openstack.org/442253 | 06:26 |
*** armax has quit IRC | 06:29 | |
openstackgerrit | Masayuki Igawa proposed openstack/stackviz master: Add interactive guideline and detail for dstat https://review.openstack.org/442253 | 06:29 |
*** spzala has joined #openstack-qa | 06:42 | |
*** ihrachys has quit IRC | 06:44 | |
*** gouthamr has joined #openstack-qa | 06:45 | |
*** spzala has quit IRC | 06:47 | |
*** mvk has quit IRC | 06:47 | |
*** tmatsu has quit IRC | 06:55 | |
*** tmatsu has joined #openstack-qa | 06:55 | |
*** markus_z has joined #openstack-qa | 06:56 | |
*** tmatsu has quit IRC | 06:57 | |
*** tmatsu has joined #openstack-qa | 06:58 | |
*** spzala has joined #openstack-qa | 07:10 | |
*** gouthamr has quit IRC | 07:12 | |
*** spzala has quit IRC | 07:15 | |
*** tesseract has joined #openstack-qa | 07:31 | |
openstackgerrit | Jeremy Zhang proposed openstack/tempest master: eplaces uuid.uuid4 with uuidutils.generate_uuid() https://review.openstack.org/449461 | 07:48 |
openstackgerrit | Jeremy Zhang proposed openstack/tempest master: Replace uuid.uuid4() with uuidutils.generate_uuid() https://review.openstack.org/449461 | 07:52 |
*** spzala has joined #openstack-qa | 07:52 | |
*** gcheresh_ has joined #openstack-qa | 07:54 | |
*** yangyapeng has joined #openstack-qa | 07:56 | |
*** spzala has quit IRC | 07:57 | |
*** gcheresh_ has quit IRC | 08:00 | |
*** nadya has joined #openstack-qa | 08:05 | |
*** nadya has quit IRC | 08:06 | |
*** nadya has joined #openstack-qa | 08:06 | |
*** yamahata has quit IRC | 08:07 | |
*** gcheresh_ has joined #openstack-qa | 08:08 | |
*** shardy_afk is now known as shardy | 08:09 | |
*** mriedem has quit IRC | 08:16 | |
openstackgerrit | Markus Zoeller (markus_z) proposed openstack/tempest master: Nova: test live migration with serial console https://review.openstack.org/346815 | 08:16 |
openstackgerrit | Markus Zoeller (markus_z) proposed openstack/tempest master: Nova: Move _Websocket class to a common place https://review.openstack.org/447557 | 08:16 |
*** aojea has joined #openstack-qa | 08:18 | |
*** aojea has quit IRC | 08:18 | |
*** aojea has joined #openstack-qa | 08:19 | |
*** Kevin_Zheng has joined #openstack-qa | 08:22 | |
*** amoralej|off is now known as amoralej | 08:23 | |
*** e has joined #openstack-qa | 08:27 | |
*** zhouyf6__ has joined #openstack-qa | 08:28 | |
*** zhouyf6_ has quit IRC | 08:31 | |
*** spzala has joined #openstack-qa | 08:33 | |
*** spzala has quit IRC | 08:38 | |
*** r-mibu has quit IRC | 08:40 | |
*** aarefiev_pto is now known as aarefiev | 08:42 | |
*** tmatsu has quit IRC | 08:42 | |
*** gcheresh_ has quit IRC | 08:55 | |
*** alex_xu has quit IRC | 08:58 | |
*** martinkopec has joined #openstack-qa | 08:58 | |
*** alex_xu has joined #openstack-qa | 08:59 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest master: Separate object-storage bulk operation service clients https://review.openstack.org/409634 | 09:00 |
*** alex_xu has quit IRC | 09:01 | |
*** alex_xu has joined #openstack-qa | 09:02 | |
*** alex_xu has quit IRC | 09:06 | |
*** alex_xu has joined #openstack-qa | 09:07 | |
*** aojea_ has joined #openstack-qa | 09:10 | |
*** aojea has quit IRC | 09:12 | |
*** udesale has quit IRC | 09:15 | |
*** spzala has joined #openstack-qa | 09:15 | |
*** spzala has quit IRC | 09:19 | |
*** tuanluong has quit IRC | 09:23 | |
*** lucas-afk is now known as lucasagomes | 09:29 | |
*** esberglu has joined #openstack-qa | 09:30 | |
openstackgerrit | Jaesang Lee proposed openstack/tempest master: Add skip_checks method for VolumesV2ImageMetadata https://review.openstack.org/449524 | 09:31 |
*** grafuls has joined #openstack-qa | 09:32 | |
*** esberglu has quit IRC | 09:35 | |
*** r-mibu has joined #openstack-qa | 09:40 | |
openstackgerrit | David Rabel proposed openstack-dev/devstack master: Do not use libvirt-bin package anymore https://review.openstack.org/447094 | 09:44 |
andreaf | gmann, oomichi: tbh I think we should expose both the volume v2 and v3 client | 09:48 |
*** spzala has joined #openstack-qa | 09:48 | |
andreaf | gmann, oomichi: from an implementation pov the v3 client could be a shim on top of v2 | 09:48 |
andreaf | gmann, oomichi: but I would not like a client where you have to pass which version of the API to use, I think that detail should be "hidden" in the client | 09:49 |
andreaf | gmann, oomichi: it should be easy enough for tests to select which client to use based on a config option | 09:49 |
*** yamamoto has quit IRC | 09:50 | |
openstackgerrit | David Rabel proposed openstack-dev/devstack master: Delete extra handling of Ubuntu Trusty https://review.openstack.org/449539 | 09:50 |
*** gkadam has quit IRC | 09:51 | |
*** rabel has joined #openstack-qa | 09:52 | |
*** e0ne has joined #openstack-qa | 09:53 | |
huanxie | Hi sc68cal, could you help review my patch https://review.openstack.org/#/c/435224/ which is to remove xenserver neutron specific part in devstack, because we have our own devstack plugin, we are moving the function there and make cleanup in this patch | 09:53 |
*** spzala has quit IRC | 09:53 | |
gmann | andreaf: that will not expose the version bits in client | 09:54 |
openstackgerrit | Jeremy Zhang proposed openstack/tempest master: Replace uuid.uuid4() with uuidutils.generate_uuid() https://review.openstack.org/449461 | 09:54 |
gmann | andreaf: client will direct API call to /v2 or /v3 based on config only (catalog_type) | 09:55 |
gmann | andreaf: but yea i not sure every production will have separate catalog_type for v2 and v3 like devstack does | 09:55 |
andreaf | gmann: having different catalog types for different versions of an api is actually an anti-pattern in devstack | 09:56 |
andreaf | gmann: and I believe the catalog standardisation process goes in the opposite direction | 09:56 |
gmann | andreaf: yea that i agree... | 09:57 |
andreaf | gmann: the client won't depend on config directly anyways, so it means that you need to init the client and pass something that tells it which api version to use | 09:57 |
*** mvk has joined #openstack-qa | 09:57 | |
*** Serlex has joined #openstack-qa | 09:57 | |
andreaf | gmann: which is an option, but I thought it was a better ux to have two separate clients | 09:57 |
gmann | andreaf: but i am not sure about version appending in endpoints also which is also not best practice and i remember we had issue earlier | 09:58 |
andreaf | gmann: because also the v2 client won't change ever, while the v3 will evolve with microversions | 09:58 |
gmann | andreaf: but it end up having duplicate client class right | 09:58 |
gmann | andreaf: and we have to do version bit change in auth depends on api_version in client side | 09:59 |
andreaf | gmann: not necessarily we could have a module level setting and then just and __init__ module were we define __all__ in v3 and point back to the v2 classes | 09:59 |
*** nadya has quit IRC | 10:01 | |
*** nadya has joined #openstack-qa | 10:01 | |
andreaf | gmann: uhm.... looking at auth.py we support endpoint selection in the catalog by service, region, endpoint_type and name | 10:03 |
andreaf | gmann: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/lib/auth.py#n393 | 10:04 |
gmann | andreaf: yea | 10:04 |
gmann | andreaf: and same we have for nova v2 and v2.1 very similar case like cinder v2 and v3 | 10:04 |
gmann | andreaf: not sure what is best way to go | 10:05 |
*** nadya has quit IRC | 10:05 | |
*** pcaruana has joined #openstack-qa | 10:05 | |
andreaf | gmann: if I remember right the plan was to always have unversioned endpoints in the catalog, which means an extra round trip before you get to the actual end point | 10:06 |
gmann | andreaf: because having version in endpoints also not standard | 10:07 |
gmann | andreaf: yea i also think so but totally outdated on that, may be sdague knows more on that plan | 10:07 |
andreaf | gmann: yeah I need to check where we stand on that as well :D | 10:08 |
gmann | +1 | 10:08 |
gmann | andreaf: on these -https://review.openstack.org/#/c/431276/15 https://review.openstack.org/#/c/443444/1 | 10:10 |
gmann | andreaf: it looks like wider issue and not sure what all we should tests and what all we except from neutron plugin like odl. | 10:11 |
andreaf | gmann: yeah I'd like to get some clarity before we change tests | 10:11 |
gmann | andreaf: ipv6 protocol type are confusing i will start mail thread on that and get more opinion from neutron and plugin guys | 10:11 |
andreaf | gmann: cool thanks | 10:12 |
gmann | andreaf: this one triggered me more on that - https://bugs.launchpad.net/tempest/+bug/1671366 | 10:12 |
openstack | Launchpad bug 1671366 in tempest "IPv6 Scenario tests should use icmpv6 protocol for Security Group rule" [Undecided,In progress] - Assigned to Sridhar Gaddam (sridhargaddam) | 10:12 |
*** xiongjh1 has left #openstack-qa | 10:12 | |
*** shausy has quit IRC | 10:18 | |
*** gcheresh_ has joined #openstack-qa | 10:25 | |
openstackgerrit | Jordan Pittier proposed openstack/tempest master: Unskip test_snapshot_list_param_limit_equals_zero https://review.openstack.org/449283 | 10:27 |
*** Baqar has quit IRC | 10:28 | |
*** Baqar has joined #openstack-qa | 10:28 | |
*** spzala has joined #openstack-qa | 10:29 | |
*** zackf has joined #openstack-qa | 10:31 | |
openstackgerrit | Jordan Pittier proposed openstack/tempest master: Fix multiple create for multiple networks https://review.openstack.org/448638 | 10:33 |
*** Baqar has quit IRC | 10:34 | |
*** Baqar has joined #openstack-qa | 10:34 | |
*** spzala has quit IRC | 10:34 | |
*** zackf has quit IRC | 10:36 | |
*** tosky has joined #openstack-qa | 10:38 | |
*** Baqar has quit IRC | 10:39 | |
*** Baqar has joined #openstack-qa | 10:39 | |
*** nadya has joined #openstack-qa | 10:44 | |
*** zhouyf6__ has quit IRC | 10:44 | |
*** yamamoto has joined #openstack-qa | 10:49 | |
*** yamamoto_ has joined #openstack-qa | 10:50 | |
*** cdent has joined #openstack-qa | 10:52 | |
*** yamamoto has quit IRC | 10:54 | |
gmann | andreaf: http://lists.openstack.org/pipermail/openstack-dev/2017-March/114570.html | 10:55 |
*** armax has joined #openstack-qa | 11:02 | |
*** yamamoto_ has quit IRC | 11:05 | |
*** yamamoto has joined #openstack-qa | 11:05 | |
*** e0ne has quit IRC | 11:10 | |
*** e0ne has joined #openstack-qa | 11:10 | |
*** armax has quit IRC | 11:16 | |
*** yamamoto has quit IRC | 11:17 | |
openstackgerrit | Merged openstack/tempest master: Remove explicit install of setuptools https://review.openstack.org/448670 | 11:17 |
*** dtantsur|afk is now known as dtantsur | 11:18 | |
*** udesale has joined #openstack-qa | 11:19 | |
*** sdague has joined #openstack-qa | 11:21 | |
*** udesale has quit IRC | 11:21 | |
*** kbaikov has quit IRC | 11:24 | |
*** rfolco has joined #openstack-qa | 11:32 | |
*** rfolco has quit IRC | 11:33 | |
*** rfolco has joined #openstack-qa | 11:33 | |
*** kbaikov has joined #openstack-qa | 11:34 | |
*** pgadiya has quit IRC | 11:38 | |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate master: Capture any devstack unit logs https://review.openstack.org/449311 | 11:46 |
*** spzala has joined #openstack-qa | 11:50 | |
*** rfolco has quit IRC | 11:51 | |
*** Serlex has quit IRC | 11:54 | |
*** spzala has quit IRC | 11:56 | |
*** udesale has joined #openstack-qa | 12:01 | |
*** yamamoto has joined #openstack-qa | 12:06 | |
openstackgerrit | Mh Raies proposed openstack/tempest master: Adding server evacuate client https://review.openstack.org/447962 | 12:06 |
*** aysyd has joined #openstack-qa | 12:08 | |
*** grafuls has quit IRC | 12:12 | |
*** lucasagomes is now known as lucas-hungry | 12:14 | |
*** yamamoto has quit IRC | 12:15 | |
*** zackf has joined #openstack-qa | 12:21 | |
*** zhouyf6__ has joined #openstack-qa | 12:22 | |
*** zackf has quit IRC | 12:26 | |
*** rfolco has joined #openstack-qa | 12:27 | |
*** yangyapeng has quit IRC | 12:31 | |
*** shardy is now known as shardy_lunch | 12:31 | |
*** spzala has joined #openstack-qa | 12:32 | |
*** spzala has quit IRC | 12:37 | |
*** udesale has quit IRC | 12:42 | |
*** Serlex has joined #openstack-qa | 12:52 | |
*** david-lyle has quit IRC | 12:55 | |
*** esberglu has joined #openstack-qa | 12:55 | |
*** ramishra has quit IRC | 12:56 | |
openstackgerrit | Merged openstack-dev/devstack master: run memory_tracker as root https://review.openstack.org/449220 | 12:59 |
*** cdent has quit IRC | 13:02 | |
*** dustins has joined #openstack-qa | 13:04 | |
*** mriedem has joined #openstack-qa | 13:06 | |
*** spzala has joined #openstack-qa | 13:06 | |
*** gouthamr has joined #openstack-qa | 13:08 | |
*** ihrachys has joined #openstack-qa | 13:11 | |
*** spzala has quit IRC | 13:12 | |
*** ihrachys has quit IRC | 13:12 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for AZ scheduling bug 1675607 https://review.openstack.org/449619 | 13:16 |
openstack | bug 1675607 in OpenStack Compute (nova) "test_list_migrations_in_flavor_resize_situation fails with NoValidHost - AvailabilityZoneFilter returned 0 hosts" [Undecided,Confirmed] https://launchpad.net/bugs/1675607 | 13:16 |
*** shardy_lunch is now known as shardy | 13:17 | |
*** yamamoto has joined #openstack-qa | 13:19 | |
*** yangyapeng has joined #openstack-qa | 13:21 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for AZ scheduling bug 1675607 https://review.openstack.org/449619 | 13:25 |
openstack | bug 1675607 in OpenStack Compute (nova) "test_list_migrations_in_flavor_resize_situation fails with NoValidHost - AvailabilityZoneFilter returned 0 hosts" [Undecided,Confirmed] https://launchpad.net/bugs/1675607 | 13:25 |
*** lucas-hungry is now known as lucasagomes | 13:27 | |
*** zhouyf6__ has quit IRC | 13:30 | |
openstackgerrit | Sean Dague proposed openstack-infra/devstack-gate master: Capture any devstack unit logs https://review.openstack.org/449311 | 13:32 |
*** lucasagomes is now known as lucas-brb | 13:35 | |
*** prateek has quit IRC | 13:36 | |
*** openstackrecheck has quit IRC | 13:43 | |
*** openstackrecheck has joined #openstack-qa | 13:43 | |
*** spzala has joined #openstack-qa | 13:45 | |
*** awaugama has joined #openstack-qa | 13:46 | |
*** ihrachys has joined #openstack-qa | 13:47 | |
openstackgerrit | Mh Raies proposed openstack/tempest master: Adding server evacuate client https://review.openstack.org/447962 | 13:48 |
*** dansmith is now known as superdan | 13:49 | |
*** mtanino has joined #openstack-qa | 13:49 | |
*** spzala has quit IRC | 13:50 | |
*** asselin has joined #openstack-qa | 13:53 | |
*** dimtruck is now known as zz_dimtruck | 13:53 | |
*** sshnaidm|off has quit IRC | 13:54 | |
*** zz_dimtruck is now known as dimtruck | 13:54 | |
frickler | clarkb: here is the result of your debug output, confirming that cirros doesn't have authorized_keys defined at that point: http://logs.openstack.org/periodic/periodic-tempest-dsvm-neutron-full-ssh-master/68d6d87/console.html#_2017-03-24_07_12_31_660105 | 13:55 |
*** awaugama has quit IRC | 13:56 | |
frickler | clarkb: in fact, looking at what cirros does, this seems like a pretty easy race condition, triggered by that test stopping the instance (almost) immediately after creation | 13:56 |
*** rossella_s has joined #openstack-qa | 13:56 | |
frickler | clarkb: the script that fetches the ssh key from the metadata, /etc/init.d/cirros-apply-net, is only being executed once per instance. so if the instance is stopped while it is running, but before it has updated the key, that will not happen on subsequent boots, too | 13:57 |
*** awaugama has joined #openstack-qa | 13:58 | |
*** lucas-brb is now known as lucasagomes | 14:01 | |
*** felipemonteiro has joined #openstack-qa | 14:03 | |
*** dimtruck is now known as zz_dimtruck | 14:03 | |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-pep8-ubuntu-xenial 447962,7,3839812 | 14:06 |
*** dave-mccowan has joined #openstack-qa | 14:08 | |
*** spzala has joined #openstack-qa | 14:08 | |
*** scottda has joined #openstack-qa | 14:09 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Modify policy parser to combine custom and default policy files. https://review.openstack.org/449348 | 14:12 |
*** spzala has quit IRC | 14:21 | |
*** zz_dimtruck is now known as dimtruck | 14:21 | |
*** amoralej is now known as amoralej|lunch | 14:21 | |
*** nadya has quit IRC | 14:23 | |
*** rossella_s has quit IRC | 14:24 | |
*** david-lyle has joined #openstack-qa | 14:26 | |
openstackrecheck | Console logs not available after 20:02s for gate-telemetry-dsvm-integration-ceilometer-ubuntu-xenial 449612,1,a966c38 | 14:26 |
*** Ak13 has joined #openstack-qa | 14:30 | |
andreaf | frickler: nice find! | 14:30 |
*** tonytan_brb has joined #openstack-qa | 14:33 | |
*** amotoki has quit IRC | 14:35 | |
*** tonytan4ever has quit IRC | 14:35 | |
*** gszasz has quit IRC | 14:37 | |
*** alex_xu has quit IRC | 14:37 | |
*** hongbin has joined #openstack-qa | 14:37 | |
*** alex_xu has joined #openstack-qa | 14:38 | |
*** udesale has joined #openstack-qa | 14:38 | |
*** spzala has joined #openstack-qa | 14:43 | |
*** amotoki has joined #openstack-qa | 14:45 | |
openstackrecheck | Console logs not available after 20:04s for gate-functional-dsvm-magnum-api-ubuntu-xenial 448903,1,b3939ea | 14:46 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest master: Fix race in test_attach_detach_volume https://review.openstack.org/449661 | 14:46 |
andreaf | frickler, clarkb: ^^^ this should fix the race | 14:46 |
*** amotoki has quit IRC | 14:47 | |
*** yangyapeng has quit IRC | 14:51 | |
*** yangyapeng has joined #openstack-qa | 14:52 | |
openstackgerrit | John L. Villalovos proposed openstack/tempest master: Have call_until_true() return the result from the called func https://review.openstack.org/445240 | 14:53 |
frickler | andreaf: cool, I was just thinking about exactly that workaround :) | 14:54 |
openstackgerrit | Vasyl Saienko proposed openstack-dev/devstack master: Add add_image_link common function https://review.openstack.org/420656 | 14:57 |
*** cdent has joined #openstack-qa | 14:57 | |
*** prateek has joined #openstack-qa | 14:58 | |
*** jianghuaw-m has joined #openstack-qa | 14:58 | |
*** felipemonteiro has quit IRC | 15:01 | |
*** prateek has quit IRC | 15:01 | |
*** prateek has joined #openstack-qa | 15:02 | |
*** jianghuaw-m has quit IRC | 15:05 | |
openstackrecheck | Console logs not available after 20:02s for gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial 449464,1,0397fb6 | 15:06 |
*** jianghuaw has joined #openstack-qa | 15:08 | |
openstackgerrit | Merged openstack/patrole master: Remove special_fields definition from volume tests. https://review.openstack.org/449307 | 15:08 |
openstackgerrit | Merged openstack/patrole master: Add server tests for nova. https://review.openstack.org/448809 | 15:11 |
jianghuaw | andreaf, could you help to look at if we can proceed with fix? https://review.openstack.org/#/c/444706/ | 15:11 |
jianghuaw | thanks. | 15:12 |
andreaf | jianghuaw: looking | 15:13 |
*** sridharg has quit IRC | 15:14 | |
jianghuaw | Thanks. | 15:14 |
*** david-lyle has quit IRC | 15:15 | |
openstackgerrit | Anthony Lin proposed openstack/patrole master: Add new regex for "slow test" gate https://review.openstack.org/449297 | 15:15 |
*** nadya has joined #openstack-qa | 15:16 | |
andreaf | jianghuaw: +A | 15:17 |
jianghuaw | andreaf, many thanks. | 15:17 |
andreaf | jianghuaw: thank you | 15:18 |
andreaf | jianghuaw: once this merges we should see the vnc tests run in the Citrix XenServer CI right? | 15:19 |
jianghuaw | yes. | 15:19 |
jianghuaw | once this got merged, it will also merge this patch https://review.openstack.org/#/c/444733/ which is adding back vnc tests to Citrix XS CI. | 15:21 |
*** rabel_b1 has joined #openstack-qa | 15:23 | |
*** gkadam has joined #openstack-qa | 15:24 | |
*** rabel has quit IRC | 15:25 | |
*** rossella_s has joined #openstack-qa | 15:25 | |
openstackrecheck | Console logs not available after 20:03s for gate-dragonflow-dsvm-fullstack-ubuntu-xenial 448200,3,803031c | 15:26 |
*** nadya has quit IRC | 15:27 | |
*** udesale has quit IRC | 15:27 | |
openstackgerrit | Martin Kopec proposed openstack/tempest master: Disable resource cleanup https://review.openstack.org/409210 | 15:31 |
*** martinkopec has quit IRC | 15:33 | |
*** rossella_s has quit IRC | 15:35 | |
*** prateek has quit IRC | 15:42 | |
*** pvaneck has joined #openstack-qa | 15:43 | |
openstackgerrit | Anthony PERARD proposed openstack/tempest master: scenario: Wait for IPv4 network ports to be active https://review.openstack.org/449695 | 15:46 |
openstackrecheck | Console logs not available after 20:02s for gate-tempest-dsvm-ironic-ipa-wholedisk-bios-agent_ipmitool-tinyipa-ubuntu-xenial 437535,10,14ef539 | 15:46 |
*** vhosakot has joined #openstack-qa | 15:48 | |
*** yamahata has joined #openstack-qa | 15:48 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Refactors exceptions in rbac_rule_validation decorator. https://review.openstack.org/448603 | 15:50 |
*** fnaval has joined #openstack-qa | 15:52 | |
*** amoralej|lunch is now known as amoralej | 15:52 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Modify policy parser to combine custom and default policy files. https://review.openstack.org/449348 | 15:55 |
*** amotoki has joined #openstack-qa | 15:56 | |
openstackgerrit | Jens Rosenboom proposed openstack/tempest master: Fix race in test_attach_detach_volume https://review.openstack.org/449661 | 15:56 |
*** markus_z has quit IRC | 15:56 | |
openstackgerrit | Samantha Blanco proposed openstack/patrole master: Improve Patrole config options https://review.openstack.org/449340 | 15:58 |
*** krtaylor has joined #openstack-qa | 15:59 | |
*** pcaruana has quit IRC | 16:03 | |
*** udesale has joined #openstack-qa | 16:04 | |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 449312,1,330da04 | 16:06 |
*** blancos has joined #openstack-qa | 16:07 | |
*** udesale has quit IRC | 16:09 | |
*** udesale has joined #openstack-qa | 16:09 | |
openstackgerrit | Merged openstack/tempest master: Fix multiple create for multiple networks https://review.openstack.org/448638 | 16:11 |
*** e0ne has quit IRC | 16:11 | |
*** vhosakot_ has joined #openstack-qa | 16:14 | |
*** vhosakot has quit IRC | 16:14 | |
openstackgerrit | Anthony Lin proposed openstack/patrole master: Add new regex for "slow test" gate https://review.openstack.org/449297 | 16:15 |
*** sshnaidm|off has joined #openstack-qa | 16:19 | |
*** gouthamr has quit IRC | 16:23 | |
openstackrecheck | Console logs not available after 20:04s for gate-keystone-pep8-ubuntu-xenial 449427,5,22d4bab | 16:26 |
*** dustins has quit IRC | 16:28 | |
openstackgerrit | John L. Villalovos proposed openstack/tempest master: Add call_func_until_true() function https://review.openstack.org/445240 | 16:29 |
openstackgerrit | John L. Villalovos proposed openstack/tempest master: Add call_func_until_true() function https://review.openstack.org/445240 | 16:30 |
*** gouthamr has joined #openstack-qa | 16:32 | |
*** david-lyle has joined #openstack-qa | 16:33 | |
*** Apoorva has joined #openstack-qa | 16:42 | |
*** felipemonteiro has joined #openstack-qa | 16:42 | |
*** Apoorva has joined #openstack-qa | 16:42 | |
*** felipemonteiro_ has quit IRC | 16:43 | |
*** rabel_b1 has quit IRC | 16:43 | |
openstackrecheck | Console logs not available after 20:02s for gate-horizon-python27-ubuntu-xenial 449217,3,28f98fc | 16:46 |
*** aarefiev is now known as aarefiev_afk | 16:49 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack master: initial work to enable systemd service running https://review.openstack.org/448323 | 16:54 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack master: DNM: testing devstack-gate journald https://review.openstack.org/449312 | 16:54 |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole master: Identity V3 Tests - Domains https://review.openstack.org/446230 | 16:54 |
*** Serlex has quit IRC | 16:56 | |
*** aojea_ has quit IRC | 16:56 | |
*** e0ne has joined #openstack-qa | 16:56 | |
*** sridharg has joined #openstack-qa | 16:57 | |
*** pvaneck has quit IRC | 16:59 | |
*** makowals has quit IRC | 17:00 | |
*** yamahata has quit IRC | 17:00 | |
*** nadya has joined #openstack-qa | 17:01 | |
*** gouthamr has quit IRC | 17:01 | |
clarkb | frickler: yay my debugging patch was useful maybe | 17:02 |
*** Serlex has joined #openstack-qa | 17:03 | |
*** gouthamr has joined #openstack-qa | 17:05 | |
*** udesale has quit IRC | 17:06 | |
openstackrecheck | Console logs not available after 20:03s for gate-horizon-pep8-ubuntu-xenial 449652,1,5c0c405 | 17:07 |
*** blancos has quit IRC | 17:08 | |
*** catintheroof has joined #openstack-qa | 17:14 | |
*** catintheroof has quit IRC | 17:15 | |
*** catintheroof has joined #openstack-qa | 17:15 | |
*** makowals has joined #openstack-qa | 17:17 | |
*** yamamoto has quit IRC | 17:19 | |
*** dtantsur is now known as dtantsur|pto | 17:22 | |
*** Serlex has quit IRC | 17:27 | |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-dsvm-neutron-full-ubuntu-xenial-ocata 447557,3,57d00c4 | 17:27 |
*** nadya has quit IRC | 17:30 | |
openstackgerrit | Samantha Blanco proposed openstack/patrole master: Improve Patrole config options https://review.openstack.org/449340 | 17:30 |
*** rossella_s has joined #openstack-qa | 17:33 | |
*** yamahata has joined #openstack-qa | 17:36 | |
*** dimtruck is now known as zz_dimtruck | 17:38 | |
*** nadya has joined #openstack-qa | 17:41 | |
*** mtanino has quit IRC | 17:43 | |
*** rossella_s has quit IRC | 17:44 | |
*** lucasagomes is now known as lucas-afk | 17:44 | |
*** scarab_ has joined #openstack-qa | 17:44 | |
*** spzala has quit IRC | 17:45 | |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial 449637,1,154e954 | 17:47 |
*** spzala has joined #openstack-qa | 17:47 | |
*** tesseract has quit IRC | 17:50 | |
*** spzala has quit IRC | 17:52 | |
*** spzala has joined #openstack-qa | 17:52 | |
*** felipemonteiro_ has joined #openstack-qa | 17:54 | |
*** zz_dimtruck is now known as dimtruck | 17:54 | |
*** dustins has joined #openstack-qa | 17:55 | |
*** yamamoto has joined #openstack-qa | 17:56 | |
*** huanxie has quit IRC | 17:58 | |
*** huanxie has joined #openstack-qa | 18:00 | |
*** felipemonteiro_ has quit IRC | 18:00 | |
*** jianghuaw has quit IRC | 18:01 | |
openstackgerrit | Merged openstack/patrole master: Add new regex for "slow test" gate https://review.openstack.org/449297 | 18:03 |
*** sridharg has quit IRC | 18:06 | |
*** Serlex has joined #openstack-qa | 18:06 | |
*** sshnaidm|off has quit IRC | 18:06 | |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial 449632,1,f6e6f1f | 18:07 |
*** mtanino has joined #openstack-qa | 18:13 | |
*** pvaneck has joined #openstack-qa | 18:14 | |
*** pvaneck has quit IRC | 18:14 | |
*** pvaneck has joined #openstack-qa | 18:14 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Identity V3 Tests - Roles https://review.openstack.org/442870 | 18:15 |
*** gkadam has quit IRC | 18:15 | |
*** cdent has quit IRC | 18:15 | |
openstackgerrit | John L. Villalovos proposed openstack/tempest master: Add call_func_until_true() function https://review.openstack.org/445240 | 18:18 |
*** e0ne has quit IRC | 18:19 | |
*** yamamoto has quit IRC | 18:19 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Compute API Compute Flavor Rxtx Test. https://review.openstack.org/435139 | 18:20 |
*** mvk has quit IRC | 18:23 | |
*** e0ne has joined #openstack-qa | 18:25 | |
sdague | clarkb: ok, https://review.openstack.org/#/c/449311/ seems to actually be doing the rightthing | 18:27 |
openstackrecheck | Console logs not available after 20:05s for gate-grenade-dsvm-neutron-ubuntu-xenial 449661,1,83e9ef9 | 18:27 |
sdague | notably though, we're going to need to figure out a smaller query for the syslog dump I think | 18:27 |
*** nadya has quit IRC | 18:27 | |
clarkb | oh ha it dumps all the services now doesn't it | 18:28 |
sdague | yep | 18:28 |
sdague | but, it doesn't really matter for now because this isn't turned on | 18:28 |
clarkb | ya | 18:28 |
clarkb | and journalctl --system won't work because these are system units now this may be one of the big drawbacks here | 18:30 |
sdague | yeh, but it can be filtered on syslog identifier or something | 18:34 |
*** sshnaidm|off has joined #openstack-qa | 18:34 | |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest master: Add note on get_disks about unsupported guests https://review.openstack.org/449777 | 18:34 |
clarkb | ya could just ask for what we know we need. rabbit/mysql/dns masq/etc | 18:35 |
sdague | honestly... well we were mostly getting it for kernel logs | 18:35 |
*** e0ne has quit IRC | 18:35 | |
clarkb | oh those are easy to get then | 18:36 |
clarkb | journalctl -k | 18:36 |
clarkb | (or --dmesg if you want it to be verbose) | 18:36 |
sdague | so, where are the actual journal files? | 18:36 |
*** e0ne has joined #openstack-qa | 18:37 | |
clarkb | sdague: /var/log/journal | 18:38 |
sdague | because I honestly wonder if it would make sense to copy out the raw journal for pulling and querying | 18:39 |
sdague | hmmm... I don't have /var/log/journal on any of my boxes | 18:40 |
clarkb | sdague: check /etc/systemd/journald.conf, what does Storage say? | 18:40 |
sdague | auto, but it's commented out | 18:40 |
clarkb | you might be using volatile storage and then its in /run/log/journal | 18:41 |
clarkb | https://www.freedesktop.org/software/systemd/man/journald.conf.html | 18:41 |
clarkb | ya so auto is persistent if the /var/log/journal dir exists and volatile otherwise | 18:41 |
sdague | ah, yeh | 18:41 |
sdague | ah, ok, so /run being tempfs | 18:41 |
clarkb | yup | 18:41 |
sdague | ok, and that's a ring buffer? | 18:42 |
sdague | I see 8 20M files there on my system | 18:42 |
clarkb | ya if tmpfs fills they just start deleting things at the tail end | 18:42 |
sdague | oh, actually I think it's just since last boot | 18:43 |
sdague | a different system goes back a few days | 18:43 |
sdague | and has more file | 18:43 |
sdague | files | 18:43 |
*** tosky has quit IRC | 18:43 | |
openstackrecheck | Console logs not available after 20:04s for gate-mixmatch-pep8-ubuntu-xenial 449642,2,01d9334 | 18:47 |
openstackgerrit | Samantha Blanco proposed openstack/patrole master: Improve Patrole config options https://review.openstack.org/449340 | 18:47 |
openstackgerrit | Dan Smith proposed openstack-dev/devstack master: WIP: Fleetify nova conductor for N cells https://review.openstack.org/436094 | 18:48 |
clarkb | sdague: on gate nodes we found that the logs were incomplete when they were on tmpfs. We fixed that by creating the /var/log/journal dir so it definitely eventually drops off | 18:48 |
sdague | yep, makes sense | 18:49 |
sdague | the memory preasure probably pushes on it | 18:49 |
sdague | I'm just making sure to understand differences here | 18:50 |
sdague | I do think a full capture might be interesting | 18:50 |
clarkb | having everything interleaved would be interesting | 18:50 |
sdague | well, the full capture means that you could download and query locally | 18:50 |
openstackgerrit | Jens Rosenboom proposed openstack/tempest master: Fix race in test_attach_detach_volume https://review.openstack.org/449661 | 18:50 |
sdague | so mix in the things you want | 18:50 |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Modify policy parser to combine custom and default policy files. https://review.openstack.org/449348 | 18:51 |
clarkb | oh you mean the actual binary files | 18:52 |
clarkb | ya that could be interesting, I wonder how big they are for a typical tempest job | 18:52 |
*** hockeynut has quit IRC | 18:55 | |
sdague | you could hold a node and find out | 18:55 |
*** hockeynut has joined #openstack-qa | 18:56 | |
*** e0ne has quit IRC | 18:59 | |
*** sshnaidm|off has quit IRC | 18:59 | |
*** mvk has joined #openstack-qa | 19:01 | |
*** felipemonteiro_ has joined #openstack-qa | 19:01 | |
*** jordanP has joined #openstack-qa | 19:05 | |
openstackrecheck | Console logs not available after 20:03s for gate-freezer-api-requirements 441207,5,804c5f7 | 19:07 |
*** yamamoto has joined #openstack-qa | 19:17 | |
*** yangyapeng has quit IRC | 19:24 | |
*** yangyapeng has joined #openstack-qa | 19:24 | |
*** yamamoto has quit IRC | 19:25 | |
*** felipemonteiro_ has quit IRC | 19:25 | |
openstackrecheck | Console logs not available after 20:02s for gate-muranoclient-dsvm-functional-mysql-backend-ubuntu-xenial 446317,4,e060cb3 | 19:27 |
*** tosky has joined #openstack-qa | 19:29 | |
openstackgerrit | Merged openstack/patrole master: Refactors exceptions in rbac_rule_validation decorator. https://review.openstack.org/448603 | 19:29 |
scarab_ | someone gotta second? to spare i gave a question about the periodic pipeline..... | 19:30 |
clarkb | scarab_: usually best to ask and then people can answer as they are able | 19:31 |
*** zhufl has quit IRC | 19:45 | |
*** zhufl has joined #openstack-qa | 19:46 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Network tests should take advantage of net_utils to find unused ip. https://review.openstack.org/449797 | 19:47 |
openstackrecheck | Console logs not available after 20:04s for gate-nova-pep8-ubuntu-xenial 449640,1,54cfaa3 | 19:47 |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Network tests should take advantage of net_utils to find unused ip. https://review.openstack.org/449797 | 19:48 |
*** blancos has joined #openstack-qa | 19:56 | |
openstackgerrit | Nicolas Helgeson proposed openstack/patrole master: Identity V3 Tests - Domains https://review.openstack.org/446230 | 20:00 |
openstackgerrit | Jordan Pittier proposed openstack/tempest master: Fix test_volume_list_with_detail_param_marker https://review.openstack.org/449280 | 20:04 |
*** spzala has quit IRC | 20:05 | |
*** spzala has joined #openstack-qa | 20:06 | |
*** blancos has quit IRC | 20:07 | |
openstackrecheck | Console logs not available after 20:02s for gate-watcher-pep8-ubuntu-xenial 449659,1,6724633 | 20:07 |
*** spzala has quit IRC | 20:10 | |
*** spzala has joined #openstack-qa | 20:15 | |
*** aojea has joined #openstack-qa | 20:18 | |
*** zackf has joined #openstack-qa | 20:22 | |
*** gouthamr has quit IRC | 20:23 | |
*** yamamoto has joined #openstack-qa | 20:23 | |
*** amoralej is now known as amoralej|off | 20:25 | |
*** zackf has quit IRC | 20:26 | |
openstackrecheck | Console logs not available after 20:03s for gate-rally-pep8-ubuntu-xenial 441987,7,1c32af2 | 20:27 |
*** armax has joined #openstack-qa | 20:29 | |
mriedem | mtreinish: you could probably abandon this now https://review.openstack.org/#/c/264179/ | 20:33 |
*** yamamoto has quit IRC | 20:33 | |
mtreinish | mriedem: done | 20:35 |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Tag additional slow tests to run in slow gate. https://review.openstack.org/449811 | 20:43 |
openstackgerrit | Emily Hugenbruch proposed openstack/tempest master: Add note on get_disks about unsupported guests https://review.openstack.org/449777 | 20:43 |
*** gcheresh_ has quit IRC | 20:46 | |
openstackrecheck | Console logs not available after 20:04s for gate-octavia-pep8-ubuntu-xenial 447872,4,09fced7 | 20:48 |
*** rfolco has quit IRC | 20:51 | |
*** dave-mccowan has quit IRC | 21:01 | |
*** dimtruck is now known as zz_dimtruck | 21:03 | |
*** e0ne has joined #openstack-qa | 21:04 | |
*** aojea has quit IRC | 21:06 | |
*** zackf has joined #openstack-qa | 21:07 | |
openstackrecheck | Console logs not available after 20:04s for gate-kolla-dsvm-build-oraclelinux-source-centos-7 449371,2,5fadc04 | 21:08 |
*** Ak13 has quit IRC | 21:09 | |
*** scarab_ has quit IRC | 21:15 | |
*** rfolco has joined #openstack-qa | 21:19 | |
*** rfolco has quit IRC | 21:19 | |
*** joanna has quit IRC | 21:21 | |
*** vgadiraj has quit IRC | 21:21 | |
*** dharinic- has quit IRC | 21:21 | |
*** aysyd has quit IRC | 21:21 | |
*** ihrachys has quit IRC | 21:21 | |
*** aojea has joined #openstack-qa | 21:22 | |
*** ihrachys has joined #openstack-qa | 21:22 | |
*** scarab_ has joined #openstack-qa | 21:24 | |
*** zackf has quit IRC | 21:27 | |
openstackgerrit | Felipe Monteiro proposed openstack/patrole master: Modify policy parser to combine custom and default policy files. https://review.openstack.org/449348 | 21:27 |
openstackrecheck | Console logs not available after 20:03s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 449675,1,b723306 | 21:28 |
*** ihrachys has quit IRC | 21:28 | |
mriedem | mtreinish: and this one https://review.openstack.org/#/c/332050/ | 21:29 |
*** zackf has joined #openstack-qa | 21:29 | |
*** zz_dimtruck is now known as dimtruck | 21:30 | |
*** e0ne has quit IRC | 21:32 | |
*** dustins has quit IRC | 21:33 | |
openstackgerrit | Adnan Khan proposed openstack/patrole master: Roles RBAC test for compute extension api os-multinic (for v2.1). https://review.openstack.org/448782 | 21:41 |
*** zackf has quit IRC | 21:41 | |
openstackrecheck | Console logs not available after 20:08s for gate-freezer-api-python27-ubuntu-xenial 449686,2,7ffe0d4 | 21:48 |
*** scarab_ has quit IRC | 21:53 | |
*** Serlex has quit IRC | 21:59 | |
*** sshnaidm|off has joined #openstack-qa | 22:02 | |
*** knikolla has left #openstack-qa | 22:03 | |
openstackrecheck | Console logs not available after 20:10s for gate-rally-dsvm-cli 181307,28,c59e3fc | 22:08 |
*** zackf has joined #openstack-qa | 22:20 | |
*** zackf has quit IRC | 22:21 | |
*** dimtruck is now known as zz_dimtruck | 22:25 | |
*** awaugama has quit IRC | 22:27 | |
openstackrecheck | Console logs not available after 20:12s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 449039,2,0238a71 | 22:28 |
*** spzala has quit IRC | 22:30 | |
*** emerson has joined #openstack-qa | 22:33 | |
*** yamahata has quit IRC | 22:36 | |
*** fnaval has quit IRC | 22:39 | |
openstackrecheck | Console logs not available after 20:07s for gate-designate-dsvm-powerdns-ubuntu-trusty 445019,1,506e1dd | 22:48 |
*** fnaval has joined #openstack-qa | 22:49 | |
*** mtanino has quit IRC | 22:57 | |
*** aojea has quit IRC | 22:59 | |
*** scarab_ has joined #openstack-qa | 23:01 | |
*** zackf has joined #openstack-qa | 23:03 | |
*** zackf has quit IRC | 23:05 | |
*** scarab_ has quit IRC | 23:05 | |
*** scarab__ has joined #openstack-qa | 23:05 | |
*** zackf has joined #openstack-qa | 23:07 | |
openstackrecheck | Console logs not available after 20:03s for gate-grenade-dsvm-ironic-inspector-ubuntu-xenial 449629,1,27d8709 | 23:08 |
*** scarab__ has quit IRC | 23:09 | |
*** joanna has joined #openstack-qa | 23:12 | |
*** ihrachys has joined #openstack-qa | 23:14 | |
*** ihrachys has quit IRC | 23:18 | |
*** vhosakot_ has quit IRC | 23:19 | |
*** zackf has quit IRC | 23:24 | |
*** markvoelker has quit IRC | 23:24 | |
*** hongbin has quit IRC | 23:28 | |
openstackrecheck | Console logs not available after 20:04s for gate-watcher-python35 448675,7,de9b68b | 23:29 |
*** jordanP has quit IRC | 23:39 | |
*** sdague has quit IRC | 23:43 | |
*** aojea has joined #openstack-qa | 23:47 | |
*** spzala has joined #openstack-qa | 23:47 | |
openstackrecheck | Console logs not available after 20:03s for gate-ironic-python27-ubuntu-xenial 449607,2,0ce2bea | 23:49 |
*** scarab_ has joined #openstack-qa | 23:51 | |
*** aojea has quit IRC | 23:51 | |
*** scarab_ has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!