ff82eba15b12ab4b7ffa1292bd9c6ed63926a59d
[compass4nfv.git] /
1 ##############################################################################
2 # Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10
11 - name: unarchive onos driver package
12   command: su -s /bin/sh -c "tar xvf  /opt/install_jdk8.tar -C /opt/"
13
14 - name: install install_jdk8 package
15   command: su -s /bin/sh -c "/opt/install_jdk8/install_jdk8.sh"
16
17 - name: extract odl package
18   command: su -s /bin/sh -c "tar xzf /opt/{{ odl_pkg_name }} -C {{ odl_home }} --strip-components 1 --no-overwrite-dir -k --skip-old-files" odl