From 5b7cb03c00b6e8bebbb8f0483c203012d1d6ba1f Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 12 Nov 2024 12:32:03 +0000 Subject: Fix: Manually create initial repository files Issue-ID: CIMAN-33 Seems the automated setup jobs failed to create the required gerrit configuration files. This change manually creates them. Change-Id: Ic75a7c7b24fe3c03478977ad70ca4fad5637627f Signed-off-by: Matthew Watkins --- .gitreview | 5 +++++ INFO.yaml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .gitreview create mode 100644 INFO.yaml diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..94f0b10 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=policy/opa-pdp.git +defaultbranch=master diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..aaa059d --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,55 @@ +--- +project: 'policy-opa-pdp' +project_creation_date: '2024-10-18' +lifecycle_state: 'Mature' +project_category: '' +project_lead: &onap_releng_ptl + - name: 'Ramesh Murugan Iyer' + email: 'ramesh.murugan.iyer@est.tech' + company: 'Ericsson' + id: 'rameshiyer27' + timezone: 'Europe/Ireland' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/POLICY' + key: 'POLICY' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zopa-pdp' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6589781' + url: 'https://wiki.onap.org/display/DW/Policy+Framework+Project' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +repositories: + - 'policy/opa-pdp' +committers: + - <<: *onap_releng_ptl + - name: 'Jorge Hernandez' + email: 'jorge.hernandez-herrero@att.com' + company: 'ATT' + id: 'jhh' + timezone: 'America/Illinois' + - name: 'Liam Fallon' + email: 'liam.fallon@est.tech' + company: 'Ericsson' + id: 'liamfallon' + timezone: 'Europe/Ireland' + - name: 'Adheli Tavares' + email: 'adheli.tavares@est.tech' + company: 'Ericsson' + id: 'adheli.tavares' + timezone: 'Europe/Ireland' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: '' + name: '' + link: '' + -- cgit 1.2.3-korg