diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-12-05 17:59:55 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-12-05 17:59:55 -0800 |
commit | 6643c473d4dbfd50ccefbf516025e42d5869ad89 (patch) | |
tree | 503fdc2d8c68b0e50c62ac86a48caf982a6720c1 /INFO.yaml | |
parent | 5105cb4dde51a1d2365b84c3399859101598b49c (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I7a5bc7c7e872d290e9113b96e0f42e8279e6b4c7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..74c68d04 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,52 @@ +--- +project: 'sdnc-northbound' +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' |