Add Packer definitions for recent ODL releases 99/66099/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 30 Nov 2017 16:39:31 +0000 (11:39 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 30 Nov 2017 16:39:31 +0000 (11:39 -0500)
Change-Id: I7dcda75288595315c7bc3600d9e1a88b08ed0987
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/vars/opendaylight-6.2.0.json [new file with mode: 0644]
packer/vars/opendaylight-7.0.0.json [new file with mode: 0644]
packer/vars/opendaylight-7.1.0.json [new file with mode: 0644]

diff --git a/packer/vars/opendaylight-6.2.0.json b/packer/vars/opendaylight-6.2.0.json
new file mode 100644 (file)
index 0000000..1a5e372
--- /dev/null
@@ -0,0 +1,4 @@
+{
+    "odl_version": "6.2.0",
+    "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-62-release.repo'"
+}
diff --git a/packer/vars/opendaylight-7.0.0.json b/packer/vars/opendaylight-7.0.0.json
new file mode 100644 (file)
index 0000000..78aca45
--- /dev/null
@@ -0,0 +1,4 @@
+{
+    "odl_version": "7.0.0",
+    "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-70-release.repo'"
+}
diff --git a/packer/vars/opendaylight-7.1.0.json b/packer/vars/opendaylight-7.1.0.json
new file mode 100644 (file)
index 0000000..d481a2d
--- /dev/null
@@ -0,0 +1,4 @@
+{
+    "odl_version": "7.1.0",
+    "rpm_repo_url": "'https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-71-release.repo'"
+}