blob: bf76b0dc65c192b6626b5ba64d6b52c4765c4193 [file] [log] [blame]
JianHao4a9550f2017-10-19 11:05:14 +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 Baker76fd0592018-03-05 10:41:44 -080015name: vspgwc
JianHao4a9550f2017-10-19 11:05:14 +080016accessor:
17 username: xosadmin@opencord.org
18 password: "@/opt/xos/services/vspgwc/credentials/xosadmin@opencord.org"
Scott Baker76fd0592018-03-05 10:41:44 -080019required_models:
20 - VSPGWCService
21 - VSPGWCVendor
22 - VSPGWCTenant
JianHao4a9550f2017-10-19 11:05:14 +080023dependency_graph: "/opt/xos/synchronizers/vspgwc/model-deps"
24steps_dir: "/opt/xos/synchronizers/vspgwc/steps"
25sys_dir: "/opt/xos/synchronizers/vspgwc/sys"
26model_policies_dir: "/opt/xos/synchronizers/vspgwc/model_policies"
Scott Baker76fd0592018-03-05 10:41:44 -080027models_dir: "/opt/xos/synchronizers/vspgwc/models"
Sapan Bhatia0c7f2602018-01-23 23:53:43 -050028blueprints:
29 - name: cord_5_0_blueprint
30 graph:
31 - name: VMMETenant
32 links:
Woojoong Kim8f468142018-01-29 16:31:51 -080033 - name: VHSSTenant
Sapan Bhatia0c7f2602018-01-23 23:53:43 -050034 - name: VSPGWCTenant
35 links:
36 - name: VMMETenant
37 - name: VSPGWUTenant
38 - name: VSPGWUTenant
39 - name: VHSSTenant
40 links:
41 - name: HSSDBServiceInstance
42 - name: HSSDBServiceInstance
43 - name: cord_4_1_blueprint
44 graph:
45 - name: VSPGWUTenant
46 links:
47 - name: VENBServiceInstance
48 - name: VENBServiceInstance
49 - name: VSPGWCTenant
50 links:
51 - name: VENBServiceInstance
52 - name: VSPGWUTenant
Woojoong Kim8f468142018-01-29 16:31:51 -080053 - name: cord_5_p4_blueprint
54 graph:
55 - name: VMMETenant
56 links:
57 - name: VHSSTenant
58 - name: VSPGWCTenant
59 links:
60 - name: VMMETenant
61 - name: HSSTenant
62 links:
63 - name: HSSDBServiceInstance
64 - name: HSSDBServiceInstance
Sapan Bhatia0c7f2602018-01-23 23:53:43 -050065