From 7204293286d554d86a964a2f44f19d902cf1e47a Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 21 Aug 2018 18:44:17 -0700 Subject: [PATCH] Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ia6c1d487ed139ebb8c2e4413fa1d061d3a45c6ca Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall --- INFO.yaml | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 INFO.yaml diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..9d2d635 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,93 @@ +--- +project: 'multicloud-framework' +project_creation_date: '2017-02-21' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_multicloud_ptl + name: 'Bin Yang' + email: 'bin.yang@windriver.com' + company: 'Windriver' + id: 'biny993' + timezone: 'China/Beijing' +primary_contact: *onap_multicloud_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/MULTICLOUD' + key: 'MULTICLOUD' +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=6591499' + url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6591499' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +repositories: + - 'multicloud-framework' + - 'multicloud-openstack' + - 'multicloud-openstack-vmware' + - 'multicloud-openstack-windriver' + - 'multicloud-azure' + - 'multicloud-k8s' +committers: + - <<: *onap_multicloud_ptl + - name: 'Anbing Zhang' + email: 'zhanganbing@chinamobile.com' + company: 'China Mobile' + id: 'zhangab' + timezone: '' + - name: 'Xinhui Li' + email: 'lxinhui@vmware.com' + id: 'xinhuili' + company: 'VMware' + timezone: 'China/Beijing' + - name: 'Bin Hu' + email: 'bh526r@att.com' + company: 'ATT' + id: 'bh526r' + timezone: 'America/Palo Alto' + - name: 'Liang Ke' + email: 'lokyse@163.com' + company: 'VMWare' + id: 'liangke' + timezone: 'China/Beijing' + - name: 'yun huang' + email: 'yun.huang@windriver.com' + company: 'Windriver' + id: 'cloudhuang' + timezone: '' + - name: 'Victor Morales' + email: 'victor.morales@intel.com' + company: 'Intel' + id: 'electrocucaracha' + timezone: '' + - name: 'Ethan Lynn' + email: 'ethanlynnl@vmware.com' + company: 'VMWare' + id: 'ethanlynnl' + timezone: '' + - name: 'Huang Haibin' + email: 'haibin.huang@intel.com' + company: 'Intel' + id: 'haibin' + timezone: '' + - name: 'Sudhakar Reddy' + email: 'Sudhakar.Reddy@amdocs.com' + company: 'Amdocs' + id: 'SudhakarReddy' + timezone: '' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' + changes: + - type: 'Addition' + name: 'yun huang' + name: 'Victor Morales' + name: 'Ethan Lynn' + name: 'Huang Haibin' + name: 'Sudhakar Reddy' + link: 'http://ircbot.wl.linuxfoundation.org/meetings/onap-meeting/2018/onap-meeting.2018-08-16-13.45.html' -- 2.16.6