[openstack-dev] [nova] [ironic] how to remove check-tempest-dsvm-ironic-pxe_ssh on Nova check

Jim Rollenhagen jim at jimrollenhagen.com
Tue Nov 25 15:07:12 UTC 2014


On Tue, Nov 25, 2014 at 08:02:56AM -0500, Sean Dague wrote:
> When at Summit I discovered that check-tempest-dsvm-ironic-pxe_ssh is
> now voting on Nova check queue. The reasons given is that the Nova team
> ignored the interface contract that was being provided to Ironic, broke
> them, so the Ironic team pushed for co-gating (which basically means the
> interface contract is now enforced by a 3rd party outside of Nova / Ironic).
> 
> However, this was all in vague term, and I think is exactly the kind of
> thing we don't want to do. Which is use the gate as a proxy fight over
> teams breaking contracts with other teams.
> 
> So I'd like to dive into what changes happened and what actually broke,
> so that we can get back to doing this smarter.
> 
> Because if we are going to continue to grow as a community, we have to
> co-gate less. It has become a crutch to not think about interfaces and
> implications of changes, and is something we need to be doing a lot less of.

Completely agree here; I would love to not gate Nova on Ironic.

The major problem is that Nova's driver API is explicitly not stable.[0]
If the driver API becomes stable and properly versioned, Nova should be
able to change the driver API without breaking Ironic.

Now, this won't fix all cases where Nova could break Ironic. The
resource tracker or scheduler could change in a breaking way. However, I
think the driver API has been the most common cause of Ironic breakage,
so I think it's a great first step.

// jim

[0] http://docs.openstack.org/developer/nova/devref/policies.html#public-contractual-apis

> 
> 	-Sean
> 
> -- 
> Sean Dague
> http://dague.net
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the OpenStack-dev mailing list