[Pulp-dev] [pulp 3] proposed change to publishing REST api

Michael Hrivnak mhrivnak at redhat.com
Wed Oct 25 02:00:47 UTC 2017


On Tue, Oct 24, 2017 at 2:11 PM, Brian Bouterse <bbouters at redhat.com> wrote:

> Thanks everyone for all the discussion! I'll try to recap the problem and
> some of the solutions I've heard. I'll also share some of my perspective on
> them too.
>
> What problem are we solving?
> When a user calls "publish" (the action API endpoint) they get a 202 w/ a
> link to the task. That task will produce a publication. How can the user
> find the publication that was produced by the task? How can the user be
> sure the publication is fully complete?
>
>
> What are our options?
> 1) Start linking to created objects from task status. I believe its been
> clearly stated about why we can't do this. If it's not clear, or if there
> are other things we should consider, let's talk about it. Acknowledging or
> establishing agreement on this is crucial because a change like this would
> bring back a lot of the user pain from pulp2. I believe the HAL suggestion
> falls into this area.
>

I may have missed something, but I do not think this is clear. I know that
Pulp 2's API included a lot of unstructured data, but that is not at all
what I'm suggesting here.

It is standard and recommended practice for REST API responses to include
links to resources along with information about what type of resource each
link references. We could include a reference to the created resource and
an identifier for what type of resource it is, and that would be well
within the bounds of good REST API design. HAL is just one of several ways
to accomplish that, and I'm not pitching any particular solution there. In
any case, I'm not sure what the problem would be with this approach.


>
> 2) Have the user find the publication via query that sorts on time and
> filters only for a specific publisher. This could be fragile because with a
> multi-user system and no hard references between publications and tasks,
> answering the question "which is the publication for me" is hard because
> another user could have submitted a publish too. While not totally perfect,
> this could work.
>

In theory if a user queried for a publication from a specific publisher
that was created between the start and end times of the task, that should
unambiguously identify the correct publication. But depending on timestamps
is not a particularly robust nor confidence-inspiring way to reference a
resource.


>
> 3) Have the user create a publication directly like any other REST
> resource, and help the user understand the state of that resource over
> time. I believe the proposal at the start of this thread is recommending
> this solution. I'm also +1 on this solution.
>

I think the problem with this is that a user cannot create a publication. A
user can only ask a plugin to create a publication. Until the plugin
creates the publication, there is no publication.


> As an aside, I don't think considering versioned repos as a possible
> solution is helping us with this problem. The scope of the current problem
> is relatively small and the scope of planning for versioned repos is large.
>
>
Versioned repos is a potential solution. In that scenario, a user would
request publication of a specific repo version (perhaps defaulting to the
latest), the publication would be linked to that version, and that is an
easy mechanism for the user to find the publication they want. Ultimately
the user is interested in working with a specific content set anyway. They
get a repo to a state where it has the content they want, and then they
publish that content set. No matter what we do with publications, users
will think of them in terms of related content sets. A repo version is that
immutable content set they can work with confidently.

It helps the rollback scenario a lot as well. Versioning repos allows a
user to see what the differences are between two content sets, and thus two
different publications, which informs them about when and how far back they
should roll back a distribution.

- user discovers a horrible flaw in a piece of content
- user queries for which version of the repo introduced that piece of
content
- user updates the distribution to serve the publication that came before
the one which introduced the piece of content, optionally re-publishing
that version in case its publication was deleted or had never been made in
the first place.

-- 

Michael Hrivnak

Principal Software Engineer, RHCE

Red Hat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-dev/attachments/20171024/0efb85b6/attachment.htm>


More information about the Pulp-dev mailing list