Add Be SR2 CentOS Vagrant/Docker Packer def 21/39521/2
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 27 May 2016 10:28:23 +0000 (06:28 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Mon, 6 Jun 2016 15:23:13 +0000 (15:23 +0000)
Var file to define LibVirt/VBox Vagrant base boxes, Docker image.

Change-Id: Ida114ae11f583ac784f6400b3c9ebc85cc4346c6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/vars/opendaylight-4.2.0-centos-7.2.1511.json [new file with mode: 0644]

diff --git a/packer/vars/opendaylight-4.2.0-centos-7.2.1511.json b/packer/vars/opendaylight-4.2.0-centos-7.2.1511.json
new file mode 100644 (file)
index 0000000..5925409
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "odl_version": "4.2.0",
+  "centos_version": "7.2.1511",
+  "iso_urls": "http://mirrors.rit.edu/centos/7.2.1511/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso",
+  "iso_checksum": "f90e4d28fa377669b2db16cbcb451fcb9a89d2460e3645993e30e137ac37d284",
+  "docker_repo": "opendaylight/odl",
+  "rpm_repo_file": "opendaylight-42-release.repo",
+  "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-42-release.repo'"
+}