Add ODL 5.1 and 5.2 Packer builds 85/50385/5
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 13 Jan 2017 02:16:56 +0000 (21:16 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 19 Jan 2017 17:39:46 +0000 (17:39 +0000)
Change-Id: I8bbb67225349f0d46a8b053f19700362c63d805f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/vars/opendaylight-5.1.0.json [new file with mode: 0644]
packer/vars/opendaylight-5.2.0.json [new file with mode: 0644]

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