Skip to content

Commit

Permalink
add dse_analytics ks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoczatek committed May 15, 2018
1 parent 0be5d1b commit 3fcb844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lcm/alterKeyspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
datacenters[d] = min(3, datacenters[d])
# keyspaces to alter
# leaving out LocalStrategy (system & system_schema) and EverywhereStrategy (dse_system & solr_admin)
keyspaces = ["system_auth", "system_distributed", "system_traces",
keyspaces = ["system_auth", "system_distributed", "system_traces", "dse_analytics",
"dse_security", "dse_perf", "dse_leases", "cfs_archive",
"spark_system", "cfs", "dsefs", "OpsCenter", "HiveMetaStore"]
postdata = {"strategy_class": "NetworkTopologyStrategy", "strategy_options": datacenters, "durable_writes": True}
Expand Down

0 comments on commit 3fcb844

Please sign in to comment.