Skip to content

Commit ad428ad

Browse files
committed
Merge remote-tracking branch 'origin/main' into isolate
2 parents f3090bf + ebe2ddb commit ad428ad

29 files changed

+5451
-2205
lines changed

.github/workflows/e2e-docker-server-111.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
--distr-npcs $NPCS \
122122
--distr-bs $BS \
123123
--distr-chunk-bs $CHUNK_BS --ha-type ha \
124-
--partitions 0 --data-nic ens16
124+
--partitions 0 --data-nic eth1
125125
126126
echo "::set-output name=bastion_public_ip::$BASTION_IP"
127127
echo "::set-output name=key_name::$KEY_NAME"
@@ -135,6 +135,7 @@ jobs:
135135
NPCS: ${{ env.NPCS }}
136136
BS: ${{ env.BS }}
137137
CHUNK_BS: ${{ env.CHUNK_BS }}
138+
NODE_MGMT_IFNAME: "eth0"
138139
KEY_NAME: "simplyblock-us-east-2.pem"
139140
SECRET_VALUE: ${{ secrets.simplyblock_us_east_2_pem }}
140141
BASTION_IP: "192.168.10.141"

0 commit comments

Comments
 (0)