diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..f0769e42 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'sfe' + description: "The Open edx Enterprise Service app provides enterprise features to the Open edX platform" +spec: + owner: group:openedx-unmaintained + type: 'website' + lifecycle: '' + \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 41f4dc7a..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# https://open-edx-proposals.readthedocs.io/en/latest/oep-0002-bp-repo-metadata.html - -nick: sfe -oeps: - oep-2: - state: True - oep-11: - state: True - reason: This repo uses the technology noted in this OEP - oep-7: - applicable: False - reason: This OEP discusses Python 3 migration and this repo does not use Python - oep-18: - applicable: False - reason: This OEP discusses Python dependency management and this repo does not use Python - oep-22: - applicable: False - reason: This OEP discusses Django Caching and this repo does not use Django -