You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presets are user saved config of teuthology-suite commands. This will help rerun commands. The args of a command can be saved by a unique preset id. Data to be stored in a db on teuthology-api.
Presets are user saved config of teuthology-suite commands. This will help rerun commands. The args of a command can be saved by a unique preset id. Data to be stored in a db on teuthology-api.
How the feature could be used in pulpito-ng: ceph/pulpito-ng#47
Implementation:
Adds database to t-api: SQLite
Schema (improvements can be discussed):
Endpoints:
GET presets/{id}
GET presets/list/
POST presets/add/
UPDATE presets/edit/{id}
DELETE presets/delete/{id}
Implementation PR (previous work): #19
The text was updated successfully, but these errors were encountered: