From 3eca4c81aef847c69dcf032cf4bf6f3e466a766f Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 31 May 2021 15:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tsg-diagnose=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E7=9A=84=E7=BD=91=E5=8D=A1=EF=BC=8C=E8=AE=A9=E5=85=B6?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=92=8C=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=BB=91=E5=AE=9A=E7=9A=84?= =?UTF-8?q?=E7=BD=91=E5=8D=A1=E8=BF=9B=E8=A1=8C=E4=BA=A4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roles/tsg-diagnose/templates/docker-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsg-9140-scripts/roles/tsg-diagnose/templates/docker-compose.yml.j2 b/tsg-9140-scripts/roles/tsg-diagnose/templates/docker-compose.yml.j2 index 6609e713..eadf89ed 100644 --- a/tsg-9140-scripts/roles/tsg-diagnose/templates/docker-compose.yml.j2 +++ b/tsg-9140-scripts/roles/tsg-diagnose/templates/docker-compose.yml.j2 @@ -99,7 +99,7 @@ networks: driver: macvlan enable_ipv6: true driver_opts: - parent: enp1s2f1 + parent: enp1s2f2 ipam: config: - subnet: 192.0.2.0/24 @@ -114,7 +114,7 @@ networks: driver: macvlan enable_ipv6: true driver_opts: - parent: enp1s2f2 + parent: enp1s2f1 ipam: config: - subnet: 192.0.2.0/24