diff options
author | Taka Cho <takamune.cho@att.com> | 2019-01-22 19:20:56 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-01-22 19:21:27 -0500 |
commit | 71fd42c28f5252787a5b1dcb8f922edfc8998c4f (patch) | |
tree | fb60a69768a31cfd4cf707211603d50c6b7427bb | |
parent | 54a9d524b6f7f5ddb76be9c9e51e9a9f88874964 (diff) |
add INFO.yaml for appc/cdt
INFO.yaml is required by LinuxFoundation
Change-Id: I07f3d02d3e548180f2e668f4a984388d5bff28a1
Issue-ID: APPC-1357
Signed-off-by: Taka Cho <takamune.cho@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 0000000..5e678e7 --- /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: 'Takamune Cho' + email: 'tc012c@att.com' + company: 'ATT' + id: 'Takamune_Cho' + timezone: 'America/New York' +primary_contact: + 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: 'Randa Maher' + email: 'rx196w@att.com' + id: 'rx196w' + company: 'ATT' + timezone: 'America/New York' + - name: 'Joss Armstrong' + email: 'joss.armstrong@ericsson.com' + id: 'jarmstrong001' + company: 'Ericsson' + timezone: 'Europe/Dublin' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |