diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-08-14 12:13:59 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-08-14 12:55:10 -0700 |
commit | cb42af655966c5fba849ea75a5612df7693223da (patch) | |
tree | 4fdb6e851a8e13301e81752ab4798cffbedb8313 | |
parent | 53ebb55a78ef91d7fb1dbbe9f237dda1cb12436f (diff) |
Add INFO.yaml in ci-management
Add initial INFO.yaml
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ia82e05bd2d2f424cb7d54fca873211c8f132b0dd
-rw-r--r-- | INFO.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..c6633aec7 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,55 @@ +--- +project: 'ci-management' +project_creation_date: '2017-01-24' +lifecycle_state: 'Incubation' +project_category: '' +project_lead: &onap_releng_ptl + name: 'Jessica Wagantall' + email: 'jwagantall@linuxfoundation.org' + id: 'jwagantall' + company: 'LF' + timezone: 'America/Los_Angeles' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/CIMAN' + key: 'CIMAN' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'n/a' + url: 'n/a' + server: 'n/a' + channel: 'n/a' + repeats: 'n/a' + time: 'n/a' +repositories: + - ci-management +committers: + - <<: *onap_releng_ptl + - name: 'Bengt Thuree' + email: 'bthuree@linuxfoundation.org' + company: 'LF' + id: 'bthuree' + timezone: 'Australia/Melbourne' + - name: 'Andrew Grimberg' + email: 'agrimberg@linuxfoundation.org' + company: 'LF' + id: 'agrimberg' + timezone: 'America/Los_Angeles' + - name: 'Eric Ball' + email: 'eball@linuxfoundation.org' + company: 'LF' + id: 'eball' + timezone: 'America/Los_Angeles' + - name: 'Aric Gardner' + email: 'agardner@linuxfoundation.org' + company: 'LF' + id: 'agardner' + timezone: 'America/New_York' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |