fix odl patches
[ccsdk/distribution.git] / opendaylight / neon / neon-alpine / src / main / odlscripts / custom_shard_config.txt
1 # If this file has entries, they will be used to configure the module
2 # shards that will be available.  Otherwise, the default shards will
3 # be used.  Below, the commented lines are the current default shards
4 # (inventory, network-topology, and toaster)
5 #
6 # These configurations are an array and the indexes need to increment
7 # from 1,2,3...
8 #
9 # There is a FRIENDLY_MODULE_NAME[$index] that will map to the
10 # MODULE_NAMESPACES[$index]
11 #
12 FRIENDLY_MODULE_NAMES[1]='inventory'
13 MODULE_NAMESPACES[1]='urn:opendaylight:inventory'
14 FRIENDLY_MODULE_NAMES[2]='topology'
15 MODULE_NAMESPACES[2]='urn:TBD:params:xml:ns:yang:network-topology'
16 FRIENDLY_MODULE_NAMES[3]='toaster'
17 MODULE_NAMESPACES[3]='http://netconfcentral.org/ns/toaster'