Add Packer (Docker/Vagrant) build def for ODL 5.0 05/47705/2
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 27 Oct 2016 22:00:08 +0000 (18:00 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 27 Oct 2016 22:32:48 +0000 (22:32 +0000)
Change-Id: Ic6d9b8f715eb224a104936c65650bcb7aba7e66f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/vars/opendaylight-5.0.0.json [new file with mode: 0644]

diff --git a/packer/vars/opendaylight-5.0.0.json b/packer/vars/opendaylight-5.0.0.json
new file mode 100644 (file)
index 0000000..70b542f
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "odl_version": "5.0.0",
+  "docker_repo": "opendaylight/odl",
+  "rpm_repo_file": "opendaylight-50-release.repo",
+  "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-50-release.repo'"
+}