blob: 5d649883b3928960e244d7202baf86d74c9b4532 [file] [log] [blame]
Woojoong Kim17786562017-10-16 17:00:51 -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 Baker9f3aa872018-03-06 22:13:02 -080016name: sdncontroller
Woojoong Kim17786562017-10-16 17:00:51 -070017accessor:
18 username: xosadmin@opencord.org
19 password: "@/opt/xos/services/sdncontroller/credentials/xosadmin@opencord.org"
Scott Baker9f3aa872018-03-06 22:13:02 -080020required_models:
21 - SDNControllerService
22 - SDNControllerVendor
23 - SDNControllerServiceInstance
Woojoong Kim17786562017-10-16 17:00:51 -070024dependency_graph: "/opt/xos/synchronizers/sdncontroller/model-deps"
25steps_dir: "/opt/xos/synchronizers/sdncontroller/steps"
26sys_dir: "/opt/xos/synchronizers/sdncontroller/sys"
Scott Baker9f3aa872018-03-06 22:13:02 -080027models_dir: "/opt/xos/synchronizers/sdncontroller/models"
Woojoong Kim17786562017-10-16 17:00:51 -070028model_policies_dir: "/opt/xos/synchronizers/sdncontroller/model_policies"