Skip to content

Commit 22e797f

Browse files
authored
[RHDHPAI-1147] feat(ai-integrations): Add marketplace entry for AI Model Catalog in RHDH (#3512)
1 parent 97fce94 commit 22e797f

File tree

5 files changed

+415
-0
lines changed

5 files changed

+415
-0
lines changed

catalog-entities/marketplace/packages/all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ spec:
101101
- ./red-hat-developer-hub-backstage-plugin-lightspeed.yaml
102102
- ./red-hat-developer-hub-backstage-plugin-lightspeed-backend.yaml
103103
- ./apic-backstage-plugin.yaml
104+
- ./backstage-plugin-catalog-backend-module-model-catalog.yaml
105+
- ./backstage-plugin-catalog-techdoc-url-reader-backend.yaml
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: extensions.backstage.io/v1alpha1
2+
kind: Package
3+
metadata:
4+
name: backstage-plugin-catalog-backend-module-model-catalog
5+
namespace: rhdh
6+
title: "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-model-catalog"
7+
links:
8+
- url: https://red.ht/rhdh
9+
title: Homepage
10+
- url: https://issues.redhat.com/browse/RHDHBUGS
11+
title: Bugs
12+
- title: Source Code
13+
url: https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/ai-integrations/plugins/catalog-backend-module-model-catalog
14+
annotations:
15+
backstage.io/source-location: url
16+
https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/ai-integrations/plugins/catalog-backend-module-model-catalog
17+
tags: []
18+
spec:
19+
packageName: "@backstage/catalog-backend-module-model-catalog"
20+
dynamicArtifact: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog:next__0.6.0!red-hat-developer-hub-backstage-plugin-catalog-backend-module-model-catalog
21+
version: 0.6.0
22+
backstage:
23+
role: backend-plugin
24+
supportedVersions: 1.42.5
25+
author: Backstage
26+
support: dev-preview
27+
lifecycle: active
28+
partOf:
29+
- ai-integrations
30+
appConfigExamples:
31+
- title: Default configuration
32+
content:
33+
catalog:
34+
providers:
35+
modelCatalog:
36+
developement:
37+
baseUrl: http://localhost:9090
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: extensions.backstage.io/v1alpha1
2+
kind: Package
3+
metadata:
4+
name: backstage-plugin-catalog-techdoc-url-reader-backend
5+
namespace: rhdh
6+
title: "@red-hat-developer-hub/backstage-plugin-catalog-techdoc-url-reader-backend"
7+
links:
8+
- url: https://red.ht/rhdh
9+
title: Homepage
10+
- url: https://issues.redhat.com/browse/RHDHBUGS
11+
title: Bugs
12+
- title: Source Code
13+
url: https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/ai-integrations/plugins/catalog-techdoc-url-reader-backend
14+
annotations:
15+
backstage.io/source-location: url
16+
https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/ai-integrations/plugins/catalog-techdoc-url-reader-backend
17+
tags: []
18+
spec:
19+
packageName: "@backstage/catalog-techdoc-url-reader-backend"
20+
dynamicArtifact: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend:next__0.3.0!red-hat-developer-hub-backstage-plugin-catalog-techdoc-url-reader-backend
21+
version: 0.3.0
22+
backstage:
23+
role: backend-plugin
24+
supportedVersions: 1.42.5
25+
author: Backstage
26+
support: dev-preview
27+
lifecycle: active
28+
partOf:
29+
- ai-integrations
30+
appConfigExamples:
31+
- title: Default configuration
32+
content:
33+
catalog:
34+
providers:
35+
modelCatalog:
36+
developement:
37+
baseUrl: http://localhost:9090

0 commit comments

Comments
 (0)