blob: 865e8962041225f1ff4faf63caf6e1e628aa0391 [file] [log] [blame]
JakobKriegf2d67d62020-08-17 22:36:44 +02001.. This work is a derivative of https://wiki.onap.org/display/DW/Modeling+Concepts#Concepts-384293385
2.. This work is licensed under a Creative Commons Attribution 4.0
3.. International License. http://creativecommons.org/licenses/by/4.0
JakobKrieg7c3f3952020-08-04 20:46:50 +02004.. Copyright (C) 2020 Deutsche Telekom AG.
5
6Southbound Interfaces
7-------------------------
8
9CDS comes with native python 3.6 support and Ansible AWX (Ansible Tower):
10idea is Network Ops are familiar with Python and/or Ansible, and our goal is not to dictate the SBI to use for
11their operations. Ansible and Python provide already many, and well adopted,
12SBI libraries, hence they could be utilized as needed.
13
14CDS 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
22CDS also has extensible REST support, meaning any RESTful interface used for network interaction can be used,
23such as external VNFM or EMS.