*** k0da has quit IRC | 00:03 | |
*** edmondsw has joined #openstack-powervm | 00:24 | |
*** edmondsw has quit IRC | 00:28 | |
*** edmondsw has joined #openstack-powervm | 04:00 | |
*** edmondsw has quit IRC | 04:05 | |
-openstackstatus- NOTICE: The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck. | 04:49 | |
*** ChanServ changes topic to "The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck." | 04:49 | |
*** ChanServ changes topic to "This channel is for PowerVM-related development and discussion. For general OpenStack support, please use #openstack." | 04:53 | |
*** edmondsw has joined #openstack-powervm | 05:48 | |
*** edmondsw has quit IRC | 05:53 | |
*** edmondsw has joined #openstack-powervm | 07:36 | |
*** edmondsw has quit IRC | 07:41 | |
*** AlexeyAbashkin has joined #openstack-powervm | 07:54 | |
*** k0da has joined #openstack-powervm | 08:48 | |
*** k0da has quit IRC | 09:06 | |
*** edmondsw has joined #openstack-powervm | 09:25 | |
*** k0da has joined #openstack-powervm | 09:25 | |
*** edmondsw has quit IRC | 09:29 | |
*** k0da has quit IRC | 09:32 | |
*** k0da has joined #openstack-powervm | 10:54 | |
*** edmondsw has joined #openstack-powervm | 11:13 | |
*** edmondsw has quit IRC | 11:17 | |
*** edmondsw has joined #openstack-powervm | 12:55 | |
*** openstackgerrit has quit IRC | 13:18 | |
*** esberglu has joined #openstack-powervm | 13:40 | |
*** esberglu has quit IRC | 13:48 | |
*** apearson__ has joined #openstack-powervm | 14:02 | |
*** esberglu has joined #openstack-powervm | 14:07 | |
*** csky has joined #openstack-powervm | 14:54 | |
*** hkran has joined #openstack-powervm | 14:54 | |
*** hkran has quit IRC | 14:56 | |
*** hkran has joined #openstack-powervm | 14:57 | |
*** csky_ has joined #openstack-powervm | 14:57 | |
*** hkran has left #openstack-powervm | 14:57 | |
*** csky has quit IRC | 15:00 | |
*** hkran has joined #openstack-powervm | 15:10 | |
*** chhavi__ has joined #openstack-powervm | 15:13 | |
*** chhagarw has joined #openstack-powervm | 15:13 | |
hkran | hi, I got the image Ubuntu_16-04-01_2g.img.gz from the box for nova-powervm, and setup the testing environment for nova-powervm, but i do not know how to use the image... how to upload the image into the glance service? thanks | 15:15 |
---|---|---|
efried | esberglu ^ you got that command handy? | 15:18 |
esberglu | hkran: Try this | 15:19 |
efried | hkran It might look something like: glance --os-image-api-version 2 image-create --file /path/to/Ubuntu_16-04-01_2g.img.gz --progress --disk-format=raw --container-format=bare --property name=ubuntu16 --property visibility=public | 15:19 |
efried | oh, but whatever esberglu says is gonna be better. | 15:19 |
esberglu | openstack image create --disk-format raw --container-format bare 2gUbuntu1604 --file <img_loc> | 15:19 |
efried | ++ | 15:20 |
hkran | i am going to try it , thank you very much | 15:21 |
hkran | another question, I am using kolla to deploy openstack controll part, but have to configure nova-compute manually on novalink part(it seems neutron-openvswitch-agent in docker working fine),is it possible to put the nova-powervm in a docker container? is it possible to make kolla support nova-powervm? | 15:25 |
efried | apearson__ you around? | 15:27 |
efried | hkran I think this is something we're looking into, but don't support right now. If you can get it working, we'd be pretty interested to know about it :) | 15:28 |
efried | esberglu FYI, gibi left a review on the ovs patch. In my experience, gibi is about as sharp as they come, so his comments are likely on point. | 15:30 |
esberglu | efried: ack | 15:31 |
edmondsw | hkran I don't know that we've done anything with kolla to date, but as efried said we would definitely be interested in anything you figure out there | 15:39 |
hkran | thank for all your info, anyway, kolla is something cool... just wish kolla can support power better, i suffer so much when trying to build docker image on power.... | 15:44 |
edmondsw | hkran yep, totally understand that. Hope we can improve that over time | 15:44 |
edmondsw | esberglu re: gibi's comments, look mostly like questions that may or may not really require changes. E.g. in norm_mac I had assumed that line was there in case norm_mac was called with something that had already been normalized. We would need to make sure that can't happen before removing that line. | 15:48 |
edmondsw | though if the line is needed, maybe add a comment explaining why | 15:48 |
esberglu | efried: edmondsw: https://review.openstack.org/#/c/422512/36/nova/virt/powervm/media.py@181 | 16:12 |
esberglu | I'm just gonna rip that comment out unless you have objections | 16:13 |
efried | shrug | 16:13 |
*** k0da has quit IRC | 16:18 | |
*** AlexeyAbashkin has quit IRC | 16:39 | |
*** AlexeyAbashkin has joined #openstack-powervm | 16:39 | |
edmondsw | esberglu I would move the comment to line 199, where it's actually used | 16:41 |
edmondsw | e.g. # Insert FF:FE per Appendix A of RFC 4291 | 16:44 |
edmondsw | actually, the bit flip after that also comes from that appendix... | 16:46 |
*** AlexeyAbashkin has quit IRC | 16:47 | |
esberglu | efried: edmondsw: https://review.openstack.org/#/c/422512/36/nova/virt/powervm/tasks/network.py@145 | 16:54 |
esberglu | From what I can tell is_neutron() would be true in both the OVS and SEA cases unless I'm missing something | 16:54 |
edmondsw | I think that's answered on line 139 | 16:54 |
edmondsw | I think is_neutron would be true if you're using neutron, and false if you're using nova-network | 16:55 |
esberglu | edmondsw: I guess this goes back to whether or not this works with nova networking, which I didn't test since I thought it was deprecated | 16:55 |
esberglu | Since it is deprecated | 16:55 |
edmondsw | the code appears to be structured in a way that nova-network could work, but we'd have to ask thorst whether that was ever tested | 16:56 |
edmondsw | I don't know that I would spend time testing it now unless pressed | 16:57 |
edmondsw | I would just answer that comment with something like "See comments line 137-141" | 16:57 |
*** chhavi__ has quit IRC | 17:03 | |
*** chhagarw has quit IRC | 17:03 | |
*** hkran has quit IRC | 17:10 | |
edmondsw | efried esberglu it looks like networkx was added to pypowervm's requirements.txt just recently with 1.1.9... any idea why? I don't see anything using it | 17:13 |
esberglu | edmondsw: https://github.com/powervm/pypowervm/commit/a7ccb6eb012 | 17:14 |
efried | Looks like it was added explicitly to cap the version because 2.0 broke us. | 17:14 |
efried | So basically somebody needs to go through and make the fixes necessary to make 2.0 work, and uncap it. | 17:15 |
edmondsw | taskflow caps it: https://github.com/openstack/taskflow/blob/master/requirements.txt#L23 | 17:15 |
edmondsw | so we shouldn't need to do it for them | 17:15 |
efried | Presumably they're uncapping as part of this effort. | 17:16 |
edmondsw | oh, they didn't always cap it in taskflow like they should have... e.g. https://github.com/openstack/taskflow/blob/2.7.0/requirements.txt#L23 | 17:17 |
efried | right, that was probably why we had to do it. | 17:17 |
efried | And presumably taskflow is going to have to uncap now as part of this effort as well. | 17:17 |
efried | But I'm not sure if other projects are using taskflow. If they're not, they might not uncap it. Which would be a problem for us. | 17:17 |
efried | Can we ask harlowja in openstack-oslo? | 17:18 |
edmondsw | so I think the answer here is that we can remove this if/when openstack bumps the req for taskflow to >=2.16.0 (where taskflow added the cap) | 17:18 |
efried | neat | 17:19 |
*** efried is now known as efried_rollin | 17:19 | |
edmondsw | efried I'll add a comment in the pypowervm bug | 17:21 |
edmondsw | and I'll propose the taskflow bump | 17:37 |
edmondsw | https://review.openstack.org/533751 | 18:02 |
-openstackstatus- NOTICE: Zuul has been restarted and has lost queue contents; changes in progress will need to be rechecked. | 18:23 | |
*** csky_ has quit IRC | 18:38 | |
*** csky has joined #openstack-powervm | 18:38 | |
*** csky has left #openstack-powervm | 18:39 | |
esberglu | efried_rollin: edmondsw: Respun OVS based on the comments from gibi. Also rebased SEA onto it and hit some nits from the previous version | 18:49 |
esberglu | Ready for re-review | 18:49 |
edmondsw | esberglu ack | 18:49 |
*** AlexeyAbashkin has joined #openstack-powervm | 18:50 | |
*** AlexeyAbashkin has quit IRC | 18:55 | |
edmondsw | esberglu I posted 3 comments on ovs | 19:00 |
esberglu | edmondsw: Fixed and patch is up | 19:13 |
edmondsw | esberglu ack | 19:17 |
edmondsw | esberglu one comment on SEA | 19:29 |
esberglu | edmondsw: Hmm that looks familiar lol. Done | 19:31 |
edmondsw | :) | 19:31 |
edmondsw | efried we've got the OVS and SEA patches fixed up and I've +1d both now... once you approve, ping gibi and let him know? | 19:32 |
*** k0da has joined #openstack-powervm | 19:44 | |
*** AlexeyAbashkin has joined #openstack-powervm | 19:51 | |
*** efried_rollin is now known as efried | 19:55 | |
*** AlexeyAbashkin has quit IRC | 19:55 | |
edmondsw | efried esberglu I just noticed that nova have pypowervm listed in its requirements.txt but not taskflow, which the IT driver also requires | 19:58 |
edmondsw | should I propose that fix to requirements.txt, or should we pull both that and pypowervm out into setup.cfg extras as optional (since you don't have to use the powervm driver)? | 19:58 |
edmondsw | I'm guessing the former... suits us better to know it's always there, and nova is presumably ok with that since they let pypowervm in | 19:59 |
efried | is it in test-reqs? | 20:05 |
edmondsw | efried nope, not there either | 20:10 |
edmondsw | I'll propose adding it to requirements.txt unless you have any objections | 20:11 |
edmondsw | got the patch ready to submit | 20:11 |
efried | hmph, that is odd. Guess we've just been getting lucky | 20:11 |
*** openstackgerrit has joined #openstack-powervm | 20:13 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm master: Cleanup unit conversions https://review.openstack.org/533773 | 20:13 |
edmondsw | re: taskflow -> https://review.openstack.org/#/c/533779/ | 20:29 |
*** AlexeyAbashkin has joined #openstack-powervm | 20:50 | |
*** AlexeyAbashkin has quit IRC | 20:54 | |
*** apearson__ has quit IRC | 20:59 | |
*** apearson__ has joined #openstack-powervm | 21:01 | |
openstackgerrit | Merged openstack/nova-powervm master: Cleanup unit conversions https://review.openstack.org/533773 | 21:14 |
*** apearson__ has quit IRC | 21:18 | |
*** apearson has joined #openstack-powervm | 21:29 | |
*** AlexeyAbashkin has joined #openstack-powervm | 21:50 | |
*** AlexeyAbashkin has quit IRC | 21:54 | |
*** csky has joined #openstack-powervm | 22:45 | |
*** csky has quit IRC | 22:49 | |
*** csky has joined #openstack-powervm | 22:58 | |
*** chhavi__ has joined #openstack-powervm | 23:00 | |
*** chhagarw has joined #openstack-powervm | 23:00 | |
*** chhavi__ has quit IRC | 23:04 | |
*** chhagarw has quit IRC | 23:04 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm master: Replace double spaces with single space https://review.openstack.org/533816 | 23:05 |
*** esberglu has quit IRC | 23:10 | |
*** esberglu has joined #openstack-powervm | 23:11 | |
efried | really | 23:13 |
*** esberglu has quit IRC | 23:16 | |
*** apearson has quit IRC | 23:20 | |
*** esberglu has joined #openstack-powervm | 23:27 | |
*** esberglu has quit IRC | 23:28 | |
*** apearson has joined #openstack-powervm | 23:29 | |
*** apearson has quit IRC | 23:38 | |
*** k0da has quit IRC | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!