
With the release of `puppet-cassandra`, we can create a manifest that maintains old `::midonet::cassandra` and passes parameters to the new module to keep backwards compatibility. Change-Id: I37cf934f97a9ab341739137018ceeb1854aed45a
11 lines
244 B
YAML
11 lines
244 B
YAML
# Zookeeper-based attributes
|
|
midonet::zookeeper::servers:
|
|
- id: 1
|
|
host: 'localhost'
|
|
midonet::zookeeper::server_id: '1'
|
|
|
|
# Cassandra-based attributes
|
|
midonet::cassandra::seeds:
|
|
- 'localhost'
|
|
midonet::cassandra::seed_address: 'localhost'
|