-
Notifications
You must be signed in to change notification settings - Fork 13
/
pcw.ini
66 lines (58 loc) · 2.58 KB
/
pcw.ini
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[default]
# Your base url used to create links in email notifications. If it isn't
# present, the first entry of settings.ALLOWED_HOSTS is used.
base-url = https://publiccloud.qa.suse.de
namespaces = qac, sapha
# true here will make PCW harmless by replacing ALL modification calls to CSP's by log messages.
dry_run = true
# limit the scope of regions queried for EC2 . In case not defined all regions will be used
ec2_regions = eu-central-1, us-west-2
# defining log level for PCW
loglevel = INFO
[notify]
# time frame (hours) during it PCW will ignore running VM .
age-hours = 13
smtp = relay.suse.de
smtp-port = 25
# Comma-separated fallback list of recipients which will be used if list for exact namespace is not defined
to = <[email protected]>
from = [email protected]
[cluster.notify]
# Comma-separated list of people who will be notfied about found EKS clusters
to = <[email protected]>
[notify.namespace.qac]
# list of recipients which will be notified in case of issues in certain namespace
to = <[email protected]>
[cleanup]
# Max age of data storage resources ( used in EC2 only )
ec2-max-age-days = 1
# The list of networks which themselves as well as their resources should not be cleaned up
# This is due to fact that netowrk and security resources in GCP don't have neither tags nor metadata
gce-skip-networks = default,tf-network
# Max age of data storage resources ( used in Azure and GCE )
max-age-hours = 1
# Specify with which namespace, we will do the cleanup.
# if not specifed default/namespaces list will be taken instead
namespaces = qac, sapha
# Values specified under "cleanup.namespace.{namespace}" have precedence over same values in [cleanup] for this certain namespace
[cleanup.namespace.qac]
# Max age of an image file ( used in EC2 only )
ec2-max-age-days = 2
# Azure resource group which PCW will scan for data storage resources needs to be deleted
azure-storage-resourcegroup = openqa-upload
# AccountName used for creation of BlobServiceClient
azure-storage-account-name = openqa
# When set to true EC2 VPC cleanup will be enabled
vpc_cleanup = true
# GCE bucket to be cleaned up
gce_bucket = bucket
[updaterun]
# if openqa_ttl tag is not defined this TTL will be set to the instance
default_ttl = 44100 # value is in seconds
# used to store statistic about amount of entities tracked in the cloud
[influxdb]
# defines standard influxdb connection params - organization , bucket
# for more details please refer to official documentation https://docs.influxdata.com/influxdb/v2/api-guide/client-libraries/python/#Copyright
org=pcw
bucket=cloud_stat
url=http://localhost:8086