Configuring the CDL in different namespace as AMF

To configure CDL in a different namespace as AMF, use the following configuration:

config 
    cdl datastore datastore_name 
        endpoint replica no_of_replicas 
            slot map no_of_slot_maps 
            slot replica no_of_replicas_per_map 
            slot notification dynamic-provisioning { true | false } 
            index map no_of_index_maps 
            index replica no_of_replicas_per_map 
            end 

NOTES:

  • cdl datastore datastore_name —Specify the name of the datastore to be deployed.

  • endpoint replica no_of_replicas —Specify the number of high availability (HA) instances to be created. Must be an integer in the range of 1–16.

  • slot map no_of_slot_maps —Specify the number of partitions to be created for slot. Must be an integer in the range of 1–1024.

  • slot replica no_of_replicas_per_map —Specify the number of HA instances to be created. Must be an integer in the range of 1–4.

  • slot notification dynamic-provisioning true —Enable application to provide notification endpoint dynamically through API.

  • index map no_of_index_maps —Specify the number of partitions to be created for slot. Must be an integer in the range of 1–1024.

  • index replica no_of_replicas_per_map —Specify the number of HA instances to be created. Must be an integer either 1 or 2.

Note

In AMF Ops Center:

  • CDL configuration must not be available.

  • show running-config cdl command must not return the configuration.