-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
8
-
False
-
-
False
-
-
Story (Required)
As a Platform Engineer, there should be a software template I can use to quickly generate model catalog resources without needing to modify them manually. The software template should generate a repository that I can then register with my RHDH instance.
Background (Required)
As part of DEVAI-179, a templated model catalog will be created that can be used by tools to generate model catalogs based on user input. This issue will be focusing on providing a software template to generate model catalogs:
- Get user input for the necessary information about the model servers and models they would like added to the catalog (basically any information defined in the catalog structure: https://github.com/redhat-ai-dev/model-catalog?tab=readme-ov-file#catalog-structure)
- The template should then generate a repository on GitHub/GitLab that contains the model catalog, along with any corresponding techdocs
Out of scope
- Automatic registration with RHDH (this may require a separate issue)
Approach (Required)
- Create a software template to prompt the platform engineer with the necessary information about their model server(s) and model(s)
- For a complete list of information that needs to be retrieved see the model catalog structure: https://github.com/redhat-ai-dev/model-catalog?tab=readme-ov-file#catalog-structure
- The software template should take that information for 1 .. N model servers and models, and generate a corresponding GitHub repository, using the templated repository (created in
DEVAI-179). - Determine where to host the software template
- Standalone repository (perhaps with the repository template?) or under https://github.com/redhat-ai-dev/ai-lab-template? Or some other location?
Dependencies
<Describes what this story depends on. Dependent Stories and EPICs should be linked to the story.>
Acceptance Criteria (Required)
- A software template that users use to generate model catalogs
- The software template should be easy to use, and import into RHDH
- The generated repository should be able to be imported into RHDH
Done Checklist
Code is completed, reviewed, documented and checked in
Unit and integration test automation have been delivered and running cleanly in continuous integration/staging/canary environment
Continuous Delivery pipeline(s) is able to proceed with new code included
Customer facing documentation, API docs, design docs etc. are produced/updated, reviewed and published
Acceptance criteria are met
If the Grafana dashboard is updated, ensure the corresponding SOP is updated as well
- depends on
-
RHIDP-10302 Create a templated model catalog
-
- Closed
-
- is depended on by
-
RHIDP-9969 Define release process for the model catalog
-
- Refinement
-