aboutsummaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-16 18:26:19 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-17 13:27:14 +0200
commit46ae6ad6151e3a05d80a0d7cfd9e44841fb4bcfd (patch)
tree1b2c52cd19639f490c2b56cde493e0a959885fc0 /packer/vars
parent245ec5ec552c8c97e867c03aa9645834886cbf2b (diff)
Initial version of the ci-management repo
Based on the open-o template. Modified for AGL. v2 fixed host key and only pushing ci-management jobs. - fix macro vs. definition in file Change-Id: I2de02a572a5d8ca1bf6b7a56bfd2e30bfe18fa9a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/vars')
-rw-r--r--packer/vars/.gitignore2
-rw-r--r--packer/vars/cloud-env.json.example6
-rw-r--r--packer/vars/ubuntu-16.04.json7
3 files changed, 15 insertions, 0 deletions
diff --git a/packer/vars/.gitignore b/packer/vars/.gitignore
new file mode 100644
index 00000000..af920284
--- /dev/null
+++ b/packer/vars/.gitignore
@@ -0,0 +1,2 @@
+# exclude private cloud-env settings
+cloud-env.json
diff --git a/packer/vars/cloud-env.json.example b/packer/vars/cloud-env.json.example
new file mode 100644
index 00000000..3a2ea9d2
--- /dev/null
+++ b/packer/vars/cloud-env.json.example
@@ -0,0 +1,6 @@
+{
+ "stack_tenant": "TENANTID",
+ "stack_user": "USERID",
+ "stack_pass": "PASSWD",
+ "stack_network": "NETID",
+}
diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json
new file mode 100644
index 00000000..c650d073
--- /dev/null
+++ b/packer/vars/ubuntu-16.04.json
@@ -0,0 +1,7 @@
+{
+ "base_image": "Ubuntu 16.04 LTS (2016-07-22) - LF upload",
+ "cloud_user": "ubuntu",
+
+ "distro": "Ubuntu 16.04",
+ "cloud_user_data": "provision/null_data.sh"
+}