diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-05 16:33:50 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-05 16:33:50 -0700 |
commit | 28fa3d19a5d3dac5e0034c9652194b7c7b28c65e (patch) | |
tree | f683b51e040ae0f7a8505bb091db0c08ec0dae2b | |
parent | 7216bebc1577320cef762a143d0ee8fda804e7c7 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I63a7009071d2a2ea0be8c533e86f027827208f06
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..757f85f --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,42 @@ +--- +project: 'logging-analytics-pomba-pomba-audit-common' +project_creation_date: '2018-07-05' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Michael OBrien' + email: 'frank.obrien@amdocs.com' + id: 'michaelobrien' + company: 'Amdocs' + timezone: 'Canada/Ottawa' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/LOG' + key: 'LOG' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=10784046' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=10784046' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '15:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Avdhut Kholkar' + email: 'avdhut.kholkar@amdocs.com' + company: 'Amdocs' + id: 'avdhutk' + timezone: 'India/Pune' + - name: 'Lee Breslau' + email: 'lb7179@att.com' + company: 'ATT' + id: 'LeeB32' + timezone: 'America/New York' + - name: 'Luke Parker' + email: 'lparker@amdocs.com' + company: 'Amdocs' + id: 'lparker' + timezone: 'Australia/Melbourne' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |