blob: 216bbf196ba3617b22396f0757bb0c36d8af7597 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -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
16
Matteo Scandolo56879722017-05-17 21:39:54 -070017map:
18 name:
19 type: str
Matteo Scandolo6bc017c2017-05-25 18:37:42 -070020 xos_dir:
21 type: str
Matteo Scandolo56879722017-05-17 21:39:54 -070022 database:
23 type: map
24 map:
Matteo Scandolo6bc017c2017-05-25 18:37:42 -070025 name:
26 type: str
27 required: True
Matteo Scandolo56879722017-05-17 21:39:54 -070028 username:
29 type: str
Matteo Scandolo6bc017c2017-05-25 18:37:42 -070030 required: True
Matteo Scandolo56879722017-05-17 21:39:54 -070031 password:
32 type: str
Matteo Scandolo6bc017c2017-05-25 18:37:42 -070033 required: True
Sapan Bhatia36a71692017-08-25 21:28:18 -040034 logging:
35 type: any
Matteo Scandolo1879ce72017-05-30 15:45:26 -070036 xos_dir:
Zack Williams37845ca2017-07-18 15:39:20 -070037 type: str