From d57ed0788ef6cac9ac67e27cfcfe169b914588b7 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 4 Dec 2023 16:13:06 +0100 Subject: [PATCH] Aligned smart executor naming --- openstack-tf/d4s-dev/smart-executor/main.tf | 10 +--------- openstack-tf/d4s-dev/smart-executor/smart-executor.tf | 1 + openstack-tf/d4s-dev/smart-executor/smart-executors.tf | 1 - .../d4s-dev/smart-executor/variables-smart-executor.tf | 1 + .../smart-executor/variables-smart-executors.tf | 1 - .../smart-executor.tf} | 0 .../variables-smart-executor.tf} | 0 7 files changed, 3 insertions(+), 11 deletions(-) create mode 120000 openstack-tf/d4s-dev/smart-executor/smart-executor.tf delete mode 120000 openstack-tf/d4s-dev/smart-executor/smart-executors.tf create mode 120000 openstack-tf/d4s-dev/smart-executor/variables-smart-executor.tf delete mode 120000 openstack-tf/d4s-dev/smart-executor/variables-smart-executors.tf rename openstack-tf/modules/{smart_executor_nodes/smart-executors.tf => smart-executor/smart-executor.tf} (100%) rename openstack-tf/modules/{smart_executor_nodes/variables-smart-executors.tf => smart-executor/variables-smart-executor.tf} (100%) diff --git a/openstack-tf/d4s-dev/smart-executor/main.tf b/openstack-tf/d4s-dev/smart-executor/main.tf index 02de0688..a1f4a32c 100644 --- a/openstack-tf/d4s-dev/smart-executor/main.tf +++ b/openstack-tf/d4s-dev/smart-executor/main.tf @@ -15,12 +15,4 @@ data "terraform_remote_state" "privnet_dns_router" { config = { path = "../project-setup/terraform.tfstate" } -} - -# module "variables" { -# source = "../variables" -# } - -# module "smart_executor_nodes" { -# source = "../../modules/smart_executor_nodes" -# } +} \ No newline at end of file diff --git a/openstack-tf/d4s-dev/smart-executor/smart-executor.tf b/openstack-tf/d4s-dev/smart-executor/smart-executor.tf new file mode 120000 index 00000000..66898366 --- /dev/null +++ b/openstack-tf/d4s-dev/smart-executor/smart-executor.tf @@ -0,0 +1 @@ +../../modules/smart-executor/smart-executor.tf \ No newline at end of file diff --git a/openstack-tf/d4s-dev/smart-executor/smart-executors.tf b/openstack-tf/d4s-dev/smart-executor/smart-executors.tf deleted file mode 120000 index dc78aa05..00000000 --- a/openstack-tf/d4s-dev/smart-executor/smart-executors.tf +++ /dev/null @@ -1 +0,0 @@ -../../modules/smart_executor_nodes/smart-executors.tf \ No newline at end of file diff --git a/openstack-tf/d4s-dev/smart-executor/variables-smart-executor.tf b/openstack-tf/d4s-dev/smart-executor/variables-smart-executor.tf new file mode 120000 index 00000000..ebfa2b22 --- /dev/null +++ b/openstack-tf/d4s-dev/smart-executor/variables-smart-executor.tf @@ -0,0 +1 @@ +../../modules/smart-executor/variables-smart-executor.tf \ No newline at end of file diff --git a/openstack-tf/d4s-dev/smart-executor/variables-smart-executors.tf b/openstack-tf/d4s-dev/smart-executor/variables-smart-executors.tf deleted file mode 120000 index 56bd7b85..00000000 --- a/openstack-tf/d4s-dev/smart-executor/variables-smart-executors.tf +++ /dev/null @@ -1 +0,0 @@ -../../modules/smart_executor_nodes/variables-smart-executors.tf \ No newline at end of file diff --git a/openstack-tf/modules/smart_executor_nodes/smart-executors.tf b/openstack-tf/modules/smart-executor/smart-executor.tf similarity index 100% rename from openstack-tf/modules/smart_executor_nodes/smart-executors.tf rename to openstack-tf/modules/smart-executor/smart-executor.tf diff --git a/openstack-tf/modules/smart_executor_nodes/variables-smart-executors.tf b/openstack-tf/modules/smart-executor/variables-smart-executor.tf similarity index 100% rename from openstack-tf/modules/smart_executor_nodes/variables-smart-executors.tf rename to openstack-tf/modules/smart-executor/variables-smart-executor.tf