All Downloads are FREE. Search and download functionalities are using the official Maven repository.

configuration.initial.modules.conf Maven / Gradle / Ivy

There is a newer version: 21.1.0
Show newest version
# 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"
    }

]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy