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 | |
| 15 | name: vspgwc-synchronizer |
| 16 | accessor: |
| 17 | username: xosadmin@opencord.org |
| 18 | password: "@/opt/xos/services/vspgwc/credentials/xosadmin@opencord.org" |
| 19 | dependency_graph: "/opt/xos/synchronizers/vspgwc/model-deps" |
| 20 | steps_dir: "/opt/xos/synchronizers/vspgwc/steps" |
| 21 | sys_dir: "/opt/xos/synchronizers/vspgwc/sys" |
| 22 | model_policies_dir: "/opt/xos/synchronizers/vspgwc/model_policies" |
Sapan Bhatia | 0c7f260 | 2018-01-23 23:53:43 -0500 | [diff] [blame] | 23 | blueprints: |
| 24 | - name: cord_5_0_blueprint |
| 25 | graph: |
| 26 | - name: VMMETenant |
| 27 | links: |
Woojoong Kim | 8f46814 | 2018-01-29 16:31:51 -0800 | [diff] [blame^] | 28 | - name: VHSSTenant |
Sapan Bhatia | 0c7f260 | 2018-01-23 23:53:43 -0500 | [diff] [blame] | 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 |
Woojoong Kim | 8f46814 | 2018-01-29 16:31:51 -0800 | [diff] [blame^] | 48 | - name: cord_5_p4_blueprint |
| 49 | graph: |
| 50 | - name: VMMETenant |
| 51 | links: |
| 52 | - name: VHSSTenant |
| 53 | - name: VSPGWCTenant |
| 54 | links: |
| 55 | - name: VMMETenant |
| 56 | - name: HSSTenant |
| 57 | links: |
| 58 | - name: HSSDBServiceInstance |
| 59 | - name: HSSDBServiceInstance |
Sapan Bhatia | 0c7f260 | 2018-01-23 23:53:43 -0500 | [diff] [blame] | 60 | |