diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..3595df8896 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# 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: 'edx-enterprise' + description: "The Open edx Enterprise Service app provides enterprise features to the Open edX platform" + tags: + - enterprise + - ent + - library +spec: + owner: group:openedx-unmaintained + type: 'service' + lifecycle: 'production' + \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index ef8552fb77..0000000000 --- a/openedx.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification - -nick: edx-enterprise -oeps: - oep-30: - state: true - oep-7: true # Python 3 - oep-18: true - -tags: - - enterprise - - ent - - library