diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 22:29:25 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-27 22:29:25 -0800 |
commit | 3c3856341550e7ac88de3d63e8229c494e06a741 (patch) | |
tree | 6ac7733dfb4af28aa60317b67c98bace69bbd485 | |
parent | 1e28dfeac90c3296cd824846f94f5f57cc448d84 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ide25ad7f6dd6c845d2da38e12d2882cc8b85439b
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 000000000..c8e071962 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,42 @@ +--- +project: 'doc' +project_creation_date: '2017-06-14' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Greg Glover' + email: 'gg2147@att.com' + id: 'gglover' + company: 'ATT' + timezone: '' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/DMAAP' + key: 'DMAAP' +meetings: + - type: 'zoom' + agenda: '' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8225074' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Jun (Nicolas) Hu' + email: 'jh245g@att.com' + company: 'ATT' + id: 'jh245g' + timezone: 'America/New York' + - name: 'Rich Bennett' + email: 'rb2745@att.com' + company: 'ATT' + id: 'rb2745' + timezone: 'America/New York' + - name: 'Steven Wright' + email: 'sw3588@att.com' + company: 'ATT' + id: 'wombat123' + timezone: 'America/Atlanta' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |