From 8297d5e2386d4027bdc2d355e749d5f66b45dbef Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 10 Oct 2024 13:11:02 +0200 Subject: [PATCH 1/5] Add a backstage yaml for mimir --- backstage.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backstage.yaml diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 000000000..e1d9112e4 --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: mimir + tags: + - typescript + - javascript + - react + - enonic xp + annotations: + github.com/project-slug: statisticsnorway/mimir +spec: + type: service + system: ssbno + owner: ssbno-developers + lifecycle: production From e0ed94bb94c07461b712e826c32b88906abea351 Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 10 Oct 2024 13:13:35 +0200 Subject: [PATCH 2/5] Fix system name --- backstage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage.yaml b/backstage.yaml index e1d9112e4..55cca8517 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -11,6 +11,6 @@ metadata: github.com/project-slug: statisticsnorway/mimir spec: type: service - system: ssbno + system: SSBNO owner: ssbno-developers lifecycle: production From 635289f7133a5f639e2b011e5c0cb896b139c1ec Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 10 Oct 2024 13:22:00 +0200 Subject: [PATCH 3/5] Add more configuration for backstage --- backstage.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backstage.yaml b/backstage.yaml index 55cca8517..daa10a978 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -2,6 +2,11 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: mimir + description: | + Publiseringsløsning for ssb.no + links: + - title: Enonic Admin + url: https://ssb-xp7p-admin.enonic.cloud/xp/admin/tool tags: - typescript - javascript @@ -10,7 +15,7 @@ metadata: annotations: github.com/project-slug: statisticsnorway/mimir spec: - type: service + type: website system: SSBNO owner: ssbno-developers lifecycle: production From 5bd01563c5b57b745ccb1e480f004a36f95217ea Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 10 Oct 2024 13:25:34 +0200 Subject: [PATCH 4/5] Description in english --- backstage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage.yaml b/backstage.yaml index daa10a978..074ba85af 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -3,7 +3,7 @@ kind: Component metadata: name: mimir description: | - Publiseringsløsning for ssb.no + Publication solution for ssb.no links: - title: Enonic Admin url: https://ssb-xp7p-admin.enonic.cloud/xp/admin/tool From 858d1bc044b306068053ef4304e7ffa24ef390aa Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 10 Oct 2024 13:32:01 +0200 Subject: [PATCH 5/5] Rephrasing and rename --- backstage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backstage.yaml b/backstage.yaml index 074ba85af..ca8906a27 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -3,7 +3,7 @@ kind: Component metadata: name: mimir description: | - Publication solution for ssb.no + Content Management Solution for ssb.no links: - title: Enonic Admin url: https://ssb-xp7p-admin.enonic.cloud/xp/admin/tool @@ -11,7 +11,7 @@ metadata: - typescript - javascript - react - - enonic xp + - enonic-xp annotations: github.com/project-slug: statisticsnorway/mimir spec: