File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ fatimage_source_image_name = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qc
88ssh_keypair_name = " slurm-app-ci"
99ssh_private_key_file = " ~/.ssh/id_rsa"
1010security_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
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ variable "image_visibility" {
9292
9393variable "ssh_bastion_host" {
9494 type = string
95- default = " "
95+ default = null
9696}
9797
9898variable "ssh_bastion_username" {
9999 type = string
100- default = " "
100+ default = null
101101}
102102
103103variable "ssh_bastion_private_key_file" {
You can’t perform that action at this time.
0 commit comments