blob: f2bae312b6c8da0065e40db95cb21422b689b26e [file] [log] [blame]
Andrea Campanella95c02bd2017-09-01 16:51:03 +02001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Scott Baker14dcd2f2018-01-24 14:55:21 -080015name: vnaas
Andrea Campanella95c02bd2017-09-01 16:51:03 +020016accessor:
17 username: xosadmin@opencord.org
18 password: "@/opt/xos/services/vnaas/credentials/xosadmin@opencord.org"
Scott Baker14dcd2f2018-01-24 14:55:21 -080019required_models:
20 - ELine
21 - BandwidthProfile
22 - UserNetworkInterface
23 - OnosModel
24 - EnterpriseLocation
Andrea Campanella95c02bd2017-09-01 16:51:03 +020025dependency_graph: "/opt/xos/synchronizers/vnaas/model-deps"
26steps_dir: "/opt/xos/synchronizers/vnaas/steps"
27sys_dir: "/opt/xos/synchronizers/vnaas/sys"
Scott Baker14dcd2f2018-01-24 14:55:21 -080028models_dir: "/opt/xos/synchronizers/vnaas/models"