puppet-midonet/data/common.yaml
Jaume Devesa 3a1cb076dd Rely puppet-cassandra for backwards compatibility
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
2015-07-17 14:37:26 +02:00

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'