X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=terraform-ci-infra%2F1n_nmd%2Fmain.tf;h=e3b64f51eda85064ed4f7be8b2fc44e5796fd461;hb=221e2f4da7cb27954525d973d930cb8db4601c8f;hp=b21b76b2ab28ef9aa53c3860a6db506c50449e38;hpb=0017c9d8372ef306ac73aae22bb0d17631c944d2;p=csit.git diff --git a/terraform-ci-infra/1n_nmd/main.tf b/terraform-ci-infra/1n_nmd/main.tf index b21b76b2ab..e3b64f51ed 100644 --- a/terraform-ci-infra/1n_nmd/main.tf +++ b/terraform-ci-infra/1n_nmd/main.tf @@ -28,9 +28,9 @@ module "alertmanager" { alertmanager_cpu = 1000 alertmanager_mem = 1024 alertmanager_port = 9093 - alertmanager_slack_jenkins_api_key = "TE07RD1V1/B01LPL8KM0F/JZQh0gF5U5SoNYnedBknzdHz" + alertmanager_slack_jenkins_api_key = "TE07RD1V1/B01LPL8KM0F/KAd80wc9vS8CPMtrNtmQqCfT" alertmanager_slack_jenkins_channel = "fdio-jobs-monitoring" - alertmanager_slack_default_api_key = "TE07RD1V1/B01L7PQK9S8/pbADGhhhj60JSxHRi3K0NoW6" + alertmanager_slack_default_api_key = "TE07RD1V1/B01L7PQK9S8/vJTSCr3OUprfAEGKBV5uZoJ6" alertmanager_slack_default_channel = "fdio-infra-monitoring" } @@ -110,9 +110,11 @@ module "nginx" { # nomad nomad_datacenters = [ "yul1" ] + nomad_host_volume = "prod-volume-data1-1" # nginx nginx_job_name = "prod-nginx" + nginx_use_host_volume = true } module "prometheus" { @@ -156,6 +158,8 @@ module "vpp_device" { # csit_shim csit_shim_job_name = "prod-device-csit-shim" csit_shim_group_count = "1" - csit_shim_cpu = "1000" - csit_shim_mem = "5000" + csit_shim_cpu = "1500" + csit_shim_mem = "4096" + csit_shim_image_aarch64 = "csit_shim-ubuntu1804:local" + csit_shim_image_x86_64 = "csit_shim-ubuntu1804:local" } \ No newline at end of file