diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-12-05 17:59:59 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-12-05 17:59:59 -0800 |
commit | cc64f39f6f84fd0e0b4bd45d815abdcae9c59f02 (patch) | |
tree | ede71f5125e6a1aa9e1b186fb44c0894fc2e86ff | |
parent | 76c5155fb4262a1aa2872c7e34e29ed2bcefac5c (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ieaac95704f6911d7a32f9892ad5b6554a5162ae5
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Former-commit-id: 822efbd722d4c30167f754b1e0b2e3c73f0c8a6a
-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..f8b0d372 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,52 @@ +--- +project: 'sdnc-oam' +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' |