blob: ffa90d985acc2d5c63dc39125b7a0ae122f46086 [file] [log] [blame]
Jonathan Hart93956f52017-08-22 13:12:42 -07001
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
Luca Prete57e76272017-12-11 14:15:08 -080016---
David K. Bainbridge0a7cdbb2017-07-14 11:36:13 -070017pub_ssh_key_file_location: "{{ pub_ssh_key_location | default ('/etc/maas/.ssh') }}"
18pub_ssh_key: "{{ lookup('file', pub_ssh_key_file_location+'/cord_rsa.pub') }}"
Luca Prete57e76272017-12-11 14:15:08 -080019
Luca Prete0a2430f2018-02-01 17:17:36 -080020deb_tmp_inst_dir: "/tmp/"
21
22platforms:
23 accton_olts:
24 file_url: "http://onos-fabric/voltha-bal.deb"
25 file_name: "voltha-bal.deb"
26 names:
27 - "x86-64-accton-asxvolt16-r0"
28 accton_switches:
29 file_url: "https://github.com/onfsdn/atrium-docs/blob/master/16A/ONOS/builds/ofdpa_3.0.5.5%2Baccton1.7-1_amd64.deb?raw=true"
30 file_name: "ofdpa_3.0.5.5+accton1.7-1_amd64.deb"
31 checksum: "sha256:db228b6e79fb15f77497b59689235606b60abc157e72fc3356071bcc8dc4c01f"
32 names:
Luca Pretebb14e8c2018-02-28 11:58:46 -080033 - "x86-64-accton-as5712-54x-r0"
34 - "x86-64-accton-as5812-54x-r0"
Luca Prete0a2430f2018-02-01 17:17:36 -080035 - "x86-64-accton-as6712-32x-r0"
36 quanta_switches:
37 file_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"
38 file_name: "ofdpa-ly8_0.3.0.5.0-EA5-qct-01.01_amd64.deb"
39 checksum: "sha256:f8201530b1452145c1a0956ea1d3c0402c3568d090553d0d7b3c91a79137da9e"
40 names:
41 - "x86-64-quanta-ly8-rangeley-r0"