openstackgerrit | Merged openstack/sahara master: add lower-constraints job https://review.openstack.org/556206 | 00:10 |
---|---|---|
openstackgerrit | Merged openstack/python-saharaclient master: add lower-constraints job https://review.openstack.org/556187 | 00:10 |
*** dave-mccowan has quit IRC | 00:10 | |
*** rcernin has quit IRC | 00:19 | |
*** rcernin has joined #openstack-sahara | 00:19 | |
*** caowei has joined #openstack-sahara | 00:25 | |
*** shuyingya has joined #openstack-sahara | 00:54 | |
*** shuyingya has joined #openstack-sahara | 00:54 | |
openstackgerrit | Merged openstack/puppet-sahara master: Add pool_timeout option https://review.openstack.org/555132 | 01:21 |
*** tellesnobrega has joined #openstack-sahara | 02:01 | |
*** dave-mccowan has joined #openstack-sahara | 02:14 | |
openstackgerrit | zhongshengping proposed openstack/puppet-sahara master: Remove deprecated keystone authtoken revocation_cache_time option https://review.openstack.org/556717 | 02:34 |
*** tellesnobrega has quit IRC | 03:00 | |
*** tellesnobrega has joined #openstack-sahara | 03:04 | |
openstackgerrit | Merged openstack/sahara master: File copy timesout when file is too big https://review.openstack.org/552256 | 03:09 |
*** shuyingy_ has joined #openstack-sahara | 03:28 | |
*** shuyingya has quit IRC | 03:31 | |
openstackgerrit | Nguyen Hai proposed openstack/sahara master: Follow the new PTI for document build https://review.openstack.org/555204 | 03:32 |
*** dave-mccowan has quit IRC | 03:49 | |
*** pgadiya has joined #openstack-sahara | 06:19 | |
*** pcaruana has joined #openstack-sahara | 06:53 | |
*** tesseract has joined #openstack-sahara | 07:15 | |
*** rcernin has quit IRC | 07:25 | |
*** shuyingya has joined #openstack-sahara | 07:42 | |
*** shuyingy_ has quit IRC | 07:45 | |
*** tosky has joined #openstack-sahara | 07:54 | |
*** shuyingy_ has joined #openstack-sahara | 07:57 | |
*** shuyingya has quit IRC | 07:57 | |
*** pgadiya has quit IRC | 08:37 | |
*** pgadiya has joined #openstack-sahara | 08:38 | |
*** shuyingy_ has quit IRC | 09:50 | |
*** shuyingya has joined #openstack-sahara | 10:11 | |
*** tosky__ has joined #openstack-sahara | 10:25 | |
*** tosky is now known as Guest72548 | 10:25 | |
*** tosky__ is now known as tosky | 10:25 | |
openstackgerrit | Nguyen Hai proposed openstack/sahara master: Follow the new PTI for document build https://review.openstack.org/555204 | 10:48 |
*** caowei has quit IRC | 11:29 | |
*** openstackgerrit has quit IRC | 11:33 | |
*** pgadiya has quit IRC | 12:00 | |
*** shuyingya has quit IRC | 12:34 | |
*** shuyingya has joined #openstack-sahara | 12:34 | |
*** shuyingya has quit IRC | 12:39 | |
*** dave-mccowan has joined #openstack-sahara | 12:41 | |
*** knylande_ has joined #openstack-sahara | 13:09 | |
*** openstackgerrit has joined #openstack-sahara | 13:15 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-image-elements master: WIP Zuul role: allow to build only a specific image https://review.openstack.org/556844 | 13:15 |
*** shuyingya has joined #openstack-sahara | 13:19 | |
*** shuyingya has quit IRC | 13:20 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 13:26 |
*** ssmith has joined #openstack-sahara | 13:39 | |
*** cpusmith has joined #openstack-sahara | 13:40 | |
openstackgerrit | wangqi proposed openstack/sahara-extra master: fix a typo https://review.openstack.org/556853 | 13:41 |
*** ssmith has quit IRC | 13:44 | |
*** tellesnobrega has quit IRC | 13:52 | |
*** tellesnobrega has joined #openstack-sahara | 13:53 | |
*** tellesnobrega has quit IRC | 14:05 | |
*** tellesnobrega has joined #openstack-sahara | 14:10 | |
*** tellesnobrega has quit IRC | 14:20 | |
*** tellesnobrega has joined #openstack-sahara | 14:32 | |
tellesnobrega | can anyone please review this | 14:42 |
tellesnobrega | https://review.openstack.org/#/c/554334/ | 14:42 |
tellesnobrega | tosky, about sahara plugin api/lib | 14:59 |
tosky | yeeees? | 14:59 |
tellesnobrega | I have a question, I'm planning on adding wrappers under sahara/plugins that import the stuff from sahara/... | 15:00 |
tellesnobrega | not wrappers, more like proxy to the sahara stuff | 15:00 |
tellesnobrega | for example, I have import "from sahara.utils import files" | 15:01 |
tellesnobrega | I will create under sahara/plugins/utils a files module | 15:02 |
tellesnobrega | that will basically call the sahara.utils.files | 15:02 |
tellesnobrega | does that sound like with what you had in mind? | 15:02 |
tosky | that's the idea, but would it be possible to not export the entire modules? | 15:03 |
tellesnobrega | hopefully yes, I will try to expose specific methods from the modules | 15:04 |
tosky | otherwise they will be part of the API too - I was thinking about finding which modules/functions/classes are used and only export them, or only the features needed by them | 15:04 |
tellesnobrega | thanks | 15:05 |
tellesnobrega | I did a sweep on sahara-plugins for imports from sahara | 15:05 |
tellesnobrega | got 10 pages front and back of imports | 15:05 |
tellesnobrega | most repeated but need to cover them all | 15:06 |
tosky | the idea of reducing the imports is that maybe some imports are not really needed, or some imports can be grouped and masked by a single function that would hide many of them | 15:06 |
tosky | stuff like this | 15:06 |
tellesnobrega | yes | 15:08 |
*** pcaruana has quit IRC | 15:10 | |
openstackgerrit | wangqi proposed openstack/sahara-extra master: fix a typo https://review.openstack.org/556853 | 15:13 |
openstackgerrit | wangqi proposed openstack/sahara-extra master: fix a typo https://review.openstack.org/556853 | 15:14 |
tosky | tellesnobrega: about this ^^ change in sahara-extra: shouldn't we avoid to diverge more from the original project? | 15:27 |
*** ukaynar has joined #openstack-sahara | 15:28 | |
tellesnobrega | tosky, right, yes, but I think that in this case it may be ok, because we don't really sync with original project | 15:31 |
tellesnobrega | but yes, the idea is to not differ from original as a general rule | 15:31 |
tellesnobrega | you can -2 it :) | 15:31 |
tosky | it's not a change like that which will make a merge more difficult | 15:32 |
tellesnobrega | true | 15:32 |
*** cpusmith has quit IRC | 15:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests https://review.openstack.org/556935 | 15:55 |
*** dave-mccowan has quit IRC | 16:10 | |
*** pcaruana has joined #openstack-sahara | 16:25 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 16:36 |
*** dave-mccowan has joined #openstack-sahara | 16:58 | |
*** dave-mccowan has quit IRC | 17:19 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 17:28 |
*** dave-mccowan has joined #openstack-sahara | 17:34 | |
*** tesseract has quit IRC | 17:40 | |
*** pcaruana has quit IRC | 17:51 | |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests https://review.openstack.org/556935 | 18:21 |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 19:56 |
*** tosky has quit IRC | 20:25 | |
*** tosky has joined #openstack-sahara | 20:30 | |
*** dave-mccowan has quit IRC | 21:01 | |
*** ukaynar has quit IRC | 21:52 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 22:14 |
*** rcernin has joined #openstack-sahara | 22:16 | |
openstackgerrit | Luigi Toscano proposed openstack/sahara-tests master: WIP Test with vanilla https://review.openstack.org/556846 | 22:56 |
*** tosky has quit IRC | 23:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!