-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
-
Story (Required)
As a developer using the software templates for AI, I would like my catalog entries that are deployed to RHOAI, include a link to RHOAI for quick and easy access.
Background (Required)
Currently, when deploying software templates to RHOAI, there is no option that displays the RHOAI dashboard to the user, like it does for the source and gitops git repositories. It would be nice if it included a link to the RHOAI
The problem is that the template.yaml has no way to query the Kubernetes API. We must write a custom backstage action (https://backstage.io/docs/features/software-templates/writing-custom-actions/) that pulls in the Kubernetes plugin, and queries the "rhods-dashboard" route URL in the redhat-ods-applications namespace. The action should then output the dashboard URL, so that it can be displayed when the catalog is deployed.
Out of scope
<Defines what is not included in this story>
Approach (Required)
- Create backstage action that queries the RHOAI dashboard route and outputs it
- Run the action in the software template when deploying to RHOAI
- Retrieve the route URL from the action and display it to the user.
Dependencies
<Describes what this story depends on. Dependent Stories and EPICs should be linked to the story.>
Acceptance Criteria (Required)
<Describe edge cases to consider when implementing the story and defining tests>
<Provides a required and minimum list of acceptance tests for this story. More is expected as the engineer implements this story>
documentation updates (design docs, release notes etc)
demo needed
SOP required
education module update (Filled by DEVHAS team only)
R&D label required (Filled by DEVHAS team only)
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