Skip to content

Commit 11580b3

Browse files
authored
Remove use of FIPs for leafcloud packer builds (#498)
1 parent 64ddf19 commit 11580b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

environments/.stackhpc/LEAFCLOUD.pkrvars.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ networks = ["909e49e8-6911-473a-bf88-0495ca63853c"] # slurmapp-ci
44
ssh_keypair_name = "slurm-app-ci"
55
ssh_private_key_file = "~/.ssh/id_rsa"
66
security_groups = ["default", "SSH"]
7-
floating_ip_network = "external"
7+
# see environments/.stackhpc/inventory/group_vars/all/bastion.yml:
8+
ssh_bastion_username = "slurm-app-ci"
9+
ssh_bastion_host = "195.114.30.222"
10+
ssh_bastion_private_key_file = "~/.ssh/id_rsa"

environments/.stackhpc/SMS.pkrvars.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ flavor = "general.v1.small"
22
networks = ["e2b9e59f-43da-4e1c-b558-dc9da4c0d738"] # stackhpc-ipv4-geneve
33
ssh_keypair_name = "slurm-app-ci"
44
ssh_private_key_file = "~/.ssh/id_rsa"
5+
# see environments/.stackhpc/inventory/group_vars/all/bastion.yml:
56
ssh_bastion_username = "slurm-app-ci"
67
ssh_bastion_host = "185.45.78.150"
7-
ssh_bastion_private_key_file = "~/.ssh/id_rsa"
8+
ssh_bastion_private_key_file = "~/.ssh/id_rsa"

0 commit comments

Comments
 (0)