File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ networks = ["909e49e8-6911-473a-bf88-0495ca63853c"] # slurmapp-ci
44ssh_keypair_name = " slurm-app-ci"
55ssh_private_key_file = " ~/.ssh/id_rsa"
66security_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"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ flavor = "general.v1.small"
22networks = [" e2b9e59f-43da-4e1c-b558-dc9da4c0d738" ] # stackhpc-ipv4-geneve
33ssh_keypair_name = " slurm-app-ci"
44ssh_private_key_file = " ~/.ssh/id_rsa"
5+ # see environments/.stackhpc/inventory/group_vars/all/bastion.yml:
56ssh_bastion_username = " slurm-app-ci"
67ssh_bastion_host = " 185.45.78.150"
7- ssh_bastion_private_key_file = " ~/.ssh/id_rsa"
8+ ssh_bastion_private_key_file = " ~/.ssh/id_rsa"
You can’t perform that action at this time.
0 commit comments