Friday, 2015-10-02

mtreinishtimothyb89, andreaf: ^^^00:00
mtreinishI haven't tested the tox command yet, but those were the basic local steps I performed00:00
mtreinishaside from the workaround I had to do because of bad packages that didn't know what to do with python == python3 on archlinux00:00
*** yamahata has quit IRC00:01
*** edmondsw has quit IRC00:01
*** ccarrara has quit IRC00:04
*** ccarrara has joined #openstack-qa00:06
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020900:06
*** dramalho has quit IRC00:08
*** tsekiyam_ has joined #openstack-qa00:09
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020900:11
*** ccarrara has quit IRC00:11
*** mtanino has quit IRC00:12
*** tsekiyama has quit IRC00:13
*** tsekiyam_ has quit IRC00:14
openstackrecheckConsole logs not available after 13:26s for gate-keystone-pep8 230193,1,23327e700:16
*** Kennan has quit IRC00:16
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020900:19
*** jhenner has quit IRC00:23
*** markvoelker has joined #openstack-qa00:30
*** pvaneck has quit IRC00:32
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020900:33
mtreinishtimothyb89, andreaf: ^^^ ok tested that locally it seems to work fine00:34
mtreinisherr except on cleanup, it leaves openstack-health running00:34
mtreinishI'll have to save that for tomorrow00:34
*** zz_dimtruck is now known as dimtruck00:35
*** markvoelker has quit IRC00:35
*** tpeoples has quit IRC00:38
*** hoangcx has joined #openstack-qa00:40
*** ranger81 has quit IRC00:42
*** yamamoto has joined #openstack-qa00:43
*** achanda has quit IRC00:47
*** yamamoto has quit IRC00:48
openstackgerritMatthew Treinish proposed openstack/openstack-health: Use live data on dashboard homepage. (WIP)  https://review.openstack.org/22499200:49
openstackrecheckConsole logs not available after 13:26s for gate-nova-docs 229964,5,d2d95a400:52
*** mylu has joined #openstack-qa00:59
*** hichihara has joined #openstack-qa00:59
*** ranger81 has joined #openstack-qa01:01
*** sabeen2 has joined #openstack-qa01:03
oomichimtreinish: hi, sorry for pinging you late night01:04
*** sabeen1 has quit IRC01:05
*** ranger81 has quit IRC01:06
mtreinishoomichi: why apologize it's only 9pm. It's my fault for still being online :)01:06
*** dimtruck is now known as zz_dimtruck01:06
oomichimtreinish: yeah, that is late night. you are always online as account01:07
oomichimtreinish: anyways, can you take a look at https://review.openstack.org/#/c/217034 ?01:07
oomichimtreinish: that is blocking service client migration01:07
oomichimtreinish: and LGTM, but all reviewers/writer is my company01:07
*** yamahata has joined #openstack-qa01:08
mtreinishoomichi: +A01:09
oomichimtreinish: thanks! :)01:10
mtreinishoomichi: I'll trade you for: https://review.openstack.org/21269101:11
mtreinishI think it would be good to get that patch in the next release01:11
mtreinishwhich at the rate you're chugging through service client migrations should be pretty soon01:12
*** thanhnt-z has joined #openstack-qa01:12
oomichimtreinish: of course, will see it now :)01:12
oomichimtreinish: +A01:15
*** davideagnello has quit IRC01:16
oomichimtreinish: btw, proposals are not so many for qa sessions of tokyo summit now01:17
oomichimtreinish: https://etherpad.openstack.org/p/mitaka-qa-summit-topics01:18
oomichimtreinish: 8 proposals in 8 slots01:18
oomichimtreinish: all proposals will be +A in current situation01:18
*** Swami has quit IRC01:18
oomichimtreinish: do you have more ideas/proposals?01:18
*** woodster_ has quit IRC01:19
gmannoomichi: mtreinish : 1 idea but not sure if that can be done in M or later01:21
*** ranger81 has joined #openstack-qa01:21
gmannThis is regarding nova extension option in config01:21
oomichigmann: I'd like to know it :)01:21
*** hoangcx has quit IRC01:22
gmannactually we have extension list option in config and we do really consider that in all tests01:22
gmannoomichi: i remember you enabling that for all tests. means all extension present in nova01:22
gmannso as Nova has deprecated the extension concept can we do the same in Tempest and run all Nova tests with considering the  all extension enable01:23
oomichigmann: yeah, that should be right direction in long-term01:24
gmannor we need to take care of extension enable bits in all tests01:24
gmannoomichi: but my worry is as tempest need to support Kilo and Liberty also in M where Nova has extension concept01:24
mtreinishoomichi: I came up with most of them I need to figure out more :)01:24
oomichimtreinish: I see, I'd like to add one more(api doc from tempest.log)01:25
mtreinishgmann: we have to continue to support extensions as long as we support a nova release that has them01:25
mtreinishoomichi: sure put it on the list01:25
oomichigmann: yeah, and we need to support legacy v2 api code of nova in multiple cycles01:26
gmannmtreinish: humm yea.01:26
oomichimtreinish: yes, right > support extensions01:26
gmannactually i saw fixing tests one by one for extension enable check01:26
oomichigmann: ah, I see. at this time, we should not remove extension cheks from tempest01:27
gmannso we should keep other tests who does not consider their extension enable thing as it is and later remove extension thing from Tempest too where all Nova stable branches get rid of extension01:27
oomichigmann: since microversions, new extensions should not be added after Kilo. so it is not so hard to keep extension checks on tempest side01:28
mtreinishoomichi: well it might be a bit confusing when we have to support a test that is either extensions or microversions (after the microversion is added that removes extensions)01:31
mtreinishbut that's an unlikely edge case01:31
gmannoomichi: yea. just thinking whether it is worth to fix tests to consider extension enable ? which (extension logic) anyways needs to be go away with extension life01:32
mtreinishgmann: oh for cases where we're not checking?01:32
mtreinishright now01:32
gmannmtreinish: yea01:32
*** zz_dimtruck is now known as dimtruck01:33
oomichimtreinish: yeah, extensions vs. microversions are making people confused01:33
mtreinishgmann: I think we need to just to support older clouds01:33
gmannoomichi: yea it be hard for users to configure both at a  time01:33
mtreinishbecause we don't want people running the floating ips bulk test if they say that extension isn't enabled01:33
*** dims has quit IRC01:34
gmannmtreinish: yea01:34
*** yamahata has quit IRC01:34
*** mudassirlatif has quit IRC01:34
oomichigmann: I will +1 for the patches adds extension checks even now01:34
mtreinishoomichi: not +2 :)01:36
gmann:)01:36
gmannoomichi: or i was thinking to do those based on how we decide microversion testing and how we will take care of extension in that01:37
gmannthat's why just wanted to wait on those till microversion topic discussion in summit01:38
*** jdandrea has quit IRC01:39
*** ranger81 has quit IRC01:40
*** dimtruck is now known as zz_dimtruck01:42
*** mestery has quit IRC01:45
*** mestery has joined #openstack-qa01:46
oomichigmann: yeah, we need to discuss it in microversion test session together01:47
gmannoomichi: +101:48
*** achanda has joined #openstack-qa01:51
*** ccarrara has joined #openstack-qa01:52
*** ccarrara has quit IRC01:52
*** moravec has joined #openstack-qa01:52
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34 230199,3,2f86a5601:54
openstackrecheckopenstack/cinder change: https://review.openstack.org/227050 failed gate-cinder-python27 in the gate queue with an unrecognized error01:55
*** ccarrara has joined #openstack-qa01:58
*** rfolco has joined #openstack-qa02:07
openstackgerritMatthew Treinish proposed openstack/openstack-health: Use live data on dashboard homepage  https://review.openstack.org/22499202:12
*** mylu has quit IRC02:15
*** mylu has joined #openstack-qa02:15
*** yamamoto has joined #openstack-qa02:21
openstackgerritMerged openstack/tempest: Added Test Case for HostsClient  https://review.openstack.org/21703402:21
*** ccarrara has quit IRC02:22
openstackgerritMatthew Treinish proposed openstack/openstack-health: Use live data on dashboard homepage  https://review.openstack.org/22499202:23
mtreinishtimothyb89: ^^^ I'm still having some trouble getting the gauges working, but the big graph works02:25
openstackgerritMerged openstack/tempest-lib: Provide alternative ssh exec_command for non-linux environments  https://review.openstack.org/21269102:25
*** mlavalle has quit IRC02:25
*** macjack has joined #openstack-qa02:27
*** ccarrara has joined #openstack-qa02:31
*** markvoelker has joined #openstack-qa02:32
oomichigmann: btw, can you take a look at https://review.openstack.org/#/c/228672/ ?02:32
*** yamamoto has quit IRC02:34
*** markvoelker has quit IRC02:36
gmannoomichi: looks good, how about changing test_volumes_extensions_client.py name and class name also ?02:40
openstackgerritReedip proposed openstack/tempest-lib: Migrated hosts_client.py from tempest  https://review.openstack.org/23024702:40
gmannit has "extension" word02:41
oomichigmann: nice catch, will update soon02:42
gmannoomichi: Thanks02:42
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove "extensions" from volumes_extensions_client  https://review.openstack.org/22867202:43
openstackgerritReedip proposed openstack/tempest-lib: Added a full stop to Autogenerated commit Message  https://review.openstack.org/23025002:48
openstackgerritReedip proposed openstack/tempest-lib: Added a full stop to auto-generated commit message  https://review.openstack.org/23025002:48
*** ranger81 has joined #openstack-qa02:59
*** hichihara has quit IRC02:59
*** Triveni has joined #openstack-qa02:59
openstackgerritReedip proposed openstack/tempest-lib: Added a full stop to auto-generated commit message  https://review.openstack.org/23025003:00
openstackgerritReedip proposed openstack/tempest-lib: Added a full stop to auto-generated commit message  https://review.openstack.org/23025003:01
*** rfolco has quit IRC03:07
*** agireud has joined #openstack-qa03:08
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 230227,1,7d77ea303:08
*** ccarrara has quit IRC03:09
openstackgerritKenji Yasui proposed openstack/tempest: Add unit tests for snapshots_client  https://review.openstack.org/23025403:12
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for Pillow 3.0.0 build bug 1501995  https://review.openstack.org/23025603:13
openstackbug 1501995 in OpenStack-Gate "Pillow 3.0.0 breaks the world" [Undecided,Fix released] https://launchpad.net/bugs/1501995 - Assigned to Anita Kuno (anteaya)03:13
*** macjack has quit IRC03:15
*** tpeoples has joined #openstack-qa03:15
*** mriedem has quit IRC03:15
openstackgerritReedip proposed openstack/tempest: Added Test Cases for ImagesClient  https://review.openstack.org/21808103:18
*** yamamoto has joined #openstack-qa03:23
openstackgerritMerged openstack-infra/elastic-recheck: Add query for Pillow 3.0.0 build bug 1501995  https://review.openstack.org/23025603:24
openstackbug 1501995 in OpenStack-Gate "Pillow 3.0.0 breaks the world" [Undecided,Fix released] https://launchpad.net/bugs/1501995 - Assigned to Anita Kuno (anteaya)03:24
*** salv-orlando has joined #openstack-qa03:43
*** salv-orl_ has quit IRC03:45
*** tpeoples has quit IRC03:57
*** bnemec has quit IRC04:02
*** yamahata has joined #openstack-qa04:10
*** amotoki has joined #openstack-qa04:10
openstackrecheckopenstack/cinder change: https://review.openstack.org/230194 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error04:16
*** pcrews has quit IRC04:17
*** pcrews has joined #openstack-qa04:20
*** yamahata has quit IRC04:26
openstackgerritMatthew Treinish proposed openstack-infra/devstack-gate: Add script to create a subunit stream for failures before tempest  https://review.openstack.org/23026304:26
openstackgerritMatthew Treinish proposed openstack-infra/devstack-gate: Add script to create a subunit stream for failures before tempest  https://review.openstack.org/23026304:31
*** markvoelker has joined #openstack-qa04:33
openstackgerritReedip proposed openstack/tempest-lib: Added a full stop to auto-generated commit message  https://review.openstack.org/23025004:59
*** mragupat has joined #openstack-qa05:06
openstackrecheckConsole logs not available after 13:24s for gate-nova-tox-functional 217567,28,5605a6c05:07
*** markvoelker has quit IRC05:07
*** mudassirlatif has joined #openstack-qa05:11
*** agireud has quit IRC05:19
oomichigmann: thanks for your review, done on https://review.openstack.org/#/c/228672/05:20
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 220561,14,96c0e0705:20
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove "extensions" from volumes_extensions_client  https://review.openstack.org/22867205:22
*** agireud has joined #openstack-qa05:29
*** ranger81 has quit IRC05:31
*** mylu has quit IRC05:34
*** ranger81 has joined #openstack-qa05:34
*** e0ne has joined #openstack-qa05:45
*** hoangcx has joined #openstack-qa05:48
*** oomichi has quit IRC05:53
*** e0ne has quit IRC05:56
*** rossella_s has quit IRC06:06
*** rossella_s has joined #openstack-qa06:06
*** thanhnt-z has quit IRC06:08
*** sabeen2 has quit IRC06:10
*** dmorita has joined #openstack-qa06:22
*** nadya has joined #openstack-qa06:28
*** mragupat has quit IRC06:30
gmannandreaf: replied on that. You are right we need to keep back comp and i agree with your idea of allowing "unscoped" as string06:45
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 212016,14,c922e9e06:49
*** achanda has quit IRC06:51
*** achanda has joined #openstack-qa06:59
*** ranger81 has quit IRC07:06
*** agireud has quit IRC07:08
*** Triveni has quit IRC07:10
*** achanda has quit IRC07:10
*** agireud has joined #openstack-qa07:13
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102007:14
*** achanda has joined #openstack-qa07:15
*** macjack has joined #openstack-qa07:16
*** thanhnt-z has joined #openstack-qa07:21
*** grafuls has joined #openstack-qa07:22
*** mudassirlatif has quit IRC07:22
*** shardy has joined #openstack-qa07:24
*** gfidente has joined #openstack-qa07:34
*** jlanoux has joined #openstack-qa07:39
*** cdent has joined #openstack-qa07:40
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Migrated extensions_client.py from tempest  https://review.openstack.org/23029807:41
*** achanda has quit IRC07:42
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Migrated flavors_client.py from tempest  https://review.openstack.org/22766607:44
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Migrated flavors_client.py from tempest  https://review.openstack.org/22766607:45
*** mudassirlatif has joined #openstack-qa07:45
*** openstackgerrit has quit IRC07:46
*** openstackgerrit has joined #openstack-qa07:46
*** jordanP has joined #openstack-qa07:47
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 212016,14,05f856908:01
*** tosky has joined #openstack-qa08:03
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 229578,2,97487a408:15
*** oomichi has joined #openstack-qa08:16
openstackgerritMarian Horban proposed openstack/tempest: Added processing /compute URL for getting list of versions  https://review.openstack.org/23030808:18
*** thanhnt-z has quit IRC08:27
openstackrecheckConsole logs not available after 13:24s for gate-nova-python34 230295,2,00f84ca08:28
*** vgridnev has quit IRC08:31
*** cazino has joined #openstack-qa08:32
openstackgerritKenji Yasui proposed openstack/tempest-lib: Enhance unit test coverage: aggregates_client  https://review.openstack.org/23031708:38
*** hop|2 has joined #openstack-qa08:44
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 228893,2,087334408:45
*** macjack has quit IRC08:51
*** aix has joined #openstack-qa08:54
*** apevec has joined #openstack-qa08:54
*** apevec has quit IRC08:54
*** apevec has joined #openstack-qa08:54
*** mudassirlatif has quit IRC08:56
*** e0ne has joined #openstack-qa08:57
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 221020,5,f28927708:59
openstackgerritJoe Mills proposed openstack/tempest: Add a simple test for Allowed Address Pairs  https://review.openstack.org/23032409:02
*** markvoelker has joined #openstack-qa09:04
*** macjack has joined #openstack-qa09:09
*** markvoelker has quit IRC09:09
openstackgerritAndrea Frittoli proposed openstack/tempest: DEBUG failures on V3CredsClient  https://review.openstack.org/23032709:09
*** dmorita has quit IRC09:14
*** openstack has joined #openstack-qa09:22
*** e0ne has quit IRC09:23
*** openstackstatus has joined #openstack-qa09:23
*** ChanServ sets mode: +v openstackstatus09:23
*** vgridnev has joined #openstack-qa09:23
openstackgerritZhiQiang Fan proposed openstack/tempest: add test for volume notification to telemetry  https://review.openstack.org/22938609:26
*** e0ne has joined #openstack-qa09:31
*** vgridnev has quit IRC09:31
*** vgridnev_ has joined #openstack-qa09:31
*** salv-orlando has quit IRC09:33
*** hoangcx has quit IRC09:34
*** cazino has left #openstack-qa09:34
*** gszasz has joined #openstack-qa09:35
yamamotojordanP: hi, can you revisit https://review.openstack.org/#/c/222136/ ? thank you.09:35
*** nadya has quit IRC09:37
jordanPyamamoto, a sec09:38
yamamotojordanP: thank you.  no hurry.09:39
*** jhenner has joined #openstack-qa09:39
jordanPyamamoto, sorry I looked at the diff between patchset 1 and patchset 209:41
jordanPso I thought the skip mechanism was already there09:41
jordanPmy mistake09:41
jordanPyamamoto, I updated my vote: 209:44
jordanP+209:44
*** dims__ has joined #openstack-qa09:44
*** nadya has joined #openstack-qa10:02
*** rossella_s has quit IRC10:06
*** rossella_s has joined #openstack-qa10:06
*** pcaruana has joined #openstack-qa10:13
openstackrecheckConsole logs not available after 13:24s for gate-nova-docs 205766,6,4b1cc7d10:15
yamamotojordanP: thank you10:16
*** cazino has joined #openstack-qa10:18
*** pc_m has joined #openstack-qa10:20
*** e0ne has quit IRC10:21
openstackgerritAndrea Frittoli proposed openstack/tempest: DEBUG failures on V3CredsClient  https://review.openstack.org/23032710:23
*** nadya has quit IRC10:25
openstackgerritSean Dague proposed openstack-dev/devstack: Workaround potential failure to shutdown services  https://review.openstack.org/23010710:27
openstackgerritlitong01 proposed openstack-dev/devstack: HOST_IP should not be used in moving address to route  https://review.openstack.org/22637310:28
*** shardy_ has joined #openstack-qa10:28
*** shardy has quit IRC10:28
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: test oslo.service backports  https://review.openstack.org/23010110:30
openstackgerritSean Dague proposed openstack-infra/devstack-gate: DNM: test devstack work around  https://review.openstack.org/23010810:30
*** nadya has joined #openstack-qa10:31
openstackgerritSean Dague proposed openstack-infra/devstack-gate: update grenade branch logic for mitaka  https://review.openstack.org/22936310:31
openstackrecheckConsole logs not available after 13:24s for gate-nova-docs 228141,7,1e81a3410:32
*** shardy_ has quit IRC10:33
*** shardy has joined #openstack-qa10:34
*** e0ne has joined #openstack-qa10:34
*** mwagner_ has quit IRC10:34
*** jaypipes has joined #openstack-qa10:36
*** ChanServ sets mode: +o jaypipes10:36
*** jaypipes is now known as leakypipes10:38
*** yamamoto has quit IRC10:43
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 207373,16,72d5ca110:46
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix return value of reserve_fixed_ip client method  https://review.openstack.org/23036410:47
dims__sdague: a small fix in devstack will help us test pika based rabbitmq driver - https://review.openstack.org/#/c/226348/ - please peek when you get a chance10:47
*** shardy_ has joined #openstack-qa10:51
*** frickler has quit IRC10:51
sdaguedims__: we no longer need the rabbit section?10:51
sdagueif so, awesome10:51
sdaguebut I didn't think that was a thing10:52
*** shardy has quit IRC10:52
dims__sdague: both will work10:52
sdagueok, but options can't be passed in the url still, we need options for that10:52
dims__ah let me ask dukhlov to check on that10:53
*** ig0r_ has joined #openstack-qa10:55
*** ig0r_ has quit IRC10:56
*** shardy_ has quit IRC10:56
*** e0ne has quit IRC10:57
*** shardy has joined #openstack-qa10:57
openstackrecheckConsole logs not available after 13:27s for gate-grenade-dsvm-partial-ncpu 221020,7,82cbf2411:00
*** markvoelker has joined #openstack-qa11:05
*** cazino has quit IRC11:05
*** markvoelker has quit IRC11:09
*** tosky has quit IRC11:10
openstackgerritMerged openstack/tempest: Add test for config drive extension  https://review.openstack.org/18968711:12
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-neutron-full 230324,1,cacd87511:13
*** cdent has quit IRC11:14
*** salv-orlando has joined #openstack-qa11:15
openstackrecheckopenstack/nova change: https://review.openstack.org/227744 failed because of: gate-nova-docs: https://bugs.launchpad.net/bugs/1501995, gate-nova-pep8: https://bugs.launchpad.net/bugs/1501995, gate-nova-python27: https://bugs.launchpad.net/bugs/1501995, gate-nova-python34: https://bugs.launchpad.net/bugs/1501995, gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/135396211:15
openstackLaunchpad bug 1501995 in OpenStack-Gate "Pillow 3.0.0 breaks the world" [Undecided,Fix released] - Assigned to Anita Kuno (anteaya)11:15
*** salv-orlando has quit IRC11:20
*** cazino has joined #openstack-qa11:24
openstackrecheckConsole logs not available after 13:28s for gate-nova-python27 228774,1,646797411:29
*** frickler has joined #openstack-qa11:29
*** salv-orlando has joined #openstack-qa11:32
*** dzamboni has joined #openstack-qa11:36
*** aysyd has joined #openstack-qa11:40
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-full-juno 229386,3,6505a6811:42
*** yamamoto has joined #openstack-qa11:47
*** pcaruana has quit IRC11:47
*** nadya has quit IRC11:54
*** jffische has joined #openstack-qa11:54
*** amotoki has quit IRC11:59
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 230327,4,8a92ca011:59
*** nadya has joined #openstack-qa12:00
*** e0ne has joined #openstack-qa12:01
*** pradk has joined #openstack-qa12:03
*** nadya has quit IRC12:04
*** cazino has quit IRC12:05
*** markvoelker has joined #openstack-qa12:05
*** cazino has joined #openstack-qa12:05
openstackgerritAndrea Frittoli proposed openstack/tempest-lib: Introduce scope in the auth API  https://review.openstack.org/20270512:08
*** markvoelker has quit IRC12:09
*** markvoelker has joined #openstack-qa12:09
*** apevec has quit IRC12:11
*** nadya has joined #openstack-qa12:11
*** bltavares has joined #openstack-qa12:13
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 230295,3,d2f38f012:14
*** tosky has joined #openstack-qa12:18
*** ranger81 has joined #openstack-qa12:18
*** mwagner_ has joined #openstack-qa12:19
*** yamamoto has quit IRC12:21
*** ranger81 has quit IRC12:22
openstackgerritElena Ezhova proposed openstack-dev/grenade: Increase wait_for timeout in ensure_services_stopped  https://review.openstack.org/23039712:24
openstackgerritSean Dague proposed openstack-dev/grenade: make SERVICE_TIMEOUT variable  https://review.openstack.org/23039812:24
openstackgerritSean Dague proposed openstack-infra/devstack-gate: update grenade branch logic for mitaka  https://review.openstack.org/22936312:26
*** weshay_xchat has joined #openstack-qa12:27
*** weshay_xchat is now known as weshay12:28
*** glauco_ has joined #openstack-qa12:28
*** ccarrara has joined #openstack-qa12:32
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-liberty 230364,1,769ae7212:36
*** edmondsw has joined #openstack-qa12:37
*** bltavares has quit IRC12:38
*** bltavares has joined #openstack-qa12:38
*** vgridnev_ has quit IRC12:43
*** vgridnev has joined #openstack-qa12:44
ccarraramtreinish timothyb89: Hi :) Do you guys have any thought how openstack-health will serve the frontend built stuff?12:47
*** rfolco has joined #openstack-qa12:49
*** macjack has joined #openstack-qa12:52
*** regXboi has joined #openstack-qa12:52
ccarraraandreaf: yesterday we're asking about how the pages on o-h will be linked. I've tried something here, building the second page and putting the links on home page and second page. https://review.openstack.org/#/c/230135/12:54
andreafccarrara: cool - looking12:54
*** zz_dimtruck is now known as dimtruck12:55
*** dtantsur is now known as dtantsur|brb12:55
*** dramalho has joined #openstack-qa12:55
*** woodster_ has joined #openstack-qa12:56
*** dustins has joined #openstack-qa12:57
*** dspano has joined #openstack-qa12:57
*** dpaterson has joined #openstack-qa12:58
openstackgerritTuan Nguyen proposed openstack/tempest-lib: Migrated quotas_client.py from tempest  https://review.openstack.org/22912012:59
*** salv-orlando has quit IRC12:59
*** yamamoto has joined #openstack-qa13:07
*** bltavares has quit IRC13:07
*** bltavares has joined #openstack-qa13:10
*** yamamoto_ has joined #openstack-qa13:13
*** yamamoto has quit IRC13:16
openstackgerritAndrea Frittoli proposed openstack/tempest: DEBUG failures on V3CredsClient  https://review.openstack.org/23032713:16
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102013:16
*** dimtruck is now known as zz_dimtruck13:17
openstackgerritTuan Nguyen proposed openstack/tempest-lib: Migrated instance_usage_audit_log_client.py from tempest  https://review.openstack.org/22991013:19
sdaguemtreinish / dansmith / dtroyer : https://review.openstack.org/#/c/229458/ and https://review.openstack.org/#/c/230398/ could use landing, I think we can then do the branch switch over13:21
*** mriedem has joined #openstack-qa13:26
*** mestery_ is now known as mestery13:26
*** dramalho has quit IRC13:27
*** tpeoples has joined #openstack-qa13:28
*** amotoki has joined #openstack-qa13:30
*** zz_dimtruck is now known as dimtruck13:35
*** cazino has quit IRC13:35
*** cazino has joined #openstack-qa13:36
*** dramalho has joined #openstack-qa13:38
*** cdent has joined #openstack-qa13:40
*** mestery has quit IRC13:40
*** alaski is now known as lascii13:45
*** shardy_ has joined #openstack-qa13:49
mtreinishtimothyb89: I got the gauges working on: https://review.openstack.org/#/c/224992/ it turns out it was just an dep install issue on my env, so that should be good to go13:49
mtreinishccarrara: ok, I'll take a look13:49
*** shardy has quit IRC13:51
mtreinishsdague: +A13:51
*** artom has joined #openstack-qa13:53
ccarraramtreinish: thanks :) I'm just asking about serving frontend stuff to know if there is anything in progress or some thought. I'm ready to help you guys :)13:53
*** shardy_ has quit IRC13:54
openstackrecheckopenstack/glance change: https://review.openstack.org/230056 failed gate-tempest-dsvm-large-ops in the gate queue with an unrecognized error13:55
*** mriedem1 has joined #openstack-qa13:55
*** shardy has joined #openstack-qa13:55
*** mriedem has quit IRC13:55
mtreinishccarrara: well I respun the patch last night which actually uses data from the rest server: https://review.openstack.org/#/c/224992/13:57
mtreinishso you can at least test the whole workflow locally13:57
ccarrarathis is really nice.13:57
mtreinishccarrara: also my patch https://review.openstack.org/#/c/230209/ makes it easy to test things locally, just run 'tox -edeploy-dev'13:59
mtreinishI should rebase that on the live data patch13:59
*** dimtruck is now known as zz_dimtruck13:59
*** zz_dimtruck is now known as dimtruck14:00
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020914:00
*** jecarey has joined #openstack-qa14:00
*** mriedem1 is now known as mriedem_meeting14:00
*** davhou has quit IRC14:01
*** apevec has joined #openstack-qa14:01
*** rossella_s has quit IRC14:06
*** rossella_s has joined #openstack-qa14:06
*** bltavares has quit IRC14:10
*** bltavares has joined #openstack-qa14:13
*** dims__ has quit IRC14:14
*** dims__ has joined #openstack-qa14:15
sdaguefungi: so... https://review.openstack.org/#/c/229363/ I think is good, with the stack of fixes in flight now14:19
fungisdague: woo! so close14:20
sdaguefungi: everything in depends-on is in the gate or merged now14:20
*** macjack has quit IRC14:21
*** mfisher_ora has joined #openstack-qa14:21
*** ajmiller_ has joined #openstack-qa14:23
*** cazino has quit IRC14:23
*** ajmiller has quit IRC14:25
*** cdent has quit IRC14:26
timothyb89ccarrara: for serving the frontend, the final build artifact is a flat .html with combined resources, we can put it on any http server14:27
*** bltavares has quit IRC14:27
*** austin81 has joined #openstack-qa14:28
*** glauco_ has quit IRC14:29
*** bltavares has joined #openstack-qa14:29
*** dramalho has quit IRC14:29
ccarraratimothyb89: yes. I do agreed with you. Are there any project and/or openstack way to do that which we must to base on?14:29
*** mestery has joined #openstack-qa14:30
*** glauco_ has joined #openstack-qa14:30
*** apevec has quit IRC14:31
*** glauco_ has quit IRC14:31
*** apevec has joined #openstack-qa14:31
timothyb89ccarrara: there are some, we have used ironic-webclient as an example for a lot of things14:31
*** glauco has joined #openstack-qa14:31
*** glauco has quit IRC14:31
*** glauco_ has joined #openstack-qa14:32
timothyb89ccarrara: distribution itself should be easy enough, CI integration will be a bit tricker, what with npm being npm14:32
mtreinishtimothyb89: heh, we'll be CDing it, so we probably want a way to test patches before too long14:33
timothyb89yep, that too14:33
timothyb89actually I think `gulp prod` will have a plain nonzero return value if there's any build issues, like blatant syntax errors etc14:34
austin81mtreinish: so you want to write us some unit tests?? :)14:34
mtreinishtimothyb89: yeah, and it does some lint checking too14:35
mtreinishaustin81: hah, no not for the js stuff14:35
*** dramalho has joined #openstack-qa14:35
mtreinishI just started learning how to do that for real last night14:35
austin81js? isn't it awful?14:35
mtreinishmy eyes haven't stopped bleeding since I started looking at it14:36
*** yamahata has joined #openstack-qa14:36
timothyb89mtreinish: I believe it only treats them as warnings though, we may still want a real gate test at some point14:36
mtreinishtimothyb89: but we can probably leverage some of what krotscheck has setup with the eslint checks and other things14:36
timothyb89yes, hopefully14:36
*** cazino has joined #openstack-qa14:36
timothyb89mtreinish: we do also have infrastructure for unit and integration tests in the project, we just have yet to write any14:37
openstackgerritOpenStack Proposal Bot proposed openstack/tempest-lib: Updated from global requirements  https://review.openstack.org/23047014:37
*** pglass has joined #openstack-qa14:37
krotscheckWhat do y'all need help with?14:38
* krotscheck is reading backscroll14:39
krotscheckOh, openstack-health14:39
krotscheckNeat14:39
krotscheckYes14:39
mtreinishkrotscheck: yeah I was just saying at some point we need to get the javascript-jobs template running on proposed commits14:40
krotscheckmtreinish: It should be pretty easy14:41
mtreinishkrotscheck: yeah the project-config change looks easy, I was just looking to see what needs to change in repo to support running them14:41
krotscheckmtreinish: Lemme go look14:42
*** tsekiyama has joined #openstack-qa14:43
krotscheckOh, now I remember, it's a zombie project :)14:43
krotscheckSorry14:43
krotscheckfrankenstein14:43
krotschecktoo close to halloween14:43
*** dansmith is now known as superdan14:44
mtreinishheh, yeah something like that14:45
*** ranger81 has joined #openstack-qa14:45
krotscheckmtreinish: Ok, a few things likely need to be fixed.14:45
krotscheck1- Right now, project.jsondevDependencies contain things which I think y'all need at runtime. Those need to be moved into 'dependencies'14:46
*** shardy_ has joined #openstack-qa14:46
*** dtantsur|brb is now known as dtantsur14:47
*** shardy has quit IRC14:48
* krotscheck is waiting for npm install ro resolve14:48
krotscheckwow, y'all have a lot of gulp things in there.14:48
krotscheckAre they all strictly necessary?14:48
timothyb89a bit concerned about that actually, will the gate try to install them all from scratch every run?14:49
mtreinishI have no idea, timothyb89 ^^^14:49
krotschecktimothyb89: Yep.14:49
krotscheckWe don't have a proxy yet14:49
krotscheckI mean mirror14:49
krotscheckENGLISH14:49
krotscheckIt's HARD14:49
timothyb89krotscheck: ouch. I have done a lot of pruning as it is, not too sure what else can be removed14:49
*** ranger81 has quit IRC14:49
mtreinishtimothyb89: what are all of those used for?14:50
krotschecktimothyb89: Some of the gulp-proxy-to-specific-tool things can be pulled.14:51
krotscheckFor instance, you can run karma start ./14:51
krotscheckinstead of gulp karma14:51
krotscheckand hide all that behind npm test14:51
krotscheckOnce this installs I can show you what I mean14:51
*** shardy_ has quit IRC14:51
krotscheckAlso, I'm using npm v3, which does ALL KINDS of additional install things14:52
*** shardy has joined #openstack-qa14:52
timothyb89that's probably for the best, older npm doesn't play nice some some deps14:52
*** achanda has joined #openstack-qa14:53
krotscheckHrm, browserify?14:53
*** tosky has quit IRC14:53
openstackrecheckConsole logs not available after 13:26s for gate-cinder-pep8 230429,1,ac3b6b914:53
timothyb89it appears that the biggest deps are all test related, probably a bit tricky to clean those unfortunately14:54
timothyb89ehm, yep14:54
krotscheckWell, we'll see what we can do :)14:54
ccarraratimothyb89: other thing, is it really necessary to use browsersync in the current status of project?14:54
*** tosky has joined #openstack-qa14:54
*** russellb is now known as rustlebee14:55
timothyb89ccarrara: it isn't strictly "necessary" though it is extremely convenient for dev14:55
timothyb89ccarrara: also it is not used during production builds at all14:55
krotscheckwhat does that do>14:56
krotscheckbasically gulp watch?14:56
timothyb89it handles automated browser reload and state sync across devices14:56
timothyb89in addition to gulp watch functionality14:56
*** mlavalle has joined #openstack-qa14:56
timothyb89useful for demos, etc as well since it will sync mouse clicks and such across browsers14:57
*** mtanino has joined #openstack-qa14:57
krotscheckRight. Ironic-webclient uses gulp-webserver for that14:58
*** gszasz has quit IRC14:58
ccarrarakrotscheck timothyb89: since we already got this to the project and browsersync is not used during production builds, maybe we can let it. Right?14:58
krotscheckFor speed's sake, you can remove the 'pretest' call to npm install, the gate will always run it.14:58
*** mriedem_meeting is now known as mriedem14:59
*** cdent has joined #openstack-qa14:59
*** pbredenb has quit IRC14:59
*** sabeen has joined #openstack-qa14:59
timothyb89ccarrara: I imagine we can leave it in with "devDependencies" and it won't get downloaded by the gate14:59
*** ccarmack has joined #openstack-qa14:59
krotschecknpm install installs everything, we don't have a choice over that.14:59
timothyb89ah, hm15:00
ccarrarakrotscheck: good point :|15:00
*** pbredenb has joined #openstack-qa15:00
*** yamahata has quit IRC15:00
timothyb89npm install --production?15:00
*** yamahata has joined #openstack-qa15:00
*** achanda has quit IRC15:01
krotschecktimothyb89: How do you distinguish between a necessary dependency for test, a necessary dependency for dev, and a necessary dependency for runtime?15:01
krotscheckThis is why I use bower for my app dependencies :)15:01
krotscheckBut even so, using browsersync is not a problem.15:01
krotscheckIt's a useful tool, let's just leave it. Nitpicking individual packages is just bikeshedding15:02
ccarrarakrotscheck: I agreed with you :).15:02
timothyb89well, what would it take to "solve" things properly? an npm caching server?15:03
openstackgerritGlauco Oliveira proposed openstack-infra/subunit2sql: Refactor subunit2sql dbapi  https://review.openstack.org/22855415:03
krotschecktimothyb89: Nothing, really? What's your tolerance for a longer build?15:04
krotschecktimothyb89: I mean yeah, adding an npm mirror into infra would definitely speed things up15:04
krotschecktimothyb89: And it might be ncie as the JS ecosystem grows so we don't drive npm Inc out of business15:04
krotscheck(though, frankly, I kindof want to so they stop trying to block necessary features in order to try to be profitable)15:04
mtreinishkrotscheck: things that touch the internet will break eventually. Especially if you get your wish and have moar js15:04
krotscheckmtreinish: Did you hear that they emulated the linux kernel in javascript?15:05
timothyb89mtreinish: http://jslinux.org/15:05
mtreinishheh, yeah I've seen that15:05
openstackrecheckConsole logs not available after 13:25s for gate-horizon-python34 230434,1,3a132aa15:07
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/223093 failed gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error15:07
timothyb89I suppose longer builds won't be a huge issue, and realistically the "worst" deps are all things we can't really remove15:07
timothyb89phantomjs, gulp-sass, protractor, karma...15:08
*** hop|2 has quit IRC15:10
*** artom has quit IRC15:11
*** grafuls has quit IRC15:11
krotscheckYep15:12
krotschecktimothyb89: What's all this python stuff for?15:13
timothyb89krotscheck: the project namespace is shared with a python module for the rest API15:13
ccarrarakrotscheck: under openstack-health folder?15:13
krotscheckGotcha, so two projects in one15:14
timothyb89yep15:14
*** sabeen has quit IRC15:15
krotscheckexpress?15:15
timothyb89er, is that in there? it probably shouldn't be..15:15
openstackgerritDavid Paterson proposed openstack/tempest: Fix init command  https://review.openstack.org/22433815:15
timothyb89apparently it is a depdendency of selenium-webdriver, karma, and a half dozen other libs15:17
*** jasonsb_ has joined #openstack-qa15:18
timothyb89ah, but it's downloaded individually where it is needed, we can get rid of our dependency on it at least15:20
*** davideagnello has joined #openstack-qa15:20
*** dramalho has quit IRC15:23
openstackgerritAndrea Frittoli proposed openstack/tempest: DEBUG failures on V3CredsClient  https://review.openstack.org/23032715:23
openstackgerritAndrea Frittoli proposed openstack/tempest: Use scope in v3 identity client  https://review.openstack.org/22102015:23
krotscheckWhat?15:24
krotscheckThat seems silly15:24
timothyb89that's npm :)15:24
krotscheckAaanyway15:24
krotscheckResponse time this morning is going to be a bit slow until my wife takes the kid15:24
*** kbaikov has quit IRC15:24
timothyb89but yeah, we'll need to do a whole lot of pruning, I'll spend some time on that today15:24
*** ccneill has joined #openstack-qa15:25
*** hemnafk is now known as hemna15:27
krotscheckThe fact that your gulp tasks require their own includes is probably a good indication that your build is too complicated ;)15:28
timothyb89heh, it ah, does do a fair amount15:30
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-postgres-full 230327,5,c4da85c15:31
*** vgridnev has quit IRC15:31
krotschecktimothyb89: Teh default coverate report output folder for infra is ./cover, not ./coverage15:32
*** sabeen has joined #openstack-qa15:32
*** mlavalle has quit IRC15:32
*** scottda has joined #openstack-qa15:35
*** cazino has quit IRC15:35
scottdaHi QA folks.15:36
scottdaI've a change to /etc/cinder/api-paste.ini for my WIP cinder-api-microversions and it needs to be manually copied over from the cinder repo on Devstack in order to get c-api to start....15:36
scottdaThis is causing Grenade to fail in starting Cinder API.15:36
scottdaWhat needs to get done to make the Grenade tests copy over the change to /etc/cinder/api-paste.ini ?15:36
*** Swami has joined #openstack-qa15:37
*** mylu has joined #openstack-qa15:38
mtreinishscottda: that is documented here: http://docs.openstack.org/developer/grenade/readme.html#theory-of-upgrade15:39
scottdaOK, so does that mean the something like /etc/cinder/api-paste.ini cannot be changed at all? or just that the change must be in the release notes, and somehow Grenade will fail?15:41
scottdamriedem: Thanks. I've been pointed to this example for a similar change:15:43
scottdahttps://review.openstack.org/#/c/217625/315:43
mriedemblarg15:43
mtreinishscottda: preferablly you should be able to run without changing the paste file15:43
openstackgerritMichael Krotscheck proposed openstack/openstack-health: Switched from jshint to eslint  https://review.openstack.org/23050515:44
mtreinishscottda: but, read the last paragraph of that section, you need to get the ptl to sign off the release notes changed and then we'll be willing to accept a manual upgrade step patch15:44
mtreinishbut if you can figure out a way to make things work with the old paste that would be best15:44
openstackgerritMichael Krotscheck proposed openstack/openstack-health: Switched from jshint to eslint  https://review.openstack.org/23050515:44
scottdaGot it. Thanks. The code is not reviewed, and maybe I can do without the change...15:44
*** dramalho has joined #openstack-qa15:44
*** mylu has quit IRC15:44
krotschecktimothyb89: So, from what I can gather, something like ^^ is the only remaining step you need to have the gate switch to using javascript jobs.15:44
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-full-juno 221020,8,513b59615:44
timothyb89krotscheck: ah, good to know, thanks!15:45
*** mylu has joined #openstack-qa15:45
krotscheckI didn't fix all the linting errors, as some of them are dependent on project governance. I.e. you want to decide whether these rules make sense to you.15:45
*** mylu has quit IRC15:46
timothyb89makes sense, I'll look through them15:46
krotscheckFrom an app-design standpoint though, it looks like you're using a lot of require.js syntax, which forces you to use browserify. You may be able to get away without it, and strip out all those dependencies.15:46
*** mylu has joined #openstack-qa15:46
krotscheckAn alternative is here -> https://review.openstack.org/#/c/228630/15:47
openstackgerritMerged openstack-dev/devstack: Remove unnecessary execute permissions  https://review.openstack.org/22810015:47
*** jlanoux has quit IRC15:47
*** cazino has joined #openstack-qa15:48
krotscheckBut, well, all you really have to have for javascript-jobs is for "npm test" and "npm run lint" to work.15:48
krotscheckThe only other piece is that there's some assumptions that the jobs make about the output structure. The rules are fairly straightforward:15:49
krotscheckcoverage output goes into ./cover/15:49
krotschecktest reports go into ./reports/15:49
krotscheckAny draft build goes into ./dist/15:50
krotscheckActually, that's a lie15:50
krotscheckAny draft build will be generated off of package.json -> files: [] property15:50
*** tsekiyama has quit IRC15:50
krotscheckAnd that's it.15:50
krotschecktimothyb89: ^^ that's the basic summary15:51
timothyb89okay, seems pretty straightforward15:51
krotscheckUpcoming jobs will try to publish to npm, but that's not relevant to your project.15:51
krotscheckIf you have suggestions on how to handle translation imports though, or do doc generation, I'm all ears :)15:52
* krotscheck hasn't tackled that yet.15:52
timothyb89krotscheck: part of our usage of browserify is so we can have dependencies concat'd + minified, is there a good solution for that as well?15:52
timothyb89that is a good question, I am unfamiliar with that in js15:52
krotschecktimothyb89: That patch I sent you generates the concatenation glob patterns for uglify.15:52
krotscheckIt basically assumes that you have a directory full of ng modules.15:52
krotscheckEverything else is pulled from the 'main' property in the bower.json files for each of the bower dependencies (bower-main-files)15:53
timothyb89ah, so it does include bower libs?15:53
krotschecktimothyb89: Yep, sec, lemme find the relevant line.15:53
timothyb89huh, okay, that is handy15:54
krotschecktimothyb89: It does things like this -> http://git.openstack.org/cgit/openstack/ironic-webclient/tree/gulpfile.js#n10115:54
krotscheckThe libs are packaged here -> http://git.openstack.org/cgit/openstack/ironic-webclient/tree/gulpfile.js#n12615:54
timothyb89ah, okay, that's simple enough15:55
jordanPtempest core, we have a disagreement here : https://review.openstack.org/#/c/224944/1/tempest/api_schema/response/compute/v2_1/services.py,cm i'd love to have your input15:55
krotscheckAnd places where the bower.json file is annoying about including dependencies like jquery that we don't want can be overridden directly like this -> http://git.openstack.org/cgit/openstack/ironic-webclient/tree/bower.json#n1615:55
jordanPgmann, you here ?15:55
sdaguemtreinish: when you added doc stuff to grenade....15:55
mtreinishuh oh15:55
sdagueare we using any of the sphinx diag stuff15:55
mtreinishno15:55
sdaguebecause I don't see it15:55
mtreinisherr, well not that I know of15:56
sdagueok, it's blowing up on pillow15:56
mtreinishthere weren't any diagrams in the docs so I wouldn't have imported that module on purpose15:56
*** amotoki has quit IRC15:56
*** jecarey has quit IRC15:56
mtreinishI might have accidently cargo culted it from somewhere though15:56
sdagueyeh, probably from devstack15:57
*** yamamoto_ has quit IRC15:57
openstackgerritSean Dague proposed openstack-dev/grenade: remove use of sphinx diag tools  https://review.openstack.org/23051615:57
openstackgerritMatthew Treinish proposed openstack/openstack-health: Enable running under wsgi container  https://review.openstack.org/22500415:57
mtreinishsdague: yeah, that's what I based most of the docs stuff off of15:58
sdagueok, that and https://review.openstack.org/23051715:58
sdaguewe should put through fast15:58
mtreinishsdague: just +A'd both15:59
*** mlavalle has joined #openstack-qa15:59
openstackgerritSean Dague proposed openstack-dev/grenade: disable image v2 with osc because it doesn't work  https://review.openstack.org/22945816:01
openstackgerritSean Dague proposed openstack-dev/grenade: make SERVICE_TIMEOUT variable  https://review.openstack.org/23039816:01
sdagueok, so those are just rebases to sit on top of that one16:01
sdagueI think all the cr votes are kept, if you want to +A those16:02
mtreinishalready done16:02
sdaguethen we can recheck the d-g change and it might work16:02
*** mylu has quit IRC16:03
openstackrecheckConsole logs not available after 18:00s for gate-tempest-dsvm-cells 212908,20,1f0d90416:03
*** mylu has joined #openstack-qa16:03
*** jogo is now known as flashgordon16:05
*** artom has joined #openstack-qa16:07
*** artom has quit IRC16:07
*** sabeen3 has joined #openstack-qa16:07
*** artom has joined #openstack-qa16:07
*** sabeen has quit IRC16:08
openstackgerritJohn F. Fischer proposed openstack/tempest-lib: Migrated security_groups_client.py  https://review.openstack.org/22991416:09
openstackgerritMichael Krotscheck proposed openstack/eslint-config-openstack: Removed TODO comments  https://review.openstack.org/22891516:09
openstackgerritMichael Krotscheck proposed openstack/eslint-config-openstack: Upgraded eslint version  https://review.openstack.org/22891416:09
*** ranger81 has joined #openstack-qa16:09
*** jordanP has quit IRC16:09
*** ranger81 has quit IRC16:10
*** ranger81 has joined #openstack-qa16:10
*** jordanP has joined #openstack-qa16:11
*** salv-orlando has joined #openstack-qa16:11
*** ranger81 has quit IRC16:12
*** mylu has quit IRC16:13
*** artom has quit IRC16:13
*** jasonsb_ has quit IRC16:13
*** mylu has joined #openstack-qa16:15
*** artom has joined #openstack-qa16:15
*** mylu has quit IRC16:16
openstackrecheckConsole logs not available after 13:32s for gate-nova-python27 228843,1,e9ecbbe16:17
*** glauco_ has quit IRC16:19
*** dramalho has quit IRC16:19
*** bltavares has quit IRC16:19
*** vgridnev has joined #openstack-qa16:21
*** bltavares has joined #openstack-qa16:21
*** dramalho has joined #openstack-qa16:21
*** mylu has joined #openstack-qa16:21
*** dramalho has quit IRC16:21
*** jtrovo has joined #openstack-qa16:21
*** nic has joined #openstack-qa16:22
*** dtantsur is now known as dtantsur|afk16:23
*** dimtruck is now known as zz_dimtruck16:23
*** mudassirlatif has joined #openstack-qa16:23
*** salv-orlando has quit IRC16:24
*** catohornet has joined #openstack-qa16:25
*** bltavares has quit IRC16:25
*** jtrovo has quit IRC16:27
*** cazino has left #openstack-qa16:27
openstackgerritSirushti Murugesan proposed openstack-dev/devstack: Enable optional Python 3 support  https://review.openstack.org/18116516:28
*** austin81 has left #openstack-qa16:30
*** e0ne has quit IRC16:31
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python34 220561,14,52301cc16:31
*** jordanP has quit IRC16:36
*** mylu has quit IRC16:42
*** jasonsb_ has joined #openstack-qa16:44
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 221310,15,ffffb5816:44
*** mylu has joined #openstack-qa16:48
*** jasonsb_ has quit IRC16:49
*** dims__ is now known as dimsum__16:49
*** nadya has quit IRC16:50
*** mlavalle has quit IRC16:51
*** yamahata has quit IRC16:53
*** tosky has quit IRC16:56
*** davideagnello has quit IRC16:56
*** amotoki has joined #openstack-qa16:56
*** nadya has joined #openstack-qa16:57
*** yamamoto has joined #openstack-qa16:57
*** luqas has quit IRC16:59
*** davideagnello has joined #openstack-qa17:01
*** amotoki has quit IRC17:01
*** yamamoto has quit IRC17:02
openstackrecheckConsole logs not available after 13:30s for gate-tempest-python34 221020,9,267f60b17:06
*** bltavares has joined #openstack-qa17:09
*** tpeoples has quit IRC17:09
*** dramalho has joined #openstack-qa17:09
*** glauco_ has joined #openstack-qa17:10
*** jtrovo has joined #openstack-qa17:12
*** achanda has joined #openstack-qa17:16
*** yamahata has joined #openstack-qa17:18
openstackrecheckConsole logs not available after 13:34s for gate-tempest-dsvm-postgres-full 230327,6,3fab61717:21
*** shardy has quit IRC17:23
*** glauco_ has quit IRC17:27
*** bltavares has quit IRC17:27
*** mriedem has quit IRC17:28
*** aysyd has quit IRC17:29
*** aysyd has joined #openstack-qa17:29
*** mriedem has joined #openstack-qa17:32
*** mylu has quit IRC17:33
*** nadya has quit IRC17:33
*** jtrovo has quit IRC17:34
*** mylu has joined #openstack-qa17:35
*** mylu has quit IRC17:36
*** mylu has joined #openstack-qa17:37
*** macjack has joined #openstack-qa17:38
*** mylu has quit IRC17:39
*** mylu has joined #openstack-qa17:40
*** macjack has left #openstack-qa17:42
*** pvaneck has joined #openstack-qa17:43
*** dramalho has quit IRC17:43
*** mylu has quit IRC17:47
*** mylu has joined #openstack-qa17:53
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-full-non-isolated 221020,9,a2e008817:55
*** mylu has quit IRC17:57
*** mylu has joined #openstack-qa17:57
*** cdent has quit IRC17:58
*** mylu has quit IRC17:58
*** mylu has joined #openstack-qa17:59
*** e0ne has joined #openstack-qa18:01
*** yamahata has quit IRC18:03
*** rossella_s has quit IRC18:06
*** rossella_s has joined #openstack-qa18:06
*** nadya has joined #openstack-qa18:13
*** mylu has quit IRC18:15
*** mlavalle has joined #openstack-qa18:17
*** mylu has joined #openstack-qa18:19
*** weshay has quit IRC18:21
*** weshay_xchat has joined #openstack-qa18:21
*** artom has quit IRC18:21
*** mylu has quit IRC18:26
*** mylu has joined #openstack-qa18:28
*** e0ne has quit IRC18:28
openstackgerritChuck Carmack proposed openstack/tempest: Add a config option to disable security group usage  https://review.openstack.org/22519918:30
*** salv-orlando has joined #openstack-qa18:31
openstackgerritJohn Warren proposed openstack/tempest: Split out Neutron subnets client  https://review.openstack.org/23060418:33
*** drptbl has joined #openstack-qa18:36
*** mylu has quit IRC18:37
*** mylu has joined #openstack-qa18:38
*** zz_dimtruck is now known as dimtruck18:39
ccarmackmriedem: wondering what you think about my last comment to https://review.openstack.org/#/c/225199/18:39
*** mylu has quit IRC18:40
*** mylu has joined #openstack-qa18:40
*** dramalho has joined #openstack-qa18:41
*** jffische has quit IRC18:42
mriedemccarmack: lascii said it won't work for cells, but it doesn't break at the parent cell API18:43
mriedemi'm not sure we want to explicitly change that to start failing in the parent cell18:43
mriedemccarmack: but if we're going to add an option to tempest called compute-feature-enabled.security_groups and it can be False, i'd expect that the tempest.api.compute.security_groups tests will be skipped18:44
mriedemregardless of cells18:44
ccarmackwas that conversation -nova, I missed it18:44
*** dramalho has quit IRC18:46
*** salv-orlando has quit IRC18:47
*** e0ne has joined #openstack-qa18:48
mriedemccarmack: yeah this morning18:49
ccarmackok18:49
lasciiI should have added my comment to the review18:50
*** gfidente has quit IRC18:52
*** dzamboni has quit IRC18:52
*** glauco_ has joined #openstack-qa18:55
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/223093 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/150136618:55
openstackLaunchpad bug 1501366 in OpenStack Compute (nova) "libvirtError: Error while building firewall: Some rules could not be created for interface" [High,Confirmed]18:55
*** nadya has quit IRC18:57
*** nadya has joined #openstack-qa18:58
*** dramalho has joined #openstack-qa18:59
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add new graph time for variance of individual tests  https://review.openstack.org/23061119:02
*** bltavares has joined #openstack-qa19:03
openstackgerritCaio Carrara proposed openstack/openstack-health: Add second page (project)  https://review.openstack.org/23013519:03
mtreinishtimothyb89: so on https://review.openstack.org/#/c/229682/2 what is need for real review?19:07
*** ccarrara has quit IRC19:08
*** e0ne has quit IRC19:08
*** erlon has quit IRC19:08
timothyb89mtreinish: not much, a quick fix to the line colors and maybe some clarification comments19:10
mtreinishtimothyb89: ok, cool19:11
mtreinishthat's up first in a branch of frontend stuff19:11
mtreinishwhich'll be good to get moving forward19:11
timothyb89mtreinish: does your tox env solve the npm version issue introduced with that patch?19:11
mtreinishtimothyb89: it does, it installs npm from source in the tox env19:12
timothyb89okay cool19:12
mtreinishyou just run the tox command and it does everything for you19:12
timothyb89just making sure the readme didn't need further updates19:13
mtreinishtimothyb89: I think I updated the readme on that patch too19:13
timothyb89yup, you did19:13
mtreinishregXboi: so why only +1 on https://review.openstack.org/#/c/224992/ ?19:13
mtreinishis there something I need to fix?19:13
regXboimtreinish: I haven't been able to test it19:14
mtreinishah ok19:14
regXboiso it *looks* good but I can't say it *is* good19:14
*** davideagnello has quit IRC19:14
mtreinishheh, ok19:14
mtreinishthere wasnt a comment, so I was just wondering19:14
regXboiah19:14
regXboithat was my mistake - I should of said that19:14
mtreinishno worries19:14
*** jecarey has joined #openstack-qa19:15
* regXboi pretty much stuck in performance purgatory mode19:16
*** tsekiyama has joined #openstack-qa19:16
*** dramalho has quit IRC19:16
*** dramalho has joined #openstack-qa19:17
*** jtrovo has joined #openstack-qa19:18
*** dramalho has quit IRC19:19
*** pc_m has quit IRC19:20
*** mwagner_ has quit IRC19:21
*** ccarrara has joined #openstack-qa19:21
*** e0ne has joined #openstack-qa19:22
openstackgerritMerged openstack-dev/grenade: remove use of sphinx diag tools  https://review.openstack.org/23051619:24
openstackgerritMatthew Treinish proposed openstack/openstack-health: Update flake8 path in tox.ini  https://review.openstack.org/23062119:27
*** glauco_ has quit IRC19:28
*** glauco_ has joined #openstack-qa19:28
openstackrecheckConsole logs not available after 13:31s for gate-keystone-pep8 230590,1,f86ff5819:28
*** david-lyle has quit IRC19:35
*** david-lyle has joined #openstack-qa19:35
*** e0ne has quit IRC19:40
*** enikanorov_ has quit IRC19:40
openstackrecheckConsole logs not available after 13:25s for gate-tempest-python27 224338,10,fe7db3119:42
*** mlavalle has quit IRC19:42
openstackgerritMerged openstack-dev/grenade: disable image v2 with osc because it doesn't work  https://review.openstack.org/22945819:44
openstackgerritMerged openstack-dev/grenade: make SERVICE_TIMEOUT variable  https://review.openstack.org/23039819:44
openstackgerritMerged openstack-infra/devstack-gate: update grenade branch logic for mitaka  https://review.openstack.org/22936319:44
*** david-ly_ has joined #openstack-qa19:45
mtreinishsdague: ^^^ that looks promising19:45
sdagueyes, yes it does19:46
sdagueso, we openned up the timeout from 10 to 30 seconds for service stopping19:46
sdaguewe should keep an eye on grenade fails though19:47
sdagueto see if that still races some times19:47
*** yamahata has joined #openstack-qa19:47
*** david-lyle has quit IRC19:49
*** david-ly_ has quit IRC19:49
openstackgerritSean Dague proposed openstack-dev/grenade: stop forcing to cinder v1  https://review.openstack.org/22942319:51
openstackrecheckConsole logs not available after 13:24s for gate-nova-docs 228141,7,a07077f19:55
*** mwagner_ has joined #openstack-qa19:57
*** ajmiller_ is now known as ajmiller20:05
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-full-liberty 230604,1,a5bcb4d20:09
*** tsekiyama has quit IRC20:12
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add new graph time for variance of individual tests  https://review.openstack.org/23061120:13
*** tsekiyama has joined #openstack-qa20:17
*** david-lyle has joined #openstack-qa20:24
*** leakypipes has quit IRC20:28
*** moravec has quit IRC20:29
*** moravec has joined #openstack-qa20:29
*** aysyd has quit IRC20:30
openstackrecheckConsole logs not available after 13:24s for gate-horizon-npm-run-test 172602,25,2bd6a3e20:34
*** ccneill has quit IRC20:38
*** nadya has quit IRC20:40
*** drptbl has quit IRC20:41
*** ccneill has joined #openstack-qa20:44
*** tsekiyama has quit IRC20:47
*** drptbl has joined #openstack-qa20:49
*** ccarmack has left #openstack-qa20:52
*** nadya has joined #openstack-qa20:56
*** amotoki has joined #openstack-qa20:58
openstackgerritJohn Warren proposed openstack/tempest: Split out Neutron subnets client  https://review.openstack.org/23060420:58
*** tsekiyama has joined #openstack-qa20:58
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Add build failure rate chart on homepage  https://review.openstack.org/23064321:01
glauco_mtreinish: andreaf: timothyb89: we have an idea of how to improve the existing dashboard homepage. we thought of having another chart in there showing the build failure rate. That would be us identifying failure trends independently of the amount of builds running.21:03
*** amotoki has quit IRC21:03
*** bltavares has quit IRC21:03
glauco_We would love having your opinion on whether this is valuable or not21:03
*** dimtruck is now known as zz_dimtruck21:03
*** tsekiyam_ has joined #openstack-qa21:03
glauco_https://review.openstack.org/#/c/230643/21:03
*** dustins has quit IRC21:03
*** mtanino has quit IRC21:04
timothyb89glauco_: I am wondering if it might be possible to integrate that with the main chart?21:06
timothyb89glauco_: it appears to be roughly the same as what you get by deselecting the "passes" series from the top legend21:06
glauco_timothyb89: they are using different scales21:06
glauco_I think it would become difficult to read it21:06
*** mylu has quit IRC21:07
*** tsekiyama has quit IRC21:07
*** tsekiyam_ has quit IRC21:07
glauco_timothyb89: This new chart shows data 'normalized'. I think it would be a complimentary information for the previous chart.21:08
ccarraratimothyb89: you're correct about it being the same data, but it's showed in a different way that, as we believe, can help user see the failures behaviour along the time independently of number of runs.21:08
ccarraratimothyb89: mtreinish andreaf it would be awesome to hear what a "real dashboard" user has to say about this kind of things. I mean, the way that data presentation can help them properly.21:10
timothyb89I agree, mtreinish may have some thoughts on that21:10
mtreinishccarrara: I tend to agree, a failure rate is definitely more noticeable than a failure count. if you look at the data on avg our failure rate is like 1%21:10
mtreinishso the count is going to be a very small number21:11
*** regXboi has quit IRC21:11
glauco_mtreinish: that might be the case of decrease the height of 'Build Failure Rate' chart, since there wouldn't be much variation on the information displayed on it21:14
*** dpaterson has quit IRC21:15
*** pbredenb has quit IRC21:16
mtreinishglauco_: I think this looks fine: http://i.imgur.com/utUW94U.png21:16
mtreinishalthough I kinda liked the blues before21:16
*** pbredenb has joined #openstack-qa21:16
mtreinish(you probably should isolate your patch to just adding the new graph not changing colors on existing ones)21:16
ccarraratimothyb89: how are you going with replacement of highchart to nvd3? Anything we can help?21:16
glauco_mtreinish: we could rollback the color change. We would just like to choose colors that could give it a good contrast between 'good' and 'bad'21:17
timothyb89ccarrara: I am going to make a few quick fixes and resubmit in a bit21:17
glauco_mtreinish: sure! just included everything on the same bundle to give people a taste of what we were talking about. we will split it between smaller patches.21:17
timothyb89https://review.openstack.org/#/c/224992/ will need some re-tweaking as some bits were lost during a rebase, but I hope to have it up today as well21:18
glauco_mtreinish: do you have any suggestion on colors for success and failures that would provide a better contrast?21:18
mtreinishtimothyb89: well I can handle the rebase21:18
ccarraratimothyb89: really good. Just asking because we're starting to have several patches that depends on that and if you need anything, let us know :)21:18
mtreinishglauco_: sure it's all personal taste I guess, I personally would have gone blue and red, instead of green and red21:19
mtreinishbut I don't think it matters too much21:19
*** salv-orlando has joined #openstack-qa21:19
glauco_mtreinish: got it! will update it accordingly! ;)21:19
timothyb89mtreinish: actually I may have misread the diff, looks like everything is fine21:19
mtreinishccarrara: heh, I was pestering him about that earlier :)21:19
clarkbchoosing colors that are color blind friendly is always good21:20
clarkb(we havent been good about that historically)21:21
clarkbred and green are bad together iirc21:21
ccarraranice point clarkb, thanks for remembering :)21:22
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Add build failure rate chart on homepage  https://review.openstack.org/23064321:22
*** glauco_ has quit IRC21:22
timothyb89I can go ahead and fix the coloring in my patch as well21:23
ccarrara^^ removing color changes21:23
ccarraratimothyb89: as we change this point we think we should fix21:23
timothyb89changing green to blue?21:23
ccarrarawe keep all default (blue)21:24
ccarraramaybe we should move forward this way for while21:24
ccarraraas clarkb mentioned we need to think carefully about the color choices.21:25
mtreinishccarrara: this might be of interest: http://www.research.ibm.com/people/l/lloydt/color/color.HTM21:25
ccarraramtreinish: Wow, looks awesome. Thanks! :) Nice weekend reading.21:27
*** salv-orlando has quit IRC21:27
clarkbccarrara: its probably not the most important thing but I know we have had users in the past complain about how some of our tools aren't so great with color21:28
ccarraraclarkb: we think developing tools that is really inclusive is an important thing. You're completely right. Maybe we can move forward now with some simplistic choices, but we must to keep this in mind.21:30
openstackgerritTim Buckley proposed openstack/openstack-health: Replace Highcharts with d3 and Nvd3 charts.  https://review.openstack.org/22968221:31
*** nadya has quit IRC21:31
timothyb89ccarrara, mtreinish: I believe it should be good to go21:32
ccarraratimothyb89: nice, looking :)21:33
timothyb89mtreinish: it still is not using a focus chart, I think I'd prefer to add that in a separate patch to keep things moving21:34
mtreinishtimothyb89: ok, there's a merge conflict on the live data one, let me fix that, and then I'll review21:34
mtreinishtimothyb89: sure thats fine, this gives us a starting point which is good21:34
ccarraratimothyb89: I do agreed that is a good point that allow us move forward. Nice work :)21:38
openstackgerritMatthew Treinish proposed openstack/openstack-health: Use live data on dashboard homepage  https://review.openstack.org/22499221:39
mtreinishtimothyb89: ^^^ the blue does look better, although it also changed the pie charts21:40
timothyb89I did that intentionally, but if that isn't what we want I can change it back21:40
mtreinishno it doesn't really matter21:40
dspanoFor the in-tree tests, are what used to be api now in the functional directory?21:41
ccarraramtreinish: than sounds that we're going to have some live data with d3 workflowed? Or not yet?21:42
dspanoI'm currently looking at heat's heat_integration directory.21:42
openstackrecheckConsole logs not available after 13:35s for gate-grenade-dsvm 224338,10,9d783e521:42
dspanos/heat_integration/heat_integrationtests/21:42
mtreinishccarrara: that imgur link I pasted above was with live data21:42
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/223093 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/144658321:42
openstackLaunchpad bug 1446583 in oslo.service "services no longer reliably stop in stable/liberty / master" [Critical,New]21:42
ccarrarayes, we run with live data locally too. I was mentioning about the changes be merged into code.21:43
*** bnemec has joined #openstack-qa21:44
mtreinishoh, yeah we're probably pretty close to getting things merged21:44
timothyb89mtreinish: maybe I'm not crazy, it looks like the interval selector dropdown is missing?21:45
*** yamahata has quit IRC21:45
mtreinishI dropped it from the patch, I figured we could add it back later21:45
mtreinishit's hard coded to hour write now21:45
timothyb89okay, fair enough21:45
*** ranger81 has joined #openstack-qa21:48
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020921:50
*** dspano has quit IRC21:51
*** mriedem has quit IRC21:51
openstackgerritTim Buckley proposed openstack/openstack-health: Fix applcation tile in `constants.js`.  https://review.openstack.org/23065921:51
mtreinishtimothyb89: ^^^ hah, I noticed that yesterday too21:51
timothyb89was starting to become annoying :)21:52
ccarraratimothyb89: Are you also thinking that gauge charts are little bit small related to all the white space in panel body?21:58
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add build failure rate chart on homepage  https://review.openstack.org/23064321:58
timothyb89ccarrara: they are, there's not a good way to work around that with nvd3 that I could find21:58
*** mfisher_ora has quit IRC21:59
timothyb89ccarrara: I figured I'd just throw something together quickly and we can replace it with a better gauge chart later21:59
ccarraratimothyb89: same here.. I was digging into that, but unsuccessfully.21:59
mtreinishtimothyb89, ccarrara: the bigger win there would be to have the percentage back22:00
mtreinishthe size can be a secondary concern22:00
timothyb89that should be pretty simple22:00
ccarraramtreinish: like mockup?22:01
mtreinishccarrara: yeah, I think the mockup had the percentage per project22:02
ccarraramtreinish: yes. In the mockups the percentage is located below the chart. I think with d3 we'll can put the value "inside" the gauge. Like inside the blue and red part.22:04
mtreinishdavid-lyle: so for your readme comment look at https://review.openstack.org/23020922:04
timothyb89that is supported, I'll look into tweaking the patch22:05
mtreinishtimothyb89: just do it as a follow up22:05
timothyb89will do22:05
mtreinishwe've got a pretty good stack going already :)22:05
*** rossella_s has quit IRC22:06
*** bnemec has quit IRC22:06
*** rossella_s has joined #openstack-qa22:06
openstackgerritMerged openstack/openstack-health: Replace Highcharts with d3 and Nvd3 charts.  https://review.openstack.org/22968222:06
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 230617,1,227341322:07
*** yamahata has joined #openstack-qa22:07
david-lylemtreinish: still missing the required piece for the manual steps22:08
david-lyleotherwise looks good22:08
*** dimsum__ has quit IRC22:09
mtreinishdavid-lyle: oh, I can fix the readme there too, leave a comment with what I should change on it22:10
mtreinishdavid-lyle: but I don't recomend doing it outside the tox job, its really weird. It took me a long time to get it all working on my local env22:10
mtreinishI don't like the js packaging story22:10
david-lylemtreinish: I did add it22:11
david-lyleI've gotten it working outside tox, but have to deviate from the README, that last addition should allow it to work, but I like the idea of nodeenv better22:11
ccarraramtreinish: do you mind if I get this task to improve readme thing?22:12
ccarraraI can do it based on you tox task.22:13
david-lyleccarrara: https://review.openstack.org/#/c/230209/7/README.rst ?22:14
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020922:15
mtreinishccarrara: oh, sry I just pushed the update22:15
ccarrarano problem.22:15
ccarrara:)22:15
mtreinishdavid-lyle: I might have gotten the npm syntax wrong22:15
mtreinishdavid-lyle: yeah I had to do it manually too, just to figure out what to do with tox22:16
ccarraramtreinish: a patch I've submitted start show some merge conflicts, do I need to resolve it locally and submit a new patch? here -> https://review.openstack.org/#/c/230135/22:17
*** sabeen3 has quit IRC22:18
mtreinishccarrara: yeah, if there are merge conflicts you'll have to manually rebase things locally22:18
mtreinishand then push it up to gerrit again22:18
ccarraraOk, I'll do it.22:18
david-lylemtreinish: I don't believe update works22:19
david-lyleinstall22:19
david-lylejust tried22:19
mtreinishdavid-lyle: hmm, ok is it install then?22:20
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 138664,9,7a5ed1122:20
mtreinisharchlinux packaged a new enough version so I wasn't sure what I needed to use22:20
ccarraramtreinish: do you have any thought about recommend use of nvm in Readme?22:22
ccarraranvm = node version manager22:23
mtreinishccarrara: nope, I've never used it so I can't weigh whether we should recommend it or not22:23
timothyb89ccarrara: I believe it fills the same role as nodeenv?22:23
timothyb89which the tox environment uses now22:23
timothyb89that said we'll probably want to specify real node/npm versions, since we aren't currently compatible with the new node 4.0 release22:25
ccarraranvm do the same thing nodeenv apparently, but cannot integrate with virtualenv and I do not think it (node environment) should. Seems pretty different things and a good idea to keep them separated.22:26
openstackgerritMatthew Treinish proposed openstack/openstack-health: Enable running under wsgi container  https://review.openstack.org/22500422:26
david-lylemtreinish: only install worked for me22:26
mtreinishdavid-lyle: so change it to 'npm install npm'?22:27
david-lylejust change update to install22:27
mtreinishok, will do22:27
david-lylenpm install -g npm22:27
david-lylesudo npm install -g npm22:28
ccarrarajust a sudden thought, 'npm install -g npm' looks really weird. =P22:28
ccarrarabecause if you're running npm, so it's already installed, no?22:28
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add tox env for running a local dev instance of the dashboard  https://review.openstack.org/23020922:28
mtreinishdavid-lyle: ^^^22:29
mtreinishccarrara: yes, they are different, but the idea is about creating an isolated env for doing everything needed to run things. Which on many systems(like mine) is important22:29
mtreinishso with one command you get an isolated python and js env to run things from for dev22:29
*** ranger81 has left #openstack-qa22:30
ccarraraYes, this is really important. But as a just personal option, I would prefer nvm. But if nodeenv is working fine to the project, this is most important :)22:30
mtreinishccarrara: well, you don't have to use the tox job. I just wanted a simple option for people not familiar with the workflow to experiment with it22:32
david-lylewell npm is a weird package management system at best22:32
david-lyleyes polluting the system libraries is not good22:32
clarkb+122:32
ccarraradavid-lyle: agree. I was not recommending to use system environment at all, just some ideas about different version managers ;)22:34
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-full-kilo 230604,2,4169e5a22:34
*** rustlebee is now known as russellb22:39
david-lyleccarrara: understood, hadn't read all the conversation22:39
ccarraradavid-lyle: was nice to see we all agree about this subject anyway :)22:40
david-lyle:D22:40
*** david-lyle has quit IRC22:45
*** edmondsw has quit IRC22:46
*** david-lyle has joined #openstack-qa22:47
mtreinishccarrara: so you seem to like the js stuff (at least more then me :) ) do you think you could have a try at adding this to the line chart directive: http://www.d3noob.org/2014/04/adding-in-zero-values-into-time-series.html22:47
mtreinishprobably as an option, because we don't likely want that on the percentage graph only the real time series ones like the success counts22:48
openstackgerritCaio Carrara proposed openstack/openstack-health: Add second page (project)  https://review.openstack.org/23013522:50
ccarraramtreinish: I definitely can try it. Just to see if I understand, you want this only on the first chart (failures and success), right?22:55
*** amotoki has joined #openstack-qa22:59
*** pglass has quit IRC23:01
*** dimsum__ has joined #openstack-qa23:02
mtreinishccarrara: yeah, just on the first chart23:02
ccarraranice, I'm already digging into it. :)23:03
*** ccneill has quit IRC23:03
*** amotoki has quit IRC23:04
mtreinishccarrara: the line graph is drawing between points even if there is missing data which makes the counts a bit misleading23:07
mtreinishbut for a percentage view (on the second graph) thats fine and probably desireable23:07
ccarrarayes, I got it ;)23:08
ccarraramtreinish: I need to go now, hope bring some nice result related with it. Let us know if you need anything else ;)23:11
*** jtrovo has quit IRC23:12
*** ccarrara has left #openstack-qa23:12
*** Swami has quit IRC23:17
*** achanda_ has joined #openstack-qa23:22
*** hemna is now known as hemnafk23:24
*** achanda has quit IRC23:25
*** achanda_ has quit IRC23:26
*** dimsum__ has quit IRC23:46
openstackrecheckopenstack/glance change: https://review.openstack.org/229973 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/147533323:56
openstackLaunchpad bug 1475333 in Cinder "gate-tempest-dsvm-full-ceph fails with Insufficient free space for volume creation on host ubuntu@ceph#ceph (requested / avail): 1/0.0" [High,Incomplete]23:56

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