aboutsummaryrefslogtreecommitdiffstats
path: root/terraform-ci-infra
diff options
context:
space:
mode:
authorTomas Alexy <tomas.alexy@pantheon.tech>2021-02-22 09:43:54 +0100
committerPeter Mikus <pmikus@cisco.com>2021-02-24 10:21:47 +0000
commit9b87bc2230963448436d6f260808eb0e09dfdf09 (patch)
tree84f6e8c5de796cb8e9f32ef6c0598991447ecd92 /terraform-ci-infra
parent0561d043063bec469833a85b09c0875c14cf4d4a (diff)
Infra: Azure - file cleanup
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: I8b97123711a76bf8851f6c4997e819d79364b83b
Diffstat (limited to 'terraform-ci-infra')
-rw-r--r--terraform-ci-infra/3n_azure_fsv2/main.tf12
1 files changed, 6 insertions, 6 deletions
diff --git a/terraform-ci-infra/3n_azure_fsv2/main.tf b/terraform-ci-infra/3n_azure_fsv2/main.tf
index 9f6739e676..87d02aa923 100644
--- a/terraform-ci-infra/3n_azure_fsv2/main.tf
+++ b/terraform-ci-infra/3n_azure_fsv2/main.tf
@@ -487,10 +487,10 @@ resource "null_resource" "deploy_tg" {
provisioner "ansible" {
plays {
playbook {
- file_path = "../../testbed-setup/ansible/site_azure.yaml"
+ file_path = "../../testbed-setup/ansible/site.yaml"
force_handlers = true
}
- hosts = ["tg"]
+ hosts = ["tg_azure"]
extra_vars = {
ansible_python_interpreter = "/usr/bin/python3"
azure = true
@@ -511,10 +511,10 @@ resource "null_resource" "deploy_dut1" {
provisioner "ansible" {
plays {
playbook {
- file_path = "../../testbed-setup/ansible/site_azure.yaml"
+ file_path = "../../testbed-setup/ansible/site.yaml"
force_handlers = true
}
- hosts = ["sut"]
+ hosts = ["sut_azure"]
extra_vars = {
ansible_python_interpreter = "/usr/bin/python3"
azure = true
@@ -535,10 +535,10 @@ resource "null_resource" "deploy_dut2" {
provisioner "ansible" {
plays {
playbook {
- file_path = "../../testbed-setup/ansible/site_azure.yaml"
+ file_path = "../../testbed-setup/ansible/site.yaml"
force_handlers = true
}
- hosts = ["sut"]
+ hosts = ["sut_azure"]
extra_vars = {
ansible_python_interpreter = "/usr/bin/python3"
azure = true