aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/client
AgeCommit message (Collapse)AuthorFilesLines
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, steven2-26/+86
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-11-06[VVP] Adding history attr to ocstark, steven1-7/+71
Issue-ID: VVP-482 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I57efdc2b8d442d04374a62446b05cfebc5549f36
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, steven2-7/+9
Issue-ID: VVP-469 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ifa4b5902dae2a5ac145245b962d5cca8d4d30651
2020-09-17[VVP] Updating onap-clientstark, steven2-64/+68
Removing dependency on distutils moving etc/ to package resource Adding support for volume creation and delete Removing module level imports Adding delete capability to spec-engine Adding kwarg to pass Client instance to functions Issue-ID: VVP-469 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ie00065f54411c8ff40ea20c35fe919ce15f65e6a
2020-08-26[VVP] Add configuration override capability to clientstark, steven2-8/+17
- Add capability to override instance-specific client configuration values programatically. - Unrelated cleanup to CLI parameters Issue-ID: VVP-466 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ie5ec1636d888d63eaba46bd222a698c12db2c95e
2020-08-19[VVP] Updating loggingstark, steven3-16/+6
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-13[VVP] Support for duplicate VM typesstark, steven1-7/+2
Handle creation when vm consolidation does not occur Issue-ID: VVP-456 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I20f2d4d92a3793d6e93655902850caae9ea4359d
2020-08-03[VVP] ONAP Client enhancementsstark, steven3-3/+38
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-14[VVP] adding support for updating checked out resourcesstark, steven1-3/+5
- also fixing imports of client to skip tests* Issue-ID: VVP-403 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I0f0bddb04d4de10b9003e4fc6380619539f41ca4
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, steven5-0/+595
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>