- 08 Dec, 2022 1 commit
-
- 06 Dec, 2022 1 commit
-
-
Petr Špaček authored
On Linux, the libcap is mandatory for BIND since 9.19.7. BIND always drops capabilities and consequently files accessed by BIND must be owned by the same user as BIND process, which in our case means root inside the container.
-
- 26 Aug, 2022 1 commit
-
- 22 Aug, 2022 3 commits
-
-
Tom Krizek authored
It can be useful to test GET or POST methods on their own.
-
Tom Krizek authored
These can be useful to test behaviour and performance of resolvers for malicious clients which intentionally try to exhaust server resources.
-
- 16 Aug, 2022 2 commits
-
-
Tom Krizek authored
At ISC, we've been running a bunch of tests with this parameter set to 10k and it seems to be a very reasonable default.
-
Tom Krizek authored
-
- 05 Aug, 2022 1 commit
-
- 04 Aug, 2022 1 commit
-
-
Tom Krizek authored
The newer version works just like the one before. Additionally, this newer version is already used inside kresd containers (see roles/kresd/defaults/main.yaml).
-
- 02 Aug, 2022 1 commit
-
-
Tom Krizek authored
If the image is cached in some registry, this makes it possible to re-use the remote image instead of rebuilding it.
-
- 27 Jul, 2022 6 commits
-
-
Tom Krizek authored
The original motivation to use local docker images was to make it easy to test any shotgun version, which was especially useful during development. Nowadays its development slowed down and it is useful to be able to cache the image in registry and re-use it without the need to rebuild it on every machine.
-
Tom Krizek authored
resource monitor: collect resource usage data during test See merge request !67
-
Tom Krizek authored
-
Tom Krizek authored
Use ISC's resource-monitor repository in favor of deploying and using custom scripts directly from this role.
-
Petr Špaček authored
-
- 26 Jul, 2022 1 commit
-
-
Tom Krizek authored
The conversion into integer should happen after the division, otherwise we end up with a float. Additionally, the condition was problematic in Ansible 6.0+ and since it didn't make much sense anyway, it was removed. It doesn't seem to be possible to set facts and check their value in the same task.
-
- 22 Dec, 2021 5 commits
-
-
Tomas Krizek authored
various updates See merge request !65
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 13 Sep, 2021 3 commits
-
-
Tomas Krizek authored
ansible: support for collapsible job logs format for Gitlab See merge request !64
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 09 Sep, 2021 2 commits
-
-
Petr Špaček authored
Fixes pylint warning R1725 (super-with-arguments).
-
Petr Špaček authored
I would love not to collapse sections which cointain errors, but that's currently not possible: https://gitlab.com/gitlab-org/gitlab/-/issues/290225
-
- 22 Jul, 2021 1 commit
-
-
Tomas Krizek authored
bind: ability to cache non-tagged images See merge request !63
-
- 20 Jul, 2021 5 commits
-
-
Petr Špaček authored
If the image is not available, registry pull will be attempted, followed by build if registry does not contain the image. Pull is not done if the image is already available locally (this is properly of the Ansible module).
-
Petr Špaček authored
roles/shotgun: use v20210714 release See merge request !62
-
To be able to collect the shotgun build log, it needs to be place into work_dir rather than shotgun_workdir, since the latter is cleaned up before logs are collected.
-
-
Petr Špaček authored
tuning: allow customization of sysctl file path See merge request !61
-
- 01 Jul, 2021 1 commit
-
-
Petr Špaček authored
We have to use new variable name otherwise Ansible templating engine gets into loop.
-
- 29 Jun, 2021 1 commit
-
-
Petr Špaček authored
fixup! bind: collect internal statistics at the end See merge request !60
-
- 25 Jun, 2021 4 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
bind: remove resolver-query-timeout option from named.conf See merge request !58
-
Petr Špaček authored
This was nonsense. The value is silently limited to minimal value 10 seconds, i.e. the old config was no-op.
-
Petr Špaček authored
bind: collect internal statistics at the end See merge request !59
-