Skip to content

Commit 9e04788

Browse files
committed
Update 1023 system port
1 parent ac1023c commit 9e04788

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed

install-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fi
250250

251251
FILENAME="./libvirt/tunnel/profile_$(hostname).yaml"
252252
CLUSTER_ID=$(yq eval '.profile.cluster_id' ${FILENAME})
253-
declare -a BASTION_SSH_PORTS=( 1023 1033 1043 1053 1063 1073 )
253+
declare -a BASTION_SSH_PORTS=( 1033 1043 1053 1063 1073 1083 )
254254
for I in ${BASTION_SSH_PORTS[*]}
255255
do
256256
sudo firewall-cmd --permanent --zone=libvirt --add-port=$(( ${I} + ${CLUSTER_ID} ))/tcp || true

libvirt/tunnel/generate-ports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HTTP_PORT=80
1010
HTTPS_PORT=443
1111

1212
#set -x
13-
declare -a BASTION_SSH_PORTS=( 1023 1033 1043 1053 1063 1073 )
13+
declare -a BASTION_SSH_PORTS=( 1033 1043 1053 1063 1073 1083)
1414

1515
for FILENAME in profile_*.yaml
1616
do

libvirt/tunnel/profile_C155F2U31.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ https:
1616
bastion-port: 8444
1717
target-port: 443
1818
bastion0ssh:
19-
bastion-port: 1024
19+
bastion-port: 1034
2020
target-port: 22
2121
bastion1ssh:
22-
bastion-port: 1034
22+
bastion-port: 1044
2323
target-port: 22
2424
bastion2ssh:
25-
bastion-port: 1044
25+
bastion-port: 1054
2626
target-port: 22
2727
bastion3ssh:
28-
bastion-port: 1054
28+
bastion-port: 1064
2929
target-port: 22
3030
bastion4ssh:
31-
bastion-port: 1064
31+
bastion-port: 1074
3232
target-port: 22

libvirt/tunnel/profile_C155F2U33.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ https:
1616
bastion-port: 8443
1717
target-port: 443
1818
bastion0ssh:
19-
bastion-port: 1023
19+
bastion-port: 1033
2020
target-port: 22
2121
bastion1ssh:
22-
bastion-port: 1033
22+
bastion-port: 1043
2323
target-port: 22
2424
bastion2ssh:
25-
bastion-port: 1043
25+
bastion-port: 1053
2626
target-port: 22
2727
bastion3ssh:
28-
bastion-port: 1053
28+
bastion-port: 1063
2929
target-port: 22
3030
bastion4ssh:
31-
bastion-port: 1063
31+
bastion-port: 1073
3232
target-port: 22

libvirt/tunnel/profile_C155F2U35.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ https:
1616
bastion-port: 8445
1717
target-port: 443
1818
bastion0ssh:
19-
bastion-port: 1025
19+
bastion-port: 1035
2020
target-port: 22
2121
bastion1ssh:
22-
bastion-port: 1035
22+
bastion-port: 1045
2323
target-port: 22
2424
bastion2ssh:
25-
bastion-port: 1045
25+
bastion-port: 1055
2626
target-port: 22
2727
bastion3ssh:
28-
bastion-port: 1055
28+
bastion-port: 1065
2929
target-port: 22
3030
bastion4ssh:
31-
bastion-port: 1065
31+
bastion-port: 1075
3232
target-port: 22

libvirt/tunnel/profile_lnxocp01.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ https:
1616
bastion-port: 8443
1717
target-port: 443
1818
bastion0ssh:
19-
bastion-port: 1023
19+
bastion-port: 1033
2020
target-port: 22
2121
bastion1ssh:
22-
bastion-port: 1033
22+
bastion-port: 1043
2323
target-port: 22
2424
bastion2ssh:
25-
bastion-port: 1043
25+
bastion-port: 1053
2626
target-port: 22
2727
bastion3ssh:
28-
bastion-port: 1053
28+
bastion-port: 1063
2929
target-port: 22
3030
bastion4ssh:
31-
bastion-port: 1063
31+
bastion-port: 1073
3232
target-port: 22
3333
bastion5ssh:
34-
bastion-port: 1073
34+
bastion-port: 1083
3535
target-port: 22

libvirt/tunnel/profile_lnxocp02.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ https:
1616
bastion-port: 8444
1717
target-port: 443
1818
bastion0ssh:
19-
bastion-port: 1024
19+
bastion-port: 1034
2020
target-port: 22
2121
bastion1ssh:
22-
bastion-port: 1034
22+
bastion-port: 1044
2323
target-port: 22
2424
bastion2ssh:
25-
bastion-port: 1044
25+
bastion-port: 1054
2626
target-port: 22
2727
bastion3ssh:
28-
bastion-port: 1054
28+
bastion-port: 1064
2929
target-port: 22
3030
bastion4ssh:
31-
bastion-port: 1064
31+
bastion-port: 1074
3232
target-port: 22
3333
bastion5ssh:
34-
bastion-port: 1074
34+
bastion-port: 1084
3535
target-port: 22

0 commit comments

Comments
 (0)