From: Daniel Farrell Date: Thu, 27 Oct 2016 21:59:42 +0000 (-0400) Subject: Add Packer (Docker/Vagrant) build def for ODL 4.4 X-Git-Tag: release/boron-sr1~5 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=28ecd061d0244fef749dbebb30dec03929395fd9;hp=4480844ba9f406dc34d607c37a8a03f0ca92b39d;p=integration%2Fpackaging.git Add Packer (Docker/Vagrant) build def for ODL 4.4 Change-Id: I7dde61ad3e91f024719c0856a77b158e448e8abd Signed-off-by: Daniel Farrell --- diff --git a/packer/vars/opendaylight-4.4.0.json b/packer/vars/opendaylight-4.4.0.json new file mode 100644 index 0000000..6a0cd31 --- /dev/null +++ b/packer/vars/opendaylight-4.4.0.json @@ -0,0 +1,6 @@ +{ + "odl_version": "4.4.0", + "docker_repo": "opendaylight/odl", + "rpm_repo_file": "opendaylight-44-release.repo", + "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-44-release.repo'" +}