<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">+1</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">
I agree with Pradeep and Doug that a new namespace makes for a better structure for packaging and usage.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">
Regards,</div><div class="gmail_default" style="font-size:small">Mandeep</div><div class="gmail_default" style="font-size:small">-----</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Aug 25, 2014 at 11:30 AM, Doug Hellmann <span dir="ltr"><<a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On Aug 23, 2014, at 5:36 PM, Maru Newby <<a href="mailto:marun@redhat.com">marun@redhat.com</a>> wrote:<br>
<br>
><br>
> On Aug 23, 2014, at 4:06 AM, Sumit Naiksatam <<a href="mailto:sumitnaiksatam@gmail.com">sumitnaiksatam@gmail.com</a>> wrote:<br>
><br>
>> On Thu, Aug 21, 2014 at 7:28 AM, Kyle Mestery <<a href="mailto:mestery@mestery.com">mestery@mestery.com</a>> wrote:<br>
>>> On Thu, Aug 21, 2014 at 5:12 AM, Ihar Hrachyshka <<a href="mailto:ihrachys@redhat.com">ihrachys@redhat.com</a>> wrote:<br>
>>>> -----BEGIN PGP SIGNED MESSAGE-----<br>
>>>> Hash: SHA512<br>
>>>><br>
>>>> On 20/08/14 18:28, Salvatore Orlando wrote:<br>
>>>>> Some comments inline.<br>
>>>>><br>
>>>>> Salvatore<br>
>>>>><br>
>>>>> On 20 August 2014 17:38, Ihar Hrachyshka <<a href="mailto:ihrachys@redhat.com">ihrachys@redhat.com</a><br>
>>>>> <mailto:<a href="mailto:ihrachys@redhat.com">ihrachys@redhat.com</a>>> wrote:<br>
>>>>><br>
>>>>> Hi all,<br>
>>>>><br>
>>>>> I've read the proposal for incubator as described at [1], and I<br>
>>>>> have several comments/concerns/suggestions to this.<br>
>>>>><br>
>>>>> Overall, the idea of giving some space for experimentation that<br>
>>>>> does not alienate parts of community from Neutron is good. In that<br>
>>>>> way, we may relax review rules and quicken turnaround for preview<br>
>>>>> features without loosing control on those features too much.<br>
>>>>><br>
>>>>> Though the way it's to be implemented leaves several concerns, as<br>
>>>>> follows:<br>
>>>>><br>
>>>>> 1. From packaging perspective, having a separate repository and<br>
>>>>> tarballs seems not optimal. As a packager, I would better deal with<br>
>>>>> a single tarball instead of two. Meaning, it would be better to<br>
>>>>> keep the code in the same tree.<br>
>>>>><br>
>>>>> I know that we're afraid of shipping the code for which some users<br>
>>>>> may expect the usual level of support and stability and<br>
>>>>> compatibility. This can be solved by making it explicit that the<br>
>>>>> incubated code is unsupported and used on your user's risk. 1) The<br>
>>>>> experimental code wouldn't probably be installed unless explicitly<br>
>>>>> requested, and 2) it would be put in a separate namespace (like<br>
>>>>> 'preview', 'experimental', or 'staging', as the call it in Linux<br>
>>>>> kernel world [2]).<br>
>>>>><br>
>>>>> This would facilitate keeping commit history instead of loosing it<br>
>>>>> during graduation.<br>
>>>>><br>
>>>>> Yes, I know that people don't like to be called experimental or<br>
>>>>> preview or incubator... And maybe neutron-labs repo sounds more<br>
>>>>> appealing than an 'experimental' subtree in the core project.<br>
>>>>> Well, there are lots of EXPERIMENTAL features in Linux kernel that<br>
>>>>> we actively use (for example, btrfs is still considered<br>
>>>>> experimental by Linux kernel devs, while being exposed as a<br>
>>>>> supported option to RHEL7 users), so I don't see how that naming<br>
>>>>> concern is significant.<br>
>>>>><br>
>>>>><br>
>>>>>> I think this is the whole point of the discussion around the<br>
>>>>>> incubator and the reason for which, to the best of my knowledge,<br>
>>>>>> no proposal has been accepted yet.<br>
>>>>><br>
>>>><br>
>>>> I wonder where discussion around the proposal is running. Is it public?<br>
>>>><br>
>>> The discussion started out privately as the incubation proposal was<br>
>>> put together, but it's now on the mailing list, in person, and in IRC<br>
>>> meetings. Lets keep the discussion going on list now.<br>
>>><br>
>><br>
>> In the spirit of keeping the discussion going, I think we probably<br>
>> need to iterate in practice on this idea a little bit before we can<br>
>> crystallize on the policy and process for this new repo. Here are few<br>
>> ideas on how we can start this iteration:<br>
>><br>
>> * Namespace for the new repo:<br>
>> Should this be in the neutron namespace, or a completely different<br>
>> namespace like "neutron labs"? Perhaps creating a separate namespace<br>
>> will help the packagers to avoid issues of conflicting package owners<br>
>> of the namespace.<br>
><br>
> I don’t think there is a technical requirement to choose a new namespace.  Python supports sharing a namespace, and packaging can support this feature (see: oslo.*).<br>
<br>
</div></div>If the point of the incubator is to signal to deployers that the code isn’t fully supported, you may want to use a different namespace for the python/system packages as well.<br>
<span class="HOEnZb"><font color="#888888"><br>
Doug<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
>><br>
>> * Dependency on Neutron (core) repository:<br>
>> We would need to sort this out so that we can get UTs to run and pass<br>
>> in the new repo. Can we set the dependency on Neutron milestone<br>
>> releases? We already publish tar balls for the milestone releases, but<br>
>> I am not sure we publish these as packages to pypi. If not could we<br>
>> start doing that? With this in place, the incubator would always lag<br>
>> the Neutron core by at the most one milestone release.<br>
><br>
> Given that it is possible to specify a dependency as a branch/hash/tag in a git repo [1], I’m not sure it’s worth figuring out how to target tarballs.  Master branch of the incubation repo could then target the master branch of the Neutron repo and always be assured of being current, and then released versions could target milestone tags or released versions.<br>

