Fix default rpm_path var, Fluorine SR1 12/78812/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 14 Dec 2018 21:21:09 +0000 (16:21 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 14 Dec 2018 21:21:09 +0000 (16:21 -0500)
The RPM in 9-release has changed from Fluorine initial release to SR1,
so old link was wrong. Update to SR1, but also use 91 repo so link will
not break when Fluorine SR3 goes to 9-release repo.

Change-Id: I74411302623760efe311cbe30948e2202fdd2a89
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
vars/main.yml

index 5ce8f41c2de4312f8b471f7771a2f71d8eee70de..222e191a9ee2062952fc76e6fd4bffbc36d72205 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-9-release/x86_64/os/Packages/opendaylight-9.0.0-2.el7.noarch.rpm"
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-91-release/x86_64/os/Packages/opendaylight-9.1.0-2.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"