diff options
author | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 12:32:03 +0000 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2024-11-12 12:53:25 +0000 |
commit | 6c5ba79e67ce8cf728d26cc92324fb1dac33d3e5 (patch) | |
tree | ee9eb376356348326afbb106ff6c5930082f7c1d | |
parent | 68f63ad07e4f049f3b8e0f81d1a200640da7c2e6 (diff) |
Fix: Manually create initial repository filesinitial-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 | 95 |
2 files changed, 100 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..1ff6458 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,95 @@ +--- +project: 'opa-pdp' +project_creation_date: '2018-05-01' +lifecycle_state: 'Mature' +project_category: '' +project_lead: &onap_releng_ptl + name: 'Liam Fallon' + email: 'liam.fallon@est.tech' + id: 'liamfallon' + company: 'Ericsson' + 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: 'zoom' + 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: + - 'opa-pdp' +committers: + - <<: *onap_releng_ptl + - name: 'Jorge Hernandez' + email: 'jorge.hernandez-herrero@att.com' + company: 'ATT' + id: 'jhh' + timezone: 'America/Illinois' + - name: 'Ram Krishna Verma' + email: 'ram_krishna.verma@bell.ca' + company: 'Bell Canada' + id: 'ramverma' + timezone: 'America/Montreal' + - name: 'Liam Fallon' + email: 'liam.fallon@est.tech' + id: 'liamfallon' + company: 'Ericsson' + timezone: 'Europe/Ireland' + - name: 'Ramesh Murugan Iyer' + email: 'ramesh.murugan.iyer@est.tech' + company: 'Ericsson' + id: 'rameshiyer27' + 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: 'Addition' + name: 'Jim Hahn' + link: https://lists.onap.org/g/onap-tsc/message/4976 + - type: 'Addition' + name: 'Ram Krishna Verma' + link: https://lists.onap.org/g/onap-tsc/message/4977 + - type: 'Addition' + name: 'Ajith Sreekumar' + link: https://lists.onap.org/g/onap-tsc/message/6869 + - type: 'Addition' + name: 'Jim Hahn' + # new PTL + link: https://lists.onap.org/g/onap-tsc/message/6754 + - type: 'Addition' + name: 'Liam Fallon' + link: https://lists.onap.org/g/onap-tsc/message/8032 + # Retired + - type: 'Removal' + name: 'Jim Hahn' + link: https://lists.onap.org/g/onap-tsc/message/8056 + - type: 'Addition' + name: 'Ramesh Murugan Iyer' + link: https://lists.onap.org/g/onap-tsc/message/8689 + # Stepped Down + - type: 'Removal' + name: 'Ajith Sreekumar' + link: https://lists.onap.org/g/onap-tsc/message/8878 + - type: 'Addition' + name: 'Adheli Tavares' + link: https://lists.onap.org/g/onap-tsc/message/9296 + #Stepped Down + - type: 'Removal' + name: 'Pamela Dragosh' + link: https://lists.onap.org/g/onap-tsc/message/9550 |