diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-01 17:01:19 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-03-01 17:26:49 -0800 |
commit | 8fcf11ec80afd9fce613bef76ce99ef87a959a8b (patch) | |
tree | 95852b7a49c70ffcc20cd72255a9ff753786f898 | |
parent | de191b8ade7bd9abc0770ed4e332b10071026fdb (diff) |
Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes. Fix indentation.
Change-Id: I93af9ea59d8c2466e80f9146a4371f5c8b509e2c
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 60 |
1 files changed, 36 insertions, 24 deletions
@@ -2,51 +2,63 @@ project: 'appc' project_creation_date: '2017-02-10' lifecycle_state: 'Incubation' +project_category: '' project_lead: &onap_releng_ptl name: 'Takamune Cho' email: 'tc012c@att.com' company: 'ATT' id: 'Takamune_Cho' - timezone: 'America/New York' + timezone: 'America/New_York' primary_contact: name: 'Catherine Lefèvre' email: 'cl664y@intl.att.com' company: 'ATT' id: 'Katel34' - timezone: 'Belgium' + timezone: 'Europe/Brussels' issue_tracking: type: 'jira' url: 'https://jira.onap.org/projects/APPC' key: 'APPC' +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=6593808' - url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593808' - server: 'n/a' - channel: 'n/a' - repeats: 'weekly' - time: '15:00 UTC' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593808' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593808' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '15:00 UTC' +repositories: + - 'appc' + - 'appc-cdt' + - 'appc-deployment' + - 'appc-oom' + - 'appc-parent' committers: - <<: *onap_releng_ptl - name: 'Marcus Williams' - email: 'marcus.williams@intel.com' - company: 'Intel' - id: 'mgkwill' - timezone: 'America/Los Angeles' + email: 'marcus.williams@intel.com' + company: 'Intel' + id: 'mgkwill' + timezone: 'America/Los_Angeles' - name: 'Patrick Brady' - email: 'pb071s@att.com' - company: 'ATT' - id: 'pb071' - timezone: 'America/Los Angeles' + email: 'pb071s@att.com' + company: 'ATT' + id: 'pb071' + timezone: 'America/Los_Angeles' - name: 'Randa Maher' - email: 'rx196w@att.com' - id: 'rx196w' - company: 'ATT' - timezone: 'America/New York' + email: 'rx196w@att.com' + id: 'rx196w' + company: 'ATT' + timezone: 'America/New_York' - name: 'Joss Armstrong' - email: 'joss.armstrong@ericsson.com' - id: 'jarmstrong001' - company: 'Ericsson' - timezone: 'Europe/Dublin' + email: 'joss.armstrong@ericsson.com' + id: 'jarmstrong001' + company: 'Ericsson' + timezone: 'Europe/Dublin' tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' |