Update rpm_path variables to point to Nitrogen SR2 05/69005/2
authorManuel Buil <mbuil@suse.com>
Fri, 2 Mar 2018 14:44:54 +0000 (15:44 +0100)
committerManuel Buil <mbuil@suse.com>
Fri, 2 Mar 2018 14:49:39 +0000 (15:49 +0100)
Change-Id: I821d3d4b846d5251d02a0f694add42ca5f98293b
Signed-off-by: Manuel Buil <mbuil@suse.com>
vars/main.yml

index 8d219bb4cca50a5d59323c2d22230a431b3c5fe5..6f1916f08a846974c72a62554df5ca141f23fd7d 100755 (executable)
@@ -75,9 +75,9 @@ deb_repo_url: "ppa:odl-team/nitrogen"
 # NB: Local paths must be relative the host being configured (think `/vagrant`)
 # NB: This will only take effect when `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-71-release/x86_64/os/Packages/opendaylight-7.1.0-1.el7.noarch.rpm"
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-72-release/x86_64/os/Packages/opendaylight-7.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.1.0-1.1.noarch.rpm"
+suse_rpm_path: "https://download.opensuse.org/repositories/Virtualization:/NFV/openSUSE_Leap_42.3/noarch/opendaylight-7.2.0-1.1.noarch.rpm"
 
 # This will be passed as the `deb` param to the Ansible `apt` module.
 # `deb` param docs: "Path to a .deb package on the remote machine. If :// in the path,