Skip to content

Commit a3e1258

Browse files
authored
Merge branch 'main' into feat/pulp-builds
2 parents 7fe3ca5 + 32cc0c6 commit a3e1258

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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"

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ roles:
33
- src: stackhpc.nfs
44
version: v23.12.1 # Tolerate state nfs file handles
55
- src: https://github.com/stackhpc/ansible-role-openhpc.git
6-
version: v0.26.0 # https://github.com/stackhpc/ansible-role-openhpc/pull/168
6+
version: v0.27.0
77
name: stackhpc.openhpc
88
- src: https://github.com/stackhpc/ansible-node-exporter.git
99
version: stackhpc

0 commit comments

Comments
 (0)