mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-31 23:26:32 +02:00
config: fix broken tests + reduce example configs
This commit is contained in:
parent
4e04f8d3d2
commit
cf5d63ee88
@ -24,18 +24,3 @@ jobs:
|
|||||||
- type: grid
|
- type: grid
|
||||||
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
||||||
keep_bookmarks: all
|
keep_bookmarks: all
|
||||||
|
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
||||||
|
@ -22,18 +22,3 @@ jobs:
|
|||||||
- type: grid
|
- type: grid
|
||||||
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
||||||
keep_bookmarks: all
|
keep_bookmarks: all
|
||||||
|
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
@ -26,18 +26,3 @@ jobs:
|
|||||||
- type: grid
|
- type: grid
|
||||||
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
||||||
keep_bookmarks: all
|
keep_bookmarks: all
|
||||||
|
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
@ -24,17 +24,3 @@ jobs:
|
|||||||
- type: grid
|
- type: grid
|
||||||
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
||||||
keep_bookmarks: all
|
keep_bookmarks: all
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
@ -11,19 +11,3 @@ jobs:
|
|||||||
client_cns:
|
client_cns:
|
||||||
- "laptop1"
|
- "laptop1"
|
||||||
- "homeserver"
|
- "homeserver"
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "tcp"
|
|
||||||
address: "123.123.123.123:1234"
|
|
||||||
retry_interval: 10s
|
|
||||||
tls:
|
|
||||||
ca: "ca.pem"
|
|
||||||
cert: "cert.pem"
|
|
||||||
key: "key.pem"
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
@ -14,26 +14,3 @@ jobs:
|
|||||||
snapshotting:
|
snapshotting:
|
||||||
snapshot_prefix: zrepl_
|
snapshot_prefix: zrepl_
|
||||||
interval: 10m
|
interval: 10m
|
||||||
pruning:
|
|
||||||
keep:
|
|
||||||
- type: not_replicated
|
|
||||||
- type: last_n
|
|
||||||
count: 10
|
|
||||||
- type: grid
|
|
||||||
grid: 1x1h(keep=all) | 24x1h | 14x1d
|
|
||||||
keep_bookmarks: all
|
|
||||||
|
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
@ -13,26 +13,3 @@ jobs:
|
|||||||
snapshotting:
|
snapshotting:
|
||||||
snapshot_prefix: zrepl_
|
snapshot_prefix: zrepl_
|
||||||
interval: 10m
|
interval: 10m
|
||||||
pruning:
|
|
||||||
keep:
|
|
||||||
- type: not_replicated
|
|
||||||
- type: last_n
|
|
||||||
count: 10
|
|
||||||
- type: grid
|
|
||||||
grid: 1x1h(keep=all) | 24x1h | 14x1d
|
|
||||||
keep_bookmarks: all
|
|
||||||
|
|
||||||
global:
|
|
||||||
logging:
|
|
||||||
- type: "stdout"
|
|
||||||
time: true
|
|
||||||
level: "warn"
|
|
||||||
format: "human"
|
|
||||||
monitoring:
|
|
||||||
- type: "prometheus"
|
|
||||||
listen: ":9091"
|
|
||||||
control:
|
|
||||||
sockpath: /var/run/zrepl/control
|
|
||||||
serve:
|
|
||||||
stdinserver:
|
|
||||||
sockdir: /var/run/zrepl/stdinserver
|
|
Loading…
x
Reference in New Issue
Block a user