Andy Bavier | 7b321c5 | 2017-08-30 15:33:59 -0700 | [diff] [blame] | 1 | |
| 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | |
Scott Baker | 3a9520a | 2018-01-11 15:46:40 -0800 | [diff] [blame] | 17 | name: vtn |
Andy Bavier | 7b321c5 | 2017-08-30 15:33:59 -0700 | [diff] [blame] | 18 | accessor: |
| 19 | username: xosadmin@opencord.org |
| 20 | password: "@/opt/xos/services/vtn/credentials/xosadmin@opencord.org" |
Scott Baker | 3a9520a | 2018-01-11 15:46:40 -0800 | [diff] [blame] | 21 | required_models: |
| 22 | - AddressPool |
| 23 | - Controller |
| 24 | - Network |
| 25 | - Node |
| 26 | - Port |
| 27 | - Service |
| 28 | - ServiceInstance |
| 29 | - Tag |
| 30 | - VTNService |
Andy Bavier | 7b321c5 | 2017-08-30 15:33:59 -0700 | [diff] [blame] | 31 | dependency_graph: "/opt/xos/synchronizers/vtn/model-deps" |
| 32 | steps_dir: "/opt/xos/synchronizers/vtn/steps" |
Scott Baker | 3a9520a | 2018-01-11 15:46:40 -0800 | [diff] [blame] | 33 | sys_dir: "/opt/xos/synchronizers/vtn/sys" |
| 34 | models_dir: "/opt/xos/synchronizers/vtn/models" |