Skip to content

Commit 4dc2421

Browse files
committed
updated CI environment
1 parent a493048 commit 4dc2421

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

environments/.stackhpc/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ callbacks_enabled = ansible.posix.profile_tasks
66
gathering = smart
77
forks = 30
88
host_key_checking = False
9-
inventory = ../common/inventory,inventory
9+
inventory = ../common/inventory,../site/inventory,inventory
1010
collections_path = ../../ansible/collections
1111
roles_path = ../../ansible/roles
1212
filter_plugins = ../../ansible/filter_plugins

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

environments/.stackhpc/inventory/groups

Lines changed: 0 additions & 1 deletion
This file was deleted.

environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ data "openstack_images_image_v2" "cluster" {
5959
}
6060

6161
module "cluster" {
62-
source = "../../skeleton/{{cookiecutter.environment}}/tofu/"
62+
source = "../../site/tofu/"
6363

6464
cluster_name = var.cluster_name
6565
cluster_networks = var.cluster_networks

0 commit comments

Comments
 (0)