This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/osmclient.git.
Pull mirroring updated .
- Jul 04, 2022
-
-
garciadeblas authored
Change-Id: I6d2f4c7e3ac63fe9b981e3c3b61203f0efa4722a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 25, 2022
-
-
Mark Beierl authored
Restores the setup.py to before the incorrect commit c40d7a31 Change-Id: I207a23aade758ac5531344b299bd927248db18d3 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Change-Id: I9a366b24b56b4eae4cb33b08837f57d37d2329a7 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Change-Id: I82e13ddf6c5df57387e9aeb4b35f96e79dd0e9ea Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jun 22, 2022
-
-
Change-Id: I3b0e80611d5cd800fe2ffc78e1c71765d19bcf23 Signed-off-by: gomezchavez <guillermo.gomez.external@atos.net>
-
- Jun 20, 2022
-
-
garciadeblas authored
Change-Id: I527d099421cd61de7291ade3779d8b81500a7b23 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 18, 2022
-
-
garciadeblas authored
Click does not allow advanced patterns for positional options. This makes impossible to request the healing of several VNF or VDU with different options like --count-index or --run-day1. This change introduces a processing of the args used in ns-heal and vnf-heal commands to allow those patterns. In addition, the change introduces the logic to use either the VNF instance ID or the identifier of a VNF inside a NS, known as "member-vnf-index-ref". Change-Id: I8b2f18aff6146ce579da33e67054f4a0f98c706a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 15, 2022
-
-
garciadeblas authored
Change-Id: I64bb2c56a0cad4fc0c6832874bdc1da38cfb6573 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 13, 2022
-
-
garciadeblas authored
Change-Id: I676563f1cc8ed5603032fdf9e722e070329ea249 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 10, 2022
-
-
garciadeblas authored
Change-Id: I906a9cf66265f857e00f565caf0152806cd878f0 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 09, 2022
-
-
garciadeblas authored
Change-Id: I8e042d9e27d225d623a87418503ea0d71f864207 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 08, 2022
-
-
garciadeblas authored
Change-Id: I364c59c121cee386632f6a8f6742f2a0f1da65b4 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 27, 2022
-
-
Change-Id: Idb900ef102966069cf4a339e9991d397e04bed28 Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
-
- May 18, 2022
-
-
Change-Id: Id1c9782735de51b5348b8930de9c4cdd5d81f406 Signed-off-by: vegall <lvega@whitestack.com>
-
- May 02, 2022
-
-
The ns-update command allows to update a network service so that all its VNF instances are updated to the latest revision. Feature 10908 Change-Id: Iffa73558b3dfe8d83d33644294cb6068c642dddf Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Apr 08, 2022
-
-
jayaramans authored
Added osmcli support to Enforce Password change on First login and expire password after preset number of days feature Addressed the review comments and updated the patch Change-Id: I095affe2a1a91cb1ff3321dc0bb4e52337b8d6c5 Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
-
- Mar 31, 2022
-
-
garciadeblas authored
Change-Id: Id3e8851044b8fcce1dc05ca4de0431dec32a8f8c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 11, 2022
-
-
garciadeblas authored
Change-Id: I82c26a21c3d4f2f96771bda1a4b2a7588ce1315c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 19, 2022
-
-
Mark Beierl authored
Updates base to Ubuntu 20.04 Updates python to 3.8 Updates pip dependencies to more recent versions Adds apt cache to stage 2 dockerfile Fixes bug 1846 Change-Id: I589199979818b0fe5892df1d40849da8f6e06ded Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Nov 24, 2021
-
-
Change-Id: Ic0d6979979b92906c5c4156c93a9044f6ebe41b0 Signed-off-by: bravof <fbravo@whitestack.com>
-
- Nov 22, 2021
-
-
Change-Id: I451f7e53ae48ecd9e3762c2e007d33cfac5d8292 Signed-off-by: bravof <fbravo@whitestack.com>
-
- Nov 05, 2021
-
-
garciadeblas authored
vim-create will accept both a config dict and a config file, with respective options "--config" and "--config_file". If a key is present in both, the value in the config dict will prevail. In addition, vim-create command will accept a new option --creds, required for Google Cloud Platform (GCP) due to the way the authentication works in GCP. That option is codified directly in the config dict that is sent to the NBI, under config["credentials"]. The RO connector for GCP will receive it and will expect those credentials in that dictionary. In the future, other RO connectors might use a similar approach. Finally, this change also adds the option --literal to vim-show command. Change-Id: Ifb4c284593b171353b6c180bdc7af75e8a25dfac Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Oct 26, 2021
-
-
garciadav authored
Change-Id: I7bb1c468c528e390b4368e7bdb172f47066c8d48 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Oct 13, 2021
-
-
garciadav authored
Change-Id: I7efc475000c19088e3afe468f6ebbdf79dabe006 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Sep 29, 2021
-
-
Change-Id: If3e39c83b65853d0115781baef32f66fd7e44ab0 Signed-off-by: gomezchavez <guillermo.gomez.external@atos.net>
-
- Sep 15, 2021
-
-
Change-Id: I56dc1257d8a925d3128aa2a03d1594ff1aacdbbb Signed-off-by: gomezchavez <guillermo.gomez.external@atos.net>
-
- Jul 30, 2021
-
-
Change-Id: I896702a3bd0cb7d9259ec5d844ec2baea3cbd02c Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Fix bug 1610 Change-Id: I45ef328cefeff959b0b2d3bcacb75871f780b39e Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Jun 30, 2021
-
-
marsico authored
* Implementing wait option * Fixing cluster update Change-Id: I9e234518df18e7736e573bdd613240e9342cda10 Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
-
- Jun 29, 2021
-
-
marsico authored
* Fixing PDU update * Adding client option Change-Id: If74a43f9696b720d62b49e6db93571cbfc9024a0 Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
-
- May 21, 2021
-
-
garciadeblas authored
Change-Id: I55aa5e78375829f20fa4aa881058a6c3a0df622d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 04, 2021
-
-
Change-Id: I5b23f0e4b80808919e0a0cb864d9c700cffcdea4 Signed-off-by: Atul Agarwal <atul.agarwal@altran.com>
-
- Apr 28, 2021
-
-
Add the following commands to the OSM Client: - osm vca-add - osm vca-delete - osm vca-update - osm vca-list - osm vca-show Other changes: - Add the --vca argument in the osm vim-create command, to be able to associate a vca with a VIM Depends on: https://osm.etsi.org/gerrit/#/c/osm/NBI/+/10574/ Change-Id: I1d322745d16c5ade27444be5afd37904f7306c5c Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Apr 27, 2021
-
-
Mark Beierl authored
Now that internal OSM software does not specify python modules in setup.py, we need to include the requirements.txt from the module in the requirements-dev.in to generate the full list properly. Change-Id: I3b3eee1b7a88c4d0b14b7c8966769c3918ad77e0 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 26, 2021
-
-
Mark Beierl authored
Use the same from of git describe as the setup.py so that only tags which start with a v will be used for versions Change-Id: I89b119e52b91c8886cfb9a3dc43b54d2425253b0 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 20, 2021
-
-
Mark Beierl authored
Adds libcurl4-openssl-dev to the scanner dependencies so we can properly analyse all upstream dependencies of osmclient Change-Id: I05318f8a87d1f9aeb151a7a15e7a2a44602292b4 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 08, 2021
-
-
garciadeblas authored
Change-Id: Icd56912f58444c9a6c20fe6336207056992f883f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 06, 2021
-
-
Mark Beierl authored
Creates standard template for tox.ini Introduces 'safety' for listing upstream CVEs Pins all versions of all upstream modules Change-Id: I20f3b8b1c386aa03ebbec37ab74bc106451328d1 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 29, 2021
-
-
Mark Beierl authored
Fixed bug where nf package build would fail if there are no day1-2 primitives found. Change-Id: I171e79683ad43537dc851ac05b8fb40f35cef903 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 26, 2021
-
-
Mark Beierl authored
Removing the Python dependency on charmcraft, requiring the person who builds charms to have charmcraft installed instead. Partial revert of 52424a2a Change-Id: Ia5acfcd43c035071bd5e989828b3909fd5d13f41 Signed-off-by: beierlm <mark.beierl@canonical.com>
-