PNF Simulator netopeer2 issue fixed
[ccsdk/cds.git] / docs / modelingconcepts / southbound-interfaces.rst
1 .. 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
4 .. Copyright (C) 2020 Deutsche Telekom AG.
5
6 .. _southbound_interface:
7
8 Southbound Interfaces
9 ---------------------
10
11 CDS comes with native python 3.6 support and Ansible AWX (Ansible Tower):
12 idea is Network Ops are familiar with Python and/or Ansible, and our goal is not to dictate the SBI to use for
13 their operations. Ansible and Python provide already many, and well adopted,
14 SBI libraries, hence they could be utilized as needed.
15
16 CDS also provide native support for the following libraries:
17
18 * NetConf
19 * REST
20 * CLI
21 * SSH
22 * gRPC (hence gNMI / gNOI should be supported)
23
24 CDS also has extensible REST support, meaning any RESTful interface used for network interaction can be used,
25 such as external VNFM or EMS.