Add Packer (Docker/Vagrant) build def for ODL 4.3 01/47701/2
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 27 Oct 2016 21:51:47 +0000 (17:51 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 27 Oct 2016 22:31:38 +0000 (22:31 +0000)
Change-Id: Ia0e82d386e265e92443e5ede9b583f83ff8a90ff
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/vars/opendaylight-4.3.0.json [new file with mode: 0644]

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