Mark Beierl [Thu, 14 Jul 2022 13:39:41 +0000 (09:39 -0400)]
Jenkins refresh
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>
beierlm [Thu, 19 May 2022 15:04:53 +0000 (11:04 -0400)]
Updating requirements to point to branch
Change-Id: I3612e48f4c740f76a4d3d9ccbd64be6f765a5d4b
Signed-off-by: beierlm <mark.beierl@canonical.com>
beierlm [Thu, 13 Jan 2022 18:08:57 +0000 (13:08 -0500)]
Bug 1846: LTS Support
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>
bravof [Tue, 23 Nov 2021 20:34:49 +0000 (17:34 -0300)]
bugfix: sol004 and sol007 accepting zip files when vnfpkg-create or nspkg-create are executed
Change-Id: Ic0d6979979b92906c5c4156c93a9044f6ebe41b0
Signed-off-by: bravof <fbravo@whitestack.com>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
bravof [Fri, 29 Oct 2021 19:32:38 +0000 (16:32 -0300)]
feature: sol004 and sol007
Change-Id: I451f7e53ae48ecd9e3762c2e007d33cfac5d8292
Signed-off-by: bravof <fbravo@whitestack.com>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 1 Nov 2021 21:04:32 +0000 (22:04 +0100)]
Update vim-create and vim-update to accept config and credential files
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>
David Garcia [Tue, 26 Oct 2021 15:17:50 +0000 (17:17 +0200)]
Fix bug 1721: charms can include reference to .charm files
Change-Id: I7bb1c468c528e390b4368e7bdb172f47066c8d48
Signed-off-by: David Garcia <david.garcia@canonical.com>
David Garcia [Wed, 13 Oct 2021 15:17:28 +0000 (17:17 +0200)]
Fix bug 1701: remove vcaId parameter on ns-create
Change-Id: I7efc475000c19088e3afe468f6ebbdf79dabe006
Signed-off-by: David Garcia <david.garcia@canonical.com>
username=gomezchavez [Thu, 2 Sep 2021 16:39:20 +0000 (18:39 +0200)]
Fix bug 1392 package-create update with sol006 templates for VNFD and NSD
Change-Id: If3e39c83b65853d0115781baef32f66fd7e44ab0
Signed-off-by: gomezchavez <guillermo.gomez.external@atos.net>
username=gomezchavez [Thu, 2 Sep 2021 16:39:20 +0000 (18:39 +0200)]
Fix Bug 1493 repo generation from osm-packages
Change-Id: I56dc1257d8a925d3128aa2a03d1594ff1aacdbbb
Signed-off-by: gomezchavez <guillermo.gomez.external@atos.net>
David Garcia [Thu, 29 Jul 2021 08:16:31 +0000 (10:16 +0200)]
Add Coverage files to .gitignore
Change-Id: I896702a3bd0cb7d9259ec5d844ec2baea3cbd02c
Signed-off-by: David Garcia <david.garcia@canonical.com>
David Garcia [Thu, 29 Jul 2021 08:28:15 +0000 (10:28 +0200)]
Avoid adding a charm to the package more than once
Fix bug 1610
Change-Id: I45ef328cefeff959b0b2d3bcacb75871f780b39e
Signed-off-by: David Garcia <david.garcia@canonical.com>
Antonio Marsico [Wed, 30 Jun 2021 14:49:53 +0000 (16:49 +0200)]
Improved Kubernetes management
* Implementing wait option
* Fixing cluster update
Change-Id: I9e234518df18e7736e573bdd613240e9342cda10
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
Antonio Marsico [Wed, 23 Jun 2021 22:19:36 +0000 (23:19 +0100)]
Improved PDU management
* Fixing PDU update
* Adding client option
Change-Id: If74a43f9696b720d62b49e6db93571cbfc9024a0
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
garciadeblas [Fri, 26 Feb 2021 12:06:00 +0000 (12:06 +0000)]
Feature 10476: New client commands and library to manage subscriptions
Change-Id: I55aa5e78375829f20fa4aa881058a6c3a0df622d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Atul Agarwal [Thu, 18 Mar 2021 08:22:17 +0000 (08:22 +0000)]
Feature 10339 - Enhanced Alarm Mgmt. (SOL005 FM Interface)
Change-Id: I5b23f0e4b80808919e0a0cb864d9c700cffcdea4
Signed-off-by: Atul Agarwal <atul.agarwal@altran.com>
David Garcia [Wed, 31 Mar 2021 17:13:10 +0000 (19:13 +0200)]
Feature 10239: Distributed VCA
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>
beierlm [Thu, 22 Apr 2021 17:00:30 +0000 (13:00 -0400)]
Including upstream requirements
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>
beierlm [Mon, 26 Apr 2021 20:42:12 +0000 (16:42 -0400)]
Restrict tags to versions
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>
beierlm [Mon, 19 Apr 2021 19:17:53 +0000 (15:17 -0400)]
Update GitLab Scanner
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>
garciadeblas [Thu, 8 Apr 2021 10:32:22 +0000 (12:32 +0200)]
Fix bug 1494: raise exception if repo-index fails
Change-Id: Icd56912f58444c9a6c20fe6336207056992f883f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
beierlm [Wed, 24 Mar 2021 13:26:06 +0000 (09:26 -0400)]
Feature 10296 Pip Standardization
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>
beierlm [Mon, 29 Mar 2021 20:03:37 +0000 (16:03 -0400)]
Proceed if no day 1 2
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>
beierlm [Fri, 26 Mar 2021 10:32:13 +0000 (06:32 -0400)]
Removing Charmcraft
Removing the Python dependency on charmcraft, requiring the person who
builds charms to have charmcraft installed instead.
Partial revert of 52424a2
Change-Id: Ia5acfcd43c035071bd5e989828b3909fd5d13f41
Signed-off-by: beierlm <mark.beierl@canonical.com>
beierlm [Tue, 23 Mar 2021 20:26:45 +0000 (16:26 -0400)]
Standardize Formatting
Nothing but whitespace change. Reformatted using Black.
Change-Id: I1afd579ede0dd49f2d104d4f4bc470a4ac8cbba8
Signed-off-by: beierlm <mark.beierl@canonical.com>
David Garcia [Mon, 22 Mar 2021 11:56:16 +0000 (12:56 +0100)]
Add automatic build for ops charms
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>
garciadeblas [Wed, 24 Feb 2021 11:31:50 +0000 (11:31 +0000)]
Clean-up unused global variables
Change-Id: I67aeb248e447fc7036e70d6081232f777a2fb713
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
bravof [Mon, 22 Feb 2021 21:00:48 +0000 (18:00 -0300)]
fix(juju): honor juju changes in descriptor
Change-Id: Ia2e8de3d7f50b164c386e4bef263c2e851cd2bc0
Signed-off-by: bravof <fbravo@whitestack.com>
garciadeblas [Sun, 21 Feb 2021 16:28:19 +0000 (16:28 +0000)]
Removed duplicated dependecy in setup.py
Change-Id: I247670d156844fc8bd1a5f45bee6b7f7b94c9d3c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 25 Jan 2021 16:39:19 +0000 (16:39 +0000)]
New translation commands for SOL006: recursive package-translate, descriptor-translate
Change-Id: I4dd6e5b6eed7f8869ef7462b1ba9a9ff36944b5c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
beierlm [Fri, 15 Jan 2021 19:15:12 +0000 (14:15 -0500)]
Enable GitLab scan
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>
David Garcia [Mon, 14 Dec 2020 15:52:19 +0000 (16:52 +0100)]
Fix bug 1370
ns-configuration charms were not properly discovered by the client
Change-Id: I56c87ff9285325934dc443bb3f4393fa5e5df2f7
Signed-off-by: David Garcia <david.garcia@canonical.com>
garciadeblas [Wed, 2 Dec 2020 23:10:14 +0000 (23:10 +0000)]
Validation will fail by default if not using SOL006 format
Change-Id: I343ba1dbc1dc3b047af08366dea68d403ee04545
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 2 Dec 2020 22:37:18 +0000 (22:37 +0000)]
Fix VNF package generation for SOL006 and previous OSM packages when they contain charms
Change-Id: I9df6508036967ee2c9f16b9247a1be3686070bed
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 2 Dec 2020 14:18:32 +0000 (14:18 +0000)]
Remove ruamel.yaml dependency, use pyyaml instead
Change-Id: Ifb51246e4f920f4e1ef98e1d8393ea93cf4e64e0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 2 Dec 2020 14:43:08 +0000 (14:43 +0000)]
Added logger.debug lines to remaining functions, useful for debugging
Change-Id: I617f5fe4a49bff2fff70baf2e1803ce831735413
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
David Garcia [Wed, 2 Dec 2020 14:53:29 +0000 (15:53 +0100)]
Fix minor issue
Change-Id: I13f54c3327b4acaa04b97cfcd4c6bb4b383aae6b
Signed-off-by: David Garcia <david.garcia@canonical.com>
garciadeblas [Fri, 16 Oct 2020 12:42:43 +0000 (12:42 +0000)]
Fix bug 1265: fix error in k8scluster-list with helm and juju opState
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>
garciadeblas [Mon, 30 Nov 2020 10:43:49 +0000 (10:43 +0000)]
nfpkg-repo-list --filter option allows multiple calls
Change-Id: I340a99e4120f0b29456a573716427a8d4850b9ce
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
beierlm [Sat, 28 Nov 2020 17:04:16 +0000 (12:04 -0500)]
Fix reversed logic
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>
beierlm [Sat, 28 Nov 2020 14:30:51 +0000 (09:30 -0500)]
Fix build dependencies
Forces tox recreate to expose missing dependencies.
Adds wget to dockerfile for make IM to complete.
Change-Id: Ic01c91c06123c76989b96002b07788117e6f67e4
Signed-off-by: beierlm <mark.beierl@canonical.com>
beierlm [Sat, 28 Nov 2020 01:03:08 +0000 (20:03 -0500)]
Fix repo-index
Fully changes over to ruamel as the mixing of yaml and
ruamel packages was causing exceptions.
Report exceptions instead of silently ignoring them.
Change-Id: Iede687b558901340a9aa30670f3474c776a690a2
Signed-off-by: beierlm <mark.beierl@canonical.com>
garciaale [Fri, 27 Nov 2020 18:17:17 +0000 (15:17 -0300)]
Merges branch sol006 into master
Change-Id: Idb5eb93eeab7e8696e097ee0c2e1cf79ea054f20
Signed-off-by: garciaale <agarcia@whitestack.com>
garciadeblas [Wed, 23 Sep 2020 12:12:50 +0000 (12:12 +0000)]
Fix bug 1232: k8scluster-list now shows the vim name it belongs to
VIM name is shown instead of VIM ID.
Similar code was already used in different places, so it has been
properly refactored through the function get_vim_name
Change-Id: I46137f0e17762786036b1cacbbbc043fad0d488f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 23 Sep 2020 11:57:27 +0000 (11:57 +0000)]
Fix bug 1231: k8scluster-list now shows the project name it belongs to
Similar code was already used in different places, so it has been
properly refactored through the function get_project
Change-Id: I5b1299f27ca3e2eab3b3ba109a09ad8e66abae5b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 23 Sep 2020 11:03:41 +0000 (11:03 +0000)]
Fix bug 1230: show Helm and Juju status when listing K8s clusters
Added --long option to k8scluster_list and moved some fields there
Change-Id: I24d660b571e44e861f218063c22339923315baed
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 23 Sep 2020 11:08:19 +0000 (11:08 +0000)]
osm.py: reorganized commands related to pkg_repo_list to be together
Fixes bug 1228
Change-Id: I2592465149c3135afa3a8b33935ced6016597bd5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Tue, 22 Sep 2020 07:23:32 +0000 (07:23 +0000)]
Added --filter option to command vim-show
Fixes bug 1227
Change-Id: Ia6a314cd098d9d8fe5f0d19783cb59f69555c5a0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Tue, 22 Sep 2020 06:42:06 +0000 (06:42 +0000)]
commands with --filter option accept multiple filters and join them
Fixes bug 1226
Change-Id: I757ec0dc8707bafe41f74e317b1ec7e1e3c07ea6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
sousaedu [Tue, 24 Nov 2020 23:53:59 +0000 (23:53 +0000)]
Fix 1219. Adding juju-bundles parsing
Change-Id: I9e19e8adc4e5ceaf1f32b4f1bf5d038bb336fe93
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
garciaale [Thu, 22 Oct 2020 13:47:04 +0000 (10:47 -0300)]
Reformats code on NSD and VNFD clients and fixes small validation bug on VNFD create method
Change-Id: If8017f0bfd22cf1a60578f26a609ea5806a9a6ba
Signed-off-by: garciaale <agarcia@whitestack.com>
tierno [Wed, 16 Sep 2020 14:14:40 +0000 (14:14 +0000)]
adding operational state to the vim-list
Change-Id: Ia6ed5708d64480aafb6623b91cc2bd3c062d1479
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
beierlm [Wed, 19 Aug 2020 20:45:38 +0000 (16:45 -0400)]
Merge remote-tracking branch 'origin/v8.0'
Change-Id: I7015eb11371e7cade6e42c3b82e5a5021661ab84
Signed-off-by: beierlm <mark.beierl@canonical.com>
beierlm [Thu, 13 Aug 2020 20:13:50 +0000 (16:13 -0400)]
Update snap for build
Updates the snap to be buildable in the snapcraft docker
build container.
Change-Id: I2e16bb2a1bdd2eacf1cc134e7412486dbc6e4c98
Signed-off-by: beierlm <mark.beierl@canonical.com>
tierno [Tue, 11 Aug 2020 08:58:31 +0000 (08:58 +0000)]
fix 1182: change general timeout to connect timeout
enlarge timeout from 10 to 15. Sometimes NBI takes many time to respond,
low general timeout is not a good aproach, but connection timeout
Change-Id: I17c67c94cccba83baf6ea56a9225e0674a223c11
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 5 Aug 2020 12:48:02 +0000 (12:48 +0000)]
fix 1182: set timeout of 10s for NBI response
Change-Id: I6ba62ef7e1f588443d0fbf2a4025101bccc97464
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 5 Aug 2020 12:48:02 +0000 (12:48 +0000)]
fix 1182: set timeout of 10s for NBI response
Change-Id: I6ba62ef7e1f588443d0fbf2a4025101bccc97464
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
David Garcia [Thu, 18 Jun 2020 15:08:11 +0000 (17:08 +0200)]
Add snapcraft.yaml to osmclient
Change-Id: I97e847decd5cb99328e76f78256f0af61044f5a5
Signed-off-by: David Garcia <david.garcia@canonical.com>
garciadeblas [Mon, 20 Jul 2020 07:23:53 +0000 (07:23 +0000)]
Fix bug 1159: vdu can be empty in a KNF, override option must take it into account
Change-Id: I1947d65ab55af825f7aaa90b4fbf2f6e8f5a7a4b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
lloretgalleg [Tue, 30 Jun 2020 07:35:16 +0000 (07:35 +0000)]
Solved bug indicating vdu_count for osm-action command
Change-Id: Icba7ff77155673112910f859646ed21799a40d91
Signed-off-by: lloretgalleg <illoret@indra.es>
garciadeblas [Mon, 20 Jul 2020 07:23:53 +0000 (07:23 +0000)]
Fix bug 1159: vdu can be empty in a KNF, override option must take it into account
Change-Id: I1947d65ab55af825f7aaa90b4fbf2f6e8f5a7a4b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 20 Jul 2020 11:27:17 +0000 (11:27 +0000)]
Fix bug 1162: return without printing VNF record when KDU status could not be determined
Change-Id: I448b7bed88a36c2df2085780054b73210bccfaab
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 20 Jul 2020 11:27:17 +0000 (11:27 +0000)]
Fix bug 1162: return without printing VNF record when KDU status could not be determined
Change-Id: I448b7bed88a36c2df2085780054b73210bccfaab
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
lloretgalleg [Tue, 30 Jun 2020 07:35:16 +0000 (07:35 +0000)]
Solved bug indicating vdu_count for osm-action command
Change-Id: Icba7ff77155673112910f859646ed21799a40d91
Signed-off-by: lloretgalleg <illoret@indra.es>
tierno [Wed, 17 Jun 2020 12:56:12 +0000 (12:56 +0000)]
show queue status for ns-op-list
Change-Id: I659f78e3ffaff515c6b719ae9cdfcb8d44640fdc
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Mon, 1 Jun 2020 13:53:55 +0000 (13:53 +0000)]
osm.py: renamed internal functions for pkg_repo_list
Change-Id: I82c64f44db6356b2aafa4dd17bf87dbeae919448
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Fri, 29 May 2020 15:00:49 +0000 (15:00 +0000)]
Minor fix in error_details, only shown for BROKEN or DEGRADED or old client versions
Change-Id: I49b382204b41a7b7dc36753c351deaaf520d2a05
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Fri, 5 Jun 2020 09:17:50 +0000 (09:17 +0000)]
Updated short help for some commands
Change-Id: Iedcfb93e879996372258be4bbd6302cc79fc4dd6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Mon, 20 Apr 2020 16:25:41 +0000 (16:25 +0000)]
fix k8scluster/repo list when description is null
Change-Id: I02829995130bf35cf38f36712d557d8f8e65eedd
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Fri, 29 May 2020 10:21:04 +0000 (10:21 +0000)]
osm.py: safe_dump with indent 4 and default_flow_style False
Change-Id: Ia8b28c47d507f07fa1cdf8ba7306640a37845b87
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Thu, 28 May 2020 10:58:36 +0000 (10:58 +0000)]
adding quotas to project create update
Change-Id: I638e0a97bb68fbc87b7608bf38197769cc4bfb8d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 20 Apr 2020 16:25:41 +0000 (16:25 +0000)]
bug 1085: generate package at package parent folder
Change-Id: I9adf7a43107af939b4a9dccef7e47c3061daf49e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Felipe Vicens [Sun, 31 May 2020 18:13:31 +0000 (20:13 +0200)]
Fix Bug #1088 Zipping packages using osm repo-index
Change-Id: I229fb33437c43dcbbe9ba6b7930ffbcf1cb67185
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
Felipe Vicens [Wed, 27 May 2020 18:09:22 +0000 (20:09 +0200)]
Fix netslice-subnet vnf instantiation parameter
Change-Id: If9f1a66cf505270c50d73aebf47ea718c7a6da05
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
gomezl [Wed, 6 May 2020 07:44:54 +0000 (09:44 +0200)]
Feature 8178 VNF Repositories
Change-Id: I040da8dd9d5696f9029cf7ecf82aa1eff26bb22a
Signed-off-by: gomezl <luis.gomez.external@atos.net>
garciadeblas [Fri, 22 May 2020 14:33:35 +0000 (14:33 +0000)]
package_tool: fix calculate checksum to consider only files
Change-Id: I7676fbb51fb3d4f3f4ad174241c0e93418a8c49f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Mon, 18 May 2020 12:04:52 +0000 (12:04 +0000)]
fix 1066: package creation over a path
Change-Id: I980aeee9236ba666a861f13b70fbbfc19db731ef
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Felipe Vicens [Thu, 14 May 2020 07:36:21 +0000 (09:36 +0200)]
Fix #1063 flake tests
osmclient is failing in jenkins merge stage due flake check
Change-Id: I25f8940e000949176798c14207b7801434c7ff35
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
beierlm [Wed, 13 May 2020 21:21:20 +0000 (23:21 +0200)]
Merge changes Iff7ec8a9,I661d8abd
* changes:
Fix NST creation command
Fixed osm version for pre-7.0 version
Felipe Vicens [Tue, 12 May 2020 07:01:06 +0000 (09:01 +0200)]
Fix NST creation command
Change-Id: Iff7ec8a9a369e87f638350ddbdcf9a37c6b20486
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
Felipe Vicens [Fri, 8 May 2020 08:35:56 +0000 (10:35 +0200)]
Fixed osm version for pre-7.0 version
Change-Id: I661d8abd8a845275f853bbea01092b547406ebf4
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
garciadeblas [Thu, 7 May 2020 07:10:10 +0000 (07:10 +0000)]
Improved help message for nfpkg-create, nspkg-create and their aliases
Change-Id: Ia324850635e760e91feba04d44e006de4d4557dd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Thu, 7 May 2020 07:08:31 +0000 (07:08 +0000)]
ns-list: fix when deployment and config status were empty
Change-Id: If559ad034aac754feb7065db7a1f72d7c2f3b2c3
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Tue, 28 Apr 2020 06:55:45 +0000 (06:55 +0000)]
Fixed ns-list for pre-7.0 version
Change-Id: I3a7814753997a925de28b19770e95612a656726f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 27 Apr 2020 13:30:32 +0000 (13:30 +0000)]
Added project to osm vim-list --long
Change-Id: I2a8941c84ef371d12738965d43b8e07545f47128
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 22 Apr 2020 08:58:55 +0000 (08:58 +0000)]
vim-list --long option: shows op state and error details
Change-Id: Ice8f5eb68994308f2911ee3df94d2a1626d8a825
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Thu, 16 Apr 2020 22:17:28 +0000 (22:17 +0000)]
New options for nfpkg-create: override-epa, override-nonepa, override-paravirt
Change-Id: I8277b2f3734936090155bd5dd0b805b0a4410c23
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 13 Apr 2020 06:41:57 +0000 (06:41 +0000)]
osm.py: minor fix when using ns-list --long
Change-Id: I159c6644363e9cf071eae6353207a41fa9586197
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tierno [Fri, 17 Apr 2020 15:42:35 +0000 (15:42 +0000)]
fix error when description is not provided at k8s cluster repos
Change-Id: Ic9c5322a3d11cd2a2e639b2ac126200303fb3e04
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Thu, 2 Apr 2020 15:59:04 +0000 (15:59 +0000)]
fix 1042 add timeout option for ns-action and vnf-scale
Change-Id: I5a30f4d1ca9c17875800d602ecaa5406bc9ff1a1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 30 Mar 2020 09:17:01 +0000 (09:17 +0000)]
fix wait option when operation fails
allow set a timeout for wait at ns,nsi,vim, wim, sdncontroller
adding wait option to vnf-scale
Change-Id: I7aa7aad8b678dcd19334a9d001e049be82476100
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 27 Mar 2020 15:17:54 +0000 (15:17 +0000)]
bug 1045. Show error if any at ns-list when ns operation is PROCESSING
Change-Id: I59698403c93fe232b804e607ab45feaa9c0a67e1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 23 Mar 2020 06:34:43 +0000 (06:34 +0000)]
Allow ns-terminate params. Some other updates at ns
Change-Id: Ic0ccbbc391c9a90b934d183b7b7986c1819a35b3
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 27 Mar 2020 06:53:13 +0000 (06:53 +0000)]
enhance help for user-create/update role-mappings
Change-Id: Ia823e636769c65150629edd86364a21a196cdbad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Fri, 27 Mar 2020 07:29:59 +0000 (07:29 +0000)]
forward ns-create config parameters that does not need translation
Change-Id: I705259e4869e78fb691ec85d71679cc1cdb8b4a3
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Mon, 9 Mar 2020 14:46:50 +0000 (14:46 +0000)]
Allow ns-op.detail to be None
Change-Id: I1af0d1aba38c5418f54bf6b9e6aa8ddfea1ea8bf
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
tierno [Wed, 4 Mar 2020 20:07:02 +0000 (20:07 +0000)]
allow disassociate sdn_controller from a VIM
Change-Id: I92462a119b4c1821a9fa4cbb5550fc3517111fa2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
garciadeblas [Thu, 5 Mar 2020 09:31:28 +0000 (09:31 +0000)]
Fixed user.get to search ids, then names
Change-Id: I35aab8eb9d95fb29eda0168468f1e64451c2b7b5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Wed, 26 Feb 2020 09:10:55 +0000 (09:10 +0000)]
fix ns-op-list when status is FAILED and no errorMessage
Change-Id: I7964b245cf6677d3249fcaa3c5d5593a0fcd0af6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
garciadeblas [Mon, 24 Feb 2020 11:10:28 +0000 (11:10 +0000)]
Fix issue when printing kdu status without notes
Change-Id: Icf917868945bf4aa7132963b9bca113a48a4ea80
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>