Add .deb support to ansible-opendaylight 51/57551/1
authorAkshita Jha <zenith158@gmail.com>
Fri, 2 Dec 2016 23:23:05 +0000 (04:53 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
commitf09fb368158fa4aab67207a8f44816bd7079311a
treed8fbf43ad76fb0883e1a32826b3db5427497adcd
parenta58880efdef0b6b1015ea695574e5083f0df9e4d
Add .deb support to ansible-opendaylight

This commit checks the OS and then branches for either RPM or Deb installs.
It allows ODL to be installed in a debian based distribution (Debian or Ubuntu)
using a debian repo or .deb local/remote path.

Ansible version: 2.2.0.0
Tested for Debian 8.0 and Ubuntu 16.04

Change-Id: I341c9451352733c1138403cc558d30cfd7611423
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/add_jessie_backports.yml [new file with mode: 0755]
tasks/add_odl_deb_repo.yml
tasks/install_odl.yml [changed mode: 0644->0755]
tasks/install_odl_via_deb_path.yml [new file with mode: 0755]
vars/main.yml [changed mode: 0644->0755]