From 0f3af0e331d42e3feb796eed89dd1ef5470ba142 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 27 Feb 2017 12:41:25 -0500 Subject: [PATCH] Fix RPM URL var default value Change-Id: I3164b2148c5d973e4433d47ca9447fbd62469093 Signed-off-by: Daniel Farrell --- vars/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/main.yml b/vars/main.yml index 59c9fcd..13b9ef1 100755 --- a/vars/main.yml +++ b/vars/main.yml @@ -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" -- 2.36.6