Add .deb support to ansible-opendaylight 49/57549/1
authorAkshita Jha <zenith158@gmail.com>
Thu, 1 Dec 2016 09:25:37 +0000 (14:55 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
commit3110616552ff5cb210982a9abdfefd3fe0c17c77
treed964d9e349690040c20b2644941df029b4276a07
parent7238c5f149ad287ddbc718d61657b49edae8fba2
Add .deb support to ansible-opendaylight

This commit checks the OS and then branches for either RPM or Deb
installs. This patch allows ODL to be installed in a debian distribution
(Debian or Ubuntu) via a deb repo.

Ansible version: 2.2.0.0
Tested for Debian 8.0 and Ubuntu 16.04

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