aboutsummaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
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"
+}