aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/client/catalog.py
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15[VVP] Adding proxy to onap-client configHEADmasterstark, steven1-5/+6
Issue-ID: VVP-565 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I734dc5e7f66b2dee4a9ce676c6ad941c2778b83c
2021-01-04[VVP] ONAP client performance improvementstark, steven1-22/+82
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-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-09-23[VVP] Adding toggle for SSL verification to configstark, steven1-5/+7
Issue-ID: VVP-469 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ifa4b5902dae2a5ac145245b962d5cca8d4d30651
2020-09-17[VVP] Updating onap-clientstark, steven1-2/+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, steven1-2/+2
- 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-03-12[VVP] Adding onap-client intial commit.stark, steven1-0/+156
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>