-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.yaml
36 lines (36 loc) · 889 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
config:
mon_type: icinga
icinga:
prod:
host: '192.168.5.160'
port: '80'
proto: 'http'
auth_key: 'Z0ZcM7B4UOYfALLmLNhEdXkW5Ro'
openstack:
vcpus_allocation_ratio: 2.0
ram_allocation_ratio: 1.0
# remove this amount per node available metric
reserved_ram_per_node: 0
reserved_vcpus_per_node: 0
# remove this amount from total
reserved_ram: 0
reserved_vcpus: 0
# use neutron quotas (overwrites default limits call)
neutron_quotas: false
#nagios:
# prod:
# url: 'http://my-prod-nagios/cgi-bin/nagios3/'
# username: 'nagios'
# password: 'nagios'
aviator:
provider: openstack
auth_service:
name: identity
host_uri: 'https://api1.example.com:5000'
request: create_token
validator: list_tenants
api_version: v2
auth_credentials:
username: 'admin'
password: '123456'
tenant_name: 'openstack'