ceph / paddles

RESTful API to store (and report) on Ceph tests
14 stars 25 forks source link

NodeController: Add delete() method #113

Closed zmc closed 1 year ago

zmc commented 1 year ago

We need to be able to clean up things like this: https://pulpito.ceph.com/nodes/?machine_type=testnode

dmick commented 1 year ago

@amathuria no, this just provides an API endpoint for delete. Something like curl would be used to call it.

zmc commented 1 year ago

I just deployed the new image:

zack@pulpito:~$ docker service update --image quay.io/ceph-infra/paddles:main paddles --force
paddles
overall progress: 10 out of 10 tasks
1/10: running   [==================================================>]
2/10: running   [==================================================>]
3/10: running   [==================================================>]
4/10: running   [==================================================>]
5/10: running   [==================================================>]
6/10: running   [==================================================>]
7/10: running   [==================================================>]
8/10: running   [==================================================>]
9/10: running   [==================================================>]
10/10: running   [==================================================>]
verify: Service converged
dmick commented 1 year ago

👍