blob: 5c7d0fbe0dd2ea0a5b37d5accbb3509f4ecc2663 [file] [log] [blame]
Wei-Yu Chenba043592017-10-18 17:08:51 +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
15
Scott Bakerf8069e32018-03-05 10:48:37 -080016name: vspgwu
Wei-Yu Chenba043592017-10-18 17:08:51 +080017accessor:
18 username: xosadmin@opencord.org
19 password: "@/opt/xos/services/vspgwu/credentials/xosadmin@opencord.org"
Scott Bakerf8069e32018-03-05 10:48:37 -080020required_models:
21 - VSPGWUService
22 - VSPGWUVendor
23 - VSPGWUTenant
Wei-Yu Chenba043592017-10-18 17:08:51 +080024dependency_graph: "/opt/xos/synchronizers/vspgwu/model-deps"
25steps_dir: "/opt/xos/synchronizers/vspgwu/steps"
26sys_dir: "/opt/xos/synchronizers/vspgwu/sys"
27model_policies_dir: "/opt/xos/synchronizers/vspgwu/model_policies"
Scott Bakerf8069e32018-03-05 10:48:37 -080028models_dir: "/opt/xos/synchronizers/vspgwu/models"
Sapan Bhatiaae309652018-01-23 23:40:40 -050029blueprints:
30 - name: cord_5_0_blueprint
31 graph:
32 - name: VMMETenant
Sapan Bhatiaae309652018-01-23 23:40:40 -050033 - name: VSPGWCTenant
34 links:
35 - name: VMMETenant
36 - name: VSPGWUTenant
37 - name: VSPGWUTenant
38 - name: VHSSTenant
39 links:
40 - name: HSSDBServiceInstance
41 - name: HSSDBServiceInstance
42 - name: cord_4_1_blueprint
43 graph:
44 - name: VSPGWUTenant
45 links:
46 - name: VENBServiceInstance
47 - name: VENBServiceInstance
48 - name: VSPGWCTenant
49 links:
50 - name: VENBServiceInstance
51 - name: VSPGWUTenant