From 4c3b23c3faaacc4bf7d80ce67d7ef85644ea5aa5 Mon Sep 17 00:00:00 2001 From: cfln123 Date: Mon, 18 Nov 2024 15:08:31 -0300 Subject: [PATCH] Add missing components --- all.yaml | 88 +++++++++++++++++-- components/acm.component.yaml | 23 +++++ components/alb-cognitio.component.yaml | 23 +++++ .../alb-maintenance-window.component.yaml | 23 +++++ components/amazonmq-rabbitmq.component.yaml | 23 +++++ components/amazonmq.component.yaml | 23 +++++ components/amp-ecs.component.yaml | 23 +++++ components/apigateway-rest.component.yaml | 23 +++++ .../application-autoscaling.component.yaml | 23 +++++ .../application-loadbalancer.component.yaml | 2 +- components/asg-v2.component.yaml | 23 +++++ components/asg.component.yaml | 23 +++++ components/athena.component.yaml | 23 +++++ components/aurora-mysql.component.yaml | 23 +++++ components/aurora-postgres.component.yaml | 23 +++++ components/az-asg.component.yaml | 23 +++++ components/bastion.component.yaml | 23 +++++ components/batch.component.yaml | 23 +++++ components/client-vpn.component.yaml | 23 +++++ components/cloudfront.component.yaml | 23 +++++ .../cognito-userpool-client.component.yaml | 23 +++++ components/cognito-userpool.component.yaml | 23 +++++ components/cognito.component.yaml | 23 +++++ components/dms.component.yaml | 23 +++++ components/documentdb.component.yaml | 23 +++++ components/ec2-fleet.component.yaml | 23 +++++ components/ecs-mixed-asg.component.yaml | 23 +++++ components/ecs-runtask.component.yaml | 23 +++++ .../ecs-schedule-runtasks.component.yaml | 23 +++++ components/ecs-service.component.yaml | 23 +++++ components/ecs-task.component.yaml | 23 +++++ components/ecs-v2.component.yaml | 2 +- components/ecs.component.yaml | 23 +++++ components/efs-v2.component.yaml | 23 +++++ components/efs.component.yaml | 23 +++++ components/eks-cluster.component.yaml | 23 +++++ .../elasticache-memcache.component.yaml | 23 +++++ components/elasticache-redis.component.yaml | 23 +++++ components/elasticsearch.component.yaml | 23 +++++ components/eventbridge-rule.component.yaml | 2 +- components/fargate-v2.component.yaml | 23 +++++ components/fargate.component.yaml | 23 +++++ components/glue-job.component.yaml | 23 +++++ components/hl-component-.component.yaml | 24 +++++ components/iam-access-keys.component.yaml | 23 +++++ components/keypair.component.yaml | 2 +- components/kms.component.yaml | 23 +++++ components/lambda-edge.component.yaml | 23 +++++ components/lambda.component.yaml | 23 +++++ components/lib-alb.component.yaml | 23 +++++ components/lib-ec2.component.yaml | 23 +++++ components/lib-iam.component.yaml | 23 +++++ components/loadbalancer.component.yaml | 23 +++++ components/msk.component.yaml | 23 +++++ .../network-loadbalancer.component.yaml | 23 +++++ components/password-generator.component.yaml | 23 +++++ components/privatelink-service.component.yaml | 23 +++++ components/rds-mssql.component.yaml | 23 +++++ components/rds-mysql.component.yaml | 23 +++++ components/rds-postgres.component.yaml | 23 +++++ components/rds-proxy.component.yaml | 23 +++++ components/rds-replica.component.yaml | 23 +++++ components/redshift.component.yaml | 23 +++++ components/route53-recordset.component.yaml | 23 +++++ components/route53-resolver.component.yaml | 23 +++++ components/route53-zone.component.yaml | 23 +++++ .../s3-cleanup-on-delete.component.yaml | 23 +++++ components/s3-cloudfront.component.yaml | 23 +++++ components/s3-deployer.component.yaml | 23 +++++ components/s3.component.yaml | 23 +++++ components/service-discovery.component.yaml | 2 +- components/sftp.component.yaml | 23 +++++ components/simple-ad.component.yaml | 23 +++++ components/site-to-site-vpn.component.yaml | 23 +++++ components/sns.component.yaml | 23 +++++ components/spot-fleet.component.yaml | 23 +++++ components/sqs.component.yaml | 23 +++++ components/synthetics-canary.component.yaml | 23 +++++ components/timestream.component.yaml | 23 +++++ ...nsit-gateway-vpc-attachment.component.yaml | 23 +++++ components/transit-gateway.component.yaml | 23 +++++ components/vpc.component.yaml | 23 +++++ components/waf.component.yaml | 23 +++++ components/wafv2.component.yaml | 23 +++++ 84 files changed, 1883 insertions(+), 10 deletions(-) create mode 100644 components/acm.component.yaml create mode 100644 components/alb-cognitio.component.yaml create mode 100644 components/alb-maintenance-window.component.yaml create mode 100644 components/amazonmq-rabbitmq.component.yaml create mode 100644 components/amazonmq.component.yaml create mode 100644 components/amp-ecs.component.yaml create mode 100644 components/apigateway-rest.component.yaml create mode 100644 components/application-autoscaling.component.yaml create mode 100644 components/asg-v2.component.yaml create mode 100644 components/asg.component.yaml create mode 100644 components/athena.component.yaml create mode 100644 components/aurora-mysql.component.yaml create mode 100644 components/aurora-postgres.component.yaml create mode 100644 components/az-asg.component.yaml create mode 100644 components/bastion.component.yaml create mode 100644 components/batch.component.yaml create mode 100644 components/client-vpn.component.yaml create mode 100644 components/cloudfront.component.yaml create mode 100644 components/cognito-userpool-client.component.yaml create mode 100644 components/cognito-userpool.component.yaml create mode 100644 components/cognito.component.yaml create mode 100644 components/dms.component.yaml create mode 100644 components/documentdb.component.yaml create mode 100644 components/ec2-fleet.component.yaml create mode 100644 components/ecs-mixed-asg.component.yaml create mode 100644 components/ecs-runtask.component.yaml create mode 100644 components/ecs-schedule-runtasks.component.yaml create mode 100644 components/ecs-service.component.yaml create mode 100644 components/ecs-task.component.yaml create mode 100644 components/ecs.component.yaml create mode 100644 components/efs-v2.component.yaml create mode 100644 components/efs.component.yaml create mode 100644 components/eks-cluster.component.yaml create mode 100644 components/elasticache-memcache.component.yaml create mode 100644 components/elasticache-redis.component.yaml create mode 100644 components/elasticsearch.component.yaml create mode 100644 components/fargate-v2.component.yaml create mode 100644 components/fargate.component.yaml create mode 100644 components/glue-job.component.yaml create mode 100644 components/hl-component-.component.yaml create mode 100644 components/iam-access-keys.component.yaml create mode 100644 components/kms.component.yaml create mode 100644 components/lambda-edge.component.yaml create mode 100644 components/lambda.component.yaml create mode 100644 components/lib-alb.component.yaml create mode 100644 components/lib-ec2.component.yaml create mode 100644 components/lib-iam.component.yaml create mode 100644 components/loadbalancer.component.yaml create mode 100644 components/msk.component.yaml create mode 100644 components/network-loadbalancer.component.yaml create mode 100644 components/password-generator.component.yaml create mode 100644 components/privatelink-service.component.yaml create mode 100644 components/rds-mssql.component.yaml create mode 100644 components/rds-mysql.component.yaml create mode 100644 components/rds-postgres.component.yaml create mode 100644 components/rds-proxy.component.yaml create mode 100644 components/rds-replica.component.yaml create mode 100644 components/redshift.component.yaml create mode 100644 components/route53-recordset.component.yaml create mode 100644 components/route53-resolver.component.yaml create mode 100644 components/route53-zone.component.yaml create mode 100644 components/s3-cleanup-on-delete.component.yaml create mode 100644 components/s3-cloudfront.component.yaml create mode 100644 components/s3-deployer.component.yaml create mode 100644 components/s3.component.yaml create mode 100644 components/sftp.component.yaml create mode 100644 components/simple-ad.component.yaml create mode 100644 components/site-to-site-vpn.component.yaml create mode 100644 components/sns.component.yaml create mode 100644 components/spot-fleet.component.yaml create mode 100644 components/sqs.component.yaml create mode 100644 components/synthetics-canary.component.yaml create mode 100644 components/timestream.component.yaml create mode 100644 components/transit-gateway-vpc-attachment.component.yaml create mode 100644 components/transit-gateway.component.yaml create mode 100644 components/vpc.component.yaml create mode 100644 components/waf.component.yaml create mode 100644 components/wafv2.component.yaml diff --git a/all.yaml b/all.yaml index ced247e..50d20be 100644 --- a/all.yaml +++ b/all.yaml @@ -5,11 +5,89 @@ metadata: description: Cfhighlander theonestack components spec: targets: - - ./components/cfhighlander.system.yaml - - ./components/vpc-v2.component.yaml - ./components/acm-v2.component.yaml - - ./components/keypair.component.yaml - - ./components/ecs-v2.component.yaml - - ./components/service-discovery.component.yaml + - ./components/acm.component.yaml + - ./components/alb-cognitio.component.yaml + - ./components/alb-maintenance-window.component.yaml + - ./components/amazonmq-rabbitmq.component.yaml + - ./components/amazonmq.component.yaml + - ./components/amp-ecs.component.yaml + - ./components/apigateway-rest.component.yaml + - ./components/application-autoscaling.component.yaml - ./components/application-loadbalancer.component.yaml + - ./components/asg-v2.component.yaml + - ./components/asg.component.yaml + - ./components/athena.component.yaml + - ./components/aurora-mysql.component.yaml + - ./components/aurora-postgres.component.yaml + - ./components/az-asg.component.yaml + - ./components/bastion.component.yaml + - ./components/batch.component.yaml + - ./components/cfhighlander.system.yaml + - ./components/client-vpn.component.yaml + - ./components/cloudfront.component.yaml + - ./components/cognito-userpool-client.component.yaml + - ./components/cognito-userpool.component.yaml + - ./components/cognito.component.yaml + - ./components/dms.component.yaml + - ./components/documentdb.component.yaml + - ./components/ec2-fleet.component.yaml + - ./components/ecs-mixed-asg.component.yaml + - ./components/ecs-runtask.component.yaml + - ./components/ecs-schedule-runtasks.component.yaml + - ./components/ecs-service.component.yaml + - ./components/ecs-task.component.yaml + - ./components/ecs-v2.component.yaml + - ./components/ecs.component.yaml + - ./components/efs-v2.component.yaml + - ./components/efs.component.yaml + - ./components/eks-cluster.component.yaml + - ./components/elasticache-memcache.component.yaml + - ./components/elasticache-redis.component.yaml + - ./components/elasticsearch.component.yaml - ./components/eventbridge-rule.component.yaml + - ./components/fargate-v2.component.yaml + - ./components/fargate.component.yaml + - ./components/glue-job.component.yaml + - ./components/hl-component-.component.yaml + - ./components/iam-access-keys.component.yaml + - ./components/keypair.component.yaml + - ./components/kms.component.yaml + - ./components/lambda-edge.component.yaml + - ./components/lambda.component.yaml + - ./components/lib-alb.component.yaml + - ./components/lib-ec2.component.yaml + - ./components/lib-iam.component.yaml + - ./components/loadbalancer.component.yaml + - ./components/msk.component.yaml + - ./components/network-loadbalancer.component.yaml + - ./components/password-generator.component.yaml + - ./components/privatelink-service.component.yaml + - ./components/rds-mssql.component.yaml + - ./components/rds-mysql.component.yaml + - ./components/rds-postgres.component.yaml + - ./components/rds-proxy.component.yaml + - ./components/rds-replica.component.yaml + - ./components/redshift.component.yaml + - ./components/route53-recordset.component.yaml + - ./components/route53-resolver.component.yaml + - ./components/route53-zone.component.yaml + - ./components/s3-cleanup-on-delete.component.yaml + - ./components/s3-cloudfront.component.yaml + - ./components/s3-deployer.component.yaml + - ./components/s3.component.yaml + - ./components/service-discovery.component.yaml + - ./components/sftp.component.yaml + - ./components/simple-ad.component.yaml + - ./components/site-to-site-vpn.component.yaml + - ./components/sns.component.yaml + - ./components/spot-fleet.component.yaml + - ./components/sqs.component.yaml + - ./components/synthetics-canary.component.yaml + - ./components/timestream.component.yaml + - ./components/transit-gateway-vpc-attachment.component.yaml + - ./components/transit-gateway.component.yaml + - ./components/vpc-v2.component.yaml + - ./components/vpc.component.yaml + - ./components/waf.component.yaml + - ./components/wafv2.component.yaml diff --git a/components/acm.component.yaml b/components/acm.component.yaml new file mode 100644 index 0000000..412e4fc --- /dev/null +++ b/components/acm.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: acm + description: cfhighlander acm component + labels: + cfhighlander/component: acm + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-acm + github.com/project-slug: theonestack/hl-component-acm + cfhighlander/latest-version: '1.4.4' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/alb-cognitio.component.yaml b/components/alb-cognitio.component.yaml new file mode 100644 index 0000000..b18a364 --- /dev/null +++ b/components/alb-cognitio.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: alb-cognitio + description: cfhighlander alb-cognitio component + labels: + cfhighlander/component: alb-cognitio + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-alb-cognitio + github.com/project-slug: theonestack/hl-component-alb-cognitio + cfhighlander/latest-version: '0.0.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/alb-maintenance-window.component.yaml b/components/alb-maintenance-window.component.yaml new file mode 100644 index 0000000..d721ade --- /dev/null +++ b/components/alb-maintenance-window.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: alb-maintenance-window + description: cfhighlander alb-maintenance-window component + labels: + cfhighlander/component: alb-maintenance-window + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-alb-maintenance-window + github.com/project-slug: theonestack/hl-component-alb-maintenance-window + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/amazonmq-rabbitmq.component.yaml b/components/amazonmq-rabbitmq.component.yaml new file mode 100644 index 0000000..1fb1a35 --- /dev/null +++ b/components/amazonmq-rabbitmq.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: amazonmq-rabbitmq + description: cfhighlander amazonmq-rabbitmq component + labels: + cfhighlander/component: amazonmq-rabbitmq + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-amazonmq-rabbitmq + github.com/project-slug: theonestack/hl-component-amazonmq-rabbitmq + cfhighlander/latest-version: '0.4.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/amazonmq.component.yaml b/components/amazonmq.component.yaml new file mode 100644 index 0000000..a4c1ed8 --- /dev/null +++ b/components/amazonmq.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: amazonmq + description: cfhighlander amazonmq component + labels: + cfhighlander/component: amazonmq + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-amazonmq + github.com/project-slug: theonestack/hl-component-amazonmq + cfhighlander/latest-version: '1.3.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/amp-ecs.component.yaml b/components/amp-ecs.component.yaml new file mode 100644 index 0000000..cd25c32 --- /dev/null +++ b/components/amp-ecs.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: amp-ecs + description: cfhighlander amp-ecs component + labels: + cfhighlander/component: amp-ecs + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-amp-ecs + github.com/project-slug: theonestack/hl-component-amp-ecs + cfhighlander/latest-version: '0.1.5' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/apigateway-rest.component.yaml b/components/apigateway-rest.component.yaml new file mode 100644 index 0000000..9a1136e --- /dev/null +++ b/components/apigateway-rest.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: apigateway-rest + description: cfhighlander apigateway-rest component + labels: + cfhighlander/component: apigateway-rest + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-apigateway-rest + github.com/project-slug: theonestack/hl-component-apigateway-rest + cfhighlander/latest-version: '0.1.6' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/application-autoscaling.component.yaml b/components/application-autoscaling.component.yaml new file mode 100644 index 0000000..b14ee3f --- /dev/null +++ b/components/application-autoscaling.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: application-autoscaling + description: cfhighlander application-autoscaling component + labels: + cfhighlander/component: application-autoscaling + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-application-autoscaling + github.com/project-slug: theonestack/hl-component-application-autoscaling + cfhighlander/latest-version: '0.1.7' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/application-loadbalancer.component.yaml b/components/application-loadbalancer.component.yaml index c261a84..51efb33 100644 --- a/components/application-loadbalancer.component.yaml +++ b/components/application-loadbalancer.component.yaml @@ -8,7 +8,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/theonestack/hl-component-application-loadbalancer github.com/project-slug: theonestack/hl-component-application-loadbalancer - cfhighlander/latest-version: 0.5.1 + cfhighlander/latest-version: '0.5.1' tags: - cfhighlander links: diff --git a/components/asg-v2.component.yaml b/components/asg-v2.component.yaml new file mode 100644 index 0000000..27d3d8a --- /dev/null +++ b/components/asg-v2.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: asg-v2 + description: cfhighlander asg-v2 component + labels: + cfhighlander/component: asg-v2 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-asg-v2 + github.com/project-slug: theonestack/hl-component-asg-v2 + cfhighlander/latest-version: '0.5.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/asg.component.yaml b/components/asg.component.yaml new file mode 100644 index 0000000..172439e --- /dev/null +++ b/components/asg.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: asg + description: cfhighlander asg component + labels: + cfhighlander/component: asg + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-asg + github.com/project-slug: theonestack/hl-component-asg + cfhighlander/latest-version: '1.2.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/athena.component.yaml b/components/athena.component.yaml new file mode 100644 index 0000000..463d9e3 --- /dev/null +++ b/components/athena.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: athena + description: cfhighlander athena component + labels: + cfhighlander/component: athena + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-athena + github.com/project-slug: theonestack/hl-component-athena + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/aurora-mysql.component.yaml b/components/aurora-mysql.component.yaml new file mode 100644 index 0000000..956d3f8 --- /dev/null +++ b/components/aurora-mysql.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: aurora-mysql + description: cfhighlander aurora-mysql component + labels: + cfhighlander/component: aurora-mysql + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-aurora-mysql + github.com/project-slug: theonestack/hl-component-aurora-mysql + cfhighlander/latest-version: '3.6.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/aurora-postgres.component.yaml b/components/aurora-postgres.component.yaml new file mode 100644 index 0000000..60a9099 --- /dev/null +++ b/components/aurora-postgres.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: aurora-postgres + description: cfhighlander aurora-postgres component + labels: + cfhighlander/component: aurora-postgres + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-aurora-postgres + github.com/project-slug: theonestack/hl-component-aurora-postgres + cfhighlander/latest-version: '2.4.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/az-asg.component.yaml b/components/az-asg.component.yaml new file mode 100644 index 0000000..e8d8dd6 --- /dev/null +++ b/components/az-asg.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: az-asg + description: cfhighlander az-asg component + labels: + cfhighlander/component: az-asg + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-az-asg + github.com/project-slug: theonestack/hl-component-az-asg + cfhighlander/latest-version: '0.1.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/bastion.component.yaml b/components/bastion.component.yaml new file mode 100644 index 0000000..1c4a20e --- /dev/null +++ b/components/bastion.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bastion + description: cfhighlander bastion component + labels: + cfhighlander/component: bastion + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-bastion + github.com/project-slug: theonestack/hl-component-bastion + cfhighlander/latest-version: '2.3.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/batch.component.yaml b/components/batch.component.yaml new file mode 100644 index 0000000..d5df59d --- /dev/null +++ b/components/batch.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: batch + description: cfhighlander batch component + labels: + cfhighlander/component: batch + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-batch + github.com/project-slug: theonestack/hl-component-batch + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/client-vpn.component.yaml b/components/client-vpn.component.yaml new file mode 100644 index 0000000..d2e4dcb --- /dev/null +++ b/components/client-vpn.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: client-vpn + description: cfhighlander client-vpn component + labels: + cfhighlander/component: client-vpn + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-client-vpn + github.com/project-slug: theonestack/hl-component-client-vpn + cfhighlander/latest-version: '0.3.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/cloudfront.component.yaml b/components/cloudfront.component.yaml new file mode 100644 index 0000000..72a07a7 --- /dev/null +++ b/components/cloudfront.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cloudfront + description: cfhighlander cloudfront component + labels: + cfhighlander/component: cloudfront + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-cloudfront + github.com/project-slug: theonestack/hl-component-cloudfront + cfhighlander/latest-version: '0.8.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/cognito-userpool-client.component.yaml b/components/cognito-userpool-client.component.yaml new file mode 100644 index 0000000..453e622 --- /dev/null +++ b/components/cognito-userpool-client.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cognito-userpool-client + description: cfhighlander cognito-userpool-client component + labels: + cfhighlander/component: cognito-userpool-client + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-cognito-userpool-client + github.com/project-slug: theonestack/hl-component-cognito-userpool-client + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/cognito-userpool.component.yaml b/components/cognito-userpool.component.yaml new file mode 100644 index 0000000..5cf0025 --- /dev/null +++ b/components/cognito-userpool.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cognito-userpool + description: cfhighlander cognito-userpool component + labels: + cfhighlander/component: cognito-userpool + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-cognito-userpool + github.com/project-slug: theonestack/hl-component-cognito-userpool + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/cognito.component.yaml b/components/cognito.component.yaml new file mode 100644 index 0000000..cf80467 --- /dev/null +++ b/components/cognito.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cognito + description: cfhighlander cognito component + labels: + cfhighlander/component: cognito + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-cognito + github.com/project-slug: theonestack/hl-component-cognito + cfhighlander/latest-version: '1.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/dms.component.yaml b/components/dms.component.yaml new file mode 100644 index 0000000..a84b31a --- /dev/null +++ b/components/dms.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: dms + description: cfhighlander dms component + labels: + cfhighlander/component: dms + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-dms + github.com/project-slug: theonestack/hl-component-dms + cfhighlander/latest-version: '0.1.5' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/documentdb.component.yaml b/components/documentdb.component.yaml new file mode 100644 index 0000000..afb3161 --- /dev/null +++ b/components/documentdb.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: documentdb + description: cfhighlander documentdb component + labels: + cfhighlander/component: documentdb + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-documentdb + github.com/project-slug: theonestack/hl-component-documentdb + cfhighlander/latest-version: '0.4.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ec2-fleet.component.yaml b/components/ec2-fleet.component.yaml new file mode 100644 index 0000000..ba568a8 --- /dev/null +++ b/components/ec2-fleet.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ec2-fleet + description: cfhighlander ec2-fleet component + labels: + cfhighlander/component: ec2-fleet + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ec2-fleet + github.com/project-slug: theonestack/hl-component-ec2-fleet + cfhighlander/latest-version: '0.1.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-mixed-asg.component.yaml b/components/ecs-mixed-asg.component.yaml new file mode 100644 index 0000000..5635552 --- /dev/null +++ b/components/ecs-mixed-asg.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs-mixed-asg + description: cfhighlander ecs-mixed-asg component + labels: + cfhighlander/component: ecs-mixed-asg + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-mixed-asg + github.com/project-slug: theonestack/hl-component-ecs-mixed-asg + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-runtask.component.yaml b/components/ecs-runtask.component.yaml new file mode 100644 index 0000000..a83d804 --- /dev/null +++ b/components/ecs-runtask.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs-runtask + description: cfhighlander ecs-runtask component + labels: + cfhighlander/component: ecs-runtask + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-runtask + github.com/project-slug: theonestack/hl-component-ecs-runtask + cfhighlander/latest-version: '0.2.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-schedule-runtasks.component.yaml b/components/ecs-schedule-runtasks.component.yaml new file mode 100644 index 0000000..041d0be --- /dev/null +++ b/components/ecs-schedule-runtasks.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs-schedule-runtasks + description: cfhighlander ecs-schedule-runtasks component + labels: + cfhighlander/component: ecs-schedule-runtasks + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-schedule-runtasks + github.com/project-slug: theonestack/hl-component-ecs-schedule-runtasks + cfhighlander/latest-version: '1.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-service.component.yaml b/components/ecs-service.component.yaml new file mode 100644 index 0000000..04402c0 --- /dev/null +++ b/components/ecs-service.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs-service + description: cfhighlander ecs-service component + labels: + cfhighlander/component: ecs-service + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-service + github.com/project-slug: theonestack/hl-component-ecs-service + cfhighlander/latest-version: '2.17.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-task.component.yaml b/components/ecs-task.component.yaml new file mode 100644 index 0000000..69bb1c9 --- /dev/null +++ b/components/ecs-task.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs-task + description: cfhighlander ecs-task component + labels: + cfhighlander/component: ecs-task + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-task + github.com/project-slug: theonestack/hl-component-ecs-task + cfhighlander/latest-version: '0.5.11' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/ecs-v2.component.yaml b/components/ecs-v2.component.yaml index 781b0fa..ec1d431 100644 --- a/components/ecs-v2.component.yaml +++ b/components/ecs-v2.component.yaml @@ -8,7 +8,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs-v2 github.com/project-slug: theonestack/hl-component-ecs-v2 - cfhighlander/latest-version: 0.2.4 + cfhighlander/latest-version: '0.2.4' tags: - cfhighlander links: diff --git a/components/ecs.component.yaml b/components/ecs.component.yaml new file mode 100644 index 0000000..dbb7eb9 --- /dev/null +++ b/components/ecs.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ecs + description: cfhighlander ecs component + labels: + cfhighlander/component: ecs + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-ecs + github.com/project-slug: theonestack/hl-component-ecs + cfhighlander/latest-version: '2.3.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/efs-v2.component.yaml b/components/efs-v2.component.yaml new file mode 100644 index 0000000..c5eaee8 --- /dev/null +++ b/components/efs-v2.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: efs-v2 + description: cfhighlander efs-v2 component + labels: + cfhighlander/component: efs-v2 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-efs-v2 + github.com/project-slug: theonestack/hl-component-efs-v2 + cfhighlander/latest-version: '0.3.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/efs.component.yaml b/components/efs.component.yaml new file mode 100644 index 0000000..459ed9b --- /dev/null +++ b/components/efs.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: efs + description: cfhighlander efs component + labels: + cfhighlander/component: efs + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-efs + github.com/project-slug: theonestack/hl-component-efs + cfhighlander/latest-version: '1.2.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/eks-cluster.component.yaml b/components/eks-cluster.component.yaml new file mode 100644 index 0000000..7a4e3b0 --- /dev/null +++ b/components/eks-cluster.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: eks-cluster + description: cfhighlander eks-cluster component + labels: + cfhighlander/component: eks-cluster + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-eks-cluster + github.com/project-slug: theonestack/hl-component-eks-cluster + cfhighlander/latest-version: '0.6.5' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/elasticache-memcache.component.yaml b/components/elasticache-memcache.component.yaml new file mode 100644 index 0000000..4d7cbc6 --- /dev/null +++ b/components/elasticache-memcache.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: elasticache-memcache + description: cfhighlander elasticache-memcache component + labels: + cfhighlander/component: elasticache-memcache + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-elasticache-memcache + github.com/project-slug: theonestack/hl-component-elasticache-memcache + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/elasticache-redis.component.yaml b/components/elasticache-redis.component.yaml new file mode 100644 index 0000000..14de6a1 --- /dev/null +++ b/components/elasticache-redis.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: elasticache-redis + description: cfhighlander elasticache-redis component + labels: + cfhighlander/component: elasticache-redis + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-elasticache-redis + github.com/project-slug: theonestack/hl-component-elasticache-redis + cfhighlander/latest-version: '3.2.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/elasticsearch.component.yaml b/components/elasticsearch.component.yaml new file mode 100644 index 0000000..099503b --- /dev/null +++ b/components/elasticsearch.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: elasticsearch + description: cfhighlander elasticsearch component + labels: + cfhighlander/component: elasticsearch + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-elasticsearch + github.com/project-slug: theonestack/hl-component-elasticsearch + cfhighlander/latest-version: '0.4.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/eventbridge-rule.component.yaml b/components/eventbridge-rule.component.yaml index d029d4f..ff09ca4 100644 --- a/components/eventbridge-rule.component.yaml +++ b/components/eventbridge-rule.component.yaml @@ -8,7 +8,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/theonestack/hl-component-eventbridge-rule github.com/project-slug: theonestack/hl-component-eventbridge-rule - cfhighlander/latest-version: 0.1.0 + cfhighlander/latest-version: '0.1.0' tags: - cfhighlander links: diff --git a/components/fargate-v2.component.yaml b/components/fargate-v2.component.yaml new file mode 100644 index 0000000..8461ee2 --- /dev/null +++ b/components/fargate-v2.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: fargate-v2 + description: cfhighlander fargate-v2 component + labels: + cfhighlander/component: fargate-v2 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-fargate-v2 + github.com/project-slug: theonestack/hl-component-fargate-v2 + cfhighlander/latest-version: '0.8.6' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/fargate.component.yaml b/components/fargate.component.yaml new file mode 100644 index 0000000..94cec20 --- /dev/null +++ b/components/fargate.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: fargate + description: cfhighlander fargate component + labels: + cfhighlander/component: fargate + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-fargate + github.com/project-slug: theonestack/hl-component-fargate + cfhighlander/latest-version: '1.2.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/glue-job.component.yaml b/components/glue-job.component.yaml new file mode 100644 index 0000000..9a59c2c --- /dev/null +++ b/components/glue-job.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: glue-job + description: cfhighlander glue-job component + labels: + cfhighlander/component: glue-job + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-glue-job + github.com/project-slug: theonestack/hl-component-glue-job + cfhighlander/latest-version: '0.1.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/hl-component-.component.yaml b/components/hl-component-.component.yaml new file mode 100644 index 0000000..9ca1ec1 --- /dev/null +++ b/components/hl-component-.component.yaml @@ -0,0 +1,24 @@ + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: hl-component- + description: cfhighlander hl-component- component + labels: + cfhighlander/component: hl-component- + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-hl-component- + github.com/project-slug: theonestack/hl-component-hl-component- + cfhighlander/latest-version: '2.3.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander diff --git a/components/iam-access-keys.component.yaml b/components/iam-access-keys.component.yaml new file mode 100644 index 0000000..bef5188 --- /dev/null +++ b/components/iam-access-keys.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: iam-access-keys + description: cfhighlander iam-access-keys component + labels: + cfhighlander/component: iam-access-keys + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-iam-access-keys + github.com/project-slug: theonestack/hl-component-iam-access-keys + cfhighlander/latest-version: '0.3.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/keypair.component.yaml b/components/keypair.component.yaml index 7428977..40d7066 100644 --- a/components/keypair.component.yaml +++ b/components/keypair.component.yaml @@ -8,7 +8,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/theonestack/hl-component-keypair github.com/project-slug: theonestack/hl-component-keypair - cfhighlander/latest-version: 1.2.1 + cfhighlander/latest-version: '1.2.1' tags: - cfhighlander links: diff --git a/components/kms.component.yaml b/components/kms.component.yaml new file mode 100644 index 0000000..82f33f8 --- /dev/null +++ b/components/kms.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: kms + description: cfhighlander kms component + labels: + cfhighlander/component: kms + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-kms + github.com/project-slug: theonestack/hl-component-kms + cfhighlander/latest-version: '0.2.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/lambda-edge.component.yaml b/components/lambda-edge.component.yaml new file mode 100644 index 0000000..5b4fd54 --- /dev/null +++ b/components/lambda-edge.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: lambda-edge + description: cfhighlander lambda-edge component + labels: + cfhighlander/component: lambda-edge + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-lambda-edge + github.com/project-slug: theonestack/hl-component-lambda-edge + cfhighlander/latest-version: '0.1.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/lambda.component.yaml b/components/lambda.component.yaml new file mode 100644 index 0000000..68b7c3d --- /dev/null +++ b/components/lambda.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: lambda + description: cfhighlander lambda component + labels: + cfhighlander/component: lambda + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-lambda + github.com/project-slug: theonestack/hl-component-lambda + cfhighlander/latest-version: '1.0.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/lib-alb.component.yaml b/components/lib-alb.component.yaml new file mode 100644 index 0000000..2566dc7 --- /dev/null +++ b/components/lib-alb.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: lib-alb + description: cfhighlander lib-alb component + labels: + cfhighlander/component: lib-alb + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-lib-alb + github.com/project-slug: theonestack/hl-component-lib-alb + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/lib-ec2.component.yaml b/components/lib-ec2.component.yaml new file mode 100644 index 0000000..8fa7036 --- /dev/null +++ b/components/lib-ec2.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: lib-ec2 + description: cfhighlander lib-ec2 component + labels: + cfhighlander/component: lib-ec2 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-lib-ec2 + github.com/project-slug: theonestack/hl-component-lib-ec2 + cfhighlander/latest-version: '0.2.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/lib-iam.component.yaml b/components/lib-iam.component.yaml new file mode 100644 index 0000000..2387964 --- /dev/null +++ b/components/lib-iam.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: lib-iam + description: cfhighlander lib-iam component + labels: + cfhighlander/component: lib-iam + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-lib-iam + github.com/project-slug: theonestack/hl-component-lib-iam + cfhighlander/latest-version: '0.2.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/loadbalancer.component.yaml b/components/loadbalancer.component.yaml new file mode 100644 index 0000000..0ea444c --- /dev/null +++ b/components/loadbalancer.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: loadbalancer + description: cfhighlander loadbalancer component + labels: + cfhighlander/component: loadbalancer + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-loadbalancer + github.com/project-slug: theonestack/hl-component-loadbalancer + cfhighlander/latest-version: '1.5.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/msk.component.yaml b/components/msk.component.yaml new file mode 100644 index 0000000..21d6501 --- /dev/null +++ b/components/msk.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: msk + description: cfhighlander msk component + labels: + cfhighlander/component: msk + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-msk + github.com/project-slug: theonestack/hl-component-msk + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/network-loadbalancer.component.yaml b/components/network-loadbalancer.component.yaml new file mode 100644 index 0000000..6b72258 --- /dev/null +++ b/components/network-loadbalancer.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: network-loadbalancer + description: cfhighlander network-loadbalancer component + labels: + cfhighlander/component: network-loadbalancer + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-network-loadbalancer + github.com/project-slug: theonestack/hl-component-network-loadbalancer + cfhighlander/latest-version: '0.2.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/password-generator.component.yaml b/components/password-generator.component.yaml new file mode 100644 index 0000000..5448ca8 --- /dev/null +++ b/components/password-generator.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: password-generator + description: cfhighlander password-generator component + labels: + cfhighlander/component: password-generator + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-password-generator + github.com/project-slug: theonestack/hl-component-password-generator + cfhighlander/latest-version: '0.2.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/privatelink-service.component.yaml b/components/privatelink-service.component.yaml new file mode 100644 index 0000000..4cbd44d --- /dev/null +++ b/components/privatelink-service.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: privatelink-service + description: cfhighlander privatelink-service component + labels: + cfhighlander/component: privatelink-service + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-privatelink-service + github.com/project-slug: theonestack/hl-component-privatelink-service + cfhighlander/latest-version: '1.1.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/rds-mssql.component.yaml b/components/rds-mssql.component.yaml new file mode 100644 index 0000000..fbf9f7c --- /dev/null +++ b/components/rds-mssql.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: rds-mssql + description: cfhighlander rds-mssql component + labels: + cfhighlander/component: rds-mssql + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-rds-mssql + github.com/project-slug: theonestack/hl-component-rds-mssql + cfhighlander/latest-version: '0.2.5' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/rds-mysql.component.yaml b/components/rds-mysql.component.yaml new file mode 100644 index 0000000..9b08b94 --- /dev/null +++ b/components/rds-mysql.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: rds-mysql + description: cfhighlander rds-mysql component + labels: + cfhighlander/component: rds-mysql + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-rds-mysql + github.com/project-slug: theonestack/hl-component-rds-mysql + cfhighlander/latest-version: '2.3.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/rds-postgres.component.yaml b/components/rds-postgres.component.yaml new file mode 100644 index 0000000..0d789dc --- /dev/null +++ b/components/rds-postgres.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: rds-postgres + description: cfhighlander rds-postgres component + labels: + cfhighlander/component: rds-postgres + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-rds-postgres + github.com/project-slug: theonestack/hl-component-rds-postgres + cfhighlander/latest-version: '2.3.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/rds-proxy.component.yaml b/components/rds-proxy.component.yaml new file mode 100644 index 0000000..9169ee3 --- /dev/null +++ b/components/rds-proxy.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: rds-proxy + description: cfhighlander rds-proxy component + labels: + cfhighlander/component: rds-proxy + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-rds-proxy + github.com/project-slug: theonestack/hl-component-rds-proxy + cfhighlander/latest-version: '0.1.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/rds-replica.component.yaml b/components/rds-replica.component.yaml new file mode 100644 index 0000000..05af50c --- /dev/null +++ b/components/rds-replica.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: rds-replica + description: cfhighlander rds-replica component + labels: + cfhighlander/component: rds-replica + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-rds-replica + github.com/project-slug: theonestack/hl-component-rds-replica + cfhighlander/latest-version: '0.1.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/redshift.component.yaml b/components/redshift.component.yaml new file mode 100644 index 0000000..96305d0 --- /dev/null +++ b/components/redshift.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: redshift + description: cfhighlander redshift component + labels: + cfhighlander/component: redshift + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-redshift + github.com/project-slug: theonestack/hl-component-redshift + cfhighlander/latest-version: '0.1.9' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/route53-recordset.component.yaml b/components/route53-recordset.component.yaml new file mode 100644 index 0000000..5b2a045 --- /dev/null +++ b/components/route53-recordset.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: route53-recordset + description: cfhighlander route53-recordset component + labels: + cfhighlander/component: route53-recordset + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-route53-recordset + github.com/project-slug: theonestack/hl-component-route53-recordset + cfhighlander/latest-version: '0.1.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/route53-resolver.component.yaml b/components/route53-resolver.component.yaml new file mode 100644 index 0000000..77a7f95 --- /dev/null +++ b/components/route53-resolver.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: route53-resolver + description: cfhighlander route53-resolver component + labels: + cfhighlander/component: route53-resolver + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-route53-resolver + github.com/project-slug: theonestack/hl-component-route53-resolver + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/route53-zone.component.yaml b/components/route53-zone.component.yaml new file mode 100644 index 0000000..9f89694 --- /dev/null +++ b/components/route53-zone.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: route53-zone + description: cfhighlander route53-zone component + labels: + cfhighlander/component: route53-zone + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-route53-zone + github.com/project-slug: theonestack/hl-component-route53-zone + cfhighlander/latest-version: '1.5.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/s3-cleanup-on-delete.component.yaml b/components/s3-cleanup-on-delete.component.yaml new file mode 100644 index 0000000..faf7517 --- /dev/null +++ b/components/s3-cleanup-on-delete.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: s3-cleanup-on-delete + description: cfhighlander s3-cleanup-on-delete component + labels: + cfhighlander/component: s3-cleanup-on-delete + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-s3-cleanup-on-delete + github.com/project-slug: theonestack/hl-component-s3-cleanup-on-delete + cfhighlander/latest-version: '0.1.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/s3-cloudfront.component.yaml b/components/s3-cloudfront.component.yaml new file mode 100644 index 0000000..e7a71e0 --- /dev/null +++ b/components/s3-cloudfront.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: s3-cloudfront + description: cfhighlander s3-cloudfront component + labels: + cfhighlander/component: s3-cloudfront + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-s3-cloudfront + github.com/project-slug: theonestack/hl-component-s3-cloudfront + cfhighlander/latest-version: '1.4.3' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/s3-deployer.component.yaml b/components/s3-deployer.component.yaml new file mode 100644 index 0000000..1a8a1d4 --- /dev/null +++ b/components/s3-deployer.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: s3-deployer + description: cfhighlander s3-deployer component + labels: + cfhighlander/component: s3-deployer + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-s3-deployer + github.com/project-slug: theonestack/hl-component-s3-deployer + cfhighlander/latest-version: '0.1.7' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/s3.component.yaml b/components/s3.component.yaml new file mode 100644 index 0000000..5cdf72f --- /dev/null +++ b/components/s3.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: s3 + description: cfhighlander s3 component + labels: + cfhighlander/component: s3 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-s3 + github.com/project-slug: theonestack/hl-component-s3 + cfhighlander/latest-version: '1.7.6' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/service-discovery.component.yaml b/components/service-discovery.component.yaml index ec9cc6f..f29fd02 100644 --- a/components/service-discovery.component.yaml +++ b/components/service-discovery.component.yaml @@ -8,7 +8,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/theonestack/hl-component-service-discovery github.com/project-slug: theonestack/hl-component-service-discovery - cfhighlander/latest-version: 0.1.1 + cfhighlander/latest-version: '0.1.1' tags: - cfhighlander links: diff --git a/components/sftp.component.yaml b/components/sftp.component.yaml new file mode 100644 index 0000000..c866a14 --- /dev/null +++ b/components/sftp.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: sftp + description: cfhighlander sftp component + labels: + cfhighlander/component: sftp + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-sftp + github.com/project-slug: theonestack/hl-component-sftp + cfhighlander/latest-version: '2.6.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/simple-ad.component.yaml b/components/simple-ad.component.yaml new file mode 100644 index 0000000..217a7f3 --- /dev/null +++ b/components/simple-ad.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: simple-ad + description: cfhighlander simple-ad component + labels: + cfhighlander/component: simple-ad + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-simple-ad + github.com/project-slug: theonestack/hl-component-simple-ad + cfhighlander/latest-version: '0.3.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/site-to-site-vpn.component.yaml b/components/site-to-site-vpn.component.yaml new file mode 100644 index 0000000..d5383a3 --- /dev/null +++ b/components/site-to-site-vpn.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: site-to-site-vpn + description: cfhighlander site-to-site-vpn component + labels: + cfhighlander/component: site-to-site-vpn + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-site-to-site-vpn + github.com/project-slug: theonestack/hl-component-site-to-site-vpn + cfhighlander/latest-version: '0.1.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/sns.component.yaml b/components/sns.component.yaml new file mode 100644 index 0000000..bf55bd1 --- /dev/null +++ b/components/sns.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: sns + description: cfhighlander sns component + labels: + cfhighlander/component: sns + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-sns + github.com/project-slug: theonestack/hl-component-sns + cfhighlander/latest-version: '1.3.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/spot-fleet.component.yaml b/components/spot-fleet.component.yaml new file mode 100644 index 0000000..c7d3555 --- /dev/null +++ b/components/spot-fleet.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: spot-fleet + description: cfhighlander spot-fleet component + labels: + cfhighlander/component: spot-fleet + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-spot-fleet + github.com/project-slug: theonestack/hl-component-spot-fleet + cfhighlander/latest-version: '0.2.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/sqs.component.yaml b/components/sqs.component.yaml new file mode 100644 index 0000000..afc2449 --- /dev/null +++ b/components/sqs.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: sqs + description: cfhighlander sqs component + labels: + cfhighlander/component: sqs + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-sqs + github.com/project-slug: theonestack/hl-component-sqs + cfhighlander/latest-version: '1.5.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/synthetics-canary.component.yaml b/components/synthetics-canary.component.yaml new file mode 100644 index 0000000..e69af32 --- /dev/null +++ b/components/synthetics-canary.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: synthetics-canary + description: cfhighlander synthetics-canary component + labels: + cfhighlander/component: synthetics-canary + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-synthetics-canary + github.com/project-slug: theonestack/hl-component-synthetics-canary + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/timestream.component.yaml b/components/timestream.component.yaml new file mode 100644 index 0000000..72ee568 --- /dev/null +++ b/components/timestream.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: timestream + description: cfhighlander timestream component + labels: + cfhighlander/component: timestream + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-timestream + github.com/project-slug: theonestack/hl-component-timestream + cfhighlander/latest-version: '0.1.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/transit-gateway-vpc-attachment.component.yaml b/components/transit-gateway-vpc-attachment.component.yaml new file mode 100644 index 0000000..1676dd8 --- /dev/null +++ b/components/transit-gateway-vpc-attachment.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: transit-gateway-vpc-attachment + description: cfhighlander transit-gateway-vpc-attachment component + labels: + cfhighlander/component: transit-gateway-vpc-attachment + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-transit-gateway-vpc-attachment + github.com/project-slug: theonestack/hl-component-transit-gateway-vpc-attachment + cfhighlander/latest-version: '0.1.5' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/transit-gateway.component.yaml b/components/transit-gateway.component.yaml new file mode 100644 index 0000000..3ee103a --- /dev/null +++ b/components/transit-gateway.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: transit-gateway + description: cfhighlander transit-gateway component + labels: + cfhighlander/component: transit-gateway + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-transit-gateway + github.com/project-slug: theonestack/hl-component-transit-gateway + cfhighlander/latest-version: '0.1.6' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/vpc.component.yaml b/components/vpc.component.yaml new file mode 100644 index 0000000..d68f831 --- /dev/null +++ b/components/vpc.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: vpc + description: cfhighlander vpc component + labels: + cfhighlander/component: vpc + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-vpc + github.com/project-slug: theonestack/hl-component-vpc + cfhighlander/latest-version: '2.6.0' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/waf.component.yaml b/components/waf.component.yaml new file mode 100644 index 0000000..9b0ec74 --- /dev/null +++ b/components/waf.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: waf + description: cfhighlander waf component + labels: + cfhighlander/component: waf + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-waf + github.com/project-slug: theonestack/hl-component-waf + cfhighlander/latest-version: '1.0.1' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file diff --git a/components/wafv2.component.yaml b/components/wafv2.component.yaml new file mode 100644 index 0000000..36b8e94 --- /dev/null +++ b/components/wafv2.component.yaml @@ -0,0 +1,23 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: wafv2 + description: cfhighlander wafv2 component + labels: + cfhighlander/component: wafv2 + annotations: + backstage.io/source-location: url:https://github.com/theonestack/hl-component-wafv2 + github.com/project-slug: theonestack/hl-component-wafv2 + cfhighlander/latest-version: '0.2.2' + tags: + - cfhighlander + links: + - url: https://github.com/theonestack + title: CfHighlander Github Org + icon: dashboard + type: admin-dashboard +spec: + type: library + lifecycle: production + owner: base2-randd + system: cfhighlander \ No newline at end of file