summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO.yaml77
-rw-r--r--azure/pom.xml7
-rw-r--r--pom.xml2
3 files changed, 67 insertions, 19 deletions
diff --git a/INFO.yaml b/INFO.yaml
index d491f93..acb9f98 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -1,18 +1,24 @@
---
project: 'multicloud-azure'
project_creation_date: '2017-06-22'
+project_category: ''
lifecycle_state: 'Incubation'
-project_lead: &onap_releng_ptl
- name: 'Xinhui Li'
- email: 'lxinhui@vmware.com'
- id: 'xinhuili'
- company: 'VMware'
+project_lead: &onap_multicloud_ptl
+ name: 'Bin Yang'
+ email: 'bin.yang@windriver.com'
+ company: 'Windriver'
+ id: 'biny993'
timezone: 'China/Beijing'
-primary_contact: *onap_releng_ptl
+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'
@@ -20,23 +26,68 @@ meetings:
server: 'n/a'
channel: 'n/a'
repeats: 'weekly'
- time: '22:00 UTC'
+ time: '13:00 UTC'
+repositories:
+ - 'multicloud-framework'
+ - 'multicloud-openstack'
+ - 'multicloud-openstack-vmware'
+ - 'multicloud-openstack-windriver'
+ - 'multicloud-azure'
+ - 'multicloud-k8s'
committers:
- - <<: *onap_releng_ptl
+ - <<: *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: 'Bin Yang'
- email: 'bin.yang@windriver.com'
- company: 'Windriver'
- id: 'biny993'
- timezone: 'China/Beijing'
- 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'
diff --git a/azure/pom.xml b/azure/pom.xml
index 42740aa..e2c94e8 100644
--- a/azure/pom.xml
+++ b/azure/pom.xml
@@ -12,14 +12,11 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index cf86510..744a192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>