blob: 96666e6e89015c0591cebda690c70ffa4cc5727e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
module "vpp-device" {
providers = {
nomad = nomad.yul1
}
source = "../"
# nomad
datacenters = ["yul1"]
job_name = "prod-device-csit-shim"
group_count = "1"
cpu = "1500"
memory = "4096"
image_aarch64 = "fdiotools/csit_shim-ubuntu2004:2021_03_02_143938_UTC-aarch64"
image_x86_64 = "fdiotools/csit_shim-ubuntu2004:2021_03_04_142103_UTC-x86_64"
}
|