><br>
> 1: <a href="http://pip.readthedocs.org/en/latest/reference/pip_install.html#git" target="_blank">http://pip.readthedocs.org/en/latest/reference/pip_install.html#git</a><br>
><br>
>><br>
>> * Modules overlapping with the Neutron (core) repository:<br>
>> We could initially start with the features that required very little<br>
>> or no changes to the Neutron core, to avoid getting into the issue of<br>
>> blocking on changes to the Neutron (core) repository before progress<br>
>> can be made in the incubator.<br>
><br>
> +1<br>
><br>
> I agree that it would be in an incubated effort’s best interest to put off doing invasive changes to the Neutron tree as long as possible to ensure sufficient time to hash out the best approach.<br>
><br>
>><br>
>> * Packaging of ancillary code (CLI, Horizon, Heat):<br>
>> We start by adding these as subdirectories inside each feature. The<br>
>> packaging folks are going to find it difficult to package this.<br>
>> However, can we start with this approach, and have a parallel<br>
>> discussion on how we can evolved this strategy? Perhaps the individual<br>
>> projects might decide to allow support for the Neutron incubator<br>
>> features once they can actually see what goes into the incubator,<br>
>> and/or other projects might also follow the incubator approach.<br>
><br>
> Maybe I’m missing something, but aren’t the integration points available for the ancillary code the problem that needs solving (if it isn’t already)?  For example, it doesn’t matter the python package name of a plugin, so long as it is installed on the system Neutron can be configured to use it.  I would hope we could have similar assurances for integration code when the incubator repo is packaged.<br>

><br>
><br>
> m.<br>
><br>
>><br>
>> If we have loose consensus on the above, some of us folks who are<br>
>> involved with features that are candidates for the incubator (e.g.<br>
>> GBP, LBaaS), can immediately start iterating on this plan, and report<br>
>> back our progress in a specified time frame.<br>
>><br>
>> Thanks,<br>
>> ~Sumit.<br>
><br>
><br>
> <snip><br>
><br>
><br>
> _______________________________________________<br>
> OpenStack-dev mailing list<br>
> <a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>