Skip to content

Commit e3de3da

Browse files
committed
tidy PR
1 parent 8986d3d commit e3de3da

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

environments/.stackhpc/inventory/group_vars/all/squid.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
cluster_networks = [
2-
# {
3-
# network = "stackhpc-ipv4-geneve"
4-
# subnet = "stackhpc-ipv4-geneve-subnet"
5-
# }
62
{
7-
network = "steveb-isolated"
8-
subnet = "steveb-isolated"
3+
network = "stackhpc-ipv4-geneve"
4+
subnet = "stackhpc-ipv4-geneve-subnet"
95
}
106
]
117
control_node_flavor = "general.v1.small"
128
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

environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ module "cluster" {
6464
cluster_name = var.cluster_name
6565
cluster_networks = var.cluster_networks
6666
vnic_types = var.vnic_types
67-
#key_pair = "slurm-app-ci" # TODO: make this a variable
68-
key_pair = "steveb-slurm-deploy"
67+
key_pair = "slurm-app-ci"
6968
cluster_image_id = data.openstack_images_image_v2.cluster.id
7069
control_node_flavor = var.control_node_flavor
7170

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ appliances_cockpit_state: absent # RHEL cockpit installed but not enabled in gen
88
#appliances_state_dir: # define an absolute path here to use for persistent state: NB: This is defined as /var/lib/state in inventory by the default Terraform
99
appliances_mode: configure
1010
appliances_pulp_url: https://ark.stackhpc.com
11-
appliances_remote_environment_vars: {} # Variables for remote environment - not supported on all plays
1211

1312
# Address(ip/dns) for internal communication between services. This is
1413
# normally traffic you do no want to expose to users.

0 commit comments

Comments
 (0)