From bd7ba14b5711f27733bf37a142e81afe0e0fc9ab Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Wed, 9 Apr 2025 20:04:14 +0200 Subject: [PATCH] doc(edp-backstage): small correctiosn in the README to reflect the EDP port --- README.md | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 9279405..61707f6 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,25 @@ -# CNOE Backstage +# EDP Backstage -This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks. +The EDP bespoke version of backstage. + +With respect to the CNOE stack (where eDF originates from) it is comparable to https://github.com/cnoe-io/backstage-app + +At the time writing CNOE-backstage-app is "version": "1.28.4" ## Container Images -Container images are pushed to the GitHub Container Registry and available [here](https://github.com/cnoe-io/backstage-app/pkgs/container/backstage-app). +Container images are pushed to the Cefor Container Registry and available [here](https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/-/packages/container/backstage-edp/). ## Local Development -Use of [**idpbuilder**](https://github.com/cnoe-io/idpbuilder) is recommended for local setup. -See [the instructions](https://github.com/cnoe-io/idpbuilder?tab=readme-ov-file#getting-started) in the idpbuilder repository for details. +Use of [**edpbuilder**](https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/edpbuilder.git) is recommended for local setup. ### Create your local cluster -Once idpbuilder is installed on your computer, create a stack that you are interested in. For example: +Once edpbuilder is installed on your computer, create a stack that you are interested in. For example: -```bash -./idpbuilder create -p https://github.com/cnoe-io/stacks//ref-implementation -``` - -Wait for ArgoCD applications to be healthy: - -```bash -$ kubectl get applications -A - -NAMESPACE NAME SYNC STATUS HEALTH STATUS -argocd argo-workflows Synced Healthy -argocd argocd Synced Healthy -argocd backstage Synced Healthy -argocd backstage-templates Synced Healthy -argocd coredns Synced Healthy -argocd external-secrets Synced Healthy -argocd gitea Synced Healthy -argocd keycloak Synced Healthy -argocd metric-server Synced Healthy -argocd nginx Synced Healthy -argocd spark-operator Synced Healthy -``` +> Hint: From here on this is the old CNOE README .... no guarantee that this works as described! ### Update Backstage application config