57 lines
924 B
YAML
57 lines
924 B
YAML
---
|
|
ceilometer:
|
|
host: http://localhost:8777/
|
|
database:
|
|
database: artifice
|
|
host: localhost
|
|
password_path: /etc/artifice/database
|
|
port: '5432'
|
|
username: artifice
|
|
invoice_object:
|
|
delimiter: ','
|
|
output_file: '%(tenant)s-%(start)s-%(end)s.csv'
|
|
output_path: ./
|
|
row_layout:
|
|
vm:
|
|
- name
|
|
- id
|
|
- location
|
|
- flavor
|
|
- start
|
|
- end
|
|
- uptime
|
|
- rate
|
|
- cost
|
|
object:
|
|
- id
|
|
- size
|
|
- rate
|
|
- cost
|
|
volume:
|
|
- id
|
|
- size
|
|
- rate
|
|
- cost
|
|
network:
|
|
- id
|
|
- incoming
|
|
- outgoing
|
|
- incoming_rate
|
|
- outgoing_rate
|
|
- cost
|
|
ip:
|
|
- id
|
|
- duration
|
|
- rate
|
|
- cost
|
|
rates:
|
|
file: /etc/artifice/csv_rates.csv
|
|
names: /etc/artifice/csv_names.csv
|
|
main:
|
|
invoice:object: billing.csv_invoice:Csv
|
|
openstack:
|
|
authentication_url: http://localhost:35357/v2.0
|
|
default_tenant: demo
|
|
username: admin
|
|
password: openstack
|