From bmr at redhat.com Mon Jul 2 10:02:16 2012 From: bmr at redhat.com (Bryn M. Reeves) Date: Mon, 02 Jul 2012 11:02:16 +0100 Subject: [sos-devel] py3 support roadmap In-Reply-To: <4FEB6B09.9040006@canonical.com> References: <4FEB6B09.9040006@canonical.com> Message-ID: <4FF171A8.7000706@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/27/2012 09:20 PM, Adam Stokes wrote: > Has there been any discussion on if/when python 3 support will > start to need consideration? Im not sure what the timeline is for > python 3 support in RHEL but I assume Fedora will come pretty > quickly? Soime (very) broad discussion but no testing or development that I am aware of. Python2 is likely to have quite a long life time in Fedora as there are still quite a few py2-only system components (we've had 3 since F13 but /bin/python is still 2). I'd be interested in scoping work to understand how much stuff breaks but I think our priorities are more aimed at getting the module cleanup and data layout/API changes done at the moment. Moving to py3 should also be easier once that's done as we won't have to cope with rebasing module stuff over a core migration to 3. Regards, Bryn. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/xcagACgkQ6YSQoMYUY978lwCg1jI8hDG1bxJA8qNPGtFOYq40 EiAAn3ZJZWWun3CwtFJdR8TizCHALFCU =H0Bt -----END PGP SIGNATURE----- From gkotton at redhat.com Tue Jul 3 07:32:58 2012 From: gkotton at redhat.com (Gary Kotton) Date: Tue, 03 Jul 2012 10:32:58 +0300 Subject: [sos-devel] Sos report support for OpenStack Message-ID: <4FF2A02A.2040709@redhat.com> Hi, I'm Gary Kotton and I'm working on the OpenStack project. I have added two patches for plugins for OpenStack. They are below: RHEL-6 Support - https://github.com/sosreport/sosreport/pull/62 Upstream Support - https://github.com/sosreport/sosreport/pull/61 At the moment I am unfamiliar with the process of getting these integrated. Any comments will be greatly appreciated. In addition to this I was requested to add the "libguestfs-test-tool". Is anyone aware of a plugin that this can be added to or should I create a new one. Thanks in advance Gary From adam.stokes at canonical.com Fri Jul 20 20:16:08 2012 From: adam.stokes at canonical.com (Adam Stokes) Date: Fri, 20 Jul 2012 13:16:08 -0700 Subject: [sos-devel] Sos report support for OpenStack In-Reply-To: <4FF2A02A.2040709@redhat.com> References: <4FF2A02A.2040709@redhat.com> Message-ID: <5009BC88.2060807@canonical.com> On 07/03/2012 12:32 AM, Gary Kotton wrote: > Hi, > I'm Gary Kotton and I'm working on the OpenStack project. I have added > two patches for plugins for OpenStack. They are below: > > RHEL-6 Support - https://github.com/sosreport/sosreport/pull/62 > Upstream Support - https://github.com/sosreport/sosreport/pull/61 > At the moment I am unfamiliar with the process of getting these > integrated. Any comments will be greatly appreciated. > > In addition to this I was requested to add the "libguestfs-test-tool". > Is anyone aware of a plugin that this can be added to or should I > create a new one. > > Thanks in advance > Gary > > _______________________________________________ > Sos-devel mailing list > Sos-devel at redhat.com > https://www.redhat.com/mailman/listinfo/sos-devel > Creating pull request I feel is the best way to go that way it can easily be included into the main tree and reviewed promptly. Thanks Gary for the contribution