Jonathan Hart | 93956f5 | 2017-08-22 13:12:42 -0700 | [diff] [blame] | 1 | |
| 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 Prete | 57e7627 | 2017-12-11 14:15:08 -0800 | [diff] [blame] | 16 | --- |
David K. Bainbridge | 0a7cdbb | 2017-07-14 11:36:13 -0700 | [diff] [blame] | 17 | pub_ssh_key_file_location: "{{ pub_ssh_key_location | default ('/etc/maas/.ssh') }}" |
| 18 | pub_ssh_key: "{{ lookup('file', pub_ssh_key_file_location+'/cord_rsa.pub') }}" |
Luca Prete | 57e7627 | 2017-12-11 14:15:08 -0800 | [diff] [blame] | 19 | |
Luca Prete | 0a2430f | 2018-02-01 17:17:36 -0800 | [diff] [blame] | 20 | deb_tmp_inst_dir: "/tmp/" |
| 21 | |
| 22 | platforms: |
| 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 Prete | bb14e8c | 2018-02-28 11:58:46 -0800 | [diff] [blame] | 33 | - "x86-64-accton-as5712-54x-r0" |
| 34 | - "x86-64-accton-as5812-54x-r0" |
Luca Prete | 0a2430f | 2018-02-01 17:17:36 -0800 | [diff] [blame] | 35 | - "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" |