X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=terraform-ci-infra%2F1n_nmd%2Fvpp_device%2Fvariables.tf;fp=terraform-ci-infra%2F1n_nmd%2Fvpp_device%2Fvariables.tf;h=0000000000000000000000000000000000000000;hb=c318223fcd266c0ee2982e803c44e193c2023054;hp=893968bfc0e23b2dccbaa15a8d1ae37a1b8fce3a;hpb=221e2f4da7cb27954525d973d930cb8db4601c8f;p=csit.git diff --git a/terraform-ci-infra/1n_nmd/vpp_device/variables.tf b/terraform-ci-infra/1n_nmd/vpp_device/variables.tf deleted file mode 100644 index 893968bfc0..0000000000 --- a/terraform-ci-infra/1n_nmd/vpp_device/variables.tf +++ /dev/null @@ -1,43 +0,0 @@ -# Nomad -variable "nomad_datacenters" { - description = "Nomad data centers" - type = list(string) - default = [ "dc1" ] -} - -# CSIT SHIM -variable "csit_shim_job_name" { - description = "CSIT SHIM job name" - type = string - default = "prod-csit-shim" -} - -variable "csit_shim_group_count" { - description = "Number of CSIT SHIM group instances" - type = number - default = 1 -} - -variable "csit_shim_cpu" { - description = "CSIT SHIM task CPU" - type = number - default = 2000 -} - -variable "csit_shim_mem" { - description = "CSIT SHIM task memory" - type = number - default = 10000 -} - -variable "csit_shim_image_aarch64" { - description = "CSIT SHIM AARCH64 docker image" - type = string - default = "fdiotools/csit_shim-ubuntu2004:prod-aarch64" -} - -variable "csit_shim_image_x86_64" { - description = "CSIT SHIM X86_64 docker image" - type = string - default = "fdiotools/csit_shim-ubuntu2004:prod-x86_64" -} \ No newline at end of file