add install onos related package
Change-Id: I1d2fe3687a1c38fafce4fab61ba2929375d7d0c7
Signed-off-by: CNlucius <lukai1@huawei.com>
---
- include_vars: "{{ ansible_os_family }}.yml"
+- name: install onos related packages
+ action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
+ with_items: packages | union(packages_noarch)
+
- name: remove neutron-plugin-openvswitch-agent auto start
shell: >
update-rc.d neutron-plugin-openvswitch-agent remove;
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+---
+packages_noarch: []
+
+services_noarch: []
onos_pkg_name: onos-1.6.0.tar.gz
onos_home: /opt/onos/
karaf_dist: apache-karaf-3.0.5