diff options
author | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 12:32:03 +0000 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 13:00:52 +0000 |
commit | 5b7cb03c00b6e8bebbb8f0483c203012d1d6ba1f (patch) | |
tree | 937781da7bf2046b529abd75c43a0f31e1cc70e6 | |
parent | 68f63ad07e4f049f3b8e0f81d1a200640da7c2e6 (diff) |
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 <mwatkins@linuxfoundation.org>
-rw-r--r-- | .gitreview | 5 | ||||
-rw-r--r-- | INFO.yaml | 55 |
2 files changed, 60 insertions, 0 deletions
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: '' + |