Skip to content

Commit f61f98e

Browse files
committed
use FIP for build on Arcus to avoid docker ratelimits on portal-internal outbound IP
1 parent d383156 commit f61f98e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

environments/.stackhpc/ARCUS.pkrvars.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ fatimage_source_image_name = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qc
88
ssh_keypair_name = "slurm-app-ci"
99
ssh_private_key_file = "~/.ssh/id_rsa"
1010
security_groups = ["default", "SSH"]
11-
ssh_bastion_host = "128.232.222.183"
12-
ssh_bastion_username = "slurm-app-ci"
11+
// ssh_bastion_host = "128.232.222.183"
12+
// ssh_bastion_username = "slurm-app-ci"
13+
floating_ip_network = "CUDN-Internet" # Use FIP to avoid docker ratelimits on portal-internal outbound IP

packer/openstack.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ variable "image_visibility" {
9292

9393
variable "ssh_bastion_host" {
9494
type = string
95-
default = ""
95+
default = null
9696
}
9797

9898
variable "ssh_bastion_username" {
9999
type = string
100-
default = ""
100+
default = null
101101
}
102102

103103
variable "ssh_bastion_private_key_file" {

0 commit comments

Comments
 (0)