Skip to content

Commit 178f853

Browse files
committed
removed inventory_secrets from ci
1 parent e4ff694 commit 178f853

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ module "cluster" {
6666
key_pair = "slurm-app-ci"
6767
cluster_image_id = data.openstack_images_image_v2.cluster.id
6868
control_node_flavor = var.control_node_flavor
69-
# have to override default, as unusually the actual module path and secrets
70-
# are not in the same environment for stackhpc
71-
inventory_secrets_path = "${path.module}/../inventory/group_vars/all/secrets.yml"
7269

7370
login = {
7471
login: {

0 commit comments

Comments
 (0)