Skip to content

Commit b21071b

Browse files
committed
Accept Ssh connections from anywhere in private subnet
Since the test is running in a private network this is an acceptable setting. This change is required to avoid the override of this setting that will limit the SSH connection only from Jenkins instance IP. Signed-off-by: Nicola Sirena <nssirena@amazon.com>
1 parent 25a9153 commit b21071b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration-tests/tests/schedulers/test_slurm/test_slurm_from_login_nodes_in_private_network/pcluster.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ HeadNode:
1515
SubnetId: {{ public_subnet_id }}
1616
Ssh:
1717
KeyName: {{ key_name }}
18+
AllowedIps: 0.0.0.0/0
1819
Scheduling:
1920
Scheduler: slurm
2021
SlurmSettings:

tests/integration-tests/tests/schedulers/test_slurm/test_slurm_from_login_nodes_in_private_network/pcluster.update.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ HeadNode:
1515
SubnetId: {{ public_subnet_id }}
1616
Ssh:
1717
KeyName: {{ key_name }}
18+
AllowedIps: 0.0.0.0/0
1819
Scheduling:
1920
Scheduler: slurm
2021
SlurmSettings:

0 commit comments

Comments
 (0)