* REST APIs
@ 2017-09-13 13:43 John Spray
2017-09-14 13:33 ` Boris Ranto
2017-09-16 15:29 ` Lenz Grimmer
0 siblings, 2 replies; 5+ messages in thread
From: John Spray @ 2017-09-13 13:43 UTC (permalink / raw)
To: Ceph Development, Ranto, Boris
Hi all,
This message is prompted by: https://github.com/ceph/ceph/pull/17530
Questions:
- Is anyone using either ceph-rest-api or the restful module?
- Is anyone planning on doing any work on either?
- Is the CLI pass through of the restful module a sufficient
replacement for ceph-rest-api for anyone that was using it?
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: REST APIs
2017-09-13 13:43 REST APIs John Spray
@ 2017-09-14 13:33 ` Boris Ranto
2017-09-16 8:51 ` Ric Wheeler
[not found] ` <CAA3h84tvKAryUt23GGBty9JcFZc8VdndnWx+ZLf7QYj3vUfH8Q@mail.gmail.com>
2017-09-16 15:29 ` Lenz Grimmer
1 sibling, 2 replies; 5+ messages in thread
From: Boris Ranto @ 2017-09-14 13:33 UTC (permalink / raw)
To: John Spray, Ceph Development
Hi,
I still plan to port the v1 endpoints from calamari to the restful
module so that it provides a full replacement for calamari rest api and
so that it could be used by projects like tendlr.
We do document the restful module in the RHCEPH product and several
people are/were interested in it. I did not hear of any product/app
being built on top of it yet though.
We can extend the pass through method in the restful module so that it
is more user friendly for a more robust/useful replacement of the ceph-
rest-api.
Regards,
Boris
On Wed, 2017-09-13 at 14:43 +0100, John Spray wrote:
> Hi all,
>
> This message is prompted by: https://github.com/ceph/ceph/pull/17530
>
> Questions:
> - Is anyone using either ceph-rest-api or the restful module?
> - Is anyone planning on doing any work on either?
> - Is the CLI pass through of the restful module a sufficient
> replacement for ceph-rest-api for anyone that was using it?
>
> John
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: REST APIs
2017-09-14 13:33 ` Boris Ranto
@ 2017-09-16 8:51 ` Ric Wheeler
[not found] ` <CAA3h84tvKAryUt23GGBty9JcFZc8VdndnWx+ZLf7QYj3vUfH8Q@mail.gmail.com>
1 sibling, 0 replies; 5+ messages in thread
From: Ric Wheeler @ 2017-09-16 8:51 UTC (permalink / raw)
To: Boris Ranto, John Spray, Ceph Development,
Mailing list for the contributors to the Tendrl project,
Jeff Brown
On 09/14/2017 04:33 PM, Boris Ranto wrote:
> Hi,
>
> I still plan to port the v1 endpoints from calamari to the restful
> module so that it provides a full replacement for calamari rest api and
> so that it could be used by projects like tendlr.
>
> We do document the restful module in the RHCEPH product and several
> people are/were interested in it. I did not hear of any product/app
> being built on top of it yet though.
>
> We can extend the pass through method in the restful module so that it
> is more user friendly for a more robust/useful replacement of the ceph-
> rest-api.
>
> Regards,
> Boris
This sounds very useful to me - have REST API's let us plug into various
frameworks in a standard way.
thanks!
Ric
>
>
> On Wed, 2017-09-13 at 14:43 +0100, John Spray wrote:
>> Hi all,
>>
>> This message is prompted by: https://github.com/ceph/ceph/pull/17530
>>
>> Questions:
>> - Is anyone using either ceph-rest-api or the restful module?
>> - Is anyone planning on doing any work on either?
>> - Is the CLI pass through of the restful module a sufficient
>> replacement for ceph-rest-api for anyone that was using it?
>>
>> John
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <CAA3h84tvKAryUt23GGBty9JcFZc8VdndnWx+ZLf7QYj3vUfH8Q@mail.gmail.com>]
* Re: REST APIs
[not found] ` <CAA3h84tvKAryUt23GGBty9JcFZc8VdndnWx+ZLf7QYj3vUfH8Q@mail.gmail.com>
@ 2017-09-17 12:15 ` John Spray
0 siblings, 0 replies; 5+ messages in thread
From: John Spray @ 2017-09-17 12:15 UTC (permalink / raw)
To: Ric Wheeler; +Cc: Boris Ranto, Ceph Development
On Sat, Sep 16, 2017 at 8:03 AM, Ric Wheeler <rwheeler@redhat.com> wrote:
> I think that makes sense - having REST APIs will give us a fairly universal
> way to plug into many other frameworks.
I don't think anyone objects in principle to the idea of a rest api,
the issue has been whether anyone is actually up for maintaining a
complete one, and the difficulty of doing that without any real users
to notice when something is broken.
John
>
> Ric
>
>
> On Sep 14, 2017 4:34 PM, "Boris Ranto" <branto@redhat.com> wrote:
>>
>> Hi,
>>
>> I still plan to port the v1 endpoints from calamari to the restful
>> module so that it provides a full replacement for calamari rest api and
>> so that it could be used by projects like tendlr.
>>
>> We do document the restful module in the RHCEPH product and several
>> people are/were interested in it. I did not hear of any product/app
>> being built on top of it yet though.
>>
>> We can extend the pass through method in the restful module so that it
>> is more user friendly for a more robust/useful replacement of the ceph-
>> rest-api.
>>
>> Regards,
>> Boris
>>
>>
>> On Wed, 2017-09-13 at 14:43 +0100, John Spray wrote:
>> > Hi all,
>> >
>> > This message is prompted by: https://github.com/ceph/ceph/pull/17530
>> >
>> > Questions:
>> > - Is anyone using either ceph-rest-api or the restful module?
>> > - Is anyone planning on doing any work on either?
>> > - Is the CLI pass through of the restful module a sufficient
>> > replacement for ceph-rest-api for anyone that was using it?
>> >
>> > John
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: REST APIs
2017-09-13 13:43 REST APIs John Spray
2017-09-14 13:33 ` Boris Ranto
@ 2017-09-16 15:29 ` Lenz Grimmer
1 sibling, 0 replies; 5+ messages in thread
From: Lenz Grimmer @ 2017-09-16 15:29 UTC (permalink / raw)
To: Ceph Development
[-- Attachment #1.1: Type: text/plain, Size: 714 bytes --]
Hi John,
On 09/13/2017 03:43 PM, John Spray wrote:
> This message is prompted by: https://github.com/ceph/ceph/pull/17530
>
> Questions:
> - Is anyone using either ceph-rest-api or the restful module?
> - Is anyone planning on doing any work on either?
> - Is the CLI pass through of the restful module a sufficient
> replacement for ceph-rest-api for anyone that was using it?
Thanks for the heads up.
FWIW, openATTIC does not make use of ceph-rest-api and we don't have
plans on using it.
However, AFAIK Inkscope [1] relies on it to perform its duty - I have
pinged the author (Alain Dechorgnat) in the pull request to get his opinion.
Lenz
[1] http://inkscope.blogspot.de/
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 220 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-17 12:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 13:43 REST APIs John Spray
2017-09-14 13:33 ` Boris Ranto
2017-09-16 8:51 ` Ric Wheeler
[not found] ` <CAA3h84tvKAryUt23GGBty9JcFZc8VdndnWx+ZLf7QYj3vUfH8Q@mail.gmail.com>
2017-09-17 12:15 ` John Spray
2017-09-16 15:29 ` Lenz Grimmer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.