blob: 3425a6095f3a5cb07238b7d9212b64166519d5f6 [file] [log] [blame]
Pingping Line9f39bc2017-10-04 16:04:46 -07001# 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
15
Scott Baker3a0fe412018-03-06 17:52:26 -080016name: vmme
Pingping Line9f39bc2017-10-04 16:04:46 -070017accessor:
18 username: xosadmin@opencord.org
19 password: "@/opt/xos/services/vmme/credentials/xosadmin@opencord.org"
Scott Baker3a0fe412018-03-06 17:52:26 -080020required_models:
21 - VMMEService
22 - VMMEVendor
23 - VMMETenant
Pingping Line9f39bc2017-10-04 16:04:46 -070024steps_dir: "/opt/xos/synchronizers/vmme/steps"
Sapan Bhatia10b62562017-10-09 18:05:35 -040025sys_dir: "/opt/xos/synchronizers/vmme/sys"
Scott Baker3a0fe412018-03-06 17:52:26 -080026models_dir: "/opt/xos/synchronizers/vmme/models"
Sapan Bhatia10b62562017-10-09 18:05:35 -040027model_policies_dir: "/opt/xos/synchronizers/vmme/model_policies"