File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
environments/.stackhpc/tofu Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
cluster_networks = [
2
+ # {
3
+ # network = "stackhpc-ipv4-geneve"
4
+ # subnet = "stackhpc-ipv4-geneve-subnet"
5
+ # }
2
6
{
3
- network = " stackhpc-ipv4-geneve "
4
- subnet = " stackhpc-ipv4-geneve-subnet "
7
+ network = " steveb-isolated "
8
+ subnet = " steveb-isolated "
5
9
}
6
10
]
7
11
control_node_flavor = " general.v1.small"
8
- other_node_flavor = " general.v1.small"
12
+ other_node_flavor = " general.v1.small"
13
+
14
+
15
+ # stackhpc-ipv4-geneve-subnet: 172.16.0.0 - 172.16.1.255
16
+ # stackhpc-ipv4-vlan-subnet 192.168.48.0 - 192.168.48.255
17
+ # steveb-isolated 192.168.99.0 - 192.168.99.255
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ module "cluster" {
64
64
cluster_name = var. cluster_name
65
65
cluster_networks = var. cluster_networks
66
66
vnic_types = var. vnic_types
67
- key_pair = " slurm-app-ci"
67
+ # key_pair = "slurm-app-ci" # TODO: make this a variable
68
+ key_pair = " steveb-slurm-deploy"
68
69
cluster_image_id = data. openstack_images_image_v2 . cluster . id
69
70
control_node_flavor = var. control_node_flavor
70
71
@@ -99,11 +100,4 @@ module "cluster" {
99
100
state_volume_type = var. state_volume_type
100
101
home_volume_type = var. home_volume_type
101
102
102
- login_security_groups = [
103
- " isolated" , # allow all in-cluster services
104
- " isolated-ssh-https" , # access via ssh and ondemand
105
- ]
106
- nonlogin_security_groups = [
107
- " isolated"
108
- ]
109
103
}
You can’t perform that action at this time.
0 commit comments