diff options
author | 2021-03-01 08:07:04 +0000 | |
---|---|---|
committer | 2021-03-01 12:20:30 +0000 | |
commit | bbfbb815c5610097ccf2cdadc10424ce48d1eabd (patch) | |
tree | e7b60e53f837f15da51b478d161c4c04a5e8f84b /terraform-ci-infra/1n_nmd/vpp_device/conf | |
parent | 27e48eb464fc1762e486c4179968efaeacf1b975 (diff) |
Infra: Configurable CSIT SHIM image
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I299ed8032f9210e20c304327abca3f62cd85ee81
Diffstat (limited to 'terraform-ci-infra/1n_nmd/vpp_device/conf')
-rw-r--r-- | terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl b/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl index cf065429d1..9763088dcd 100644 --- a/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl +++ b/terraform-ci-infra/1n_nmd/vpp_device/conf/nomad/csit_shim.hcl @@ -63,7 +63,7 @@ job "${job_name}" { # are specific to each driver, so please see specific driver # documentation for more information. config { - image = "csit_shim-ubuntu1804:local" + image = "${image_x86_64}" network_mode = "host" pid_mode = "host" volumes = [ @@ -133,7 +133,7 @@ job "${job_name}" { # are specific to each driver, so please see specific driver # documentation for more information. config { - image = "csit_shim-ubuntu1804:local" + image = "${image_aarch64}" network_mode = "host" pid_mode = "host" volumes = [ |