File tree Expand file tree Collapse file tree 13 files changed +645
-7
lines changed
catalog-entities/marketplace Expand file tree Collapse file tree 13 files changed +645
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 name : packages
66spec :
77 targets :
8+ - ./aws-amazon-ecs-plugin-for-backstage-backend.yaml
9+ - ./aws-amazon-ecs-plugin-for-backstage.yaml
810 - ./backstage-plugin-scaffolder-backend-module-github.yaml
911 - ./backstage-plugin-catalog-backend-module-github.yaml
1012 - ./backstage-plugin-catalog-backend-module-github-org.yaml
3739 - ./backstage-plugin-signals.yaml
3840 - ./backstage-community-plugin-sonarqube-backend.yaml
3941 - ./backstage-community-plugin-sonarqube.yaml
42+ # https://issues.redhat.com/browse/RHDHPLAN-265 - OCM is deprecated in 1.8; will be removed in 1.10
4043 - ./backstage-community-plugin-ocm-backend.yaml
4144 - ./backstage-community-plugin-ocm.yaml
4245 - ./red-hat-developer-hub-backstage-plugin-bulk-import-backend.yaml
98101 - ./red-hat-developer-hub-backstage-plugin-lightspeed.yaml
99102 - ./red-hat-developer-hub-backstage-plugin-lightspeed-backend.yaml
100103 - ./apic-backstage-plugin.yaml
104+ - ./backstage-plugin-catalog-backend-module-model-catalog.yaml
105+ - ./backstage-plugin-catalog-techdoc-url-reader-backend.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : extensions.backstage.io/v1alpha1
2+ kind : Package
3+ metadata :
4+ name : aws-amazon-ecs-plugin-for-backstage-backend
5+ namespace : community
6+ title : " @aws/amazon-ecs-plugin-for-backstage-backend"
7+ links :
8+ - url : https://github.com/awslabs/backstage-plugins-for-aws
9+ title : Homepage
10+ - url : https://github.com/awslabs/backstage-plugins-for-aws/issues
11+ title : Bugs
12+ - title : Source Code
13+ url : https://github.com/awslabs/backstage-plugins-for-aws/tree/main/plugins/ecs/backend
14+ annotations :
15+ backstage.io/source-location : url:https://github.com/awslabs/backstage-plugins-for-aws/tree/main/plugins/ecs/backend
16+ tags : []
17+ spec :
18+ packageName : " @aws/amazon-ecs-plugin-for-backstage-backend"
19+ dynamicArtifact : oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/aws-amazon-ecs-plugin-for-backstage-backend:bs_1.42.5__0.8.0!aws-amazon-ecs-plugin-for-backstage-backend
20+ version : 0.8.0
21+ backstage :
22+ role : backend-plugin
23+ supportedVersions : 1.42.5
24+ author : AWS
25+ support : community
26+ lifecycle : active
27+ partOf :
28+ - aws-ecs
29+ appConfigExamples :
30+ - title : AWS Credentials Configuration
31+ content : |
32+ # Backend plugin uses AWS SDK credential chain
33+ # Configure via environment variables:
34+ AWS_REGION: us-east-1
35+ AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
36+ AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
Original file line number Diff line number Diff line change 1+ apiVersion : extensions.backstage.io/v1alpha1
2+ kind : Package
3+ metadata :
4+ name : aws-amazon-ecs-plugin-for-backstage
5+ namespace : community
6+ title : " @aws/amazon-ecs-plugin-for-backstage"
7+ links :
8+ - url : https://github.com/awslabs/backstage-plugins-for-aws
9+ title : Homepage
10+ - url : https://github.com/awslabs/backstage-plugins-for-aws/issues
11+ title : Bugs
12+ - title : Source Code
13+ url : https://github.com/awslabs/backstage-plugins-for-aws/tree/main/plugins/ecs/frontend
14+ annotations :
15+ backstage.io/source-location : url:https://github.com/awslabs/backstage-plugins-for-aws/tree/main/plugins/ecs/frontend
16+ tags : []
17+ spec :
18+ packageName : " @aws/amazon-ecs-plugin-for-backstage"
19+ dynamicArtifact : oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/aws-amazon-ecs-plugin-for-backstage:bs_1.42.5__0.6.0!aws-amazon-ecs-plugin-for-backstage
20+ version : 0.6.0
21+ backstage :
22+ role : frontend-plugin
23+ supportedVersions : 1.42.5
24+ author : AWS
25+ support : community
26+ lifecycle : active
27+ partOf :
28+ - aws-ecs
29+
30+ appConfigExamples :
31+ - title : Default configuration
32+ content :
33+ dynamicPlugins :
34+ frontend :
35+ aws.amazon-ecs-plugin-for-backstage :
36+ # Entity tab for ECS services (main plugin functionality)
37+ entityTabs :
38+ - path : /amazon-ecs
39+ title : Amazon ECS
40+ mountPoint : entity.page.amazon-ecs
41+
42+ # ECS services content in the entity tab
43+ mountPoints :
44+ - mountPoint : entity.page.amazon-ecs/cards
45+ importName : EntityAmazonEcsServicesContent
46+ config :
47+ layout :
48+ gridColumn : " 1 / -1"
49+ if :
50+ anyOf :
51+ # Show for entities with ECS service tags
52+ - hasAnnotation : aws.amazon.com/amazon-ecs-service-tags
53+ # Show for entities with specific ECS service ARN
54+ - hasAnnotation : aws.amazon.com/amazon-ecs-service-arn
Original file line number Diff line number Diff line change 2424 supportedVersions : 1.39.1
2525 author : Red Hat
2626 support : production
27- lifecycle : active
27+ # https://issues.redhat.com/browse/RHDHPLAN-265 - OCM is deprecated in 1.8; will be removed in 1.10
28+ lifecycle : deprecated
2829 partOf :
2930 - openshift-cluster-manager
3031 appConfigExamples :
Original file line number Diff line number Diff line change 2424 supportedVersions : 1.39.1
2525 author : Red Hat
2626 support : production
27- lifecycle : active
27+ # https://issues.redhat.com/browse/RHDHPLAN-265 - OCM is deprecated in 1.8; will be removed in 1.10
28+ lifecycle : deprecated
2829 partOf :
2930 - openshift-cluster-manager
3031 appConfigExamples :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments