diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-05-03 16:24:49 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-05-24 17:36:04 -0700 |
commit | dc9731b9045ace5e64c541ebc7a249a8a4f4b273 (patch) | |
tree | 95ccba96f2d3688dd624417e83a3e67cfc89a13d | |
parent | 724b54ca52097414ba8b29d23f1e265deeff5438 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: I72341c097c45e25260b51905ef68e42dade6b8d7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r-- | INFO.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..86e7b66 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,47 @@ +--- +project: 'vvp-documentation' +project_creation_date: '2017-06-29' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Steven Wright' + email: 'sw3588@att.com' + id: 'wombat123' + company: 'ATT' + timezone: 'America/Atlanta' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/VVP' + key: 'VVP' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/2018+VVP+Project+Team+Meetings' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=25439844' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '15:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Chris Donley' + email: 'christopher.donley@huawei.com' + company: 'Huawei' + id: 'chrisd5110' + timezone: 'America/Vancouver' + - name: 'Edan Binshtok' + email: 'eb578m@intl.att.com' + company: 'ATT' + id: 'edan.binshtok' + timezone: 'Asia/Tel_Aviv' + - name: 'Erik Sundelof' + email: 'es4410@att.com' + company: 'ATT' + id: 'eriks' + timezone: 'America/Los Angeles' + - name: 'Sandeep Shah' + email: 'sandeepatsprint@gmail.com' + company: 'Tech Mahindra' + id: 'SandeepLinux' + timezone: 'America/Houston' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |