puppet-midonet/data/common.yaml
Carmela Rubinos 4b530c02c9 Added the ability to manage tomcat & java setup
Added $manage_app_server and $install_java params in order to be able to
whether install tomcat & java or not, and avoid puppet executions to
fail because of duplicated class declarations.

Change-Id: I644e448a28ca324a9c3be4866642db220db988f5
2015-09-14 19:36:13 +02:00

17 lines
516 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'
# Choose whether to manage Tomcat and Java installation (true) or use an
# existing installation instead (false).
midonet::midonet_agent::install::install_java: true
midonet::midonet_api::install::manage_app_server: true
midonet::midonet_api::install::install_java: true