Skip to content

Commit

Permalink
Merge pull request #59 from avinetworks/AV-130851
Browse files Browse the repository at this point in the history
AV-130851 #comment fix to increase pids-limit for docker/podman conta…
  • Loading branch information
sabandi authored Dec 16, 2021
2 parents 147f1d9 + e0abe63 commit fa2c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ con_ports_list_all: "{{ con_ports_list_extras + con_ports_list_default }}"
con_ports_list_string: "{% for port in con_ports_list_all|reject('match', '^$') %} -p {{ port }}{% endfor %}"

# !!!! BEWARE: This is to completely override everything passed into the service template for the docker run. DON'T EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!!!
AVI_RUN_PARAMS: "--name=avicontroller{{ con_ports_list_string }} -d --privileged{{ con_env_variables_string }}{{ con_mounts_string }} {{ con_image }}"
AVI_RUN_PARAMS: "--name=avicontroller{{ con_ports_list_string }} --pids-limit -1 -d --privileged{{ con_env_variables_string }}{{ con_mounts_string }} {{ con_image }}"
AVI_EXECUTABLE: "/usr/sbin/avicontroller"

0 comments on commit fa2c234

Please sign in to comment.