diff options
-rw-r--r-- | INFO | 30 | ||||
-rw-r--r-- | INFO.yaml | 54 |
2 files changed, 54 insertions, 30 deletions
@@ -1,30 +0,0 @@ -Project: Fuel based OPNFV installer (Fuel@OPNFV) -Project Creation Date: 2015.07.07 -Project Category: Integration and testing -Lifecycle State: Incubation -Primary Contact: gelkinbard@mirantis.com -Project Lead: gelkinbard@mirantis.com -Jira Project Name: Fuel based OPNFV installer -Jira Project Prefix: FUEL -Mailing list tag: [fuel] -IRC: Server:freenode.net Channel:#opnfv-fuel -Repository: fuel - -Committers: -gelkinbard@mirantis.com -nikolas.hermanns@ericsson.com -jonas.bjurel@ericsson.com -stefan.k.berg@ericsson.com -daniel.smith@ericsson.com -szilard.cserey@gmail.com -mskalski@mirantis.com -ruijing.guo@intel.com -fzhadaev@mirantis.com -Alexandru.Avadanii@enea.com -mpolenchuk@mirantis.com -Guillermo.Herrero@enea.com - -Link to TSC approval of the project: http://meetbot.opnfv.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-07-13.59.log.html -Link(s) to approval of additional committers: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-fuel/2016/opnfv-fuel.2016-04-28-11.49.html - https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-May/016188.html - https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2018-January/019862.html diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 000000000..412ac6b71 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,54 @@ +--- +project: 'Fuel based OPNFV installer (Fuel@OPNFV)' +project_creation_date: '2015.07.07' +project_category: 'Integration and testing' +lifecycle_state: 'Incubation' +project_lead: &opnfv_fuel_ptl + name: 'Gregory Elkinbard' + email: 'elkinbar@gmail.com' + company: 'mirantis.com' + id: 'gelkinbard' +primary_contact: *opnfv_fuel_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.opnfv.org/projects/FUEL' + key: 'FUEL' +mailing_list: + type: 'mailman2' + url: 'opnfv-tech-discuss@lists.opnfv.org' + tag: '[fuel]' +realtime_discussion: + type: irc + server: 'freenode.net' + channel: '#opnfv-fuel' +meetings: + - type: 'gotomeeting+irc' + agenda: # eg: 'https://wiki.opnfv.org/display/' + url: # eg: 'https://global.gotomeeting.com/join/819733085' + server: 'freenode.net' + channel: '#opnfv-meeting' + repeats: 'weekly' + time: # eg: '16:00 UTC' +repositories: + - 'fuel' +committers: + - <<: *opnfv_fuel_ptl + - name: 'Alexandru Avadanii' + email: 'Alexandru.Avadanii@enea.com' + company: 'enea.com' + id: 'AlexandruAvadanii' + - name: 'Michael Polenchuk' + email: 'mpolenchuk@mirantis.com' + company: 'mirantis.com' + id: 'mpolenchuk' + - name: 'Guillermo Herrero' + email: 'guillermo.herrero@enea.com' + company: 'enea.com' + id: 'gherrero' +tsc: + # yamllint disable rule:line-length + approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-07-13.59.log.html' + # yamllint enable rule:line-length + changes: + - type: 'promotion' + link: 'http://ircbot.wl.linuxfoundation.org/meetings/opnfv-fuel/2016/opnfv-fuel.2016-04-28-11.49.html' |