aboutsummaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-03 17:03:21 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-03 20:18:27 +0200
commit53795ff651a4fcb847ac2d63648e2299c884560b (patch)
treec0def0b8192c44feb51da88f865cb767a8e63952 /packer/vars
parent9cb7c23d969e90b9b0f11cfcd744dfb6dc548feb (diff)
Add /opt/AGL/lava-agl, its dependencies and json file
Change-Id: I65e5c48f91d0c4df084cfa3e66d43ae48e52bb9d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/vars')
-rw-r--r--packer/vars/.gitignore1
-rw-r--r--packer/vars/lava-env.json.example5
2 files changed, 6 insertions, 0 deletions
diff --git a/packer/vars/.gitignore b/packer/vars/.gitignore
index af920284..da3d7e08 100644
--- a/packer/vars/.gitignore
+++ b/packer/vars/.gitignore
@@ -1,2 +1,3 @@
# exclude private cloud-env settings
cloud-env.json
+lava-env.json
diff --git a/packer/vars/lava-env.json.example b/packer/vars/lava-env.json.example
new file mode 100644
index 00000000..abe935c2
--- /dev/null
+++ b/packer/vars/lava-env.json.example
@@ -0,0 +1,5 @@
+{
+ "lavahost": "porter.automotivelinux.org",
+ "lavauser": "replace_with_lava_user",
+ "lavatoken": "replace_with_lava_token"
+}