Configuring the CDL in same namespace as AMF
The CDL in same namespace as AMF configuration must be done in AMF Ops Center.
To configure CDL in same 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
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.
-
index map no_of_index_maps —Specify the number of partitions to be created for index. Must be 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.