doc(edp-backstage): small correctiosn in the README to reflect the EDP port
This commit is contained in:
parent
3084f84764
commit
bd7ba14b57
1 changed files with 10 additions and 28 deletions
38
README.md
38
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue