You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`cortex_web_listen_address`| "0.0.0.0:<<PORT>>" | Address on which cortex will listen |
22
+
|`cortex_web_listen_address`| "0.0.0.0:9009" | Address on which cortex will listen |
23
+
|`cortex_binary_local_dir`| "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `cortex` binaries are stored on host on which ansible is ran. This overrides `cortex_version` parameter |
24
+
|`cortex_interface`| "{{ ansible_default_ipv4.interface }}" | Network adapter that cortex will be using |
25
+
|`cortex_config_dir`| "/etc/cortex" | Default directory for the cortex config |
26
+
|`cortex_db_dir`| "/var/lib/cortex" | Path to the directory of the Cortex database |
27
+
|`cortex_system_user`| "cortex" | Default Cortex user |
28
+
|`cortex_system_group`| "cortex" | Default Cortex group |
29
+
|`cortex_version`| "1.4.0-rc.1" | The cortex package version |
30
+
|`cortex_auth_enabled`| "false" | Enables of disables the Cortex authentication |
31
+
|`cortex_server`|[From block storage example][bse]| Cortex server. Compatible with [official configuration](https://cortexmetrics.io/docs/configuration/configuration-file/#server_config)|
32
+
|`cortex_distributor`|[From block storage example][bse]| Cortex distributor. Compatible with [official configuration](https://cortexmetrics.io/docs/configuration/configuration-file/#distributor_config)|
@@ -31,11 +50,6 @@ Use it in a playbook as follows:
31
50
roles:
32
51
- cloudalchemy.cortex
33
52
```
34
-
35
-
### Demo site
36
-
37
-
We provide demo site for full monitoring solution based on prometheus and grafana. Repository with code and links to running instances is [available on github](https://github.com/prometheus/demo-site) and site is hosted on [DigitalOcean](https://digitalocean.com).
38
-
39
53
## Local Testing
40
54
41
55
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/metacloud/molecule) (v2.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system.
0 commit comments