-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmain.yml
More file actions
28 lines (21 loc) · 764 Bytes
/
main.yml
File metadata and controls
28 lines (21 loc) · 764 Bytes
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
---
openstack_cmd: "openstack"
# Cloudkitty certificates
cert_secret_name: "cert-cloudkitty-client-internal"
cert_dir: "{{ ansible_user_dir }}/ck-certs"
client_secret: "secret/cloudkitty-lokistack-gateway-client-http"
ca_configmap: "cm/cloudkitty-lokistack-ca-bundle"
remote_cert_dir: "osp-certs"
local_cert_dir: "{{ ansible_env.HOME }}/flush_certs"
# Loki Ingest & Retrieve logs
logs_dir_zuul: "/home/zuul/ci-framework-data/logs"
ck_output_file_remote: "{{ logs_dir_zuul }}/gen_loki_synth_data.log"
ck_loki_retrieve_file: "{{ logs_dir_zuul }}/retrieve_loki_op.json"
# LogQL Query
logql_query: "{{ loki_query | default('{service=\"cloudkitty\"}') }}"
# vars
namespace: "openstack"
openstackpod: "openstackclient"
# Time window settings
lookback: 6
limit: 50