57496c4147
Adds role for OpenDaylight deploy. Change-Id: I1e697ea4d3f33aab4b0f55863a377b39eda8f609 Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Co-Authored-By: Jiri Prokes <jirix.x.prokes@intel.com> Co-Authored-By: Eduardo Gonzalez <dabarren@gmail.com> Partially-Implements: blueprint opendaylight-support
21 lines
409 B
Django/Jinja
21 lines
409 B
Django/Jinja
modules = [
|
|
{
|
|
name = "inventory"
|
|
namespace = "urn:opendaylight:inventory"
|
|
shard-strategy = "module"
|
|
},
|
|
|
|
{
|
|
name = "topology"
|
|
namespace = "urn:TBD:params:xml:ns:yang:network-topology"
|
|
shard-strategy = "module"
|
|
},
|
|
|
|
{
|
|
name = "toaster"
|
|
namespace = "http://netconfcentral.org/ns/toaster"
|
|
shard-strategy = "module"
|
|
}
|
|
|
|
]
|