aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-25 23:24:38 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-25 23:24:48 +0200
commita2611871e5d5bcadf245fd4e569002db0a5a2036 (patch)
tree19354b8c835fe031130452959c435fde2f42a2e6 /packer/templates
parent2df62d444775f0a0f1d8156ebfbfeecafd3e5fc2 (diff)
Trim down the hwtest slave
Change-Id: I69e0bd20128fe41cd0953bea94e07ae5c4f86243 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild-hwtest-slave.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packer/templates/basebuild-hwtest-slave.json b/packer/templates/basebuild-hwtest-slave.json
index b50c3847..b59ad73f 100644
--- a/packer/templates/basebuild-hwtest-slave.json
+++ b/packer/templates/basebuild-hwtest-slave.json
@@ -13,7 +13,7 @@
"builders": [
{
"name": "vexxhost",
- "image_name": "{{user `distro`}} - basebuild-agl-test-slave - {{isotime \"20060102-1504\"}}",
+ "image_name": "{{user `distro`}} - basebuild-hwtest-slave - {{isotime \"20060102-1504\"}}",
"source_image_name": "{{user `base_image`}}",
"type": "openstack",
"identity_endpoint": "https://auth.vexxhost.net/v3/",
@@ -52,7 +52,7 @@
"scripts": [
"provision/baseline.sh",
"provision/basebuild.sh",
- "provision/agl_dependencies.sh",
+ "provision/agl_hwtest_dependencies.sh",
"provision/system_reseal.sh"
],
"execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"