blob: b25c62e5ac4a9e72cb7b913d624c048687ee75ef [file] [log] [blame]
Luca Prete57e76272017-12-11 14:15:08 -08001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16---
17- name: Openflow Quanta Agent Debian Archive
18 get_url:
Luca Prete842ddf12018-01-12 14:44:45 -080019 url: https://github.com/onfsdn/atrium-docs/blob/master/16A/ONOS/builds/ofdpa-ly8_0.3.0.5.0-EA5-qct-01.01_amd64.deb?raw=true
Luca Prete57e76272017-12-11 14:15:08 -080020 validate_certs: false
Luca Prete842ddf12018-01-12 14:44:45 -080021 checksum: "sha256:f8201530b1452145c1a0956ea1d3c0402c3568d090553d0d7b3c91a79137da9e"
22 dest: /mnt/onl/data/ofdpa-ly8_0.3.0.5.0-EA5-qct-01.01_amd64.deb
Luca Prete57e76272017-12-11 14:15:08 -080023
24- name: Openflow Agent Installed
Luca Prete842ddf12018-01-12 14:44:45 -080025 apt: deb="/mnt/onl/data/ofdpa-ly8_0.3.0.5.0-EA5-qct-01.01_amd64.deb" force=true
Luca Prete57e76272017-12-11 14:15:08 -080026 when: not lsb_stat.stat.exists or dist.stdout == "0"