Wednesday, 2016-08-03

*** rossella_s has quit IRC00:00
*** rossella_s has joined #openstack-qa00:00
*** yangyapeng has quit IRC00:03
oomichigmann: JSONSCHEMA_VALIDATOR is not changed in https://review.openstack.org/#/c/304441/3/tempest/lib/common/jsonschema_validator.py00:03
oomichigmann: FORMAT_CHECKER only is changed in00:03
oomichigmann: do we need to rename the validator?00:04
openstackgerritGhanshyam Mann proposed openstack/tempest: Make identity v3 credentials_client use **kwargs  https://review.openstack.org/34937600:04
gmannoomichi: yea, just defined JSONSCHEMA_VALIDATOR there in case we need to change from draft4 we can do there instead of changing rest_client00:04
gmannoomichi: yea that i was about to ask if any better name we can have00:04
gmannoomichi: currently i am planning to define format checkers there and in future may be other json schema overridden things if needed00:05
oomichigmann: the nova's one also is customized00:05
oomichigmann: but the ways are different00:06
gmannoomichi: yea00:06
oomichigmann: is it difficult to do the same way?00:06
gmannoomichi: there we add validator also but here just format00:06
gmannoomichi: actually we do not need in that way as we do not need to override or add extra validator. draft4 is enough00:07
gmannoomichi: but yea if we need to add extra validator also then we can do that way.00:08
oomichigmann: if we don't have any idea for customizing more at this time, current way is ok00:08
oomichigmann: I just wanted to see the similar code for the similar purpose for easy maintenance00:09
gmannoomichi: yea, i also feel current validator is enough00:09
gmannoomichi: but if in future we need to customize the validator also then we can do that way.00:10
*** mtanino has quit IRC00:11
gmannoomichi: another one. is this fine now - https://review.openstack.org/#/c/349376/300:13
gmannoomichi: ll do same in other patches also00:13
oomichigmann: reviewed on https://review.openstack.org/#/c/30444100:20
oomichigmann:  https://review.openstack.org/#/c/349376 also00:21
openstackgerritGhanshyam Mann proposed openstack/tempest: Make identity v3 credentials_client use **kwargs  https://review.openstack.org/34937600:26
gmannoomichi: done.00:26
*** rfolco_ has joined #openstack-qa00:32
*** rfolco_ has quit IRC00:32
*** hichihara has joined #openstack-qa00:33
openstackgerritGhanshyam Mann proposed openstack/tempest: Make identity v3 users_client use **kwargs  https://review.openstack.org/34943400:35
*** gvrangan has quit IRC00:36
*** Suyi_ has quit IRC00:40
gmannoomichi: on https://review.openstack.org/#/c/304441/00:41
gmannoomichi: second comment, actually we need to handle case of 'None' also00:41
*** karthik__ has quit IRC00:42
*** hoangcx has joined #openstack-qa00:43
oomichigmann: that is a string 'None' or None?00:44
gmannoomichi: actually None not string 'None'00:44
gmann*None*00:44
oomichigmann: the format checker works for non-string values also now?00:45
gmannoomichi: yea,only for string but if we do not check None explicitly then it will fail as None is not string00:46
gmannoomichi: because type of instance(*None*) is not string00:46
gmannfor normal case also we use to give like }type: [string, null]}00:46
oomichigmann: humm, I am not sure yet. IIUC, the format checker works only for string value00:48
oomichigmann: and if passing non-string value, jsonschema skips checking the value on the format checker00:48
gmannoomichi: no, it will not check format checking.00:49
oomichigmann: then the value(None in this case) is considered as valid value00:49
gmannoomichi: but if we want to allow string and non-string as type and if string then apply format checker00:49
gmannoomichi: yes, valid value which is expected00:49
gmannoomichi: because update_at field return  *None* initially00:50
gmannoomichi: and if resource is updated then date-time value00:50
oomichigmann: 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.py00:51
oomichigmann: the definition covers both types: string and None00:51
oomichigmann: then I guessed the format 'date-time-null' is unnecessary00:52
gmannoomichi: ohh, i see.00:52
*** hichihara has quit IRC00:53
gmannoomichi: i think i made it duplicate. you are right00:53
gmannoomichi: will correct this. Thanks00:53
*** hichihara has joined #openstack-qa00:53
oomichigmann: ok, nice to avoid duplicated code00:54
gmannoomichi: yea, my bad. i overlooked that00:54
*** spzala has quit IRC00:56
*** karthik__ has joined #openstack-qa00:56
*** ramishra has quit IRC01:04
*** karthik__ has quit IRC01:07
*** pvaneck has quit IRC01:08
*** Apoorva has quit IRC01:12
*** yangyapeng has joined #openstack-qa01:16
*** mriedem has quit IRC01:19
*** karthik__ has joined #openstack-qa01:19
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix date-time format checking in response schema  https://review.openstack.org/30444101:23
*** akshai has joined #openstack-qa01:23
*** Apoorva has joined #openstack-qa01:23
*** dimtruck is now known as zz_dimtruck01:23
*** tqtran has quit IRC01:23
*** hichihara has quit IRC01:24
*** spzala has joined #openstack-qa01:24
*** gfidente has quit IRC01:24
*** hichihara has joined #openstack-qa01:24
gmannoomichi: done01:25
*** cody-somerville has joined #openstack-qa01:26
*** spzala has quit IRC01:27
*** spzala has joined #openstack-qa01:27
*** gvrangan has joined #openstack-qa01:31
*** akshai has quit IRC01:35
*** moravec has joined #openstack-qa01:40
*** Apoorva_ has joined #openstack-qa01:40
*** Apoorva has quit IRC01:44
*** EinstCrazy has joined #openstack-qa01:44
*** Apoorva_ has quit IRC01:44
openstackgerritKen'ichi Ohmichi proposed openstack/qa-specs: Add bp tempest-resources  https://review.openstack.org/17333401:45
openstackgerritKen'ichi Ohmichi proposed openstack/qa-specs: Add bp tempest-resources  https://review.openstack.org/17333401:45
oomichigmann: your turn on the above ^^^ :)01:46
gmannoomichi: sure, ll check01:46
oomichigmann: -1 for reno on https://review.openstack.org/30444101:46
* oomichi goes back soon01:47
gmannoomichi: i wrote - https://review.openstack.org/#/c/304441/4/releasenotes/notes/jsonschema-validator-2377ba131e12d3c7.yaml\01:47
oomichigmann: I need to go back soon to avoid mess review..01:48
oomichigmann: I will review it tomorrow01:48
gmannoomichi: sure, thanks01:48
*** oomichi has quit IRC01:48
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix date-time format checking in response schema  https://review.openstack.org/30444101:49
*** karthik__ has quit IRC01:53
*** cody-somerville has quit IRC01:55
*** zz_dimtruck is now known as dimtruck01:58
*** cody-somerville has joined #openstack-qa01:59
*** yangyape_ has joined #openstack-qa02:03
*** yangyapeng has quit IRC02:04
*** bkopilov has quit IRC02:05
*** chandankumar has joined #openstack-qa02:08
*** gyx has joined #openstack-qa02:19
*** ramishra has joined #openstack-qa02:21
*** gvrangan has quit IRC02:22
openstackgerritLisaLi proposed openstack/tempest: Add scenario of bootable encrypted volume  https://review.openstack.org/34265502:22
openstackgerritLisaLi proposed openstack/tempest: Add scenario of retyping encrypted volume  https://review.openstack.org/34399302:24
*** gouthamr has joined #openstack-qa02:24
*** ramishra has quit IRC02:26
*** gouthamr_ has joined #openstack-qa02:27
*** ramishra has joined #openstack-qa02:28
*** yamahata has quit IRC02:28
*** gouthamr has quit IRC02:30
*** yangyapeng has joined #openstack-qa02:34
*** yangyape_ has quit IRC02:37
*** markvoelker has joined #openstack-qa02:39
*** dave-mccowan has joined #openstack-qa02:41
*** tochi has quit IRC02:46
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 313558,6,435b1c002:52
*** dave-mccowan has quit IRC03:08
openstackgerritYAMAMOTO Takashi proposed openstack-dev/devstack: neutron-legacy: Remove a remainging q-fwaas code  https://review.openstack.org/35036103:17
*** bkopilov has joined #openstack-qa03:23
*** r-mibu has quit IRC03:24
*** r-mibu has joined #openstack-qa03:24
*** dimtruck is now known as zz_dimtruck03:26
*** zz_dimtruck is now known as dimtruck03:26
*** Nakato has quit IRC03:27
*** gouthamr_ has quit IRC03:29
*** gyx has quit IRC03:31
*** Nakato has joined #openstack-qa03:32
*** yamamoto_ has joined #openstack-qa03:33
*** dimtruck is now known as zz_dimtruck03:35
*** gvrangan has joined #openstack-qa03:37
*** gyx has joined #openstack-qa03:38
*** spzala has quit IRC03:39
*** gvrangan has quit IRC03:51
*** markvoelker has quit IRC03:55
*** rossella_s has quit IRC04:00
*** rossella_s has joined #openstack-qa04:00
*** gvrangan has joined #openstack-qa04:03
*** gyx has quit IRC04:05
*** gyx has joined #openstack-qa04:07
*** amotoki has joined #openstack-qa04:20
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-full-ubuntu-xenial 350247,1,056f20b04:26
*** Alex_Stef has joined #openstack-qa04:30
*** markvoelker has joined #openstack-qa04:33
*** gcheresh has joined #openstack-qa04:34
*** markvoelker has quit IRC04:39
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 350248,1,a78a10d04:39
*** gcheresh has quit IRC04:43
openstackrecheckConsole logs not available after 13:25s for gate-cinder-python27-db-ubuntu-xenial 350310,2,054803a04:53
openstackgerritMerged openstack/tempest: Add a TODO to remove Ironic related workaround  https://review.openstack.org/34945804:56
*** rfolco has joined #openstack-qa05:02
*** yamahata has joined #openstack-qa05:06
*** rfolco has quit IRC05:06
*** ihrachys has joined #openstack-qa05:08
*** karthikp_ has joined #openstack-qa05:09
*** e0ne has joined #openstack-qa05:12
*** e0ne has quit IRC05:15
*** ihrachys has quit IRC05:17
*** yamahata has quit IRC05:19
*** Poornima has joined #openstack-qa05:22
*** csomerville has joined #openstack-qa05:24
*** cody-somerville has quit IRC05:27
*** armax has quit IRC05:28
*** markvoelker has joined #openstack-qa05:28
*** gcheresh has joined #openstack-qa05:28
*** rcernin has joined #openstack-qa05:28
*** markvoelker has quit IRC05:33
openstackrecheckConsole logs not available after 13:31s for gate-cinder-pep8-ubuntu-xenial 350182,2,563c9a205:35
*** yfried has joined #openstack-qa05:37
*** spzala has joined #openstack-qa05:40
*** yangyape_ has joined #openstack-qa05:42
*** yangyapeng has quit IRC05:42
*** chandankumar has joined #openstack-qa05:43
*** spzala has quit IRC05:44
*** fnaval has quit IRC05:45
*** ihrachys has joined #openstack-qa05:46
openstackrecheckConsole logs not available after 13:30s for gate-keystone-pep8-ubuntu-xenial 343314,29,378b7ab05:49
*** ihrachys has quit IRC05:58
*** gamado has joined #openstack-qa05:59
*** itzikb has joined #openstack-qa06:02
*** rfolco has joined #openstack-qa06:18
*** edannon has joined #openstack-qa06:20
*** tqtran has joined #openstack-qa06:21
*** markvoelker has joined #openstack-qa06:22
*** rfolco has quit IRC06:24
*** tqtran has quit IRC06:25
*** markvoelker has quit IRC06:26
*** Alex_Stef has quit IRC06:28
*** gvrangan has quit IRC06:30
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-dvr 339472,8,607e46b06:35
*** pgadiya has joined #openstack-qa06:36
*** tesseract- has joined #openstack-qa06:45
*** Lord_Phoenix has joined #openstack-qa06:54
*** sridharg has joined #openstack-qa06:54
openstackrecheckConsole logs not available after 13:28s for gate-glance-python27-db-ubuntu-xenial 341168,13,973f19d06:54
*** Alex_Stef has joined #openstack-qa06:55
*** karthikp_ has quit IRC07:03
*** ihrachys has joined #openstack-qa07:14
*** markvoelker has joined #openstack-qa07:16
*** jpena|off is now known as jpena07:16
*** e0ne has joined #openstack-qa07:16
*** pcaruana has joined #openstack-qa07:21
*** markvoelker has quit IRC07:21
*** jlanoux has joined #openstack-qa07:24
*** jlanoux has quit IRC07:24
*** paul-carlton2 has joined #openstack-qa07:25
*** jlanoux has joined #openstack-qa07:26
*** anshul has joined #openstack-qa07:27
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-ubuntu-trusty 342655,4,97e4fd207:41
*** Serlex has joined #openstack-qa07:45
*** gfidente has joined #openstack-qa07:57
*** gfidente has quit IRC07:57
*** gfidente has joined #openstack-qa07:57
*** yangyapeng has joined #openstack-qa07:59
*** shardy has joined #openstack-qa07:59
*** amotoki has quit IRC08:00
*** yangyap__ has joined #openstack-qa08:01
openstackrecheckConsole logs not available after 13:22s for gate-cinder-pep8-ubuntu-xenial 350310,1,8f14a4308:03
*** yangyape_ has quit IRC08:03
*** paul-carlton2 has quit IRC08:03
*** amotoki has joined #openstack-qa08:04
*** yangyapeng has quit IRC08:04
*** yangyap__ has quit IRC08:05
*** amotoki has quit IRC08:05
*** markvoelker has joined #openstack-qa08:10
*** markvoelker has quit IRC08:14
openstackrecheckConsole logs not available after 13:26s for gate-cinder-pep8-ubuntu-xenial 350350,1,e5c8efc08:17
*** amotoki has joined #openstack-qa08:17
*** amotoki_ has joined #openstack-qa08:18
*** Ravikiran_K has joined #openstack-qa08:18
*** amotoki has quit IRC08:21
*** tqtran has joined #openstack-qa08:23
*** tqtran has quit IRC08:27
*** paul-carlton2 has joined #openstack-qa08:28
*** amotoki_ has quit IRC08:29
*** paul-carlton has joined #openstack-qa08:30
openstackrecheckConsole logs not available after 13:24s for gate-swift-pep8-ubuntu-xenial 350378,1,a12f7fd08:30
*** itzkb_ has joined #openstack-qa08:34
*** itzikb has quit IRC08:34
*** yaume has joined #openstack-qa08:35
*** yangyapeng has joined #openstack-qa08:42
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-ubuntu-xenial 343993,3,ba4a2a908:44
*** amotoki has joined #openstack-qa08:45
*** amotoki has quit IRC08:53
*** eliqiao has quit IRC08:54
*** ihrachys has quit IRC08:54
*** eliqiao has joined #openstack-qa08:55
*** hichihara has quit IRC08:57
*** penchal has joined #openstack-qa08:58
*** binbincong has joined #openstack-qa08:59
*** amotoki has joined #openstack-qa09:02
*** shardy is now known as shardy_mtg09:02
*** itzikb has joined #openstack-qa09:02
*** itzkb_ has quit IRC09:03
*** markvoelker has joined #openstack-qa09:04
*** markvoelker has quit IRC09:09
*** EinstCrazy has quit IRC09:15
*** EinstCrazy has joined #openstack-qa09:16
*** gyx has quit IRC09:21
*** dtantsur|afk is now known as dtantsur09:24
*** tochi has joined #openstack-qa09:37
*** tochi has quit IRC09:37
*** yfried has quit IRC09:38
*** yamamoto_ has quit IRC09:41
*** shardy_mtg is now known as shardy09:43
*** yfried has joined #openstack-qa09:43
openstackgerritAnna Babich proposed openstack/tempest: Count volumes vs partitions and remove hard-coded expected result  https://review.openstack.org/33330509:47
*** gyx has joined #openstack-qa09:48
*** yamahata has joined #openstack-qa09:56
*** itsuugo has quit IRC09:58
*** markvoelker has joined #openstack-qa09:58
*** itsuugo has joined #openstack-qa10:00
*** markvoelker has quit IRC10:04
*** yamahata has quit IRC10:11
*** yamamoto has joined #openstack-qa10:17
*** grafuls has quit IRC10:20
*** rfolco has joined #openstack-qa10:20
*** yamamoto has quit IRC10:22
*** yamamoto has joined #openstack-qa10:23
*** tosky has joined #openstack-qa10:25
*** rfolco has quit IRC10:25
*** yangyapeng has quit IRC10:26
*** yangyapeng has joined #openstack-qa10:27
*** hoangcx has quit IRC10:27
openstackgerritguo yunxian proposed openstack/tempest: Deprecate meaningless TYPE  https://review.openstack.org/34941110:27
*** yamamoto has quit IRC10:28
*** amotoki has quit IRC10:30
*** rodrigods has quit IRC10:30
*** rodrigods has joined #openstack-qa10:30
*** gyx has quit IRC10:32
*** itzikb has quit IRC10:38
*** itzikb has joined #openstack-qa10:38
*** amotoki has joined #openstack-qa10:39
*** tosky has quit IRC10:39
*** EinstCrazy has quit IRC10:39
*** tosky has joined #openstack-qa10:39
*** tosky has quit IRC10:39
*** EinstCrazy has joined #openstack-qa10:39
*** tosky has joined #openstack-qa10:40
*** Lord_Phoenix has quit IRC10:40
*** amotoki has quit IRC10:41
*** tosky has quit IRC10:41
*** itzikb has quit IRC10:41
*** itzikb has joined #openstack-qa10:41
*** tosky has joined #openstack-qa10:43
*** EinstCrazy has quit IRC10:44
*** yangyapeng has quit IRC10:46
*** eliqiao has quit IRC10:47
*** tosky has quit IRC10:49
*** eliqiao has joined #openstack-qa10:51
*** tosky has joined #openstack-qa10:54
*** sdague has joined #openstack-qa10:55
*** yamamoto has joined #openstack-qa10:55
*** Ravikiran_K has quit IRC10:56
*** gyx has joined #openstack-qa11:00
*** zhufl has quit IRC11:01
*** gszasz has joined #openstack-qa11:04
*** zhufl has joined #openstack-qa11:08
*** yamamoto has quit IRC11:11
*** lucasagomes is now known as lucas-hungry11:21
*** rfolco has joined #openstack-qa11:22
*** rfolco has quit IRC11:26
*** bkopilov has quit IRC11:28
*** bkeller` has quit IRC11:39
*** bkeller` has joined #openstack-qa11:39
openstackgerritBeth Elwell proposed openstack/eslint-config-openstack: Upgraded eslint to 3.0.0  https://review.openstack.org/35053011:40
*** yangyapeng has joined #openstack-qa11:42
*** Poornima has quit IRC11:43
*** sshnaidm is now known as sshnaidm|afk11:44
*** grafuls has joined #openstack-qa11:46
*** markvoelker has joined #openstack-qa11:52
*** Lord_Phoenix has joined #openstack-qa11:54
*** yamamoto has joined #openstack-qa11:54
*** yamamoto has quit IRC11:59
*** yfried has quit IRC11:59
*** rossella_s has quit IRC12:00
*** yamamoto has joined #openstack-qa12:00
*** rossella_s has joined #openstack-qa12:00
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-test-accounts 350297,2,5cb687012:02
*** yamamoto has quit IRC12:05
*** itzkb_ has joined #openstack-qa12:07
*** weshay has joined #openstack-qa12:07
*** itzikb has quit IRC12:07
openstackgerritSean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure  https://review.openstack.org/35054512:10
*** yamamoto has joined #openstack-qa12:11
*** raildo has joined #openstack-qa12:11
*** itzkb_ has quit IRC12:12
*** itzikb has joined #openstack-qa12:12
*** sigmavirus_away is now known as sigmavirus12:14
*** ramishra has quit IRC12:18
*** jpena is now known as jpena|lunch12:18
*** edmondsw has joined #openstack-qa12:19
*** binbincong has quit IRC12:22
*** spzala has joined #openstack-qa12:25
*** rfolco has joined #openstack-qa12:25
*** tqtran has joined #openstack-qa12:25
gyxDoes tempest has version?12:26
*** tqtran has quit IRC12:30
*** gouthamr has joined #openstack-qa12:30
*** sshnaidm|afk is now known as sshnaidm12:34
openstackgerritSean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure  https://review.openstack.org/35054512:34
gyxcan someone tell me what is tempest.egg-info folder uesd for ?12:36
*** dustins has joined #openstack-qa12:36
*** lucas-hungry is now known as lucasagomes12:43
*** bkopilov has joined #openstack-qa12:48
*** yamamoto has quit IRC12:49
openstackrecheckConsole logs not available after 13:32s for gate-nova-pep8-ubuntu-xenial 346090,5,02513a512:51
*** gyx has quit IRC12:52
*** gyx has joined #openstack-qa12:53
*** tosky has quit IRC12:53
*** yaume has quit IRC12:54
*** tosky has joined #openstack-qa12:55
*** gmann_ has joined #openstack-qa12:59
*** rlrossit has joined #openstack-qa13:02
*** gyx has quit IRC13:02
*** mriedem has joined #openstack-qa13:06
*** jecarey has joined #openstack-qa13:07
*** dave-mccowan has joined #openstack-qa13:10
*** ramishra has joined #openstack-qa13:11
*** yamamoto has joined #openstack-qa13:13
*** agireud has quit IRC13:14
*** jpena|lunch is now known as jpena13:16
*** porrua has joined #openstack-qa13:17
*** agireud has joined #openstack-qa13:17
*** ihrachys has joined #openstack-qa13:18
*** markvoelker has quit IRC13:19
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27-db-ubuntu-xenial 334860,6,4ea5c9013:22
*** dkranz has joined #openstack-qa13:24
*** pgadiya has quit IRC13:25
*** yamamoto has quit IRC13:26
*** ihrachys has quit IRC13:29
openstackgerritAndrea Frittoli proposed openstack/tempest: Fix cleanup of pre-provisioned credentials  https://review.openstack.org/35029713:29
*** mmandel has joined #openstack-qa13:32
*** ttx has quit IRC13:32
*** Ravikiran_K has joined #openstack-qa13:33
*** ttx has joined #openstack-qa13:33
*** ttx has quit IRC13:33
*** ttx has joined #openstack-qa13:34
*** ttx has quit IRC13:35
*** gcheresh has quit IRC13:35
*** ttx has joined #openstack-qa13:36
*** asselin has joined #openstack-qa13:36
*** thiagop has joined #openstack-qa13:41
*** markvoelker has joined #openstack-qa13:46
*** zz_dimtruck is now known as dimtruck13:50
*** rbak has joined #openstack-qa13:51
*** itzikb has quit IRC13:51
*** itzikb has joined #openstack-qa13:52
*** akshai has joined #openstack-qa13:54
*** krot_sickleave is now known as krotscheck14:00
*** akshai has quit IRC14:00
*** akshai has joined #openstack-qa14:02
openstackrecheckConsole logs not available after 13:34s for gate-cross-keystone-python27-db-ubuntu-xenial 349371,4,4365fb714:09
andreafmtreinish: around?14:11
*** yaume has joined #openstack-qa14:11
mtreinishandreaf: yeah, what's up14:12
andreafmtreinish: I was looking at the change for validation resources https://review.openstack.org/#/c/341083/3/tempest/api/compute/servers/test_create_server.py14:12
andreafmtreinish: and the example in your comment make me wonder what your expectation is in terms of fixtures14:13
andreafmtreinish: validation resources, credentials, network resources etc are all resources which are created and cleaned up at class level14:13
*** fnaval has joined #openstack-qa14:13
andreafmtreinish: but doing something like useFixture will lead to cleanup after a test is complete14:14
mtreinishandreaf: 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 api14:15
andreafmtreinish: yes indeed14:15
mtreinishandreaf: maybe we could add a useFixture like helper that did it class level for us14:15
mtreinishnot sure how feasible that is though14:15
andreafmtreinish: yes I thought we could have a consistent way of handling class level fixtures14:16
*** ramishra has quit IRC14:16
*** Lord_Phoenix has quit IRC14:16
andreafmtreinish: 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 teardown14:17
mtreinishplease no mixins14:17
*** dwalleck has joined #openstack-qa14:18
*** amotoki has joined #openstack-qa14:18
mtreinishandreaf: yeah, that's basically what I was thinking bake into the base test class14:18
mtreinishandreaf: I'm not sure if something like this makes any sense in testtools proper though14:18
*** bkopilov has quit IRC14:19
*** penchal has quit IRC14:19
andreafmtreinish: I guess that would be a nice place to have it I can bring the idea up with lifeless14:20
*** yamamoto has joined #openstack-qa14:26
*** ramishra has joined #openstack-qa14:28
*** gszasz has quit IRC14:28
*** yamahata has joined #openstack-qa14:28
*** gszasz has joined #openstack-qa14:31
*** ihrachys has joined #openstack-qa14:31
*** yamamoto has quit IRC14:33
openstackrecheckConsole logs not available after 13:23s for gate-keystone-pep8-ubuntu-xenial 344924,6,9f9d97214:37
*** jlanoux has quit IRC14:37
*** mtanino has joined #openstack-qa14:40
*** amotoki has quit IRC14:40
*** chandankumar has quit IRC14:44
*** ramishra has quit IRC14:44
*** gmann_ has quit IRC14:44
*** Swami has joined #openstack-qa14:45
*** amotoki has joined #openstack-qa14:45
*** toabctl has quit IRC14:46
*** pglass has joined #openstack-qa14:46
*** ramishra has joined #openstack-qa14:46
*** toabctl has joined #openstack-qa14:47
*** hieulq_ has joined #openstack-qa14:47
*** ramishra has quit IRC14:50
*** grafuls has quit IRC14:52
*** ramishra has joined #openstack-qa14:53
*** karthikp_ has joined #openstack-qa14:55
ababichmtreinish: Hello, please, look at https://review.openstack.org/#/c/333305/ , commit message has been updated and comment added to related bug14:56
*** Serlex has quit IRC14:58
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27-db-ubuntu-xenial 347479,5,50baa3814:59
*** gszasz has quit IRC15:02
*** hieulq__ has joined #openstack-qa15:05
*** jlanoux has joined #openstack-qa15:06
*** gvrangan has joined #openstack-qa15:06
*** amotoki has quit IRC15:06
*** hieulq_ has quit IRC15:07
*** dwalleck has quit IRC15:07
*** zhufl has quit IRC15:07
*** akshai has quit IRC15:09
*** zhufl has joined #openstack-qa15:10
*** gszasz has joined #openstack-qa15:14
*** dimtruck is now known as zz_dimtruck15:15
*** zz_dimtruck is now known as dimtruck15:16
*** akshai has joined #openstack-qa15:18
*** paul-carlton2 has quit IRC15:20
openstackgerritLubosz Kosnik (diltram) proposed openstack-dev/devstack: Change python version to 3.5  https://review.openstack.org/35064515:22
*** amotoki has joined #openstack-qa15:22
*** chandankumar has joined #openstack-qa15:24
*** dave-mccowan has quit IRC15:24
*** dimtruck is now known as zz_dimtruck15:25
*** itzikb has quit IRC15:27
*** edannon has quit IRC15:29
*** ihrachys has quit IRC15:29
*** ihrachys has joined #openstack-qa15:30
*** sridharg has quit IRC15:36
*** paul-carlton has quit IRC15:38
*** zz_dimtruck is now known as dimtruck15:40
*** armax has joined #openstack-qa15:47
*** ihrachys has quit IRC15:51
*** akshai has quit IRC15:59
*** dwalleck has joined #openstack-qa15:59
*** ramishra has quit IRC15:59
*** rossella_s has quit IRC16:00
*** rossella_s has joined #openstack-qa16:00
*** ddieterly has joined #openstack-qa16:04
*** gvrangan has quit IRC16:08
*** fnaval has quit IRC16:11
*** paul-carlton2 has joined #openstack-qa16:12
*** fnaval has joined #openstack-qa16:12
*** fnaval_ has joined #openstack-qa16:13
*** fnaval has quit IRC16:14
*** dtantsur is now known as dtantsur|afk16:15
*** fnaval_ has quit IRC16:18
*** fnaval_ has joined #openstack-qa16:19
*** chandankumar has quit IRC16:20
*** anshul has quit IRC16:20
*** hieulq__ has quit IRC16:21
openstackrecheckConsole logs not available after 13:53s for gate-grenade-dsvm-neutron-multinode 350545,2,d312a0f16:22
*** fnaval has joined #openstack-qa16:22
*** fnaval has quit IRC16:27
*** tqtran has joined #openstack-qa16:27
*** dansmith has quit IRC16:27
*** Apoorva has joined #openstack-qa16:27
*** dansmith has joined #openstack-qa16:28
*** dansmith is now known as Guest2098816:28
*** yaume has quit IRC16:28
*** Guest20988 is now known as dansmith16:29
*** akshai has joined #openstack-qa16:30
*** jpena is now known as jpena|off16:30
*** tqtran has quit IRC16:31
*** akshai_ has joined #openstack-qa16:32
*** ddieterly is now known as ddieterly[away]16:34
*** sdague has quit IRC16:34
*** akshai has quit IRC16:35
*** rcernin has quit IRC16:38
*** ddieterly[away] is now known as ddieterly16:40
*** dwalleck has quit IRC16:41
*** ramishra has joined #openstack-qa16:43
*** paul-carlton2 has quit IRC16:43
*** sdague has joined #openstack-qa16:43
*** e0ne has quit IRC16:44
*** Suyi_ has joined #openstack-qa16:45
*** lucasagomes is now known as lucas-dinner16:45
*** hieulq_ has joined #openstack-qa16:51
*** krotscheck is now known as kro_focused16:53
*** pcaruana has quit IRC17:00
*** tqtran has joined #openstack-qa17:00
*** tqtran_ has joined #openstack-qa17:01
*** tesseract- has quit IRC17:03
*** tqtran has quit IRC17:04
*** openstackgerrit_ has joined #openstack-qa17:06
*** openstackgerrit_ has quit IRC17:08
*** jlanoux has quit IRC17:09
*** akshai_ has quit IRC17:11
*** karthikp_ has quit IRC17:11
*** coreyob has quit IRC17:12
*** spzala has quit IRC17:12
openstackrecheckopenstack/nova change: https://review.openstack.org/304746 failed because of: gate-tempest-dsvm-full-ubuntu-trusty: https://bugs.launchpad.net/bugs/148030517:13
openstackLaunchpad bug 1480305 in OpenStack Compute (nova) "DBDeadlock inserting into instance_extra" [Medium,Triaged]17:13
*** gvrangan has joined #openstack-qa17:13
*** Alex_Stef has quit IRC17:13
*** coreyob has joined #openstack-qa17:14
*** yamahata has quit IRC17:15
*** pglass has quit IRC17:15
*** oomichi has joined #openstack-qa17:17
*** pglass has joined #openstack-qa17:20
*** janzian has joined #openstack-qa17:20
*** spzala has joined #openstack-qa17:20
*** spzala has quit IRC17:20
*** spzala has joined #openstack-qa17:20
*** dave-mccowan has joined #openstack-qa17:20
*** dimtruck is now known as zz_dimtruck17:22
*** Swami has quit IRC17:22
*** dave-mcc_ has joined #openstack-qa17:22
*** Swami has joined #openstack-qa17:23
*** csomerville has quit IRC17:23
*** cody-somerville has joined #openstack-qa17:24
*** cody-somerville has quit IRC17:24
*** cody-somerville has joined #openstack-qa17:24
*** ddieterly is now known as ddieterly[away]17:24
*** paul-carlton2 has joined #openstack-qa17:25
*** hieulq_ has quit IRC17:25
*** dave-mccowan has quit IRC17:27
*** hieulq_ has joined #openstack-qa17:27
*** e0ne has joined #openstack-qa17:27
*** e0ne has quit IRC17:28
*** abehl has joined #openstack-qa17:33
*** abehl has quit IRC17:34
*** pglass has quit IRC17:35
*** zackf has joined #openstack-qa17:38
*** e0ne has joined #openstack-qa17:43
*** paul-carlton2 has quit IRC17:43
*** shardy has quit IRC17:44
*** yamahata has joined #openstack-qa17:53
*** gamado has quit IRC17:58
*** harlowja has quit IRC17:58
*** ddieterly[away] is now known as ddieterly18:00
*** e0ne has quit IRC18:00
*** harlowja has joined #openstack-qa18:00
*** gszasz has quit IRC18:02
*** hieulq_ has quit IRC18:02
*** dwalleck has joined #openstack-qa18:05
*** dave-mcc_ has quit IRC18:08
*** zz_dimtruck is now known as dimtruck18:09
*** tosky has quit IRC18:09
*** pglass has joined #openstack-qa18:09
*** eeiden_ has joined #openstack-qa18:10
*** cody-somerville has quit IRC18:10
*** cody-somerville has joined #openstack-qa18:11
openstackrecheckConsole logs not available after 13:58s for gate-tempest-dsvm-postgres-full-ubuntu-xenial 350297,3,8a233ff18:11
*** jecarey has quit IRC18:13
*** eeiden has quit IRC18:13
*** jecarey has joined #openstack-qa18:13
*** gvrangan has quit IRC18:15
*** pvaneck has joined #openstack-qa18:16
*** ddieterly is now known as ddieterly[away]18:16
*** ddieterly[away] is now known as ddieterly18:17
*** yamahata has quit IRC18:18
*** yamahata has joined #openstack-qa18:19
janzianHello 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
mtreinishjanzian: your tempest.conf doesn't have neutron set as available: http://docs.openstack.org/developer/tempest/configuration.html#configuring-available-services18:26
janzianmtreinish: Yep, that was it. Thanks :)18:34
*** amotoki has quit IRC18:37
*** ddieterly is now known as ddieterly[away]18:40
*** jecarey has quit IRC18:41
*** dustins has quit IRC18:41
lennyboomichi, pls review https://review.openstack.org/#/c/335447   . Thanks.18:42
*** dwalleck has quit IRC18:43
sdaguesc68cal: you about?18:44
*** xinli has joined #openstack-qa18:44
*** dustins has joined #openstack-qa18:45
*** jecarey_ has joined #openstack-qa18:45
*** jecarey_ has quit IRC18:45
sc68calsdague: yeah what's up18:45
*** jecarey_ has joined #openstack-qa18:45
sdaguedansmith 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 case18:47
sc68calis it the iptables MASQUERADE trick?18:48
sdaguebasically, set PUBLIC_INTERFACE="" by default, if it is, don't let neutron take it over.18:48
dansmithsc68cal: that's unrelated really18:48
sc68calsdague: k18:48
sdagueso, 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 it18:49
openstackrecheckConsole logs not available after 14:02s for gate-tempest-dsvm-full-ubuntu-xenial 350595,1,28f7ffe18:49
sdaguebut the fixed router doesn't work, which is probably expected, that's on an ovs bridge somewhere?18:50
lifelessmtreinish: sounds like testresources more or less18:50
dansmithsdague: what does that mean?18:50
dansmithsdague: you can't contact the fixed ips of instances from the host?18:50
dansmithyou'd need that convenience route that we were talking about (me and sc68cal)18:50
dansmithwhich was part of the ip moving routine I think18:51
* dansmith looks18:51
sdaguedansmith: sorry, I have connectivity from host -> fixed network18:51
sdaguewe still need fixed network -> world, which is bust18:51
dansmithsdague: you need the MASQ rule for that18:51
dansmithsdague: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE18:52
dansmithwhere eth0 is your real interface18:53
sdagueyep18:53
dansmithcould also maybe do something more dynamic for devstack that would look like this:18:53
dansmithiptables -t nat -A POSTROUTING -s $FIXED_RANGE -j MASQUERADE18:53
dansmither, no because it NATs out the floating public IP18:54
dansmithso -s $FLOATING_RANGE18:54
dansmithjust getting the interface that our default route is on and using -o is probably the safest18:54
sc68calthe thing I don't like about the iptables masquerade is that it adds this networking bit, an important bit, that is outside of Neutron18:54
sc68caland devstack specific18:54
sdaguesc68cal: unlike all the other interface assembly?18:55
dansmithsc68cal: so is all the other networking stuff devstack has to do18:55
dansmithheh18:55
sdaguesc68cal: I do get the conern18:55
dansmithand it's the only way we can get away with not mucking with local networking and overlaying on eth0's address space18:55
sc68calright18:55
*** cwolferh has quit IRC18:56
*** gcheresh has joined #openstack-qa18:57
sc68calok let me do a little thinking on it. All our options are kind of bad18:59
sc68calwhen it comes to single interface18:59
dansmithI don't think it's bad at all, but single-interface means we're fully synthetic, so just NATing out is what you'd expect19:00
dansmithlike default vm-on-a-laptop behavior from anything else19:00
openstackgerritAshley Handy proposed openstack/tempest: Add Test Coverage for Temp Url  https://review.openstack.org/31945619:00
*** karthik__ has joined #openstack-qa19:01
mtreinishlifeless: it's probably pretty similar19:02
dansmithsdague: if you put up a patch I can give it a whirl here19:02
*** cwolferh has joined #openstack-qa19:02
sdaguedansmith: yeh, I'm trying to figure out interface detection for primary now to make it a bit more seemless19:02
dansmithsdague: ip route get 8.8.8.819:03
dansmithsdague: will show you the interface, gateway and source ip we use to get there19:03
sdagueip route | grep ^default should be valid as well, no?19:03
dansmithsdague: well, for normal setups yeah19:04
*** dave-mccowan has joined #openstack-qa19:04
dansmithsdague: this gives you the ip the kernel will actually use as the source, which you need for HOST_IP right?19:05
sdaguedansmith: we're past that phase actually19:05
dansmiththe get command actually asks the kernel for a routing calculation which is better than assuming there is a default route19:05
dansmithokay19:05
dansmithanyway19:06
*** porrua has quit IRC19:06
dansmithlet me know when it's up19:06
*** gvrangan has joined #openstack-qa19:10
openstackgerritSean Dague proposed openstack-dev/devstack: WIP: attempt at single interface devstack  https://review.openstack.org/35075019:11
sdaguedansmith: I think that's it19:11
dansmithokay19:11
sdagueyou should be able to give it a super minimal local.conf, as specified in the commit message19:12
dansmithyep, was going to ask but saw it there :)19:12
sdagueI'm revalidating locally again after a reboot to make sure it's still working19:14
sdaguesc68cal: 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
dansmithsdague: by the way, this approach avoids leaving me with completely broken network after a reboot19:15
sdaguedansmith: well, it was much more fun to break you secretly19:16
dansmithsdague: well, me sure, but think of the children19:16
sdagueyou don't have any :)19:16
sc68calsdague: let me check it out19:16
dansmithnot mine, I mean the other users of devstack19:16
dansmithI have serial consoles and power control for mine, so I can work around the breakage :)19:17
*** ddieterly[away] is now known as ddieterly19:17
sdagueyeh, I just pxe boot reinstall19:18
sc68calsdague: I saw that patch earlier and it LGTM19:18
sdaguesc68cal: ok, I'll whip up the grenade part19:19
sdaguethere is like one call to that function during neutron upgrade19:19
* dansmith stacks19:20
*** oomichi has quit IRC19:20
dansmithfoo19:20
dansmithoops19:20
openstackgerritSean Dague proposed openstack-dev/grenade: remove neutron thirdparty support  https://review.openstack.org/35075319:21
sdagueok, yep, it blew up here as well19:21
dansmithsdague: you talking to me?19:22
sdaguedansmith: yeh19:22
dansmithI have seen no explosions yet19:22
sdaguesomething very odd happened here, and it didn't make the nova db19:23
dansmithI'm glancing right now19:23
sdaguethat can't actually be related I don't think, I'm zeroing back to try again19:23
openstackrecheckConsole logs not available after 16:19s for gate-cinder-python34-db 322459,42,3fba07219:25
openstackgerritSean Dague proposed openstack-dev/devstack: remove neutron 3rd party infrastructure  https://review.openstack.org/35054519:25
*** sabeen has joined #openstack-qa19:31
*** tesseract- has joined #openstack-qa19:31
*** clenimar has quit IRC19:34
dansmithsdague: I fail here:19:34
dansmithERROR (EndpointNotFound): publicURL endpoint for compute service in RegionOne region not found19:34
dansmithwhich seems odd19:34
*** clenimar has joined #openstack-qa19:35
sdagueyeh, it's actually a failure to find the nova database19:35
*** gouthamr has quit IRC19:35
dansmithoh19:35
sdaguewhich, really isn't there19:36
*** tesseract- has quit IRC19:37
sdagueoh... ffs19:37
sdagueI screwed up the service list19:37
sdagueand removed n-api instead of n-net19:38
dansmithlol19:38
dansmithhaha19:38
dansmithlet's try not to repeat that mistake when we go to remove n-net from the tree19:38
openstackgerritSean Dague proposed openstack-dev/devstack: WIP: attempt at single interface devstack  https://review.openstack.org/35075019:38
sdagueyeh, fortunately, I expect out CI systems would catch that when everything lit on fire19:38
sdaguethen fell over19:38
sdaguethen sank into a swamp19:39
dansmithheh19:39
dansmithyou're so poetic this week19:39
* dansmith wonders if the doc switched some meds19:39
sc68calwe'll just build another castle on top of it19:39
dansmithsc68cal: sounds like us19:39
sc68caland when that one catches on fire and sinks into the swamp....19:39
*** eeiden_ has quit IRC19:39
sc68caleventually we'll have a solid foundation19:40
*** ihrachys has joined #openstack-qa19:41
sdaguesc68cal: but the 4th one laddy... !19:44
sdaguedansmith: you need to watch more monty python19:45
*** gouthamr has joined #openstack-qa19:45
sc68cal:)19:45
*** pglass has quit IRC19:53
*** Ravikiran_K has quit IRC19:57
armaxany gentle soul that can help us relieve some pressure on the gate? https://review.openstack.org/#/c/275457/19:58
armaxkevinbenton: ^19:58
sdaguearmax: +A19:59
*** rossella_s has quit IRC20:00
sdaguedansmith: ok, it does a thing for me now20:00
*** rossella_s has joined #openstack-qa20:00
sdaguenow we just need sc68cal to poke giant holes in the approach20:00
sdaguelets see how bad tempest is on it20:01
*** pglass has joined #openstack-qa20:06
*** porrua has joined #openstack-qa20:09
dansmithsdague: running now20:12
sdaguesmoke tests just passed, with the exception of neutron extension list20:13
sdaguetempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions20: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
sdagueu'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-qa20:15
mtreinishsdague: that probably means your tempest.conf is off for the api_extensions option20:18
mtreinishthat test will respect whatever you put in there. (so it doesn't check for extensions that aren't installed)20:18
armaxsdague: thanks a lot!20:19
*** ihrachys has quit IRC20:20
sdaguemtreinish: yeh, it's in the close enough category for me20:21
sdagueI was just scared that things like boot from volume would not work, and then I'd be hanging out not knowing why20:21
sdagueI'm running full now20:24
*** eeiden has joined #openstack-qa20:26
openstackgerritMerged openstack-dev/devstack: q-l3 failed to start in case q-fwaas enabled  https://review.openstack.org/34939120:29
*** dustins has quit IRC20:30
*** porrua has quit IRC20:30
openstackgerritMerged openstack-dev/devstack: Force reinstall of virtualenv to ensure installation is valid  https://review.openstack.org/33899820:31
*** ddieterly is now known as ddieterly[away]20:32
*** karthik__ has quit IRC20:33
dansmithsdague: so it seems to work for me, except that I don't get DNS resolution inside the guest for whatever reason20:34
*** gamado has joined #openstack-qa20:34
dansmithsdague: maybe that's the thing you were talking about?20:34
sdaguedansmith: right, that's a know thing20:34
sdagueyes20:34
dansmithcool20:34
dansmithsdague: then in that case, seems good to me20:34
sdaguebut, that should be easy to address20:35
dansmithtbh, dns is overrated20:35
dansmithall hail /etc/hosts sync'd nightly by uucp20:35
sdagueheh20:36
*** ddieterly[away] is now known as ddieterly20:40
sdaguesc68cal: ok, so get your complaints early on this patch20:41
dansmithsdague: anything else you want me to test with this in the immediate term?20:41
dansmithotherwise I'll turn the heater off20:41
dansmiththe 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 frugal20:42
sdaguedansmith: nope, your config was just the 4 passwords, right?20:42
dansmithsdague: yep20:42
sdagueyeh, that's what I wanted to know worked20:42
dansmithsdague: 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 stuff20:42
sdagueI'll need to see how terrible it is in the gate20:42
*** csomerville has joined #openstack-qa20:42
sdagueas I just hackadoodled the n-net stuff20:42
sdagueso that probably doesn't work now correctly20:43
dansmithhack. a. doodled.  sure..20:43
dansmithas of ocata you can probably remove n-net support from devstack master right?20:43
dansmithI guess we need it in there if there is any chance we need to test something20:43
dansmithuntil we actually remove it20:43
sdaguedansmith: well, whenever we have the commit up in nova to delete it20:43
dansmithyeah20:44
sdagueI assumed we'd time all that as a depends on20:44
dansmithyeah20:44
*** csomerville has quit IRC20:44
*** dustins has joined #openstack-qa20:44
*** csomerville has joined #openstack-qa20:45
*** gcheresh has quit IRC20:45
*** cody-somerville has quit IRC20:46
*** oomichi has joined #openstack-qa20:47
sdagueok, well, local tempest testing actually looks pretty good here20:50
sdaguea couple of oddball things which I don't think are related20:50
openstackgerritScott DAngelo proposed openstack-dev/devstack: Add a multibackend list to tempest.conf  https://review.openstack.org/32589520:50
sdagueonce the gate results get back later tonight, we'll have a picture about how crazy that's going to be to sort out20:51
sdagueI guess, the next question, is communication plan20:51
dansmithyeah20:51
sdagueonce we get something sorted here, we should tell them it's coming, and that for the most part, it's should just work for them20:51
sdaguewith the exception that PUBLIC_INTERFACE means something different in n-net / neutron (kind of)20:52
patrickeastquestion 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_36020:53
patrickeastthere is a valid clouds.yaml over in /etc/openstack that devstack created earlier though... and the config/commands worked just fine on the primary node20:53
patrickeastis there some other config needed to make the client happy?20:54
*** raissa has quit IRC20:54
*** raissa has joined #openstack-qa20:54
sdaguepatrickeast: does the auth_url look sane?20:54
patrickeastsdague: mmm good question20:55
* patrickeast checks...20:55
mtreinishpatrickeast: 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 ip20:56
mtreinishI've done that to myself a bunch of times20:56
patrickeastits set to http://10.231.128.86/identity_v2_admin  which matches up with the one on the primary node that worked OK20:56
sdaguepatrickeast: it is also kind of suspicious that it's running role admin commands20:56
sdaguethose should really only be run once on the controler20:57
*** gamado has quit IRC20:57
patrickeastsdague: yea, its setting up active-active cinder, so for some of the like service tenant stuff its running again20:57
patrickeastsdague: all the commands are going to use the like "create or get id" calls so they are OK to do again20:57
sdaguehttp://52.8.17.232/PureISCSIDriver-tempest-dsvm-volume-multi-node-multipath-cinder-aa/30/logs/subnode-2/local.conf.txt.gz20:57
patrickeastmtreinish: looks ok, they seem to match up20:57
sdaguepatrickeast: technically, sure, but it's odd they are being run again20:58
patrickeastyea i suppose20:59
patrickeastwould be more clean, but then each one needs to know if its a sub-node or not21:00
sdagueanyway, got to head out for lug meeting. See you all tomorrow.21:00
*** sabeen has quit IRC21:03
*** xinli has quit IRC21:06
*** dkranz has quit IRC21:06
*** dustins has quit IRC21:07
patrickeastah ha, the commands work manually if i export OS_CLOUD=devstack-admin first, so the clouds.yaml and primary node services are all good21:08
*** rbak_ has joined #openstack-qa21:08
patrickeastmust be some environment variable missing..21:08
*** rlrossit has quit IRC21:08
*** yamamoto has joined #openstack-qa21:09
*** zhufl has quit IRC21:10
*** zhufl has joined #openstack-qa21:11
*** rbak has quit IRC21:11
patrickeastcrap, ok found the problem21:13
patrickeastnodes 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-L106321:13
*** dwalleck has quit IRC21:13
*** ddieterly is now known as ddieterly[away]21:16
*** yamamoto has quit IRC21:18
openstackgerritMerged openstack/tempest: Skip unstable v6 scenario tests  https://review.openstack.org/27545721:22
*** gouthamr has quit IRC21:24
*** gvrangan has quit IRC21:25
openstackrecheckConsole logs not available after 14:00s for gate-cross-nova-python27-db-ubuntu-xenial 349371,4,235806c21:28
*** ddieterly[away] is now known as ddieterly21:36
openstackgerritJay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK  https://review.openstack.org/35079521:39
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove a redundant wait_for_backup_deletion()  https://review.openstack.org/35079621:40
openstackgerritJay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK  https://review.openstack.org/35079521:41
*** gvrangan has joined #openstack-qa21:42
openstackrecheckConsole logs not available after 13:38s for gate-glance-python27-db-ubuntu-xenial 323661,3,a73360f21:43
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove unnecessary str() which was for XML  https://review.openstack.org/35079821:47
openstackgerritPatrick East proposed openstack-dev/devstack: Use userrc_early for all nodes  https://review.openstack.org/35080121:49
andreaflifeless: around?21:50
mriedemmtreinish: let's do liberty-eol https://review.openstack.org/#/c/341098/21:54
oomichiandreaf: need your help on your https://review.openstack.org/#/c/173334/ ;)21:54
oomichiandreaf: s/help/help and review/21:54
andreafoomichi: how may I help?21:55
oomichiandreaf: review is helpful from your POV21:56
* oomichi goes to get a kid medical check21:56
oomichiandreaf: I have changed it much and any feedback is good for me21:57
mriedemmtreinish: 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 fix21:57
mriedembut i don't really want to backport it to stable/liberty21:57
andreafoomichi: ok I will review the spec tomorrow :)21:58
oomichiandreaf: thanks :)21:58
mtreinishmriedem: heh, if you don't want to backport it we need to flag it somehow on liberty21:58
mriedemyup21:58
mriedemi can push those buttons later21:58
*** markvoelker has quit IRC21:58
openstackrecheckConsole logs not available after 15:03s for gate-tempest-dsvm-postgres-full-ubuntu-xenial 343314,32,893725721:58
mtreinishmriedem: is there another flag we can't glom onto (even if it's not the best fit)21:58
*** markvoelker has joined #openstack-qa21:59
mriedemi'll look later21:59
*** mriedem has quit IRC22:01
*** oomichi has quit IRC22:02
lifelessandreaf: ish22:03
*** markvoelker has quit IRC22:03
*** janzian has quit IRC22:07
*** spzala has quit IRC22:08
*** spzala has joined #openstack-qa22:08
*** mmandel has quit IRC22:08
*** pglass has quit IRC22:11
openstackrecheckConsole logs not available after 13:40s for gate-tempest-dsvm-full-ubuntu-xenial 344924,7,f1dca7222:12
*** spzala has quit IRC22:13
JayFWhat'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-config22:14
*** dimtruck is now known as zz_dimtruck22:20
mtreinishJayF: a lot of that is historical because the devstack passthrough var didn't always exist in devstack-gate22:22
openstackgerritJay Faulkner proposed openstack-infra/devstack-gate: Explicitly set IRONIC_BUILD_DEPLOY_RAMDISK  https://review.openstack.org/35079522:26
openstackrecheckConsole logs not available after 13:39s for gate-tempest-dsvm-neutron-full-ubuntu-trusty-liberty 341098,5,576246c22:26
JayFmtreinish: 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 plugin22:27
*** yamamoto has joined #openstack-qa22:29
*** rfolco has quit IRC22:30
*** ddieterly has quit IRC22:31
*** yamamoto_ has joined #openstack-qa22:31
*** yamamoto has quit IRC22:31
*** ddieterly has joined #openstack-qa22:32
*** karthik__ has joined #openstack-qa22:34
*** spzala has joined #openstack-qa22:35
*** ddieterly has quit IRC22:35
*** spzala has quit IRC22:38
*** spzala has joined #openstack-qa22:38
JayFmtreinish: 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
openstackLaunchpad bug 1609573 in Ironic "Ironic gate jobs should not pass configs through devstack-gate when possible" [Undecided,New]22:40
*** sabeen has joined #openstack-qa22:41
*** cody-somerville has joined #openstack-qa22:44
openstackrecheckConsole logs not available after 13:43s for gate-tempest-dsvm-full-ubuntu-xenial 344892,4,0d0ca6d22:45
*** csomerville has quit IRC22:47
*** rbak_ has quit IRC22:48
*** zz_dimtruck is now known as dimtruck22:48
mtreinishJayF: 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 flags22:50
mtreinishJayF: for the ironic jobs I could definitely see that being the case22:50
JayFmtreinish: 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 nodes22:51
*** thiagop has quit IRC22:51
JayFmtreinish: 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 earlier22:51
openstackrecheckConsole logs not available after 13:40s for gate-tempest-dsvm-full-ubuntu-xenial 349060,3,c768c5223:06
*** zackf has quit IRC23:22
*** zackf has joined #openstack-qa23:25
*** sdague has quit IRC23:29
*** tochi has joined #openstack-qa23:29
*** zackf has quit IRC23:29
*** zackf has joined #openstack-qa23:30
*** zackf has quit IRC23:35
*** gfidente has quit IRC23:37
*** gfidente has joined #openstack-qa23:38
*** gfidente has quit IRC23:38
*** gfidente has joined #openstack-qa23:38
*** Swami has quit IRC23:41
*** jamielennox is now known as jamielennox|away23:48
*** spzala has quit IRC23:55

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