From 7ea0fc353f51ef94106a210a143d49bb812e3164 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 5 Dec 2018 17:59:45 -0800 Subject: Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I281ea3f1be6496b4ac145efe2ffe0b4c03726782 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall --- INFO.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..bc54626 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,52 @@ +--- +project: 'sdnc-adaptors' +project_creation_date: '2017-02-14' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_sdnc_ptl + name: 'Dan Timoney' + email: 'dtimoney@att.com' + id: 'djtimoney' + company: 'ATT' + timezone: 'America/New York' +primary_contact: *onap_sdnc_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/SDNC' + key: 'SDNC' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[vid]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/Software+Defined+Network+Controller+Project' + url: 'https://wiki.onap.org/display/DW/Software+Defined+Network+Controller+Project#SoftwareDefinedNetworkControllerProject-Meetings' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +repositories: + - 'sdnc/adaptors' + - 'sdnc/apps' + - 'sdnc/northbound' + - 'sdnc/oam' +committers: + - <<: *onap_sdnc_ptl + - name: 'Prabhuram Somasundaram' + email: 'ps7551@att.com' + company: 'ATT' + id: 'Prabhu_Ram' + timezone: '' + - name: 'David Stilwell' + email: 'stilwelld@att.com' + company: 'ATT' + id: 'stilwelld' + timezone: '' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: 'Deletion' + name: 'Ryan Goulding' + link: 'https://lists.onap.org/g/onap-tsc/message/4261' -- cgit 1.2.3-korg