aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/client/request.py
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15[VVP] Adding proxy to onap-client configHEADmasterstark, steven1-4/+6
Issue-ID: VVP-565 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I734dc5e7f66b2dee4a9ce676c6ad941c2778b83c
2021-07-12[VVP] Increasing request timeout valuestark, steven1-1/+1
Issue-ID: VVP-555 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I6c236f97cd7bc5cea1842339cf0278afa4a4b77c
2021-05-12[VVP] Adding timeout for requestsstark, steven1-1/+1
Issue-ID: VVP-535 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ic8c0401b2be3782d417d20ce1c5b6ac948f396df
2021-01-04[VVP] ONAP client performance improvementstark, steven1-4/+4
First of multiple performance patches. Adding ability to cache data for use by the onap-client. Changing API call for SDC to get VF and Service models. Previously to find a service model, onap-client queried for all models and then searched by name. New api call to query by name, then find latest version. Issue-ID: VVP-503 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I071cadbe52163f0b375bc81ac4a9fd640bd5ca4a
2020-11-17[VVP] Add urllib3 retry to OC requestsguilinstark, steven1-1/+15
Adding retry to OC for requests. - Retry limit is 3, back_off time is 2.5, 5, then 10 seconds for last retry. Fixing an issue w/ delete SI payload. Removing auto-generated X-Transaction-ID header from SDC requests. Issue-ID: VVP-487 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I3eb2b3b65ce00307066867f65f2ef9a03f7d5524
2020-10-15[VVP] VVP onap-client enhancementsstark, steven1-3/+0
Adding capability for custom auth plugin (defaults to basic auth). During updates to VNF models, resource and policy objects are deletd and recreated. Issue-ID: VVP-477 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Iba743176167c2b1df185666b08cbd79c6a559c9e
2020-09-23[VVP] Adding toggle for SSL verification to configstark, steven1-2/+2
Issue-ID: VVP-469 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ifa4b5902dae2a5ac145245b962d5cca8d4d30651
2020-08-19[VVP] Updating loggingstark, steven1-5/+2
Updating logging to inherit logging instacne from calling application. CLI creates own logging instance. Issue-ID: VVP-456 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I1277eb55413063e90b1681b36881a6a5a2b9c272 Signed-off-by: stark, steven <steven.stark@att.com>
2020-08-03[VVP] ONAP Client enhancementsstark, steven1-1/+3
Output hooks for resources. Outputs for each resource are returned as part of the complete onap-client spec when a resource is created. Hooks have been added for the SDC resources, to return the TOSCA model for each created resource. Dynamic config change. Ability to specify and reconfigure the onap-client configuration file at runtime without restarting the current session. Logging. Logging has been upgraded to create its own logging instance rather than the root logging instance, to avoid collisions. Issue-ID: VVP-455 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I7b03411d221801fc51b80ee6a73d9491e823da56
2020-04-07[VVP] Adding support for update to onap-clientstark, steven1-0/+2
Issue-ID: VVP-399 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I3f7d1694fd23295a274c0c0e3801a33ab23dce7f
2020-03-12[VVP] Adding onap-client intial commit.stark, steven1-0/+203
This is supplementary tooling to interact with various ONAP applications. It will be used by the OVP VNF Testcase, it's not deployed with the ONAP platform. Issue-ID: VVP-381 Change-Id: I2ff3952ba8f4b9448acb5a24717ccc3b1f0a92fe Signed-off-by: stark, steven <steven.stark@att.com>