blob: 705d41dc1198b140e9d9dea668d2b8cdd69adfe8 [file] [log] [blame]
Woojoong Kimeb8a7182018-01-09 12:54:38 -08001# 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 Baker0e0ff7c2018-03-06 20:38:51 -080015name: hssdb
Woojoong Kimeb8a7182018-01-09 12:54:38 -080016accessor:
17 username: xosadmin@opencord.org
18 password: "@/opt/xos/services/hssdb/credentials/xosadmin@opencord.org"
Scott Baker0e0ff7c2018-03-06 20:38:51 -080019required_models:
20 - HSSDBService
21 - HSSDBVendor
22 - HSSDBServiceInstance
Woojoong Kimeb8a7182018-01-09 12:54:38 -080023dependency_graph: "/opt/xos/synchronizers/hssdb/model-deps"
24steps_dir: "/opt/xos/synchronizers/hssdb/steps"
25sys_dir: "/opt/xos/synchronizers/hssdb/sys"
Scott Baker0e0ff7c2018-03-06 20:38:51 -080026models_dir: "/opt/xos/synchronizers/hssdb/models"
Woojoong Kimeb8a7182018-01-09 12:54:38 -080027model_policies_dir: "/opt/xos/synchronizers/hssdb/model_policies"