diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..d4e203ed --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +# 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: 'xqueue' + description: "XQueue defines an interface for the LMS to communicate with external grader services." + annotations: + openedx.org/arch-interest-groups: "" + openedx.org/release: "master" +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 bb1ee154..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,12 +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: xq -oeps: - oep-2: true - oep-7: false - oep-18: true -openedx-release: {ref: master} - -tags: - - webservice