Skip to content

Commit d302fd9

Browse files
authored
Create README.md
1 parent cc4c37a commit d302fd9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BeaconNetworkManagerDriver
2+
3+
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.
4+
All the interaction between BNMD and BNM, and between BNMD and BNAs are driven via http modeled as REST WS or REST WS invocation.
5+
At the same time the BNMD have to be connected to the same MongoDB database used by BB.
6+
7+
This component base its interaction with Openstack cloud via V2.0 API.
8+
9+
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.
10+
11+
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:
12+
13+
-> configuration_bigDataPlugin.xml
14+
15+
16+
Web serices exposed by BNMD are:
17+
18+
i) http://[BNMD_BASE_PATH]//fednet/eastBr/FA_Management
19+
20+
ii) http://[BNMD_BASE_PATH]//fednet/eastBr/network
21+
22+
iii) http://[BNMD_BASE_PATH]//fednet/eastBr/user

0 commit comments

Comments
 (0)