This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/osmclient.git.
Pull mirroring updated .
- Jul 20, 2022
-
-
Mark Beierl authored
Change the jenkins node label from 'docker' to 'stage_2' as part of the Jenkins cleanup Change-Id: I169039535cfabd525fd2d0722513b26576a163dc Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- May 19, 2022
-
-
Change-Id: I3612e48f4c740f76a4d3d9ccbd64be6f765a5d4b Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jan 26, 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 26, 2021
-
-
Change-Id: Ic0d6979979b92906c5c4156c93a9044f6ebe41b0 Signed-off-by: bravof <fbravo@whitestack.com> Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: I451f7e53ae48ecd9e3762c2e007d33cfac5d8292 Signed-off-by: bravof <fbravo@whitestack.com> Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.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>
-
- Mar 23, 2021
-
-
Mark Beierl authored
Nothing but whitespace change. Reformatted using Black. Change-Id: I1afd579ede0dd49f2d104d4f4bc470a4ac8cbba8 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 22, 2021
-
-
garciadav authored
Added charmcraft dependency for building charms. For using this utility, place the src code of the charm under charms/ops, and the osmclient will build and place the charm code in the charms/ folder. Change-Id: Ib86d9ac966822131b2df3fc7621b42a49be7baba Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Mar 01, 2021
-
-
garciadeblas authored
Change-Id: I67aeb248e447fc7036e70d6081232f777a2fb713 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 25, 2021
-
-
bravof authored
Change-Id: Ia2e8de3d7f50b164c386e4bef263c2e851cd2bc0 Signed-off-by: bravof <fbravo@whitestack.com>
-
- Feb 21, 2021
-
-
garciadeblas authored
Change-Id: I247670d156844fc8bd1a5f45bee6b7f7b94c9d3c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 06, 2021
-
-
garciadeblas authored
Change-Id: I4dd6e5b6eed7f8869ef7462b1ba9a9ff36944b5c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 15, 2021
-
-
Mark Beierl authored
Adds a GitLab build file that will perform security and dependency scans of the project on repository mirror. Change-Id: Id872a2e4a1be4665cc304eeb86cae53f2c9a999c Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Dec 14, 2020
-
-
garciadav authored
ns-configuration charms were not properly discovered by the client Change-Id: I56c87ff9285325934dc443bb3f4393fa5e5df2f7 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Dec 03, 2020
-
-
garciadeblas authored
Change-Id: I343ba1dbc1dc3b047af08366dea68d403ee04545 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I9df6508036967ee2c9f16b9247a1be3686070bed Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Ifb51246e4f920f4e1ef98e1d8393ea93cf4e64e0 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I617f5fe4a49bff2fff70baf2e1803ce831735413 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 02, 2020
-
-
garciadav authored
Change-Id: I13f54c3327b4acaa04b97cfcd4c6bb4b383aae6b Signed-off-by: David Garcia <david.garcia@canonical.com>
-
garciadeblas authored
K8scluster-list was showing errors when getting helm-chart and juju-bundle operational state when keys were no present. Change-Id: Iaf1e9d7cc7137ec6ea33bb458a4759f150c8d5d2 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 30, 2020
-
-
garciadeblas authored
Change-Id: I340a99e4120f0b29456a573716427a8d4850b9ce Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 28, 2020
-
-
Mark Beierl authored
Fixes code to call sol006 if catalog found in descriptor, not to call original code. Change-Id: I20cf3b293a15457fbb4339dce36b788d71f4cc74 Signed-off-by: beierlm <mark.beierl@canonical.com>
-