cdl
Configures the next generation Cisco Data Layer (CDL).
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
cdl { datastore datastore_name { cluster-id cluster_id | { { endpoint { external-ip ipv4_address | external-port port_number } | index { map index_partitions | write-factor write_factor } | slot { map slot_partitions | notification { host host_name | limit notification_tps | port notification_server_port } | write-factor write_factor } } { go-debug go_debug | patch-url patch_url | replica ha_instances } | geo-remote-site list } } | deployment-model { large | small } | enable-geo-replication { false | true } | kafka { enable-JMX-metrics { false | true } | enable-persistence { false | true } | external-ip { ipv4_address port_number} | replica ha_instances | retention-size data_retention_size | retention-time data_retention_time | storage data_storage_size } | logging { { default-log-level | logger cdl_module_name level default_log_level } | node-type k8s_node_label_value | remote-site system_id { db-endpoint { host db_endpoint_hostname | port db_endpoint_port_number } | kafka-server { host port } } | system-id system_id | zookeeper { data-storage-size data_storage_size | { enable-JMX-metrics | enable-persistence } { false | true } | log-storage-size log_storage_size | replica ha_instances } }
repository helm_repository
Specify the Helm repository to deploy CDL.
system-id system_id
Specify the deployment system ID.
Must be an integer.
Default Value: 1.
node-type k8s_node_label_value
Specify the K8s node label value for affinity.
Must be a string.
Default Value: "".
enable-geo-replication { false | true }
Specify to enable or disable geo-replication.
Must be either "false" or "true".
Default Value: false.
deployment-model deployment_model
Specify the k8s deployment resource requirement.
Must be one of the following:
large
small
Default Value: large.
Note | You must always use the large deployment model in a production environment. |
map slot_partitions
Specify the number of partitions to be created for slot.
Must be an integer in the range of 1-1024.
Default Value: 1.
write-factor write_factor
Specify the number of copies to be written into slot before a successful response.
Must be an integer in the range of 0-16.
Default Value: 2.
Usage Guidelines
Use this command to configure the next generation Cisco Data Layer (CDL).