diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-26 22:18:32 -0800 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-03-14 19:07:46 +0000 |
commit | b77d87ee19a93cab7d578c993e37019b630c07ed (patch) | |
tree | 42ee6906a5347d58f8345611636566e7987e7190 | |
parent | 6891cd6e2328a5d1f090cd1c9b22074e3ebcdf47 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ie42724d8a40acc7ec5a8797c88bbe7103d4eb264
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Patrick Brady <pb071s@att.com>
-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 000000000..f8cc11fee --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,52 @@ +--- +project: 'appc' +project_creation_date: '2017-02-10' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Randa Maher' + email: 'rx196w@att.com' + id: 'rx196w' + company: 'ATT' + timezone: 'America/New York' +primary_contact: + - name: 'Takamune Cho' + email: 'tc012c@att.com' + company: 'ATT' + id: 'Takamune_Cho' + timezone: 'America/New York' + - name: 'Catherine Lefèvre' + email: 'cl664y@intl.att.com' + company: 'ATT' + id: 'Katel34' + timezone: 'Belgium' +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/APPC' + key: 'APPC' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593808' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593808' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '15:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Marcus Williams' + email: 'marcus.williams@intel.com' + company: 'Intel' + id: 'mgkwill' + timezone: 'America/Los Angeles' + - name: 'Patrick Brady' + email: 'pb071s@att.com' + company: 'ATT' + id: 'pb071' + timezone: 'America/Los Angeles' + - name: 'Takamune Cho' + email: 'tc012c@att.com' + company: 'ATT' + id: 'Takamune_Cho' + timezone: 'America/New York' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |