简体   繁体   English

使用 Terraform 构建环境时如何更改 cassandra.yaml?

[英]How do I change cassandra.yaml when building an environment with Terraform?

I will build the environment using the following Terraform.我将使用以下 Terraform 构建环境。

https://github.com/scalar-labs/scalar-terraform https://github.com/scalar-labs/scalar-terraform

I want to fix the cassandra.yaml placed in a Cassandra instance with Terraform.我想用 Terraform 修复放置在 Cassandra 实例中的cassandra.yaml How do I change the Terraform?如何更改 Terraform?

You need to actually update the cassandra.yaml.j2 of the Cassandra module.您需要实际更新 Cassandra 模块的 cassandra.yaml.j2。

provision/ansible/playbooks/roles/cassandra/templates/cassandra.yaml.j2

It is not very recommended since you need to maintain the module itself if you do this.不是很推荐,因为如果你这样做,你需要维护模块本身。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 ScalarDB 在 Cassandra 中查找分区的大小 - How to find size of a partition in Cassandra using ScalarDB 我可以将现有的 Cassandra session 传递给 TransactionService 吗? - Can I pass existing Cassandra session to TransactionService? 如何获取分布式事务管理器的实例 - How do I get instance of Distributed Transaction Manager 如果我只获取值,我是否需要使用提交 - Do I need to use commit if I am only getting values 如果我在 ScalarDB 中启动事务但不提交会发生什么? - What happens if I start a transaction in ScalarDB but do not commit it? 将多存储与标量 DB 一起使用时如何配置 Dynamo DB Local 的端点覆盖 - How to configure Dynamo DB Local's Endpoint Override when using multi-storage with Scalar DB 在 Scalar DB 中,如果我不需要它或者我需要做一些清理,我可以保留一个事务吗? - In Scalar DB, can I leave a Transaction as is if I don't need it or do I need to do some clean up com.scalar.db.exception.storage.NoMutationException:未应用任何突变。 使用 ScalarDB 时出错 - com.scalar.db.exception.storage.NoMutationException: no mutation was applied. error when using ScalarDB ScalarDB 何时以及为何抛出 UnknownTransactionStatusException - When and Why does ScalarDB throw UnknownTransactionStatusException 如何以数据存储在 DynamoDBLocal 中的方式使用 ScalarDB? - How to use ScalarDB in a way that data is stored in DynamoDBLocal?
相关标签
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM