From 914ff5927dbd906f8ce3acc85c1bacba3861575c Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 23 Feb 2021 12:43:38 +0100 Subject: [PATCH] Refactor of pnf-simulator to nf-simulator and AVCN-manger open sourcing 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: I8d54564da1aa0004632dacc16a906e730eed8f16 --- .../integration/simulators/nf-simulator/INFO.yaml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 gerrit.onap.org/integration/simulators/nf-simulator/INFO.yaml diff --git a/gerrit.onap.org/integration/simulators/nf-simulator/INFO.yaml b/gerrit.onap.org/integration/simulators/nf-simulator/INFO.yaml new file mode 100644 index 00000000..e3c45dbf --- /dev/null +++ b/gerrit.onap.org/integration/simulators/nf-simulator/INFO.yaml @@ -0,0 +1,124 @@ +--- +project: 'integration_simulators_nf_simulator' +project_creation_date: '2021-02-23' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_integration_simulators_nf_simulator_ptl + name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + id: 'mrichomme' + company: 'Orange' + timezone: 'France/Paris' +primary_contact: *onap_integration_simulators_nf_simulator_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/' + key: 'integration_simulators_nf_simulator' +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 +committers: + - <<: *onap_integration_simulators_nf_simulator_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