Friday, 2017-01-20

*** dwayne__ has joined #openstack-powervm00:09
*** thorst_ has joined #openstack-powervm00:28
*** jwcroppe has quit IRC00:30
*** thorst_ has quit IRC00:45
*** thorst_ has joined #openstack-powervm00:45
*** thorst_ has quit IRC00:50
*** thorst_ has joined #openstack-powervm01:19
*** thorst_ has quit IRC01:19
*** thorst_ has joined #openstack-powervm02:01
*** thorst_ has quit IRC02:01
*** edmondsw_ has quit IRC02:36
*** edmondsw has joined #openstack-powervm02:57
*** edmondsw has quit IRC03:02
*** thorst_ has joined #openstack-powervm03:39
*** thorst_ has quit IRC03:40
*** tlian has quit IRC05:13
*** thorst_ has joined #openstack-powervm05:40
*** thorst_ has quit IRC05:48
openstackgerritWang Qing wu proposed openstack/nova-powervm: Refine oslo config help description and code format  https://review.openstack.org/41073406:22
*** edmondsw has joined #openstack-powervm06:34
*** edmondsw has quit IRC06:38
*** dwayne__ has quit IRC07:46
*** k0da has joined #openstack-powervm08:28
*** openstackgerrit has quit IRC09:02
*** thorst_ has joined #openstack-powervm09:46
*** thorst_ has quit IRC09:51
*** edmondsw has joined #openstack-powervm10:10
*** edmondsw has quit IRC10:15
*** openstackgerrit has joined #openstack-powervm11:11
openstackgerritShyama proposed openstack/nova-powervm: Read volume id from BDM connection_info['serial']  https://review.openstack.org/42321211:11
*** thorst_ has joined #openstack-powervm11:47
*** thorst_ has quit IRC11:52
*** edmondsw has joined #openstack-powervm12:13
*** smatzek_ has joined #openstack-powervm12:24
*** thorst_ has joined #openstack-powervm12:47
*** svenkat has joined #openstack-powervm13:01
*** tblakes has joined #openstack-powervm13:13
*** esberglu has joined #openstack-powervm14:06
*** mdrabe has joined #openstack-powervm14:13
thorst_*grumble grumble* cinder volumes *grumble grumble*14:20
openstackgerritDrew Thorstensen (thorst) proposed openstack/nova-powervm: WIP: File I/O Volume Driver Implementation  https://review.openstack.org/42227314:21
*** tlian has joined #openstack-powervm14:23
svenkatthorst_/ efried, can you merge https://review.openstack.org/#/c/412474/8 if it is ok…14:23
efriedthorst_: it's to you.14:25
thorst_efried: I just asked svenkat to verify that we can do instance= on the LOG.debug14:25
thorst_for some reason I thought there was one flavor of log where you couldn't14:25
thorst_maybe its just if you aren't using oslo_log...I hope that's it14:26
thorst_so he's checking that quick then I'll +2 and push through14:26
svenkathere is an example : ./nova/virt/xenapi/vmops.py:1992:        LOG.debug("Removing hostname from xenstore", instance=instance)14:28
thorst_awesome...pushing it through now.14:29
*** smatzek_ has quit IRC14:31
openstackgerritMerged openstack/nova-powervm: Migration scenario, SR-IOV vif contains source physical ports  https://review.openstack.org/41247414:35
esbergluAll of the CI runs are failing this test to update the password14:41
esbergluhttp://184.172.12.213/94/416994/4/check/nova-pvm-dsvm-tempest-full/37d9c93/powervm_os_ci.html14:41
esbergluhttps://github.com/openstack/tempest/blob/master/tempest/api/identity/v3/test_users.py#L8214:41
thorst_esberglu: are other CI's failing on this?14:42
thorst_I wonder why it would be specific to PowerVM14:42
esbergluI think it is coming from the cleanup step where it resets the password back to the original, the error is something about needing x number of unique passwords14:42
esbergluIt uses this config option to cycle through a bunch of random passwords before resetting to the original14:43
esbergluunique_count = CONF.identity.user_unique_last_password_count14:43
esbergluI wonder if we don't have that set14:43
thorst_esberglu: likely not...14:44
thorst_worth a quick rebuild.14:44
esbergluIt should have a default value though...14:45
thorst_default value is 214:45
esbergluhttps://github.com/openstack/tempest/blob/master/tempest/api/identity/v3/test_users.py#L6014:46
esbergluI bet we don't have the security_compliance feature enabled in tempest, so it doesn't even get into that block of cycling passwords14:46
thorst_yeah...good find14:47
thorst_also, how weird is it that they're just cycling passwords to get around the unique password history14:47
thorst_that seems...crazy silly14:47
thorst_but...who am I to say14:47
esbergluI wonder what other side effects turning on that security_compliance conf option will have14:48
thorst_well, we're toast ATM14:48
thorst_so lets rip it14:48
esbergluthorst_: See change 4743 to powervm-ci14:56
esbergluWon't require a redeploy, it will just start getting picked up once merged14:57
thorst_done14:57
thorst_I've got to run to a meeting  (boo)14:57
thorst_bbiab14:57
*** smatzek has joined #openstack-powervm14:58
openstackgerritEric Berglund proposed openstack/nova-powervm: DNM: ci check  https://review.openstack.org/32831514:58
BorD__if someone has a snapshot on a disk subsystem, can you use powervc to point to those volumes and boot from / use them?15:01
thorst_BorD__: depends on the disk subsystem.  You'd have to refer to the PowerVC support matrix to make sure they support it15:02
BorD__ah good point, this is hitachi.  but pretending it was ds8800 or something from ibm?15:02
openstackgerritEric Berglund proposed openstack/nova-powervm: DNM: CI Check2  https://review.openstack.org/32831715:03
*** wangqwsh_ has joined #openstack-powervm15:03
*** wangqwsh_ is now known as wangqwsh15:06
*** jwcroppe has joined #openstack-powervm15:06
efriedesberglu: I'm pretty tempted to say ignore the failing test for now and keep cranking on the in-tree CI.  thorst_ adreznec - agree?15:19
esbergluWe think we have a fix15:19
esbergluAnd merged it already15:19
efriedOkay.  I just don't want us distracted by spurious failures and new tests, which seem to happen all the time.15:20
*** esberglu has quit IRC15:21
*** esberglu has joined #openstack-powervm15:22
*** esberglu_ has joined #openstack-powervm15:24
*** esberglu has quit IRC15:26
esberglu_efried: thorst_: adreznec: I put up a WIP patch for the dual CI (4744) if you guys wanna take a look15:29
esberglu_Especially the local.conf.intree15:29
esberglu_Not sure if I a missing anything there or have stuff that I shouldn't15:29
*** tjakobs has joined #openstack-powervm15:32
*** k0da has quit IRC15:38
*** dwayne__ has joined #openstack-powervm15:55
thorst_BorD__: Sorry for delay, was presenting.  I think PowerVC supports Hitatchi?15:57
thorst_esberglu_: did we get a result yet for the CI fix?15:58
*** burgerk has joined #openstack-powervm15:59
thorst_BorD__: http://www.ibm.com/support/knowledgecenter/SSXK2N_1.3.2/com.ibm.powervc.standard.help.doc/powervc_storage_hitachi.html16:06
*** apearson has joined #openstack-powervm16:09
*** wangqwsh has quit IRC16:29
*** jwcroppe has quit IRC16:30
*** jwcroppe has joined #openstack-powervm16:31
*** jwcroppe_ has joined #openstack-powervm16:32
*** jwcroppe has quit IRC16:35
esberglu_thorst_: The two runs I kicked off in nova-powervm passed16:41
thorst_yay16:41
thorst_we'll need to keep an eye on ci-watch16:41
*** esberglu has joined #openstack-powervm16:43
*** esberglu_ has quit IRC16:46
*** mdrabe has quit IRC16:46
*** mdrabe has joined #openstack-powervm16:55
*** tblakes has quit IRC16:57
efriedesberglu: reviewed17:03
*** tblakes has joined #openstack-powervm17:06
*** tjakobs has quit IRC17:18
*** tjakobs has joined #openstack-powervm17:18
kjw3Have any of you seen integration of powervm with RDO or Red Hat OpenStack? I have several customers that are interested in doing this17:29
thorst_I have heard of people integrating PowerVM with RDO, but I don't have too many details on it17:30
openstackgerritEric Fried proposed openstack/nova-powervm: Mock data cleanup 1  https://review.openstack.org/42144817:32
openstackgerritDrew Thorstensen (thorst) proposed openstack/nova-powervm: File I/O Volume Driver Implementation  https://review.openstack.org/42227317:33
thorst_efried: took WIP tag off of above.  Would be neat if we could get it into Ocata...17:36
thorst_bbiab17:36
*** jwcroppe has joined #openstack-powervm18:05
*** jwcroppe_ has quit IRC18:05
thorst_efried: u around/18:39
thorst_esberglu and I are chit chatting about the in tree CI and we need to discuss with you18:39
thorst_lets try adreznec...u around?19:15
svenkatGeneral question : test-requirements.txt does not have pypowervm mentioned it… but i see it in requirements.txt, does requirements.txt is included in test indirectly?20:03
*** k0da has joined #openstack-powervm20:42
thorst_test-requirements and requirements are used when running pep8, py27, py34, etc...21:04
thorst_requirements alone are used for runtime21:04
thorst_svenkat: ^^21:04
svenkatthorst_ thanks.21:04
*** tjakobs has quit IRC21:12
*** smatzek has quit IRC21:31
efriedthorst_: missed the above - what about the in-tree CI?21:44
*** jwcroppe has quit IRC21:55
*** thorst_ has quit IRC22:02
*** thorst_ has joined #openstack-powervm22:03
*** thorst_ has quit IRC22:07
*** burgerk has quit IRC22:25
*** esberglu has quit IRC22:26
*** esberglu has joined #openstack-powervm22:26
*** tblakes has quit IRC22:27
*** esberglu has quit IRC22:30
*** dwayne__ has quit IRC22:30
*** thorst_ has joined #openstack-powervm22:43
*** thorst_ has quit IRC22:47
*** svenkat has quit IRC22:52
*** mdrabe has quit IRC22:57
*** thorst_ has joined #openstack-powervm23:15
*** dwayne__ has joined #openstack-powervm23:17
*** thorst_ has quit IRC23:20
*** dwayne__ has quit IRC23:28
*** k0da has quit IRC23:33
*** edmondsw has quit IRC23:53
*** edmondsw has joined #openstack-powervm23:54
*** edmondsw has quit IRC23:58

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