fuel-library/deployment/puppet/vmware/templates/ceilometer-compute.conf.erb
Igor Zinovik a6f1d46840 Remove workarounds after implementing dual hypervisor support
- remove dead statements that will never get executed
- rename '*_multi_hv' resources to original names
- rename templates
- adjust unit tests

Closes-bug: #1436739
Change-Id: Ib2a7ad8ff90595bade49895d86d681700118fc9b
2015-04-01 12:39:12 +03:00

17 lines
593 B
Plaintext

[DEFAULT]
host=<%= @availability_zone_name %>-<%= @service_name %>
hypervisor_inspector=<%= scope.lookupvar('vmware::ceilometer::hypervisor_inspector') %>
default_log_levels=<%= scope.lookupvar('vmware::ceilometer::default_log_levels') %>
log_file=ceilometer-agent-compute-vmware-<%= @availability_zone_name %>-<%= @service_name %>.log
[vmware]
host_ip=<%= @vc_host %>
host_username=<%= @vc_user %>
host_password=<%= @vc_password %>
api_retry_count=<%= @api_retry_count %>
task_poll_interval=<%= @task_poll_interval %>
<% if @wsdl_location -%>
wsdl_location=<%= @wsdl_location %>
<% end -%>