From 055eb6634f9c67d8d36e239e0f00af8c9dac5fe6 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Wed, 24 Feb 2021 23:47:19 +0100 Subject: [PATCH] Refactor of pnf-simulator adding ves-client repo After agreement with Morgan we decided to: - 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: I40194702bfc2051fba29cd623bdae8eadc096caa --- .../simulators/nf-simulator/ves-client/INFO.yaml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 gerrit.onap.org/integration/simulators/nf-simulator/ves-client/INFO.yaml diff --git a/gerrit.onap.org/integration/simulators/nf-simulator/ves-client/INFO.yaml b/gerrit.onap.org/integration/simulators/nf-simulator/ves-client/INFO.yaml new file mode 100644 index 00000000..92cc7716 --- /dev/null +++ b/gerrit.onap.org/integration/simulators/nf-simulator/ves-client/INFO.yaml @@ -0,0 +1,124 @@ +--- +project: 'integration_simulators_ves_client' +project_creation_date: '2021-02-23' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_integration_simulators_ves_client_ptl + name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + id: 'mrichomme' + company: 'Orange' + timezone: 'France/Paris' +primary_contact: *onap_integration_simulators_ves_client_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/' + key: 'integration_simulators_ves_client' +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/ves-client +committers: + - <<: *onap_integration_simulators_ves_client_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