X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftools%2Fclustering%2Fcluster-deployer%2Ftemplates%2Fopenflow%2Fmodules.conf.template;fp=test%2Ftools%2Fclustering%2Fcluster-deployer%2Ftemplates%2Fopenflow%2Fmodules.conf.template;h=68347eeda9675f049552740cab1e345a54a7565e;hb=8a29f8d4373b5554ef0fe497b17157b51aeba3b9;hp=0000000000000000000000000000000000000000;hpb=fb89aad18f4290ff4d687db683e66bda1284aff5;p=integration%2Ftest.git diff --git a/test/tools/clustering/cluster-deployer/templates/openflow/modules.conf.template b/test/tools/clustering/cluster-deployer/templates/openflow/modules.conf.template new file mode 100644 index 0000000000..68347eeda9 --- /dev/null +++ b/test/tools/clustering/cluster-deployer/templates/openflow/modules.conf.template @@ -0,0 +1,32 @@ +# This file should describe all the modules that need to be placed in a separate shard +# The format of the configuration is as follows +# { +# name = "" +# namespace = "" +# shard-strategy = "module" +# } +# +# Note that at this time the only shard-strategy we support is module which basically +# will put all the data of a single module in two shards (one for config and one for +# operational data) + +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" + } + +]