Wei-Yu Chen | ba04359 | 2017-10-18 17:08:51 +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 | |
| 15 | |
Scott Baker | f8069e3 | 2018-03-05 10:48:37 -0800 | [diff] [blame] | 16 | name: vspgwu |
Scott Baker | f8069e3 | 2018-03-05 10:48:37 -0800 | [diff] [blame] | 17 | required_models: |
| 18 | - VSPGWUService |
| 19 | - VSPGWUVendor |
| 20 | - VSPGWUTenant |
Wei-Yu Chen | ba04359 | 2017-10-18 17:08:51 +0800 | [diff] [blame] | 21 | dependency_graph: "/opt/xos/synchronizers/vspgwu/model-deps" |
| 22 | steps_dir: "/opt/xos/synchronizers/vspgwu/steps" |
| 23 | sys_dir: "/opt/xos/synchronizers/vspgwu/sys" |
| 24 | model_policies_dir: "/opt/xos/synchronizers/vspgwu/model_policies" |
Scott Baker | f8069e3 | 2018-03-05 10:48:37 -0800 | [diff] [blame] | 25 | models_dir: "/opt/xos/synchronizers/vspgwu/models" |
Matteo Scandolo | 31fc6d9 | 2018-06-12 13:58:22 -0700 | [diff] [blame] | 26 | logging: |
| 27 | version: 1 |
| 28 | handlers: |
| 29 | console: |
| 30 | class: logging.StreamHandler |
| 31 | loggers: |
| 32 | 'multistructlog': |
| 33 | handlers: |
| 34 | - console |
| 35 | level: DEBUG |
Sapan Bhatia | ae30965 | 2018-01-23 23:40:40 -0500 | [diff] [blame] | 36 | blueprints: |
| 37 | - name: cord_5_0_blueprint |
| 38 | graph: |
| 39 | - name: VMMETenant |
Sapan Bhatia | ae30965 | 2018-01-23 23:40:40 -0500 | [diff] [blame] | 40 | - name: VSPGWCTenant |
| 41 | links: |
| 42 | - name: VMMETenant |
| 43 | - name: VSPGWUTenant |
| 44 | - name: VSPGWUTenant |
| 45 | - name: VHSSTenant |
| 46 | links: |
| 47 | - name: HSSDBServiceInstance |
| 48 | - name: HSSDBServiceInstance |
| 49 | - name: cord_4_1_blueprint |
| 50 | graph: |
| 51 | - name: VSPGWUTenant |
| 52 | links: |
| 53 | - name: VENBServiceInstance |
| 54 | - name: VENBServiceInstance |
| 55 | - name: VSPGWCTenant |
| 56 | links: |
| 57 | - name: VENBServiceInstance |
| 58 | - name: VSPGWUTenant |