Skip to content

Commit

Permalink
feat(host-group): set default network backend to slirp4netns (#208)
Browse files Browse the repository at this point in the history
This is required because the default network backend passt/pasta (0^20240806.gee36266) does not work very well for proxy and forwarded requests timeout. Needs to be re-evaluated when newer versions of passt are available.
  • Loading branch information
smirta authored Jan 9, 2025
1 parent d16373c commit f07f945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@
value:
containers:
log_size_max: 1073741824 # 1Gib in bytes
network:
default_rootless_network_cmd: slirp4netns
- name: radiorabe_git_local_clone
parameter_type: boolean
value: true
Expand Down Expand Up @@ -438,6 +440,8 @@
value:
containers:
log_size_max: 1073741824 # 1Gib in bytes
network:
default_rootless_network_cmd: slirp4netns
- name: radiorabe_git_local_clone
parameter_type: boolean
value: true
Expand Down

0 comments on commit f07f945

Please sign in to comment.