Update documentation for proxy support in A1 adapter 21/124321/2
authorychacon <yennifer.chacon@est.tech>
Thu, 16 Sep 2021 07:40:38 +0000 (09:40 +0200)
committerDan Timoney <dtimoney@att.com>
Fri, 17 Sep 2021 12:45:31 +0000 (12:45 +0000)
Issue-ID: CCSDK-3458

Signed-off-by: ychacon <yennifer.chacon@est.tech>
Change-Id: I44a00efe92019c1db2205267e4faa0a6864bb0fc

a1-adapter/README.md
docs/guide/developer-guide.rst

index 0bd0b8e..a4c2413 100644 (file)
@@ -7,6 +7,8 @@ This makes it very fast to start the controller and also puts less load on the C
 
 This adapter is designed to be added to ONAP CCSDK controllers (e.g. SDNC) thus providing support for mediating connections the A1 interface to/from RAN functions.
 
+It is also possible to configure a HTTP Proxy for southbound connections. In order to configure the proxy, variable a1Mediator.proxy.url in file odlsli/src/main/properties/a1-adapter-api-dg.properties must contain the URL of the proxy. This file is part of the CCSDK/distribution repository.  
+
 ## License
 
 Copyright (C) 2020 Nordix Foundation.
index 7a298f5..d0eb79c 100644 (file)
@@ -148,3 +148,13 @@ A1 Adapter (Internal)
 The O-RAN A1 Adapter provides an **internal** RESTCONF API that is used by the A1 Policy Management System when accessing the A1 Interface. This API is useful for test and verification but should not used otherwise.
 
 See :ref:`a1_adapter_api` for details of this internal API.
+
+Configuration of HTTP Proxy
+---------------------------
+
+In order to configure a HTTP Proxy for southbound connections:
+  * Modify file: odlsli/src/main/properties/a1-adapter-api-dg.properties in CCSDK/distribution
+  * Variable a1Mediator.proxy.url must contain Proxy URL
+
+
+