blob: 9526484914e30ab786d6caa871c1b3a17ec2b2af [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
20switch_ouis:
21 - accton:
22 - "cc37ab"
23 - "7072cf"
24 - "c4393a"
25 - "8cea1b"
26 - "a82bb5"
27 - "480fcf"
28 - qct:
29 - "2c600c"
30 - "54ab3a"