Update Fluorine SR2 rpm links 87/80387/3
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 28 Mar 2019 23:26:00 +0000 (09:26 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 28 Mar 2019 23:26:00 +0000 (09:26 +1000)
Also update the rpm_repo_url to the release repo to
fix the version mismatch.

Change-Id: I3f2c3d3a79e30a0f828a2a71065027955b25d3b8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tests/test-odl-upgrade.yaml
vars/main.yml

index 9c26919b9f38fd37f0ef7daef71b5bf889065b57..68046cc20aacf126431d26e31d81183878d170fe 100644 (file)
@@ -5,7 +5,7 @@
   become: True
   roles:
     - role: opendaylight
-      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-8-devel.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-8-release.repo"
 
   post_tasks:
     - name: get ODL version info
@@ -22,7 +22,7 @@
   become: True
   roles:
     - role: opendaylight
-      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-9-devel.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-9-release.repo"
 
   post_tasks:
     - name: get ODL version info
index 222e191a9ee2062952fc76e6fd4bffbc36d72205..95542a85f6de9344c3425c35d32b5b6d67d2a579 100755 (executable)
@@ -84,7 +84,7 @@ deb_repo_url: "deb http://ppa.launchpad.net/odl-team/fluorine/ubuntu {{ ansible_
 # NB: Local paths must be relative the host being configured (think `/vagrant`)
 # NB: This will only take effect when `odl_install_method` is "rpm_path"
 # Default to the release RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-91-release/x86_64/os/Packages/opendaylight-9.1.0-2.el7.noarch.rpm"
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-92-release/x86_64/os/Packages/opendaylight-9.2.0-1.el7.noarch.rpm"
 # Default to the Nitrogen RPM hosted on the openSUSE OBS
 suse_rpm_path: "https://download.opensuse.org/repositories/Virtualization:/NFV/openSUSE_Leap_42.3/noarch/opendaylight-7.2.0-1.1.noarch.rpm"