X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=bc0927920cf4d0fea562e2083a006ca0ea803b4a;hb=93af0da42e5e9e5b797b76c59fa568810df7f9ba;hp=0373550b6c3719bfd6719c8d341fb11de9b5202a;hpb=3833150b5f0ebb4a48183d340335fdf5710c0aa5;p=transportpce.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 0373550b6..bc0927920 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -209,7 +209,7 @@ The database properties are supplied in the “opendaylight-release” and “op Below is the settings.xml with properties included in the distribution. The module can be rebuild from sources with different parameters. -Sample entry in settings.xml to include inventory: +Sample entry in settings.xml to declare an external inventory database: :: @@ -239,10 +239,10 @@ Sample entry in settings.xml to include inventory: -Once the project built and when karaf is started, the cfg file is generated in etc folder with the corresponding properties -supplied in settings.xml. When devices with OpenROADM 1.2.1 device model are mounted, the device listener in the inventory -module loads several device attributes to various tables as per the supplied database. -The databsase structure details can be retrieved from the file tests/inventory/initdb.sql in project sources. +Once the project built and when karaf is started, the cfg file is generated in etc folder with the corresponding +properties supplied in settings.xml. When devices with OpenROADM 1.2.1 device model are mounted, the device listener in +the inventory module loads several device attributes to various tables as per the supplied database. +The database structure details can be retrieved from the file tests/inventory/initdb.sql inside project sources. Installation scripts and a docker file are also provided. Key APIs and Interfaces