Project

Profile

Help

31+ Ideas (post MVP) » History » Sprint/Milestone 10

bmbouter, 06/13/2017 07:19 PM
Posting results of the "Plugin Importer Attributes" MVP call

1 1 bmbouter
# 3.1+ Ideas (post MVP)
2
3
### Authentication
4
5
  - External
6
  - Expiring passwords
7
  - REMOTE_USER support?
8
9
### Authorization
10
11
\<put ideas here\>
12
13 6 bmbouter
### Versioned Repository
14 1 bmbouter
15 6 bmbouter
<span style="color:red;">As an authenticated user, I can get a list of a repo's versions.</span>
16
17
<span style="color:red;">As an authenticated user, I can specify how many versions to keep at a time.</span>
18
19 7 bmbouter
<span style="color:red;">As an authenticated user, I can get a reference to a new repo version from any task that adds or removes content.</span>
20 6 bmbouter
21
<span style="color:red;">As an authenticated user, I can publish a repo and have it default to the latest version.</span>
22
23
<span style="color:red;">As an authenticated user, I can run a publisher with a repository version.</span>
24 1 bmbouter
25 2 bmbouter
### Content Manipulation
26
27
  - Sync can have "sync" options.
28
  - Sync options are different than "importer" attributes.
29
30 5 bmbouter
### Upload
31
32
  - Allow for a large single file to have its chunks uploaded in parallel.
33
34 1 bmbouter
### Importers
35
36
  - Sync from multiple importers
37 2 bmbouter
  - We need to support multiple importers to properly support distributions and ostree (with distributions).
38
  - add auto-publish feature
39 10 bmbouter
  - As an authenticated user I have a notes field I can use to store arbitrary \<key, value\> tuples with both key and value being strings.
40 1 bmbouter
41 3 bmbouter
### Task Management
42
43
Allow filtering of tasks on 'completed' or 'started'. These 'meta' states are not states directly, but they represent a group of states. For instance 'completed' would be represent 'skipped', 'completed', 'failed', and 'canceled'.
44
45
Additional filtering support:
46
47
  - worker
48
  - started_at, filtered by less than, greater than
49
  - finished_at, filtered by less than, greater than
50
  - resource field on an associated ReservedResource
51
52
As an authenticated user I can DELETE a task
53
54 1 bmbouter
### Task Scheduling
55 5 bmbouter
56
  - As an authenticated user, I can schedule a task.
57 1 bmbouter
58 4 bmbouter
### Data Exports
59
60
As an authenticated user, I can export a group of published repositories to a single media
61
62
As an authenticated user, I can export an incremental publish of a group of repositories to a single media
63
64
For both use cases \^, the layout needs some more discussion.
65
66
  - maybe it is specified by the user?
67
  - maybe it is maintains the published filesystem tree structure?
68
69
Also there are two main options in this area.
70
71
1\. One is a publish bundler that bundles up all the units published to disk. Then this media (e.g. an iso) is mounted and brought into another Pulp installation using a sync. This will only work for content types that don't require 'live APIs'
72
73
2\. Another option is to export database model data and disk content units from one Pulp to media and then import by directly adding those units to another Pulp. This could be done through the API possibly. This would allow things like Docker to be exported and imported, but it may not work for OSTree??
74
75
Also there was discussion about OSTree possibly never supporting and incremental export/import due to how OSTree stores content.
76
77 1 bmbouter
### Server Plugins (which content types are available and importers and publishers)
78
79 9 bmbouter
### Orphans
80
81
As an authenticated user, I can remove one or more units from one or more repositories
82
83
  - filtering support on the unit(s)
84
  - filtering support on the repositories
85
86
As an authenticated user, I can delete content units even when associated with repositories.
87
88 1 bmbouter
### Plugin Download API
89
90
  - FTP
91 8 dkliban@redhat.com
92
### Status API
93
94
Status API return status of Squid (aka Proxy), web server, streamer
95
96
API to view an overall health attribute that returns a message when something is not operating properly or True.
97
98
I can view information about unapplied migrations
99
100
I can view a verbose Status API which returns a Pulp version for each component along with a list of all plugins and their versions.
101
102
### Alternate content source support