From 4e4ba8620f9dc2c67de34c24b36cae943f930e90 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 30 Apr 2018 20:07:43 -0700 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ia4f34d6a00c7d5f0b5a830ca58de20445ff2b224 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall --- INFO.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..311243e5 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,37 @@ +--- +project: 'policy/common' +project_creation_date: '2017-02-17' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Pamela Dragosh' + email: 'pdragosh@research.att.com' + id: 'pdragosh' + company: 'ATT' + timezone: 'America/New York' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/POLICY' + key: 'POLICY' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6589781' + url: 'https://wiki.onap.org/display/DW/Policy+Framework+Project' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Jorge Hernandez' + email: 'jh1730@att.com' + company: 'ATT' + id: 'jhh' + timezone: 'America/Illinois' + - name: 'Liam Fallon' + email: 'liam.fallon@ericsson.com' + company: 'Ericsson' + id: 'liamfallon' + timezone: 'Europe/Ireland' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' -- cgit 1.2.3-korg