blob: a6217d781fe44e2836c0ac6cb5be5ad73c810813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module "vpp-device" {
providers = {
nomad = nomad.yul1
}
source = "../"
# nomad
datacenters = ["yul1"]
job_name = "device-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"
}
|