diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-30 20:08:01 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-30 20:19:05 -0700 |
commit | 0ef4f2eb6051294c081ce2c226ebe3a74c9001a0 (patch) | |
tree | c63720baef0edacc427677745095cc55ab2591e5 /INFO.yaml | |
parent | 1ade3ab72b894d39dbd098147ef88709ef73cd56 (diff) |
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ibfc6f602281665eedb8d75d2ab3f165a15bb3ec4
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..97ce4e13 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,37 @@ +--- +project: 'policy/docker' +project_creation_date: '2017-02-14' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Pamela Dragosh' + email: 'pdragosh@research.att.com' + id: 'pdragosh' + company: 'ATT' + timezone: 'America/New York' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/POLICY' + key: 'POLICY' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6589781' + url: 'https://wiki.onap.org/display/DW/Policy+Framework+Project' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '13:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Jorge Hernandez' + email: 'jh1730@att.com' + company: 'ATT' + id: 'jhh' + timezone: 'America/Illinois' + - name: 'Liam Fallon' + email: 'liam.fallon@ericsson.com' + company: 'Ericsson' + id: 'liamfallon' + timezone: 'Europe/Ireland' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' |