diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2019-02-25 16:36:36 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2019-02-25 16:36:36 +0800 |
commit | d4cf04040a6cfc7331577ecfa83faad5802a36d3 (patch) | |
tree | cb600198db9a2e8777580bfc9a4dc5c7a06c67ae | |
parent | 36a7d7815c0cf19b12b7f691ac45826161495851 (diff) |
Add INFO.yaml file
Issue-ID: AAI-2019
Change-Id: I2420379ce5d367c17000f6459cdaf38701cc9b3d
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
-rw-r--r-- | INFO.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 0000000..648d018 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,25 @@ +---
+project: 'aai-esr-server'
+project_creation_date: '2017-05-03'
+lifecycle_state: 'Incubation'
+project_lead: &onap_releng_ptl
+ name: 'James Forsyth'
+ email: 'jf2512@att.com'
+ id: 'jimmydot'
+ company: 'ATT'
+ timezone: 'America/Detroit'
+primary_contact: *onap_releng_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.onap.org/projects/AAI'
+ key: 'AAI'
+meetings:
+ - type: 'zoom'
+ agenda: 'https://wiki.onap.org/display/DW/AAI+Meeting+Notes'
+ url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8227676'
+ server: 'n/a'
+ channel: 'n/a'
+ repeats: 'weekly'
+ time: '14:00 UTC'
+committers:
+ - <<: *onap_releng_ptl
|