From 44c8ac531708e20be138f33060ff56a8e5a1e401 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Thu, 25 Feb 2021 00:06:36 +0100 Subject: [PATCH] Refactor of pnf-simulator adding pm-https-server 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: I238adeb665f8fe3a5db9d25c7a7207ec295a50ab --- .../nf-simulator/pm-https-server/INFO.yaml | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 gerrit.onap.org/integration/simulators/nf-simulator/pm-https-server/INFO.yaml diff --git a/gerrit.onap.org/integration/simulators/nf-simulator/pm-https-server/INFO.yaml b/gerrit.onap.org/integration/simulators/nf-simulator/pm-https-server/INFO.yaml new file mode 100644 index 00000000..d32535be --- /dev/null +++ b/gerrit.onap.org/integration/simulators/nf-simulator/pm-https-server/INFO.yaml @@ -0,0 +1,124 @@ +--- +project: 'integration_simulators_pm_https_server' +project_creation_date: '2021-02-23' +project_category: '' +lifecycle_state: 'Incubation' +project_lead: &onap_integration_simulators_pm_https_server_ptl + name: 'Morgan Richomme' + email: 'morgan.richomme@orange.com' + id: 'mrichomme' + company: 'Orange' + timezone: 'France/Paris' +primary_contact: *onap_integration_simulators_pm_https_server_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/' + key: 'integration_simulators_pm_https_server' +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/pm-https-server +committers: + - <<: *onap_integration_simulators_pm_https_server_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