JakobKrieg | 7c3f395 | 2020-08-04 20:46:50 +0200 | [diff] [blame] | 1 | .. This work is a derivative of https://wiki.onap.org/display/DW/Modeling+Concepts#Concepts-384293385 by IBM |
| 2 | .. used under Creative Commons Attribution 4.0 International License. |
| 3 | .. http://creativecommons.org/licenses/by/4.0 |
| 4 | .. Copyright (C) 2020 Deutsche Telekom AG. |
| 5 | |
| 6 | Southbound Interfaces |
| 7 | ------------------------- |
| 8 | |
| 9 | CDS comes with native python 3.6 support and Ansible AWX (Ansible Tower): |
| 10 | idea is Network Ops are familiar with Python and/or Ansible, and our goal is not to dictate the SBI to use for |
| 11 | their operations. Ansible and Python provide already many, and well adopted, |
| 12 | SBI libraries, hence they could be utilized as needed. |
| 13 | |
| 14 | CDS also provide native support for the following libraries: |
| 15 | |
| 16 | * NetConf |
| 17 | * REST |
| 18 | * CLI |
| 19 | * SSH |
| 20 | * gRPC (hence gNMI / gNOI should be supported) |
| 21 | |
| 22 | CDS also has extensible REST support, meaning any RESTful interface used for network interaction can be used, |
| 23 | such as external VNFM or EMS. |