aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-06-02 11:52:16 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-06-02 11:57:06 +0000
commitfce274ba49bd75a56296905bf437e6c74759b872 (patch)
tree0a77696128b1645d141114d3024b242b9a4ee791 /fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
parentc907a9276ac532f5465de36599a2cb2440e38c21 (diff)
fix(dpdk): CX7 supportoper-rls2306-230605
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ib98b25bd3c98b5e6dbcb1bfe8478bd41bf37d71c (cherry picked from commit 0952440b3136fc75aa2f2d98df3d198ff978661b)
Diffstat (limited to 'fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2')
-rw-r--r--fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2 b/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
index d24ea0236e..79f0f71e58 100644
--- a/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
+++ b/fdio.infra.ansible/roles/docker_images/templates/docker-compose-sut.yaml.j2
@@ -4,6 +4,8 @@ services:
build:
context: "base/"
dockerfile: "Dockerfile"
+ cap_add:
+ - NET_RAW
command: ["/usr/sbin/sshd","-D", "-p", "6001"]
expose:
- "6001"
@@ -47,6 +49,8 @@ services:
build:
context: "base/"
dockerfile: "Dockerfile"
+ cap_add:
+ - NET_RAW
command: ["/usr/sbin/sshd","-D", "-p", "6002"]
expose:
- "6002"