From 3c3856341550e7ac88de3d63e8229c494e06a741 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 27 Feb 2018 22:29:25 -0800 Subject: [PATCH] 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 --- INFO.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 INFO.yaml 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' -- 2.16.6