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 | |
| 16 | name: vspgwu-synchronizer |
| 17 | accessor: |
| 18 | username: xosadmin@opencord.org |
| 19 | password: "@/opt/xos/services/vspgwu/credentials/xosadmin@opencord.org" |
| 20 | dependency_graph: "/opt/xos/synchronizers/vspgwu/model-deps" |
| 21 | steps_dir: "/opt/xos/synchronizers/vspgwu/steps" |
| 22 | sys_dir: "/opt/xos/synchronizers/vspgwu/sys" |
| 23 | model_policies_dir: "/opt/xos/synchronizers/vspgwu/model_policies" |
Sapan Bhatia | ae30965 | 2018-01-23 23:40:40 -0500 | [diff] [blame] | 24 | blueprints: |
| 25 | - name: cord_5_0_blueprint |
| 26 | graph: |
| 27 | - name: VMMETenant |
Sapan Bhatia | ae30965 | 2018-01-23 23:40:40 -0500 | [diff] [blame] | 28 | - name: VSPGWCTenant |
| 29 | links: |
| 30 | - name: VMMETenant |
| 31 | - name: VSPGWUTenant |
| 32 | - name: VSPGWUTenant |
| 33 | - name: VHSSTenant |
| 34 | links: |
| 35 | - name: HSSDBServiceInstance |
| 36 | - name: HSSDBServiceInstance |
| 37 | - name: cord_4_1_blueprint |
| 38 | graph: |
| 39 | - name: VSPGWUTenant |
| 40 | links: |
| 41 | - name: VENBServiceInstance |
| 42 | - name: VENBServiceInstance |
| 43 | - name: VSPGWCTenant |
| 44 | links: |
| 45 | - name: VENBServiceInstance |
| 46 | - name: VSPGWUTenant |