diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-06 20:06:25 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-06 20:06:25 -0800 |
commit | 6f21aa102cd68a3866580a036cecb335c0d72c70 (patch) | |
tree | 10f2f3fdadae08d38bb89aa1f9ab1653436c251c | |
parent | e577b6a44e1dda60fb68543bcdfc627f111b4a97 (diff) |
Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes.
Change-Id: I1b20082b805ab050c6f053c1236556ae17a2d021
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 60 |
1 files changed, 34 insertions, 26 deletions
@@ -2,6 +2,7 @@ project: 'clamp' project_creation_date: '2017-06-15' lifecycle_state: 'Incubation' +project_category: '' project_lead: &onap_clamp_ptl name: 'Gervais-Martial Ngueko' email: 'gervais-martial.ngueko@intl.att.com' @@ -13,41 +14,48 @@ issue_tracking: type: 'jira' url: 'https://jira.onap.org/projects/CLAMP' key: 'CLAMP' +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=6593117' - url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593117' - server: 'n/a' - channel: 'n/a' - repeats: 'weekly' - time: '13:00 UTC' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593117' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593117' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +repositories: + - 'clamp' committers: - <<: *onap_clamp_ptl - name: 'Christophe Closset' - email: 'christophe.closset@intl.att.com' - company: 'ATT' - id: 'ChrisC' - timezone: 'Europe/Brussels' + email: 'christophe.closset@intl.att.com' + company: 'ATT' + id: 'ChrisC' + timezone: 'Europe/Brussels' - name: 'Eddy Hautot' - email: 'eddy.hautot@intl.att.com' - company: 'ATT' - id: 'ehautot' - timezone: 'Europe/Brussels' + email: 'eddy.hautot@intl.att.com' + company: 'ATT' + id: 'ehautot' + timezone: 'Europe/Brussels' - name: 'Sébastien Determe' - email: 'sebastien.determe@intl.att.com' - company: 'ATT' - id: 'sebdet' - timezone: 'Europe/Brussels' + email: 'sebastien.determe@intl.att.com' + company: 'ATT' + id: 'sebdet' + timezone: 'Europe/Brussels' - name: 'Xue Gao' - email: 'xue.gao@intl.att.com' - company: 'ATT' - id: 'xuegao' - timezone: 'Europe/Brussels' + email: 'xue.gao@intl.att.com' + company: 'ATT' + id: 'xuegao' + timezone: 'Europe/Brussels' - name: 'Adam Krysiak' - email: 'adam.krysiak@nokia.com' - company: 'Nokia' - id: 'akrysiak' - timezone: 'Europe/Warsaw' + email: 'adam.krysiak@nokia.com' + company: 'Nokia' + id: 'akrysiak' + timezone: 'Europe/Warsaw' tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: |