diff options
author | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2020-10-29 17:48:30 +0000 |
---|---|---|
committer | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2020-10-29 17:48:32 +0000 |
commit | 018c93bf8f708ed5a7ab0db939bc9f4e852a1ecc (patch) | |
tree | e71a17eab40352f55c9147d9a8ee1fb86c0e9902 | |
parent | c4054c7dfeb77dca895b732679dc9b3a3b9f333b (diff) |
Automation adds INFO.yaml
Issue-ID: CIMAN-33
Change-Id: Ibf756cf851eee1f02baa32fced3ceecb5718ba80
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000000..156e6caf87 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,56 @@ +--- +project: 'cps' +project_creation_date: '2020-10-27' +lifecycle_state: 'Incubation' +project_category: '' +project_lead: &onap_releng_ptl + name: 'Toine Siebelink' + email: 'toine.siebelink@est.tech' + id: 'toinesiebelink' + company: 'Ericsson Software Technology' + timezone: 'Europe/Dublin' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/CPS' + key: 'CPS' +mailing_list: + type: 'groups.io' + url: 'lists.onap.org' + tag: '<[sub-project_name]>' +realtime_discussion: '' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=84644224' + url: 'https://zoom.us/j/836561560?pwd=TTZNcFhXTWYxMmZ4SlgzcVZZQXluUT09' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '08:00 America/New_York' +committers: + - <<: *onap_releng_ptl + - name: 'Toine Siebelink' + email: 'toine.siebelink@est.tech' + company: 'Ericsson Software Technology' + id: 'toinesiebelink' + timezone: 'Europe/Dublin' + - name: 'Bruno Sakoto' + email: 'bruno.sakoto@bell.ca' + company: 'Bell Canada' + id: 'brusak' + timezone: 'America/Toronto' + - name: 'Rishi Chail' + email: 'rishi.chail@est.tech' + company: 'Ericsson Software Technology' + id: 'Rishi.Chail' + timezone: 'Europe/Dublin' +repositories: + - cps +tsc: + approval: 'https://lists.onap.org/g/onap-tsc' + changes: + - type: 'Addition' + name: 'cps' + # yamllint disable rule:line-length + link: 'https://lists.onap.org/g/onap-tsc/topic/cps_ask_for_new_repo/77844208' + # yamllint enable rule:line-length |