Fix RPM URL var default value 57/57557/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 27 Feb 2017 17:41:25 +0000 (12:41 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
Change-Id: I3164b2148c5d973e4433d47ca9447fbd62469093
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
vars/main.yml

index 59c9fcdaa833d246d0a79300a2e1e16db3df7327..13b9ef1787bfd5e2ca71b2005a7b0068c1294550 100755 (executable)
@@ -58,12 +58,12 @@ deb_key: "http://download.opensuse.org/repositories/home:akshitajha/{{ os }}/Rel
 #   See: http://docs.ansible.com/ansible/yum_module.html
 # 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 Boron RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-5-release/x86_64/os/Packages/opendaylight-4.2.0-1.el7.noarch.rpm"
+# Default to the Boron SR2 RPM hosted on the CentOS Community Build System
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-52-release/x86_64/os/Packages/opendaylight-5.2.0-1.el7.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,
 #                    ansible will attempt to download deb before installing."
 #   See: http://docs.ansible.com/ansible/apt_module.html
 # This is used when `install_method` is "deb_path"
-deb_path: "http://download.opensuse.org/repositories/home:/akshitajha/{{ os }}/all/opendaylight_5.0.0-1_all.deb"
\ No newline at end of file
+deb_path: "http://download.opensuse.org/repositories/home:/akshitajha/{{ os }}/all/opendaylight_5.0.0-1_all.deb"