From a161ca2254fdfb49cd19f90152c17189ec552b1c Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 27 May 2016 06:28:23 -0400 Subject: [PATCH] Add Be SR2 CentOS Vagrant/Docker Packer def Var file to define LibVirt/VBox Vagrant base boxes, Docker image. Change-Id: Ida114ae11f583ac784f6400b3c9ebc85cc4346c6 Signed-off-by: Daniel Farrell --- packer/vars/opendaylight-4.2.0-centos-7.2.1511.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packer/vars/opendaylight-4.2.0-centos-7.2.1511.json 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 index 0000000..5925409 --- /dev/null +++ b/packer/vars/opendaylight-4.2.0-centos-7.2.1511.json @@ -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'" +} -- 2.36.6