From dc52fc528d0dedb4ccef1cb8a463fae22a69e017 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Wed, 24 Feb 2021 23:58:20 +0100 Subject: [PATCH] Refactor of pnf-simulator adding avcn-manager repo After agreement with Morgan we decided to: - refactor pnf-simulator, - rename it (old repo will be terminated after changes) to nf-simulator, - divide into subcomponents - open source AVCN part responsible for reporting any configuration change happening due to multiple reasons via netconf in symulator to the network management system, using ONAP VES CM change events Issue-ID: INT-1869 Signed-off-by: Krzysztof Kuzmicki Change-Id: I37a2bf793fa7d2d3170ebee944880853d27897a3 --- .../simulators/nf-simulator/avcn-manager/INFO.yaml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 gerrit.onap.org/integration/simulators/nf-simulator/avcn-manager/INFO.yaml diff --git a/gerrit.onap.org/integration/simulators/nf-simulator/avcn-manager/INFO.yaml b/gerrit.onap.org/integration/simulators/nf-simulator/avcn-manager/INFO.yaml new file mode 100644 index 00000000..7f59626d --- /dev/null +++ b/gerrit.onap.org/integration/simulators/nf-simulator/avcn-manager/INFO.yaml @@ -0,0 +1,124 @@ +--- +project: 'integration_simulators_avcn_manager' +project_creation_date: '2021-02-23' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_integration_simulators_avcn_manager_ptl + name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + id: 'mrichomme' + company: 'Orange' + timezone: 'France/Paris' +primary_contact: *onap_integration_simulators_avcn_manager_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/' + key: 'integration_simulators_avcn_manager' +mailing_list: + type: 'groups.io' + url: 'onap-discuss@lists.onap.org' + tag: '[]' +realtime_discussion: + type: 'slack' + server: 'https://app.slack.com' + channel: '#integration-team' +meetings: + - type: 'zoom+irc' + agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593670' + url: '' + server: 'freenode.net' + channel: '#onap-int' + repeats: 'weekly' + time: '1PM UTC' +repositories: + - integration/simulators/nf-simulator/avcn-manager +committers: + - <<: *onap_integration_simulators_avcn_manager_ptl + - name: 'Christophe Closset' + email: 'cc697w@intl.att.com' + company: 'ATT' + id: 'ChrisC' + timezone: 'Belgium/Namur' + - name: 'Daniel Rose' + email: 'DR695H@att.com' + company: 'ATT' + id: 'DR695H' + timezone: 'America/New_York' + - name: 'Catherine Lefevre' + email: 'cl664y@att.com' + company: 'AT&T' + id: 'Katel34' + timezone: 'Europe/Belgium' + - name: 'Marco Platania' + email: 'platania@research.att.com' + company: 'ATT' + id: 'platania' + timezone: 'America/New_York' + - name: 'Brian Freeman' + email: 'bf1936@att.com' + company: 'AT&T' + id: 'bdfreeman1421' + timezone: 'America/New_York' + - name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + company: 'orange' + id: 'mrichomme' + timezone: 'France/Paris' + - name: 'Bartek Grzybowski' + email: 'b.grzybowski@partner.samsung.com' + company: 'samsung' + id: 'bgrzybowski' + timezone: 'Poland/Warsaw' + - name: 'Marcin Przybysz' + email: 'marcin.przybysz@nokia.com' + company: 'nokia' + id: 'mprzybys' + timezone: 'Poland/Warsaw' + - name: 'Krzysztof Kuzmicki' + email: 'krzysztof.kuzmicki@nokia.com' + company: 'nokia' + id: 'kkuzmick' + timezone: 'Poland/Warsaw' + - name: 'Bogumil Zebek' + email: 'bogumil.zebek@nokia.com' + company: 'nokia' + id: 'bogumil_zebek' + timezone: 'Poland/Warsaw' + - name: 'Krzysztof Kuzmicki' + email: 'krzysztof.kuzmicki@nokia.com' + company: 'nokia' + id: 'kkuzmick' + timezone: 'Europe/Warsaw' + - name: 'Pawel Wieczorek' + email: 'p.wieczorek2@samsung.com' + company: 'samsung' + id: 'pwieczorek' + timezone: 'Europe/Warsaw' + - name: 'Andreas Geissler' + email: 'andreas-geissler@telekom.de' + company: 'Deutsche Telekom' + id: 'andreasgeissler' + timezone: 'Europe/Berlin' + - name: 'Michal Jagiello' + email: 'Michal.Jagiello@t-mobile.pl' + company: 'T-Mobile' + id: 'MichalJagielloTMPL' + timezone: 'Europe/Warsaw' + - name: 'Lukasz Rajewski' + email: 'lukasz.rajewski@orange.com' + company: 'Orange' + id: 'rajewluk' + timezone: 'Europe/Warsaw' + - name: 'Thierry Hardy' + email: 'thierry.hardy@orange.com' + company: 'orange' + id: 'jardellos' + timezone: 'Europe/Paris' + - name: 'Lasse Kaihlavirta' + email: 'l.kaihlavirt@partner.samsung.com' + company: 'samsung' + id: 'kaihlavi' + timezone: 'Europe/Helsinki' +tsc: + # yamllint disable rule:line-length + approval: 'https://wiki.onap.org/display/DW/TSC+2020-02-06' -- 2.16.6