JianHao | 4a9550f | 2017-10-19 11:05:14 +0800 | [diff] [blame] | 1 | # 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 Baker | 76fd059 | 2018-03-05 10:41:44 -0800 | [diff] [blame] | 15 | name: vspgwc |
Scott Baker | 76fd059 | 2018-03-05 10:41:44 -0800 | [diff] [blame] | 16 | required_models: |
| 17 | - VSPGWCService |
| 18 | - VSPGWCVendor |
| 19 | - VSPGWCTenant |
JianHao | 4a9550f | 2017-10-19 11:05:14 +0800 | [diff] [blame] | 20 | dependency_graph: "/opt/xos/synchronizers/vspgwc/model-deps" |
| 21 | steps_dir: "/opt/xos/synchronizers/vspgwc/steps" |
| 22 | sys_dir: "/opt/xos/synchronizers/vspgwc/sys" |
| 23 | model_policies_dir: "/opt/xos/synchronizers/vspgwc/model_policies" |
Scott Baker | 76fd059 | 2018-03-05 10:41:44 -0800 | [diff] [blame] | 24 | models_dir: "/opt/xos/synchronizers/vspgwc/models" |
Matteo Scandolo | ae139f1 | 2018-06-12 13:52:56 -0700 | [diff] [blame] | 25 | logging: |
| 26 | version: 1 |
| 27 | handlers: |
| 28 | console: |
| 29 | class: logging.StreamHandler |
| 30 | loggers: |
| 31 | 'multistructlog': |
| 32 | handlers: |
| 33 | - console |
| 34 | level: DEBUG |
Sapan Bhatia | 0c7f260 | 2018-01-23 23:53:43 -0500 | [diff] [blame] | 35 | blueprints: |
| 36 | - name: cord_5_0_blueprint |
| 37 | graph: |
| 38 | - name: VMMETenant |
| 39 | links: |
Woojoong Kim | 8f46814 | 2018-01-29 16:31:51 -0800 | [diff] [blame] | 40 | - name: VHSSTenant |
Sapan Bhatia | 0c7f260 | 2018-01-23 23:53:43 -0500 | [diff] [blame] | 41 | - 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 Kim | 8f46814 | 2018-01-29 16:31:51 -0800 | [diff] [blame] | 60 | - 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 |