From 12e81187fc2d811f6c856488757375ad9f99a889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=8F=E5=88=9A?= Date: Tue, 23 Apr 2024 19:27:04 +0800 Subject: [PATCH] [test](hive)add subnet for hive docker compose (#34000) Try to fix the conflict network in regression test env --- docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl | 4 ++++ docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl b/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl index 9b201a5416e44f..bf4cf0109638e3 100644 --- a/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl +++ b/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl @@ -99,3 +99,7 @@ services: networks: default: name: ${CONTAINER_UID}hive2-default + ipam: + driver: default + config: + - subnet: 168.58.0.0/24 diff --git a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl index 5ce81774c69ce2..72c0a7cfd2190a 100644 --- a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl +++ b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl @@ -100,3 +100,7 @@ services: networks: default: name: ${CONTAINER_UID}hive3-default + ipam: + driver: default + config: + - subnet: 168.59.0.0/24