blob: 23e6c50c68b20a0119ae856aa4f183d5d0d44f3a [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
Scott Baker76fd0592018-03-05 10:41:44 -080016required_models:
17 - VSPGWCService
18 - VSPGWCVendor
19 - VSPGWCTenant
JianHao4a9550f2017-10-19 11:05:14 +080020dependency_graph: "/opt/xos/synchronizers/vspgwc/model-deps"
21steps_dir: "/opt/xos/synchronizers/vspgwc/steps"
22sys_dir: "/opt/xos/synchronizers/vspgwc/sys"
23model_policies_dir: "/opt/xos/synchronizers/vspgwc/model_policies"
Scott Baker76fd0592018-03-05 10:41:44 -080024models_dir: "/opt/xos/synchronizers/vspgwc/models"
Matteo Scandoloae139f12018-06-12 13:52:56 -070025logging:
26 version: 1
27 handlers:
28 console:
29 class: logging.StreamHandler
30 loggers:
31 'multistructlog':
32 handlers:
33 - console
34 level: DEBUG
Sapan Bhatia0c7f2602018-01-23 23:53:43 -050035blueprints:
36 - name: cord_5_0_blueprint
37 graph:
38 - name: VMMETenant
39 links:
Woojoong Kim8f468142018-01-29 16:31:51 -080040 - name: VHSSTenant
Sapan Bhatia0c7f2602018-01-23 23:53:43 -050041 - name: VSPGWCTenant
42 links:
43 - name: VMMETenant
44 - name: VSPGWUTenant
45 - name: VSPGWUTenant
46 - name: VHSSTenant
47 links:
48 - name: HSSDBServiceInstance
49 - name: HSSDBServiceInstance
50 - name: cord_4_1_blueprint
51 graph:
52 - name: VSPGWUTenant
53 links:
54 - name: VENBServiceInstance
55 - name: VENBServiceInstance
56 - name: VSPGWCTenant
57 links:
58 - name: VENBServiceInstance
59 - name: VSPGWUTenant
Woojoong Kim8f468142018-01-29 16:31:51 -080060 - name: cord_5_p4_blueprint
61 graph:
62 - name: VMMETenant
63 links:
64 - name: VHSSTenant
65 - name: VSPGWCTenant
66 links:
67 - name: VMMETenant
68 - name: HSSTenant
69 links:
70 - name: HSSDBServiceInstance
71 - name: HSSDBServiceInstance