blob: 81035b5fb36f9ba8738e5c393c5d32428df94c0a [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
16name: vspgwu-synchronizer
17accessor:
18 username: xosadmin@opencord.org
19 password: "@/opt/xos/services/vspgwu/credentials/xosadmin@opencord.org"
20dependency_graph: "/opt/xos/synchronizers/vspgwu/model-deps"
21steps_dir: "/opt/xos/synchronizers/vspgwu/steps"
22sys_dir: "/opt/xos/synchronizers/vspgwu/sys"
23model_policies_dir: "/opt/xos/synchronizers/vspgwu/model_policies"
Sapan Bhatiaae309652018-01-23 23:40:40 -050024blueprints:
25 - name: cord_5_0_blueprint
26 graph:
27 - name: VMMETenant
28 links:
29 - name: VSPGWCTenant
30 links:
31 - name: VMMETenant
32 - name: VSPGWUTenant
33 - name: VSPGWUTenant
34 - name: VHSSTenant
35 links:
36 - name: HSSDBServiceInstance
37 - name: HSSDBServiceInstance
38 - name: cord_4_1_blueprint
39 graph:
40 - name: VSPGWUTenant
41 links:
42 - name: VENBServiceInstance
43 - name: VENBServiceInstance
44 - name: VSPGWCTenant
45 links:
46 - name: VENBServiceInstance
47 - name: VSPGWUTenant