*** rossella_s has quit IRC | 00:00 | |
*** rossella_s has joined #openstack-qa | 00:00 | |
*** yangyapeng has quit IRC | 00:03 | |
oomichi | gmann: JSONSCHEMA_VALIDATOR is not changed in https://review.openstack.org/#/c/304441/3/tempest/lib/common/jsonschema_validator.py | 00:03 |
---|---|---|
oomichi | gmann: FORMAT_CHECKER only is changed in | 00:03 |
oomichi | gmann: do we need to rename the validator? | 00:04 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make identity v3 credentials_client use **kwargs https://review.openstack.org/349376 | 00:04 |
gmann | oomichi: yea, just defined JSONSCHEMA_VALIDATOR there in case we need to change from draft4 we can do there instead of changing rest_client | 00:04 |
gmann | oomichi: yea that i was about to ask if any better name we can have | 00:04 |
gmann | oomichi: currently i am planning to define format checkers there and in future may be other json schema overridden things if needed | 00:05 |
oomichi | gmann: the nova's one also is customized | 00:05 |
oomichi | gmann: but the ways are different | 00:06 |
gmann | oomichi: yea | 00:06 |
oomichi | gmann: is it difficult to do the same way? | 00:06 |
gmann | oomichi: there we add validator also but here just format | 00:06 |
gmann | oomichi: actually we do not need in that way as we do not need to override or add extra validator. draft4 is enough | 00:07 |
gmann | oomichi: but yea if we need to add extra validator also then we can do that way. | 00:08 |
oomichi | gmann: if we don't have any idea for customizing more at this time, current way is ok | 00:08 |
oomichi | gmann: I just wanted to see the similar code for the similar purpose for easy maintenance | 00:09 |
gmann | oomichi: yea, i also feel current validator is enough | 00:09 |
gmann | oomichi: but if in future we need to customize the validator also then we can do that way. | 00:10 |
*** mtanino has quit IRC | 00:11 | |
gmann | oomichi: another one. is this fine now - https://review.openstack.org/#/c/349376/3 | 00:13 |
gmann | oomichi: ll do same in other patches also | 00:13 |
oomichi | gmann: reviewed on https://review.openstack.org/#/c/304441 | 00:20 |
oomichi | gmann: https://review.openstack.org/#/c/349376 also | 00:21 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make identity v3 credentials_client use **kwargs https://review.openstack.org/349376 | 00:26 |
gmann | oomichi: done. | 00:26 |
*** rfolco_ has joined #openstack-qa | 00:32 | |
*** rfolco_ has quit IRC | 00:32 | |
*** hichihara has joined #openstack-qa | 00:33 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make identity v3 users_client use **kwargs https://review.openstack.org/349434 | 00:35 |
*** gvrangan has quit IRC | 00:36 | |
*** Suyi_ has quit IRC | 00:40 | |
gmann | oomichi: on https://review.openstack.org/#/c/304441/ | 00:41 |
gmann | oomichi: second comment, actually we need to handle case of 'None' also | 00:41 |
*** karthik__ has quit IRC | 00:42 | |
*** hoangcx has joined #openstack-qa | 00:43 | |
oomichi | gmann: that is a string 'None' or None? | 00:44 |
gmann | oomichi: actually None not string 'None' | 00:44 |
gmann | *None* | 00:44 |
oomichi | gmann: the format checker works for non-string values also now? | 00:45 |
gmann | oomichi: yea,only for string but if we do not check None explicitly then it will fail as None is not string | 00:46 |
gmann | oomichi: because type of instance(*None*) is not string | 00:46 |
gmann | for normal case also we use to give like }type: [string, null]} | 00:46 |
oomichi | gmann: humm, I am not sure yet. IIUC, the format checker works only for string value | 00:48 |
oomichi | gmann: and if passing non-string value, jsonschema skips checking the value on the format checker | 00:48 |
gmann | oomichi: no, it will not check format checking. | 00:49 |
oomichi | gmann: then the value(None in this case) is considered as valid value | 00:49 |
gmann | oomichi: but if we want to allow string and non-string as type and if string then apply format checker | 00:49 |
gmann | oomichi: yes, valid value which is expected | 00:49 |
gmann | oomichi: because update_at field return *None* initially | 00:50 |
gmann | oomichi: and if resource is updated then date-time value | 00:50 |
oomichi | gmann: yeah, and date_time_or_null is defined at https://review.openstack.org/#/c/304441/3/tempest/lib/api_schema/response/compute/v2_1/parameter_types.py | 00:51 |
oomichi | gmann: the definition covers both types: string and None | 00:51 |
oomichi | gmann: then I guessed the format 'date-time-null' is unnecessary | 00:52 |
gmann | oomichi: ohh, i see. | 00:52 |
*** hichihara has quit IRC | 00:53 | |
gmann | oomichi: i think i made it duplicate. you are right | 00:53 |
gmann | oomichi: will correct this. Thanks | 00:53 |
*** hichihara has joined #openstack-qa | 00:53 | |
oomichi | gmann: ok, nice to avoid duplicated code | 00:54 |
gmann | oomichi: yea, my bad. i overlooked that | 00:54 |
*** spzala has quit IRC | 00:56 | |
*** karthik__ has joined #openstack-qa | 00:56 | |
*** ramishra has quit IRC | 01:04 | |
*** karthik__ has quit IRC | 01:07 | |
*** pvaneck has quit IRC | 01:08 | |
*** Apoorva has quit IRC | 01:12 | |
*** yangyapeng has joined #openstack-qa | 01:16 | |
*** mriedem has quit IRC | 01:19 | |
*** karthik__ has joined #openstack-qa | 01:19 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix date-time format checking in response schema https://review.openstack.org/304441 | 01:23 |
*** akshai has joined #openstack-qa | 01:23 | |
*** Apoorva has joined #openstack-qa | 01:23 | |
*** dimtruck is now known as zz_dimtruck | 01:23 | |
*** tqtran has quit IRC | 01:23 | |
*** hichihara has quit IRC | 01:24 | |
*** spzala has joined #openstack-qa | 01:24 | |
*** gfidente has quit IRC | 01:24 | |
*** hichihara has joined #openstack-qa | 01:24 | |
gmann | oomichi: done | 01:25 |
*** cody-somerville has joined #openstack-qa | 01:26 | |
*** spzala has quit IRC | 01:27 | |
*** spzala has joined #openstack-qa | 01:27 | |
*** gvrangan has joined #openstack-qa | 01:31 | |
*** akshai has quit IRC | 01:35 | |
*** moravec has joined #openstack-qa | 01:40 | |
*** Apoorva_ has joined #openstack-qa | 01:40 | |
*** Apoorva has quit IRC | 01:44 | |
*** EinstCrazy has joined #openstack-qa | 01:44 | |
*** Apoorva_ has quit IRC | 01:44 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/qa-specs: Add bp tempest-resources https://review.openstack.org/173334 | 01:45 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/qa-specs: Add bp tempest-resources https://review.openstack.org/173334 | 01:45 |
oomichi | gmann: your turn on the above ^^^ :) | 01:46 |
gmann | oomichi: sure, ll check | 01:46 |
oomichi | gmann: -1 for reno on https://review.openstack.org/304441 | 01:46 |
* oomichi goes back soon | 01:47 | |
gmann | oomichi: i wrote - https://review.openstack.org/#/c/304441/4/releasenotes/notes/jsonschema-validator-2377ba131e12d3c7.yaml\ | 01:47 |
oomichi | gmann: I need to go back soon to avoid mess review.. | 01:48 |
oomichi | gmann: I will review it tomorrow | 01:48 |
gmann | oomichi: sure, thanks | 01:48 |
*** oomichi has quit IRC | 01:48 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix date-time format checking in response schema https://review.openstack.org/304441 | 01:49 |
*** karthik__ has quit IRC | 01:53 | |
*** cody-somerville has quit IRC | 01:55 | |
*** zz_dimtruck is now known as dimtruck | 01:58 | |
*** cody-somerville has joined #openstack-qa | 01:59 | |
*** yangyape_ has joined #openstack-qa | 02:03 | |
*** yangyapeng has quit IRC | 02:04 | |
*** bkopilov has quit IRC | 02:05 | |
*** chandankumar has joined #openstack-qa | 02:08 | |
*** gyx has joined #openstack-qa | 02:19 | |
*** ramishra has joined #openstack-qa | 02:21 | |
*** gvrangan has quit IRC | 02:22 | |
openstackgerrit | LisaLi proposed openstack/tempest: Add scenario of bootable encrypted volume https://review.openstack.org/342655 | 02:22 |
openstackgerrit | LisaLi proposed openstack/tempest: Add scenario of retyping encrypted volume https://review.openstack.org/343993 | 02:24 |
*** gouthamr has joined #openstack-qa | 02:24 | |
*** ramishra has quit IRC | 02:26 | |
*** gouthamr_ has joined #openstack-qa | 02:27 | |
*** ramishra has joined #openstack-qa | 02:28 | |
*** yamahata has quit IRC | 02:28 | |
*** gouthamr has quit IRC | 02:30 | |
*** yangyapeng has joined #openstack-qa | 02:34 | |
*** yangyape_ has quit IRC | 02:37 | |
*** markvoelker has joined #openstack-qa | 02:39 | |
*** dave-mccowan has joined #openstack-qa | 02:41 | |
*** tochi has quit IRC | 02:46 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 313558,6,435b1c0 | 02:52 |
*** dave-mccowan has quit IRC | 03:08 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: neutron-legacy: Remove a remainging q-fwaas code https://review.openstack.org/350361 | 03:17 |
*** bkopilov has joined #openstack-qa | 03:23 | |
*** r-mibu has quit IRC | 03:24 | |
*** r-mibu has joined #openstack-qa | 03:24 | |
*** dimtruck is now known as zz_dimtruck | 03:26 | |
*** zz_dimtruck is now known as dimtruck | 03:26 | |
*** Nakato has quit IRC | 03:27 | |
*** gouthamr_ has quit IRC | 03:29 | |
*** gyx has quit IRC | 03:31 | |
*** Nakato has joined #openstack-qa | 03:32 | |
*** yamamoto_ has joined #openstack-qa | 03:33 | |
*** dimtruck is now known as zz_dimtruck | 03:35 | |
*** gvrangan has joined #openstack-qa | 03:37 | |
*** gyx has joined #openstack-qa | 03:38 | |
*** spzala has quit IRC | 03:39 | |
*** gvrangan has quit IRC | 03:51 | |
*** markvoelker has quit IRC | 03:55 | |
*** rossella_s has quit IRC | 04:00 | |
*** rossella_s has joined #openstack-qa | 04:00 | |
*** gvrangan has joined #openstack-qa | 04:03 | |
*** gyx has quit IRC | 04:05 | |
*** gyx has joined #openstack-qa | 04:07 | |
*** amotoki has joined #openstack-qa | 04:20 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-full-ubuntu-xenial 350247,1,056f20b | 04:26 |
*** Alex_Stef has joined #openstack-qa | 04:30 | |
*** markvoelker has joined #openstack-qa | 04:33 | |
*** gcheresh has joined #openstack-qa | 04:34 | |
*** markvoelker has quit IRC | 04:39 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 350248,1,a78a10d | 04:39 |
*** gcheresh has quit IRC | 04:43 | |
openstackrecheck | Console logs not available after 13:25s for gate-cinder-python27-db-ubuntu-xenial 350310,2,054803a | 04:53 |
openstackgerrit | Merged openstack/tempest: Add a TODO to remove Ironic related workaround https://review.openstack.org/349458 | 04:56 |
*** rfolco has joined #openstack-qa | 05:02 | |
*** yamahata has joined #openstack-qa | 05:06 | |
*** rfolco has quit IRC | 05:06 | |
*** ihrachys has joined #openstack-qa | 05:08 | |
*** karthikp_ has joined #openstack-qa | 05:09 | |
*** e0ne has joined #openstack-qa | 05:12 | |
*** e0ne has quit IRC | 05:15 | |
*** ihrachys has quit IRC | 05:17 | |
*** yamahata has quit IRC | 05:19 | |
*** Poornima has joined #openstack-qa | 05:22 | |
*** csomerville has joined #openstack-qa | 05:24 | |
*** cody-somerville has quit IRC | 05:27 | |
*** armax has quit IRC | 05:28 | |
*** markvoelker has joined #openstack-qa | 05:28 | |
*** gcheresh has joined #openstack-qa | 05:28 | |
*** rcernin has joined #openstack-qa | 05:28 | |
*** markvoelker has quit IRC | 05:33 | |
openstackrecheck | Console logs not available after 13:31s for gate-cinder-pep8-ubuntu-xenial 350182,2,563c9a2 | 05:35 |
*** yfried has joined #openstack-qa | 05:37 | |
*** spzala has joined #openstack-qa | 05:40 | |
*** yangyape_ has joined #openstack-qa | 05:42 | |
*** yangyapeng has quit IRC | 05:42 | |
*** chandankumar has joined #openstack-qa | 05:43 | |
*** spzala has quit IRC | 05:44 | |
*** fnaval has quit IRC | 05:45 | |
*** ihrachys has joined #openstack-qa | 05:46 | |
openstackrecheck | Console logs not available after 13:30s for gate-keystone-pep8-ubuntu-xenial 343314,29,378b7ab | 05:49 |
*** ihrachys has quit IRC | 05:58 | |
*** gamado has joined #openstack-qa | 05:59 | |
*** itzikb has joined #openstack-qa | 06:02 | |
*** rfolco has joined #openstack-qa | 06:18 | |
*** edannon has joined #openstack-qa | 06:20 | |
*** tqtran has joined #openstack-qa | 06:21 | |
*** markvoelker has joined #openstack-qa | 06:22 | |
*** rfolco has quit IRC | 06:24 | |
*** tqtran has quit IRC | 06:25 | |
*** markvoelker has quit IRC | 06:26 | |
*** Alex_Stef has quit IRC | 06:28 | |
*** gvrangan has quit IRC | 06:30 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-dvr 339472,8,607e46b | 06:35 |
*** pgadiya has joined #openstack-qa | 06:36 | |
*** tesseract- has joined #openstack-qa | 06:45 | |
*** Lord_Phoenix has joined #openstack-qa | 06:54 | |
*** sridharg has joined #openstack-qa | 06:54 | |
openstackrecheck | Console logs not available after 13:28s for gate-glance-python27-db-ubuntu-xenial 341168,13,973f19d | 06:54 |
*** Alex_Stef has joined #openstack-qa | 06:55 | |
*** karthikp_ has quit IRC | 07:03 | |
*** ihrachys has joined #openstack-qa | 07:14 | |
*** markvoelker has joined #openstack-qa | 07:16 | |
*** jpena|off is now known as jpena | 07:16 | |
*** e0ne has joined #openstack-qa | 07:16 | |
*** pcaruana has joined #openstack-qa | 07:21 | |
*** markvoelker has quit IRC | 07:21 | |
*** jlanoux has joined #openstack-qa | 07:24 | |
*** jlanoux has quit IRC | 07:24 | |
*** paul-carlton2 has joined #openstack-qa | 07:25 | |
*** jlanoux has joined #openstack-qa | 07:26 | |
*** anshul has joined #openstack-qa | 07:27 | |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-ubuntu-trusty 342655,4,97e4fd2 | 07:41 |
*** Serlex has joined #openstack-qa | 07:45 | |
*** gfidente has joined #openstack-qa | 07:57 | |
*** gfidente has quit IRC | 07:57 | |
*** gfidente has joined #openstack-qa | 07:57 | |
*** yangyapeng has joined #openstack-qa | 07:59 | |
*** shardy has joined #openstack-qa | 07:59 | |
*** amotoki has quit IRC | 08:00 | |
*** yangyap__ has joined #openstack-qa | 08:01 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-pep8-ubuntu-xenial 350310,1,8f14a43 | 08:03 |
*** yangyape_ has quit IRC | 08:03 | |
*** paul-carlton2 has quit IRC | 08:03 | |
*** amotoki has joined #openstack-qa | 08:04 | |
*** yangyapeng has quit IRC | 08:04 | |
*** yangyap__ has quit IRC | 08:05 | |
*** amotoki has quit IRC | 08:05 | |
*** markvoelker has joined #openstack-qa | 08:10 | |
*** markvoelker has quit IRC | 08:14 | |
openstackrecheck | Console logs not available after 13:26s for gate-cinder-pep8-ubuntu-xenial 350350,1,e5c8efc | 08:17 |
*** amotoki has joined #openstack-qa | 08:17 | |
*** amotoki_ has joined #openstack-qa | 08:18 | |
*** Ravikiran_K has joined #openstack-qa | 08:18 | |
*** amotoki has quit IRC | 08:21 | |
*** tqtran has joined #openstack-qa | 08:23 | |
*** tqtran has quit IRC | 08:27 | |
*** paul-carlton2 has joined #openstack-qa | 08:28 | |
*** amotoki_ has quit IRC | 08:29 | |
*** paul-carlton has joined #openstack-qa | 08:30 | |
openstackrecheck | Console logs not available after 13:24s for gate-swift-pep8-ubuntu-xenial 350378,1,a12f7fd | 08:30 |
*** itzkb_ has joined #openstack-qa | 08:34 | |
*** itzikb has quit IRC | 08:34 | |
*** yaume has joined #openstack-qa | 08:35 | |
*** yangyapeng has joined #openstack-qa | 08:42 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ubuntu-xenial 343993,3,ba4a2a9 | 08:44 |
*** amotoki has joined #openstack-qa | 08:45 | |
*** amotoki has quit IRC | 08:53 | |
*** eliqiao has quit IRC | 08:54 | |
*** ihrachys has quit IRC | 08:54 | |
*** eliqiao has joined #openstack-qa | 08:55 | |
*** hichihara has quit IRC | 08:57 | |
*** penchal has joined #openstack-qa | 08:58 | |
*** binbincong has joined #openstack-qa | 08:59 | |
*** amotoki has joined #openstack-qa | 09:02 | |
*** shardy is now known as shardy_mtg | 09:02 | |
*** itzikb has joined #openstack-qa | 09:02 | |
*** itzkb_ has quit IRC | 09:03 | |
*** markvoelker has joined #openstack-qa | 09:04 | |
*** markvoelker has quit IRC | 09:09 | |
*** EinstCrazy has quit IRC | 09:15 | |
*** EinstCrazy has joined #openstack-qa | 09:16 | |
*** gyx has quit IRC | 09:21 | |
*** dtantsur|afk is now known as dtantsur | 09:24 | |
*** tochi has joined #openstack-qa | 09:37 | |
*** tochi has quit IRC | 09:37 | |
*** yfried has quit IRC | 09:38 | |
*** yamamoto_ has quit IRC | 09:41 | |
*** shardy_mtg is now known as shardy | 09:43 | |
*** yfried has joined #openstack-qa | 09:43 | |
openstackgerrit | Anna Babich proposed openstack/tempest: Count volumes vs partitions and remove hard-coded expected result https://review.openstack.org/333305 | 09:47 |
*** gyx has joined #openstack-qa | 09:48 | |
*** yamahata has joined #openstack-qa | 09:56 | |
*** itsuugo has quit IRC | 09:58 | |
*** markvoelker has joined #openstack-qa | 09:58 | |
*** itsuugo has joined #openstack-qa | 10:00 | |
*** markvoelker has quit IRC | 10:04 | |
*** yamahata has quit IRC | 10:11 | |
*** yamamoto has joined #openstack-qa | 10:17 | |
*** grafuls has quit IRC | 10:20 | |
*** rfolco has joined #openstack-qa | 10:20 | |
*** yamamoto has quit IRC | 10:22 | |
*** yamamoto has joined #openstack-qa | 10:23 | |
*** tosky has joined #openstack-qa | 10:25 | |
*** rfolco has quit IRC | 10:25 | |
*** yangyapeng has quit IRC | 10:26 | |
*** yangyapeng has joined #openstack-qa | 10:27 | |
*** hoangcx has quit IRC | 10:27 | |
openstackgerrit | guo yunxian proposed openstack/tempest: Deprecate meaningless TYPE https://review.openstack.org/349411 | 10:27 |
*** yamamoto has quit IRC | 10:28 | |
*** amotoki has quit IRC | 10:30 | |
*** rodrigods has quit IRC | 10:30 | |
*** rodrigods has joined #openstack-qa | 10:30 | |
*** gyx has quit IRC | 10:32 | |
*** itzikb has quit IRC | 10:38 | |
*** itzikb has joined #openstack-qa | 10:38 | |
*** amotoki has joined #openstack-qa | 10:39 | |
*** tosky has quit IRC | 10:39 | |
*** EinstCrazy has quit IRC | 10:39 | |
*** tosky has joined #openstack-qa | 10:39 | |
*** tosky has quit IRC | 10:39 | |
*** EinstCrazy has joined #openstack-qa | 10:39 | |
*** tosky has joined #openstack-qa | 10:40 | |
*** Lord_Phoenix has quit IRC | 10:40 | |
*** amotoki has quit IRC | 10:41 | |
*** tosky has quit IRC | 10:41 | |
*** itzikb has quit IRC | 10:41 | |
*** itzikb has joined #openstack-qa | 10:41 | |
*** tosky has joined #openstack-qa | 10:43 | |
*** EinstCrazy has quit IRC | 10:44 | |
*** yangyapeng has quit IRC | 10:46 | |
*** eliqiao has quit IRC | 10:47 | |
*** tosky has quit IRC | 10:49 | |
*** eliqiao has joined #openstack-qa | 10:51 | |
*** tosky has joined #openstack-qa | 10:54 | |
*** sdague has joined #openstack-qa | 10:55 | |
*** yamamoto has joined #openstack-qa | 10:55 | |
*** Ravikiran_K has quit IRC | 10:56 | |
*** gyx has joined #openstack-qa | 11:00 | |
*** zhufl has quit IRC | 11:01 | |
*** gszasz has joined #openstack-qa | 11:04 | |
*** zhufl has joined #openstack-qa | 11:08 | |
*** yamamoto has quit IRC | 11:11 | |
*** lucasagomes is now known as lucas-hungry | 11:21 | |
*** rfolco has joined #openstack-qa | 11:22 | |
*** rfolco has quit IRC | 11:26 | |
*** bkopilov has quit IRC | 11:28 | |
*** bkeller` has quit IRC | 11:39 | |
*** bkeller` has joined #openstack-qa | 11:39 | |
openstackgerrit | Beth Elwell proposed openstack/eslint-config-openstack: Upgraded eslint to 3.0.0 https://review.openstack.org/350530 | 11:40 |
*** yangyapeng has joined #openstack-qa | 11:42 | |
*** Poornima has quit IRC | 11:43 | |
*** sshnaidm is now known as sshnaidm|afk | 11:44 | |
*** grafuls has joined #openstack-qa | 11:46 | |
*** markvoelker has joined #openstack-qa | 11:52 | |
*** Lord_Phoenix has joined #openstack-qa | 11:54 | |
*** yamamoto has joined #openstack-qa | 11:54 | |
*** yamamoto has quit IRC | 11:59 | |
*** yfried has quit IRC | 11:59 | |
*** rossella_s has quit IRC | 12:00 | |
*** yamamoto has joined #openstack-qa | 12:00 | |
*** rossella_s has joined #openstack-qa | 12:00 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full-test-accounts 350297,2,5cb6870 | 12:02 |
*** yamamoto has quit IRC | 12:05 | |
*** itzkb_ has joined #openstack-qa | 12:07 | |
*** weshay has joined #openstack-qa | 12:07 | |
*** itzikb has quit IRC | 12:07 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure https://review.openstack.org/350545 | 12:10 |
*** yamamoto has joined #openstack-qa | 12:11 | |
*** raildo has joined #openstack-qa | 12:11 | |
*** itzkb_ has quit IRC | 12:12 | |
*** itzikb has joined #openstack-qa | 12:12 | |
*** sigmavirus_away is now known as sigmavirus | 12:14 | |
*** ramishra has quit IRC | 12:18 | |
*** jpena is now known as jpena|lunch | 12:18 | |
*** edmondsw has joined #openstack-qa | 12:19 | |
*** binbincong has quit IRC | 12:22 | |
*** spzala has joined #openstack-qa | 12:25 | |
*** rfolco has joined #openstack-qa | 12:25 | |
*** tqtran has joined #openstack-qa | 12:25 | |
gyx | Does tempest has version? | 12:26 |
*** tqtran has quit IRC | 12:30 | |
*** gouthamr has joined #openstack-qa | 12:30 | |
*** sshnaidm|afk is now known as sshnaidm | 12:34 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure https://review.openstack.org/350545 | 12:34 |
gyx | can someone tell me what is tempest.egg-info folder uesd for ? | 12:36 |
*** dustins has joined #openstack-qa | 12:36 | |
*** lucas-hungry is now known as lucasagomes | 12:43 | |
*** bkopilov has joined #openstack-qa | 12:48 | |
*** yamamoto has quit IRC | 12:49 | |
openstackrecheck | Console logs not available after 13:32s for gate-nova-pep8-ubuntu-xenial 346090,5,02513a5 | 12:51 |
*** gyx has quit IRC | 12:52 | |
*** gyx has joined #openstack-qa | 12:53 | |
*** tosky has quit IRC | 12:53 | |
*** yaume has quit IRC | 12:54 | |
*** tosky has joined #openstack-qa | 12:55 | |
*** gmann_ has joined #openstack-qa | 12:59 | |
*** rlrossit has joined #openstack-qa | 13:02 | |
*** gyx has quit IRC | 13:02 | |
*** mriedem has joined #openstack-qa | 13:06 | |
*** jecarey has joined #openstack-qa | 13:07 | |
*** dave-mccowan has joined #openstack-qa | 13:10 | |
*** ramishra has joined #openstack-qa | 13:11 | |
*** yamamoto has joined #openstack-qa | 13:13 | |
*** agireud has quit IRC | 13:14 | |
*** jpena|lunch is now known as jpena | 13:16 | |
*** porrua has joined #openstack-qa | 13:17 | |
*** agireud has joined #openstack-qa | 13:17 | |
*** ihrachys has joined #openstack-qa | 13:18 | |
*** markvoelker has quit IRC | 13:19 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27-db-ubuntu-xenial 334860,6,4ea5c90 | 13:22 |
*** dkranz has joined #openstack-qa | 13:24 | |
*** pgadiya has quit IRC | 13:25 | |
*** yamamoto has quit IRC | 13:26 | |
*** ihrachys has quit IRC | 13:29 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Fix cleanup of pre-provisioned credentials https://review.openstack.org/350297 | 13:29 |
*** mmandel has joined #openstack-qa | 13:32 | |
*** ttx has quit IRC | 13:32 | |
*** Ravikiran_K has joined #openstack-qa | 13:33 | |
*** ttx has joined #openstack-qa | 13:33 | |
*** ttx has quit IRC | 13:33 | |
*** ttx has joined #openstack-qa | 13:34 | |
*** ttx has quit IRC | 13:35 | |
*** gcheresh has quit IRC | 13:35 | |
*** ttx has joined #openstack-qa | 13:36 | |
*** asselin has joined #openstack-qa | 13:36 | |
*** thiagop has joined #openstack-qa | 13:41 | |
*** markvoelker has joined #openstack-qa | 13:46 | |
*** zz_dimtruck is now known as dimtruck | 13:50 | |
*** rbak has joined #openstack-qa | 13:51 | |
*** itzikb has quit IRC | 13:51 | |
*** itzikb has joined #openstack-qa | 13:52 | |
*** akshai has joined #openstack-qa | 13:54 | |
*** krot_sickleave is now known as krotscheck | 14:00 | |
*** akshai has quit IRC | 14:00 | |
*** akshai has joined #openstack-qa | 14:02 | |
openstackrecheck | Console logs not available after 13:34s for gate-cross-keystone-python27-db-ubuntu-xenial 349371,4,4365fb7 | 14:09 |
andreaf | mtreinish: around? | 14:11 |
*** yaume has joined #openstack-qa | 14:11 | |
mtreinish | andreaf: yeah, what's up | 14:12 |
andreaf | mtreinish: I was looking at the change for validation resources https://review.openstack.org/#/c/341083/3/tempest/api/compute/servers/test_create_server.py | 14:12 |
andreaf | mtreinish: and the example in your comment make me wonder what your expectation is in terms of fixtures | 14:13 |
andreaf | mtreinish: validation resources, credentials, network resources etc are all resources which are created and cleaned up at class level | 14:13 |
*** fnaval has joined #openstack-qa | 14:13 | |
andreaf | mtreinish: but doing something like useFixture will lead to cleanup after a test is complete | 14:14 |
mtreinish | andreaf: oh, right. I was just thinking it would be nicer if the things we're adding owned their own cleanup. That's what's so nice about the fixtures api | 14:15 |
andreaf | mtreinish: yes indeed | 14:15 |
mtreinish | andreaf: maybe we could add a useFixture like helper that did it class level for us | 14:15 |
mtreinish | not sure how feasible that is though | 14:15 |
andreaf | mtreinish: yes I thought we could have a consistent way of handling class level fixtures | 14:16 |
*** ramishra has quit IRC | 14:16 | |
*** Lord_Phoenix has quit IRC | 14:16 | |
andreaf | mtreinish: if we provide a stable test class (or a mixin for a test class) we can provide an implementation of tearDownClass and setUpClass which setup a store of fixtures and calls cleanup on all of them on teardown | 14:17 |
mtreinish | please no mixins | 14:17 |
*** dwalleck has joined #openstack-qa | 14:18 | |
*** amotoki has joined #openstack-qa | 14:18 | |
mtreinish | andreaf: yeah, that's basically what I was thinking bake into the base test class | 14:18 |
mtreinish | andreaf: I'm not sure if something like this makes any sense in testtools proper though | 14:18 |
*** bkopilov has quit IRC | 14:19 | |
*** penchal has quit IRC | 14:19 | |
andreaf | mtreinish: I guess that would be a nice place to have it I can bring the idea up with lifeless | 14:20 |
*** yamamoto has joined #openstack-qa | 14:26 | |
*** ramishra has joined #openstack-qa | 14:28 | |
*** gszasz has quit IRC | 14:28 | |
*** yamahata has joined #openstack-qa | 14:28 | |
*** gszasz has joined #openstack-qa | 14:31 | |
*** ihrachys has joined #openstack-qa | 14:31 | |
*** yamamoto has quit IRC | 14:33 | |
openstackrecheck | Console logs not available after 13:23s for gate-keystone-pep8-ubuntu-xenial 344924,6,9f9d972 | 14:37 |
*** jlanoux has quit IRC | 14:37 | |
*** mtanino has joined #openstack-qa | 14:40 | |
*** amotoki has quit IRC | 14:40 | |
*** chandankumar has quit IRC | 14:44 | |
*** ramishra has quit IRC | 14:44 | |
*** gmann_ has quit IRC | 14:44 | |
*** Swami has joined #openstack-qa | 14:45 | |
*** amotoki has joined #openstack-qa | 14:45 | |
*** toabctl has quit IRC | 14:46 | |
*** pglass has joined #openstack-qa | 14:46 | |
*** ramishra has joined #openstack-qa | 14:46 | |
*** toabctl has joined #openstack-qa | 14:47 | |
*** hieulq_ has joined #openstack-qa | 14:47 | |
*** ramishra has quit IRC | 14:50 | |
*** grafuls has quit IRC | 14:52 | |
*** ramishra has joined #openstack-qa | 14:53 | |
*** karthikp_ has joined #openstack-qa | 14:55 | |
ababich | mtreinish: Hello, please, look at https://review.openstack.org/#/c/333305/ , commit message has been updated and comment added to related bug | 14:56 |
*** Serlex has quit IRC | 14:58 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27-db-ubuntu-xenial 347479,5,50baa38 | 14:59 |
*** gszasz has quit IRC | 15:02 | |
*** hieulq__ has joined #openstack-qa | 15:05 | |
*** jlanoux has joined #openstack-qa | 15:06 | |
*** gvrangan has joined #openstack-qa | 15:06 | |
*** amotoki has quit IRC | 15:06 | |
*** hieulq_ has quit IRC | 15:07 | |
*** dwalleck has quit IRC | 15:07 | |
*** zhufl has quit IRC | 15:07 | |
*** akshai has quit IRC | 15:09 | |
*** zhufl has joined #openstack-qa | 15:10 | |
*** gszasz has joined #openstack-qa | 15:14 | |
*** dimtruck is now known as zz_dimtruck | 15:15 | |
*** zz_dimtruck is now known as dimtruck | 15:16 | |
*** akshai has joined #openstack-qa | 15:18 | |
*** paul-carlton2 has quit IRC | 15:20 | |
openstackgerrit | Lubosz Kosnik (diltram) proposed openstack-dev/devstack: Change python version to 3.5 https://review.openstack.org/350645 | 15:22 |
*** amotoki has joined #openstack-qa | 15:22 | |
*** chandankumar has joined #openstack-qa | 15:24 | |
*** dave-mccowan has quit IRC | 15:24 | |
*** dimtruck is now known as zz_dimtruck | 15:25 | |
*** itzikb has quit IRC | 15:27 | |
*** edannon has quit IRC | 15:29 | |
*** ihrachys has quit IRC | 15:29 | |
*** ihrachys has joined #openstack-qa | 15:30 | |
*** sridharg has quit IRC | 15:36 | |
*** paul-carlton has quit IRC | 15:38 | |
*** zz_dimtruck is now known as dimtruck | 15:40 | |
*** armax has joined #openstack-qa | 15:47 | |
*** ihrachys has quit IRC | 15:51 | |
*** akshai has quit IRC | 15:59 | |
*** dwalleck has joined #openstack-qa | 15:59 | |
*** ramishra has quit IRC | 15:59 | |
*** rossella_s has quit IRC | 16:00 | |
*** rossella_s has joined #openstack-qa | 16:00 | |
*** ddieterly has joined #openstack-qa | 16:04 | |
*** gvrangan has quit IRC | 16:08 | |
*** fnaval has quit IRC | 16:11 | |
*** paul-carlton2 has joined #openstack-qa | 16:12 | |
*** fnaval has joined #openstack-qa | 16:12 | |
*** fnaval_ has joined #openstack-qa | 16:13 | |
*** fnaval has quit IRC | 16:14 | |
*** dtantsur is now known as dtantsur|afk | 16:15 | |
*** fnaval_ has quit IRC | 16:18 | |
*** fnaval_ has joined #openstack-qa | 16:19 | |
*** chandankumar has quit IRC | 16:20 | |
*** anshul has quit IRC | 16:20 | |
*** hieulq__ has quit IRC | 16:21 | |
openstackrecheck | Console logs not available after 13:53s for gate-grenade-dsvm-neutron-multinode 350545,2,d312a0f | 16:22 |
*** fnaval has joined #openstack-qa | 16:22 | |
*** fnaval has quit IRC | 16:27 | |
*** tqtran has joined #openstack-qa | 16:27 | |
*** dansmith has quit IRC | 16:27 | |
*** Apoorva has joined #openstack-qa | 16:27 | |
*** dansmith has joined #openstack-qa | 16:28 | |
*** dansmith is now known as Guest20988 | 16:28 | |
*** yaume has quit IRC | 16:28 | |
*** Guest20988 is now known as dansmith | 16:29 | |
*** akshai has joined #openstack-qa | 16:30 | |
*** jpena is now known as jpena|off | 16:30 | |
*** tqtran has quit IRC | 16:31 | |
*** akshai_ has joined #openstack-qa | 16:32 | |
*** ddieterly is now known as ddieterly[away] | 16:34 | |
*** sdague has quit IRC | 16:34 | |
*** akshai has quit IRC | 16:35 | |
*** rcernin has quit IRC | 16:38 | |
*** ddieterly[away] is now known as ddieterly | 16:40 | |
*** dwalleck has quit IRC | 16:41 | |
*** ramishra has joined #openstack-qa | 16:43 | |
*** paul-carlton2 has quit IRC | 16:43 | |
*** sdague has joined #openstack-qa | 16:43 | |
*** e0ne has quit IRC | 16:44 | |
*** Suyi_ has joined #openstack-qa | 16:45 | |
*** lucasagomes is now known as lucas-dinner | 16:45 | |
*** hieulq_ has joined #openstack-qa | 16:51 | |
*** krotscheck is now known as kro_focused | 16:53 | |
*** pcaruana has quit IRC | 17:00 | |
*** tqtran has joined #openstack-qa | 17:00 | |
*** tqtran_ has joined #openstack-qa | 17:01 | |
*** tesseract- has quit IRC | 17:03 | |
*** tqtran has quit IRC | 17:04 | |
*** openstackgerrit_ has joined #openstack-qa | 17:06 | |
*** openstackgerrit_ has quit IRC | 17:08 | |
*** jlanoux has quit IRC | 17:09 | |
*** akshai_ has quit IRC | 17:11 | |
*** karthikp_ has quit IRC | 17:11 | |
*** coreyob has quit IRC | 17:12 | |
*** spzala has quit IRC | 17:12 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/304746 failed because of: gate-tempest-dsvm-full-ubuntu-trusty: https://bugs.launchpad.net/bugs/1480305 | 17:13 |
openstack | Launchpad bug 1480305 in OpenStack Compute (nova) "DBDeadlock inserting into instance_extra" [Medium,Triaged] | 17:13 |
*** gvrangan has joined #openstack-qa | 17:13 | |
*** Alex_Stef has quit IRC | 17:13 | |
*** coreyob has joined #openstack-qa | 17:14 | |
*** yamahata has quit IRC | 17:15 | |
*** pglass has quit IRC | 17:15 | |
*** oomichi has joined #openstack-qa | 17:17 | |
*** pglass has joined #openstack-qa | 17:20 | |
*** janzian has joined #openstack-qa | 17:20 | |
*** spzala has joined #openstack-qa | 17:20 | |
*** spzala has quit IRC | 17:20 | |
*** spzala has joined #openstack-qa | 17:20 | |
*** dave-mccowan has joined #openstack-qa | 17:20 | |
*** dimtruck is now known as zz_dimtruck | 17:22 | |
*** Swami has quit IRC | 17:22 | |
*** dave-mcc_ has joined #openstack-qa | 17:22 | |
*** Swami has joined #openstack-qa | 17:23 | |
*** csomerville has quit IRC | 17:23 | |
*** cody-somerville has joined #openstack-qa | 17:24 | |
*** cody-somerville has quit IRC | 17:24 | |
*** cody-somerville has joined #openstack-qa | 17:24 | |
*** ddieterly is now known as ddieterly[away] | 17:24 | |
*** paul-carlton2 has joined #openstack-qa | 17:25 | |
*** hieulq_ has quit IRC | 17:25 | |
*** dave-mccowan has quit IRC | 17:27 | |
*** hieulq_ has joined #openstack-qa | 17:27 | |
*** e0ne has joined #openstack-qa | 17:27 | |
*** e0ne has quit IRC | 17:28 | |
*** abehl has joined #openstack-qa | 17:33 | |
*** abehl has quit IRC | 17:34 | |
*** pglass has quit IRC | 17:35 | |
*** zackf has joined #openstack-qa | 17:38 | |
*** e0ne has joined #openstack-qa | 17:43 | |
*** paul-carlton2 has quit IRC | 17:43 | |
*** shardy has quit IRC | 17:44 | |
*** yamahata has joined #openstack-qa | 17:53 | |
*** gamado has quit IRC | 17:58 | |
*** harlowja has quit IRC | 17:58 | |
*** ddieterly[away] is now known as ddieterly | 18:00 | |
*** e0ne has quit IRC | 18:00 | |
*** harlowja has joined #openstack-qa | 18:00 | |
*** gszasz has quit IRC | 18:02 | |
*** hieulq_ has quit IRC | 18:02 | |
*** dwalleck has joined #openstack-qa | 18:05 | |
*** dave-mcc_ has quit IRC | 18:08 | |
*** zz_dimtruck is now known as dimtruck | 18:09 | |
*** tosky has quit IRC | 18:09 | |
*** pglass has joined #openstack-qa | 18:09 | |
*** eeiden_ has joined #openstack-qa | 18:10 | |
*** cody-somerville has quit IRC | 18:10 | |
*** cody-somerville has joined #openstack-qa | 18:11 | |
openstackrecheck | Console logs not available after 13:58s for gate-tempest-dsvm-postgres-full-ubuntu-xenial 350297,3,8a233ff | 18:11 |
*** jecarey has quit IRC | 18:13 | |
*** eeiden has quit IRC | 18:13 | |
*** jecarey has joined #openstack-qa | 18:13 | |
*** gvrangan has quit IRC | 18:15 | |
*** pvaneck has joined #openstack-qa | 18:16 | |
*** ddieterly is now known as ddieterly[away] | 18:16 | |
*** ddieterly[away] is now known as ddieterly | 18:17 | |
*** yamahata has quit IRC | 18:18 | |
*** yamahata has joined #openstack-qa | 18:19 | |
janzian | Hello all, I have a question for anyone willing to help. I'm trying to run tempest tests from the neutron repo in a devstack freshly build from master. Every test is skipped with the message "Neutron support is required." Anyone know what might be wrong? | 18:25 |
mtreinish | janzian: your tempest.conf doesn't have neutron set as available: http://docs.openstack.org/developer/tempest/configuration.html#configuring-available-services | 18:26 |
janzian | mtreinish: Yep, that was it. Thanks :) | 18:34 |
*** amotoki has quit IRC | 18:37 | |
*** ddieterly is now known as ddieterly[away] | 18:40 | |
*** jecarey has quit IRC | 18:41 | |
*** dustins has quit IRC | 18:41 | |
lennyb | oomichi, pls review https://review.openstack.org/#/c/335447 . Thanks. | 18:42 |
*** dwalleck has quit IRC | 18:43 | |
sdague | sc68cal: you about? | 18:44 |
*** xinli has joined #openstack-qa | 18:44 | |
*** dustins has joined #openstack-qa | 18:45 | |
*** jecarey_ has joined #openstack-qa | 18:45 | |
*** jecarey_ has quit IRC | 18:45 | |
sc68cal | sdague: yeah what's up | 18:45 |
*** jecarey_ has joined #openstack-qa | 18:45 | |
sdague | dansmith came up with this idea yesterday about a way we could handle the single interface case as a sensible default, where we don't actually do any of the interface moves in that case | 18:47 |
sc68cal | is it the iptables MASQUERADE trick? | 18:48 |
sdague | basically, set PUBLIC_INTERFACE="" by default, if it is, don't let neutron take it over. | 18:48 |
dansmith | sc68cal: that's unrelated really | 18:48 |
sc68cal | sdague: k | 18:48 |
sdague | so, having played around with all of that, I've got a box setup this way. my primary interface is untouched, br-ex has the floating router ip on it | 18:49 |
openstackrecheck | Console logs not available after 14:02s for gate-tempest-dsvm-full-ubuntu-xenial 350595,1,28f7ffe | 18:49 |
sdague | but the fixed router doesn't work, which is probably expected, that's on an ovs bridge somewhere? | 18:50 |
lifeless | mtreinish: sounds like testresources more or less | 18:50 |
dansmith | sdague: what does that mean? | 18:50 |
dansmith | sdague: you can't contact the fixed ips of instances from the host? | 18:50 |
dansmith | you'd need that convenience route that we were talking about (me and sc68cal) | 18:50 |
dansmith | which was part of the ip moving routine I think | 18:51 |
* dansmith looks | 18:51 | |
sdague | dansmith: sorry, I have connectivity from host -> fixed network | 18:51 |
sdague | we still need fixed network -> world, which is bust | 18:51 |
dansmith | sdague: you need the MASQ rule for that | 18:51 |
dansmith | sdague: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE | 18:52 |
dansmith | where eth0 is your real interface | 18:53 |
sdague | yep | 18:53 |
dansmith | could also maybe do something more dynamic for devstack that would look like this: | 18:53 |
dansmith | iptables -t nat -A POSTROUTING -s $FIXED_RANGE -j MASQUERADE | 18:53 |
dansmith | er, no because it NATs out the floating public IP | 18:54 |
dansmith | so -s $FLOATING_RANGE | 18:54 |
dansmith | just getting the interface that our default route is on and using -o is probably the safest | 18:54 |
sc68cal | the thing I don't like about the iptables masquerade is that it adds this networking bit, an important bit, that is outside of Neutron | 18:54 |
sc68cal | and devstack specific | 18:54 |
sdague | sc68cal: unlike all the other interface assembly? | 18:55 |
dansmith | sc68cal: so is all the other networking stuff devstack has to do | 18:55 |
dansmith | heh | 18:55 |
sdague | sc68cal: I do get the conern | 18:55 |
dansmith | and it's the only way we can get away with not mucking with local networking and overlaying on eth0's address space | 18:55 |
sc68cal | right | 18:55 |
*** cwolferh has quit IRC | 18:56 | |
*** gcheresh has joined #openstack-qa | 18:57 | |
sc68cal | ok let me do a little thinking on it. All our options are kind of bad | 18:59 |
sc68cal | when it comes to single interface | 18:59 |
dansmith | I don't think it's bad at all, but single-interface means we're fully synthetic, so just NATing out is what you'd expect | 19:00 |
dansmith | like default vm-on-a-laptop behavior from anything else | 19:00 |
openstackgerrit | Ashley Handy proposed openstack/tempest: Add Test Coverage for Temp Url https://review.openstack.org/319456 | 19:00 |
*** karthik__ has joined #openstack-qa | 19:01 | |
mtreinish | lifeless: it's probably pretty similar | 19:02 |
dansmith | sdague: if you put up a patch I can give it a whirl here | 19:02 |
*** cwolferh has joined #openstack-qa | 19:02 | |
sdague | dansmith: yeh, I'm trying to figure out interface detection for primary now to make it a bit more seemless | 19:02 |
dansmith | sdague: ip route get 8.8.8.8 | 19:03 |
dansmith | sdague: will show you the interface, gateway and source ip we use to get there | 19:03 |
sdague | ip route | grep ^default should be valid as well, no? | 19:03 |
dansmith | sdague: well, for normal setups yeah | 19:04 |
*** dave-mccowan has joined #openstack-qa | 19:04 | |
dansmith | sdague: this gives you the ip the kernel will actually use as the source, which you need for HOST_IP right? | 19:05 |
sdague | dansmith: we're past that phase actually | 19:05 |
dansmith | the get command actually asks the kernel for a routing calculation which is better than assuming there is a default route | 19:05 |
dansmith | okay | 19:05 |
dansmith | anyway | 19:06 |
*** porrua has quit IRC | 19:06 | |
dansmith | let me know when it's up | 19:06 |
*** gvrangan has joined #openstack-qa | 19:10 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: attempt at single interface devstack https://review.openstack.org/350750 | 19:11 |
sdague | dansmith: I think that's it | 19:11 |
dansmith | okay | 19:11 |
sdague | you should be able to give it a super minimal local.conf, as specified in the commit message | 19:12 |
dansmith | yep, was going to ask but saw it there :) | 19:12 |
sdague | I'm revalidating locally again after a reboot to make sure it's still working | 19:14 |
sdague | sc68cal: I still have to also pull out the grenade caller for this, but you see any reason why dropping this code would be an issue - https://review.openstack.org/#/c/350545/ ? | 19:15 |
dansmith | sdague: by the way, this approach avoids leaving me with completely broken network after a reboot | 19:15 |
sdague | dansmith: well, it was much more fun to break you secretly | 19:16 |
dansmith | sdague: well, me sure, but think of the children | 19:16 |
sdague | you don't have any :) | 19:16 |
sc68cal | sdague: let me check it out | 19:16 |
dansmith | not mine, I mean the other users of devstack | 19:16 |
dansmith | I have serial consoles and power control for mine, so I can work around the breakage :) | 19:17 |
*** ddieterly[away] is now known as ddieterly | 19:17 | |
sdague | yeh, I just pxe boot reinstall | 19:18 |
sc68cal | sdague: I saw that patch earlier and it LGTM | 19:18 |
sdague | sc68cal: ok, I'll whip up the grenade part | 19:19 |
sdague | there is like one call to that function during neutron upgrade | 19:19 |
* dansmith stacks | 19:20 | |
*** oomichi has quit IRC | 19:20 | |
dansmith | foo | 19:20 |
dansmith | oops | 19:20 |
openstackgerrit | Sean Dague proposed openstack-dev/grenade: remove neutron thirdparty support https://review.openstack.org/350753 | 19:21 |
sdague | ok, yep, it blew up here as well | 19:21 |
dansmith | sdague: you talking to me? | 19:22 |
sdague | dansmith: yeh | 19:22 |
dansmith | I have seen no explosions yet | 19:22 |
sdague | something very odd happened here, and it didn't make the nova db | 19:23 |
dansmith | I'm glancing right now | 19:23 |
sdague | that can't actually be related I don't think, I'm zeroing back to try again | 19:23 |
openstackrecheck | Console logs not available after 16:19s for gate-cinder-python34-db 322459,42,3fba072 | 19:25 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure https://review.openstack.org/350545 | 19:25 |
*** sabeen has joined #openstack-qa | 19:31 | |
*** tesseract- has joined #openstack-qa | 19:31 | |
*** clenimar has quit IRC | 19:34 | |
dansmith | sdague: I fail here: | 19:34 |
dansmith | ERROR (EndpointNotFound): publicURL endpoint for compute service in RegionOne region not found | 19:34 |
dansmith | which seems odd | 19:34 |
*** clenimar has joined #openstack-qa | 19:35 | |
sdague | yeh, it's actually a failure to find the nova database | 19:35 |
*** gouthamr has quit IRC | 19:35 | |
dansmith | oh | 19:35 |
sdague | which, really isn't there | 19:36 |
*** tesseract- has quit IRC | 19:37 | |
sdague | oh... ffs | 19:37 |
sdague | I screwed up the service list | 19:37 |
sdague | and removed n-api instead of n-net | 19:38 |
dansmith | lol | 19:38 |
dansmith | haha | 19:38 |
dansmith | let's try not to repeat that mistake when we go to remove n-net from the tree | 19:38 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: WIP: attempt at single interface devstack https://review.openstack.org/350750 | 19:38 |
sdague | yeh, fortunately, I expect out CI systems would catch that when everything lit on fire | 19:38 |
sdague | then fell over | 19:38 |
sdague | then sank into a swamp | 19:39 |
dansmith | heh | 19:39 |
dansmith | you're so poetic this week | 19:39 |
* dansmith wonders if the doc switched some meds | 19:39 | |
sc68cal | we'll just build another castle on top of it | 19:39 |
dansmith | sc68cal: sounds like us | 19:39 |
sc68cal | and when that one catches on fire and sinks into the swamp.... | 19:39 |
*** eeiden_ has quit IRC | 19:39 | |
sc68cal | eventually we'll have a solid foundation | 19:40 |
*** ihrachys has joined #openstack-qa | 19:41 | |
sdague | sc68cal: but the 4th one laddy... ! | 19:44 |
sdague | dansmith: you need to watch more monty python | 19:45 |
*** gouthamr has joined #openstack-qa | 19:45 | |
sc68cal | :) | 19:45 |
*** pglass has quit IRC | 19:53 | |
*** Ravikiran_K has quit IRC | 19:57 | |
armax | any gentle soul that can help us relieve some pressure on the gate? https://review.openstack.org/#/c/275457/ | 19:58 |
armax | kevinbenton: ^ | 19:58 |
sdague | armax: +A | 19:59 |
*** rossella_s has quit IRC | 20:00 | |
sdague | dansmith: ok, it does a thing for me now | 20:00 |
*** rossella_s has joined #openstack-qa | 20:00 | |
sdague | now we just need sc68cal to poke giant holes in the approach | 20:00 |
sdague | lets see how bad tempest is on it | 20:01 |
*** pglass has joined #openstack-qa | 20:06 | |
*** porrua has joined #openstack-qa | 20:09 | |
dansmith | sdague: running now | 20:12 |
sdague | smoke tests just passed, with the exception of neutron extension list | 20:13 |
sdague | tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions | 20:13 |
sdague | 'metering' not in [u'default-subnetpools', u'network-ip-availability', u'network_availability_zone', u'auto-allocated-topology', u'ext-gw-mode', u'binding', u'agent', u'subnet_allocation', u'l3_agent_scheduler', u'tag', u'external-net', u'revisions', u'flavors', u'net-mtu', u'availability_zone', u'quotas', u'l3-ha', u'provider', u'multi-provider', u'address-scope', u'extraroute', u'timestamp_core', u'l3-flavors', | 20:14 |
sdague | u'port-security', u'extra_dhcp_opt', u'service-type', u'security-group', u'dhcp_agent_scheduler', u'router_availability_zone', u'rbac-policies', u'standard-attr-description', u'router', u'allowed-address-pairs', u'dvr'] | 20:14 |
*** dwalleck has joined #openstack-qa | 20:15 | |
mtreinish | sdague: that probably means your tempest.conf is off for the api_extensions option | 20:18 |
mtreinish | that test will respect whatever you put in there. (so it doesn't check for extensions that aren't installed) | 20:18 |
armax | sdague: thanks a lot! | 20:19 |
*** ihrachys has quit IRC | 20:20 | |
sdague | mtreinish: yeh, it's in the close enough category for me | 20:21 |
sdague | I was just scared that things like boot from volume would not work, and then I'd be hanging out not knowing why | 20:21 |
sdague | I'm running full now | 20:24 |
*** eeiden has joined #openstack-qa | 20:26 | |
openstackgerrit | Merged openstack-dev/devstack: q-l3 failed to start in case q-fwaas enabled https://review.openstack.org/349391 | 20:29 |
*** dustins has quit IRC | 20:30 | |
*** porrua has quit IRC | 20:30 | |
openstackgerrit | Merged openstack-dev/devstack: Force reinstall of virtualenv to ensure installation is valid https://review.openstack.org/338998 | 20:31 |
*** ddieterly is now known as ddieterly[away] | 20:32 | |
*** karthik__ has quit IRC | 20:33 | |
dansmith | sdague: so it seems to work for me, except that I don't get DNS resolution inside the guest for whatever reason | 20:34 |
*** gamado has joined #openstack-qa | 20:34 | |
dansmith | sdague: maybe that's the thing you were talking about? | 20:34 |
sdague | dansmith: right, that's a know thing | 20:34 |
sdague | yes | 20:34 |
dansmith | cool | 20:34 |
dansmith | sdague: then in that case, seems good to me | 20:34 |
sdague | but, that should be easy to address | 20:35 |
dansmith | tbh, dns is overrated | 20:35 |
dansmith | all hail /etc/hosts sync'd nightly by uucp | 20:35 |
sdague | heh | 20:36 |
*** ddieterly[away] is now known as ddieterly | 20:40 | |
sdague | sc68cal: ok, so get your complaints early on this patch | 20:41 |
dansmith | sdague: anything else you want me to test with this in the immediate term? | 20:41 |
dansmith | otherwise I'll turn the heater off | 20:41 |
dansmith | the temp is soaring to a blistering high of 80F here today and if I'm going to get away without the AC kicking on, I have to be frugal | 20:42 |
sdague | dansmith: nope, your config was just the 4 passwords, right? | 20:42 |
dansmith | sdague: yep | 20:42 |
sdague | yeh, that's what I wanted to know worked | 20:42 |
dansmith | sdague: and fwiw, I actually have two interfaces to the same network on this box, but default only through one, so it was a good test that it still picked the right stuff | 20:42 |
sdague | I'll need to see how terrible it is in the gate | 20:42 |
*** csomerville has joined #openstack-qa | 20:42 | |
sdague | as I just hackadoodled the n-net stuff | 20:42 |
sdague | so that probably doesn't work now correctly | 20:43 |
dansmith | hack. a. doodled. sure.. | 20:43 |
dansmith | as of ocata you can probably remove n-net support from devstack master right? | 20:43 |
dansmith | I guess we need it in there if there is any chance we need to test something | 20:43 |
dansmith | until we actually remove it | 20:43 |
sdague | dansmith: well, whenever we have the commit up in nova to delete it | 20:43 |
dansmith | yeah | 20:44 |
sdague | I assumed we'd time all that as a depends on | 20:44 |
dansmith | yeah | 20:44 |
*** csomerville has quit IRC | 20:44 | |
*** dustins has joined #openstack-qa | 20:44 | |
*** csomerville has joined #openstack-qa | 20:45 | |
*** gcheresh has quit IRC | 20:45 | |
*** cody-somerville has quit IRC | 20:46 | |
*** oomichi has joined #openstack-qa | 20:47 | |
sdague | ok, well, local tempest testing actually looks pretty good here | 20:50 |
sdague | a couple of oddball things which I don't think are related | 20:50 |
openstackgerrit | Scott DAngelo proposed openstack-dev/devstack: Add a multibackend list to tempest.conf https://review.openstack.org/325895 | 20:50 |
sdague | once the gate results get back later tonight, we'll have a picture about how crazy that's going to be to sort out | 20:51 |
sdague | I guess, the next question, is communication plan | 20:51 |
dansmith | yeah | 20:51 |
sdague | once we get something sorted here, we should tell them it's coming, and that for the most part, it's should just work for them | 20:51 |
sdague | with the exception that PUBLIC_INTERFACE means something different in n-net / neutron (kind of) | 20:52 |
patrickeast | question about multi-node devstack, i'm seeing commands that try and use openstack client fail on the non-primary nodes like so http://52.8.17.232/PureISCSIDriver-tempest-dsvm-volume-multi-node-multipath-cinder-aa/30/logs/subnode-2/devstacklog.txt.gz#_2016-08-03_17_53_32_360 | 20:53 |
patrickeast | there is a valid clouds.yaml over in /etc/openstack that devstack created earlier though... and the config/commands worked just fine on the primary node | 20:53 |
patrickeast | is there some other config needed to make the client happy? | 20:54 |
*** raissa has quit IRC | 20:54 | |
*** raissa has joined #openstack-qa | 20:54 | |
sdague | patrickeast: does the auth_url look sane? | 20:54 |
patrickeast | sdague: mmm good question | 20:55 |
* patrickeast checks... | 20:55 | |
mtreinish | patrickeast: a random shot in the dark is check the host ip you're setting in your localrc/local.conf. I've seen the the auth url in the clouds.yaml use 127.0.0.1 because that's what was set as the host ip | 20:56 |
mtreinish | I've done that to myself a bunch of times | 20:56 |
patrickeast | its set to http://10.231.128.86/identity_v2_admin which matches up with the one on the primary node that worked OK | 20:56 |
sdague | patrickeast: it is also kind of suspicious that it's running role admin commands | 20:56 |
sdague | those should really only be run once on the controler | 20:57 |
*** gamado has quit IRC | 20:57 | |
patrickeast | sdague: yea, its setting up active-active cinder, so for some of the like service tenant stuff its running again | 20:57 |
patrickeast | sdague: all the commands are going to use the like "create or get id" calls so they are OK to do again | 20:57 |
sdague | http://52.8.17.232/PureISCSIDriver-tempest-dsvm-volume-multi-node-multipath-cinder-aa/30/logs/subnode-2/local.conf.txt.gz | 20:57 |
patrickeast | mtreinish: looks ok, they seem to match up | 20:57 |
sdague | patrickeast: technically, sure, but it's odd they are being run again | 20:58 |
patrickeast | yea i suppose | 20:59 |
patrickeast | would be more clean, but then each one needs to know if its a sub-node or not | 21:00 |
sdague | anyway, got to head out for lug meeting. See you all tomorrow. | 21:00 |
*** sabeen has quit IRC | 21:03 | |
*** xinli has quit IRC | 21:06 | |
*** dkranz has quit IRC | 21:06 | |
*** dustins has quit IRC | 21:07 | |
patrickeast | ah ha, the commands work manually if i export OS_CLOUD=devstack-admin first, so the clouds.yaml and primary node services are all good | 21:08 |
*** rbak_ has joined #openstack-qa | 21:08 | |
patrickeast | must be some environment variable missing.. | 21:08 |
*** rlrossit has quit IRC | 21:08 | |
*** yamamoto has joined #openstack-qa | 21:09 | |
*** zhufl has quit IRC | 21:10 | |
*** zhufl has joined #openstack-qa | 21:11 | |
*** rbak has quit IRC | 21:11 | |
patrickeast | crap, ok found the problem | 21:13 |
patrickeast | nodes that don't have keystone set as a service won't get the env variables to make calls for that stuff https://github.com/openstack-dev/devstack/blob/master/stack.sh#L1011-L1063 | 21:13 |
*** dwalleck has quit IRC | 21:13 | |
*** ddieterly is now known as ddieterly[away] | 21:16 | |
*** yamamoto has quit IRC | 21:18 | |
openstackgerrit | Merged openstack/tempest: Skip unstable v6 scenario tests https://review.openstack.org/275457 | 21:22 |
*** gouthamr has quit IRC | 21:24 | |
*** gvrangan has quit IRC | 21:25 | |
openstackrecheck | Console logs not available after 14:00s for gate-cross-nova-python27-db-ubuntu-xenial 349371,4,235806c | 21:28 |
*** ddieterly[away] is now known as ddieterly | 21:36 | |
openstackgerrit | Jay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK https://review.openstack.org/350795 | 21:39 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Remove a redundant wait_for_backup_deletion() https://review.openstack.org/350796 | 21:40 |
openstackgerrit | Jay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK https://review.openstack.org/350795 | 21:41 |
*** gvrangan has joined #openstack-qa | 21:42 | |
openstackrecheck | Console logs not available after 13:38s for gate-glance-python27-db-ubuntu-xenial 323661,3,a73360f | 21:43 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Remove unnecessary str() which was for XML https://review.openstack.org/350798 | 21:47 |
openstackgerrit | Patrick East proposed openstack-dev/devstack: Use userrc_early for all nodes https://review.openstack.org/350801 | 21:49 |
andreaf | lifeless: around? | 21:50 |
mriedem | mtreinish: let's do liberty-eol https://review.openstack.org/#/c/341098/ | 21:54 |
oomichi | andreaf: need your help on your https://review.openstack.org/#/c/173334/ ;) | 21:54 |
oomichi | andreaf: s/help/help and review/ | 21:54 |
andreaf | oomichi: how may I help? | 21:55 |
oomichi | andreaf: review is helpful from your POV | 21:56 |
* oomichi goes to get a kid medical check | 21:56 | |
oomichi | andreaf: I have changed it much and any feedback is good for me | 21:57 |
mriedem | mtreinish: i guess we'll probably just need to feature flag this one https://review.openstack.org/#/c/341098/ it's not really a feature, it's a super latent bug fix | 21:57 |
mriedem | but i don't really want to backport it to stable/liberty | 21:57 |
andreaf | oomichi: ok I will review the spec tomorrow :) | 21:58 |
oomichi | andreaf: thanks :) | 21:58 |
mtreinish | mriedem: heh, if you don't want to backport it we need to flag it somehow on liberty | 21:58 |
mriedem | yup | 21:58 |
mriedem | i can push those buttons later | 21:58 |
*** markvoelker has quit IRC | 21:58 | |
openstackrecheck | Console logs not available after 15:03s for gate-tempest-dsvm-postgres-full-ubuntu-xenial 343314,32,8937257 | 21:58 |
mtreinish | mriedem: is there another flag we can't glom onto (even if it's not the best fit) | 21:58 |
*** markvoelker has joined #openstack-qa | 21:59 | |
mriedem | i'll look later | 21:59 |
*** mriedem has quit IRC | 22:01 | |
*** oomichi has quit IRC | 22:02 | |
lifeless | andreaf: ish | 22:03 |
*** markvoelker has quit IRC | 22:03 | |
*** janzian has quit IRC | 22:07 | |
*** spzala has quit IRC | 22:08 | |
*** spzala has joined #openstack-qa | 22:08 | |
*** mmandel has quit IRC | 22:08 | |
*** pglass has quit IRC | 22:11 | |
openstackrecheck | Console logs not available after 13:40s for gate-tempest-dsvm-full-ubuntu-xenial 344924,7,f1dca72 | 22:12 |
*** spzala has quit IRC | 22:13 | |
JayF | What's supposed to be the proper interaction between project-config and devstack-gate? Like I'm not sure why, for ironic, an intermediate DEVSTACK_GATE_IRONIC_BUILD_RAMDISK var exists at all, vs just setting it in devstack configs through project-config | 22:14 |
*** dimtruck is now known as zz_dimtruck | 22:20 | |
mtreinish | JayF: a lot of that is historical because the devstack passthrough var didn't always exist in devstack-gate | 22:22 |
openstackgerrit | Jay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK https://review.openstack.org/350795 | 22:26 |
openstackrecheck | Console logs not available after 13:39s for gate-tempest-dsvm-neutron-full-ubuntu-trusty-liberty 341098,5,576246c | 22:26 |
JayF | mtreinish: OK, that's what I suspected. I'll file a bug on the ironic end to deprecate it out of devstack-gate. In the meantime, would love to get ^^^ that patch (https://review.openstack.org/350795) in so we can change the default in our devstack plugin | 22:27 |
*** yamamoto has joined #openstack-qa | 22:29 | |
*** rfolco has quit IRC | 22:30 | |
*** ddieterly has quit IRC | 22:31 | |
*** yamamoto_ has joined #openstack-qa | 22:31 | |
*** yamamoto has quit IRC | 22:31 | |
*** ddieterly has joined #openstack-qa | 22:32 | |
*** karthik__ has joined #openstack-qa | 22:34 | |
*** spzala has joined #openstack-qa | 22:35 | |
*** ddieterly has quit IRC | 22:35 | |
*** spzala has quit IRC | 22:38 | |
*** spzala has joined #openstack-qa | 22:38 | |
JayF | mtreinish: https://bugs.launchpad.net/ironic/+bug/1609573 if you have any comments on that, or if there's something wrong with the process I've laid out I'd appreciate them :) | 22:40 |
openstack | Launchpad bug 1609573 in Ironic "Ironic gate jobs should not pass configs through devstack-gate when possible" [Undecided,New] | 22:40 |
*** sabeen has joined #openstack-qa | 22:41 | |
*** cody-somerville has joined #openstack-qa | 22:44 | |
openstackrecheck | Console logs not available after 13:43s for gate-tempest-dsvm-full-ubuntu-xenial 344892,4,0d0ca6d | 22:45 |
*** csomerville has quit IRC | 22:47 | |
*** rbak_ has quit IRC | 22:48 | |
*** zz_dimtruck is now known as dimtruck | 22:48 | |
mtreinish | JayF: they only thing you'd have to check is whether this gate deployment specific details being set in devstack-gate (things like setting up the node or images) which gets triggered by those flags | 22:50 |
mtreinish | JayF: for the ironic jobs I could definitely see that being the case | 22:50 |
JayF | mtreinish: yeah, I don't believe that's the case from my reading. We use the exact same images as other nova pieces, and our devstack plugin has the proper defaults set to build nodes | 22:51 |
*** thiagop has quit IRC | 22:51 | |
JayF | mtreinish: like 90% of our gate config is already setup using the config passthrough and/or devstack defaults, part of why it was so confusing when I was troubleshooting that earlier | 22:51 |
openstackrecheck | Console logs not available after 13:40s for gate-tempest-dsvm-full-ubuntu-xenial 349060,3,c768c52 | 23:06 |
*** zackf has quit IRC | 23:22 | |
*** zackf has joined #openstack-qa | 23:25 | |
*** sdague has quit IRC | 23:29 | |
*** tochi has joined #openstack-qa | 23:29 | |
*** zackf has quit IRC | 23:29 | |
*** zackf has joined #openstack-qa | 23:30 | |
*** zackf has quit IRC | 23:35 | |
*** gfidente has quit IRC | 23:37 | |
*** gfidente has joined #openstack-qa | 23:38 | |
*** gfidente has quit IRC | 23:38 | |
*** gfidente has joined #openstack-qa | 23:38 | |
*** Swami has quit IRC | 23:41 | |
*** jamielennox is now known as jamielennox|away | 23:48 | |
*** spzala has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!