Initial ci-management upload
* Configure initial jobs and validate Jenkins environment
* Do not hook up packer build jobs at this time
Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/packer/vars/centos.json b/packer/vars/centos.json
new file mode 100644
index 0000000..7516bcc
--- /dev/null
+++ b/packer/vars/centos.json
@@ -0,0 +1,7 @@
+{
+ "base_image": "CentOS 7.1611 (2017-01-30) - LF upload",
+ "cloud_user": "centos",
+
+ "distro": "CentOS 7",
+ "cloud_user_data": "provision/rh-user_data.sh"
+}