Step 2: Move test folder to root
[integration/test.git] / test / tools / clustering / cluster-deployer / templates / exploratory / modules.conf.template
diff --git a/test/tools/clustering/cluster-deployer/templates/exploratory/modules.conf.template b/test/tools/clustering/cluster-deployer/templates/exploratory/modules.conf.template
deleted file mode 100644 (file)
index 4117ec9..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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 = "<friendly_name_of_module>"
-#    namespace = "<the yang namespace of the module>"
-#    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"
-    },
-
-    {
-    name = "car"
-        namespace = "urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car"
-        shard-strategy = "module"
-    },
-
-    {
-        name = "people"
-        namespace = "urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:people"
-        shard-strategy = "module"
-    },
-
-    {
-        name = "car-people"
-        namespace = "urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-people"
-        shard-strategy = "module"
-    }
-
-]