From d302fd928b74199bde143110b23b114e5d66b57c Mon Sep 17 00:00:00 2001 From: Giuseppe Tricomi Date: Tue, 31 Oct 2017 16:35:14 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bae742 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# BeaconNetworkManagerDriver + +The BEACON-Network-Manager-Driver [BNMD], is a component designed to provide functionality to BNM as interface versus Openstacks cloud, via JCLOUDS Adapter, and for the reconstruction of the Network tables that will be sent to target BNA. +All the interaction between BNMD and BNM, and between BNMD and BNAs are driven via http modeled as REST WS or REST WS invocation. +At the same time the BNMD have to be connected to the same MongoDB database used by BB. + +This component base its interaction with Openstack cloud via V2.0 API. + +This component interacts with other modules of the Beacon Architecture (BNM and BNA) via REST WS and, at the same time, expose WS for BNM. + +To instantiate it, the deployer have to create a directory in the path: "/home/beacon/beaconConf/" with the configuration file listed below according with the template provided in the template folder: + +-> configuration_bigDataPlugin.xml + + +Web serices exposed by BNMD are: + +i) http://[BNMD_BASE_PATH]//fednet/eastBr/FA_Management + +ii) http://[BNMD_BASE_PATH]//fednet/eastBr/network + +iii) http://[BNMD_BASE_PATH]//fednet/eastBr/user From 6b3d6760fe0b3d0a4829438f0d7f9eb54901c58e Mon Sep 17 00:00:00 2001 From: Giuseppe Tricomi Date: Tue, 31 Oct 2017 16:36:14 +0100 Subject: [PATCH 2/2] Create configuration_bigDataPlugin.xml --- template/configuration_bigDataPlugin.xml | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 template/configuration_bigDataPlugin.xml diff --git a/template/configuration_bigDataPlugin.xml b/template/configuration_bigDataPlugin.xml new file mode 100644 index 0000000..fdf3b95 --- /dev/null +++ b/template/configuration_bigDataPlugin.xml @@ -0,0 +1,34 @@ + + + yes + BigDataAgent + + admin + SYSTEM + manager + 10.9.240.1 + + + ing-clever-07 + 27017 + + + ing-clever-06 + 27017 + + + ing-clever-13 + 27017 + + + ing-clever-04 + 27017 + + + + + 10.9.240.1 + review + ManagementDB + +