From b761beb3ea2bafd786473775b5ba0afcb3fa2fd3 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 15 Dec 2020 12:33:31 +0100 Subject: Move Masspnf simulator code from Integration repository to it's own Change-Id: Id48ca08ec0d042d93e204b49ae9fe1bc86efd67b Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski --- pnf-sim-lightweight/src/assembly/resources.xml | 75 ++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pnf-sim-lightweight/src/assembly/resources.xml (limited to 'pnf-sim-lightweight/src/assembly/resources.xml') diff --git a/pnf-sim-lightweight/src/assembly/resources.xml b/pnf-sim-lightweight/src/assembly/resources.xml new file mode 100644 index 0000000..063c710 --- /dev/null +++ b/pnf-sim-lightweight/src/assembly/resources.xml @@ -0,0 +1,75 @@ + + resources + + zip + + + + + + simulator.sh + + unix + 0755 + + + + docker-compose.yml + + unix + 0644 + + + config + config + + **/* + + + + deployment + deployment + + **/* + + + + ftpes + ftpes + + **/* + + 0644 + + + + json_schema + json_schema + + **/* + + + + netconf + netconf + + **/* + + + + sftp + sftp + + **/* + + + + ssh + ssh + + **/* + + + + + \ No newline at end of file -- cgit 1.2.3-korg