This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/LCM.git.
Pull mirroring updated .
- Nov 12, 2021
-
-
garciadav authored
Change-Id: Ic257ca354c881b059c38283263049f8de52a79a1 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Nov 03, 2021
-
-
garciadav authored
Changes: - Update the `osm_lcm.ns.NsLcm._add_vca_relations` function, and decouple it into simpler and smaller functions. - Get relation data for the descriptor taking into account the changes introduced here: https://osm.etsi.org/gerrit/11212/ - Add `osm_lcm.data_utils.vca` module to take care of VCA related parts in the IM - Add a couple of functions into the `osm_lcm.data_utils` package: - nsd: get_vnf_profile(), get_ns_configuration(), get_ns_configuration_relation_list() - nsr: get_nsd(), get_deployed_vca_list(), get_deployed_vca() - vnfd: get_relation_list() - Rename `osm_lcm.data_utils.vnfd.get_kdu_profile` to `osm_lcm.data_utils.vnfd.get_kdu_resource_profile` Change-Id: I6da29e656d092e17c85b44f5b3960a6ca3aa3ad8 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Oct 21, 2021
-
-
garciadav authored
Change-Id: I814e8c2e9f4ad4fb973958abe5c9453138f701fb Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Aug 16, 2021
-
-
aktas authored
The fix requires merging this https://osm.etsi.org/gerrit/c/osm/N2VC/+/11086 commit. Then it can pass the jenkins w/o failure Change-Id: Icef9a467b8b037db33a0cf3c444247378ff6499b Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- Jul 29, 2021
-
-
aktas authored
Change-Id: Ief505adac777cf6269a34b01b20ef718e9d586f4 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- Jul 26, 2021
-
-
sousaedu authored
Change-Id: I9931b0c87923ade9cae36b59c8a2cab939c3bb93 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Jun 21, 2021
-
-
adecoa authored
Change-Id: I938715344294150ed99da719cae4efb0d1bf975a Signed-off-by: endika <endika.aldecoa@ehu.eus>
-
- Jun 03, 2021
-
-
datle1 authored
Change-Id: I19e58252df4ba2dd18aa372d6043713866cae17b Signed-off-by: Dat Le <datle.it@gmail.com>
-
- May 31, 2021
-
-
garciadeblas authored
Change-Id: I7bc5c2b551c52c2c0d3455deabe02412872ff162 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: I38a04094d6b2327f0758451ed6d8619f8a121687 Signed-off-by: romeromonser <garomero@indra.es>
-
- May 28, 2021
-
-
garciadav authored
In the VNFD, the juju section has been removed and included inside the execution environment list. Since then basic_12 (nscharms) has not been properly working because we are only looking for the execution-environment-liist key inside the descriptor, but that does not apply to the NSD. Additionally, I fixed the deletion of the nscharm, that was failing due to the member-vnf-index key not existing in the deployed VCA. Change-Id: Icb3220f28e373cf8ac3f978c9a3a83b179540512 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- May 19, 2021
-
-
aktas authored
Also includes improvements for scale function Change-Id: I23f51b8c1b219681841d0b1f7f4db3a0d9ed4c7b Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- May 14, 2021
-
-
garciadeblas authored
Change-Id: I2259f4fc330129ff2d6c805618c2e069aa74564c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 06, 2021
-
-
bravof authored
Change-Id: I7410f6f39aa58a57ab91410c45dc7d7042b0293d Signed-off-by: bravof <fbravo@whitestack.com>
-
Change-Id: I01fac4167617450670999c87200bd3d8179f7293 Signed-off-by: bravof <fbravo@whitestack.com>
-
- May 04, 2021
-
-
If vnfd:id and vnfd:df:lcm-operations-configuration:operate-vnf-op-config:day1-2:id are not the same, it fails to add the relation defined in NSD. Change-Id: I15e0a23c726fe4257c1b628faae2b2b50c0675e9 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
aktas authored
asyncio.sleep is not needed with the changes on https://osm.etsi.org/gerrit/c/osm/N2VC/+/10399 . Change-Id: Ie7179140011c0c13d4957b8b7824125ac0cac4dd Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
garciadav authored
This patch adds **kwargs in the LCMHelmConn methods that are not used. The feature 10239 added the vca_id parameter for the LCM and N2VC communication for Juju related execution environments. The current patch will avoid having to add extra parameters that are not needed nor used in the LCMHelmmConn. Change-Id: I673a36c7c13891a53de1d7dc547f13c81616d373 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- May 03, 2021
-
-
garciadav authored
- Handle VCATopic: https://osm.etsi.org/gerrit/#/c/osm/NBI/+/10574/ - Pass vca_id to calls in N2VC, so N2VC can know to which VCA it needs to talk Depends on the following patch: https://osm.etsi.org/gerrit/#/c/osm/N2VC/+/10616/ Change-Id: I080c1aab94f70de83f2d33def74ccd03450dbdd6 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Apr 22, 2021
-
-
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: Ieebd667829444217d1d38e05261d6f50b9f0d180 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Change-Id: I3f330610659a1b627dd74bfd9e1dd4d722ebf7d2 Signed-off-by: lloretgalleg <illoret@indra.es>
-
- Apr 19, 2021
-
-
Mark Beierl authored
Adds gitlab-ci yaml file to enable security scans in GitLab mirror Change-Id: Ie660d19b4e9a834abe38589e5c32447531345d63 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 06, 2021
-
-
Creates standard template for tox.ini Introduces 'safety' for listing upstream CVEs Pins all versions of all upstream modules Removes Makefile step and places all build logic into tox.ini Change-Id: I15c8ec22ad911d5bfa67df5a85175642a59da971 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 26, 2021
-
-
Addressed review comments Change-Id: I2f5585ee48d4641136c6ac146bb10b3cf928b006 Signed-off-by: Priyadharshini G S <priyadharshini.g@tataelxsi.co.in> Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
-
- Mar 18, 2021
-
-
Added unit tests for vca status refresh in lcm Change-Id: Ic2009a321991526f284d88858fd6ee19a2eed960 Signed-off-by: gspri <priyadharshini.g@tataelxsi.co.in> Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
-
In ns.py file Added _on_update_k8s_db function to update KNF vcaStatus in NSR record Integrated the vca status refresh function for updating KNF status Change-Id: Ieba74e3d6d45766ad4b808665a3c62b046a42b2a Signed-off-by: jayaramans <selvi.j@tataelxsi.co.in> Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
-
Integrated functions implemented in n2vc module for actions list, configs list and executed actions/history of actions Change-Id: I25db0d9fe4535b9908883a6f2175c3e80997e7cf Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
-
Implemented functions to receive vcaStatus update message from kafka and update nsr record in mongo. Addressed review comments Change-Id: I54f526c74fd27328c88721002d41bd85a182f9eb Signed-off-by: Priyadharshini G S <priyadharshini.g@tataelxsi.co.in> Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
-
- Mar 15, 2021
-
-
limon authored
Change-Id: If865dec846b0d28e31f272d512cb47ad62b2948a Signed-off-by: limon <alimonj@indra.es>
-
- Mar 05, 2021
-
-
garciadav authored
In the commit c4da25cc that fixes 1412 I forgot to add the kdu_name variable. Change-Id: I12697d66e590660fe27b3a5abd32634b509a4fbd Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Mar 04, 2021
-
-
garciadav authored
scaling_in argument has been added to the delete_execution_environment for the juju connector. This patch adds kwargs to the helm connector. The scaling_in is not currently used by helm. Change-Id: I4723d6f194cdd64a4b3bbef348457fb6c2a1e47c Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Mar 02, 2021
-
-
garciaale authored
Change-Id: If1cdf143aaebb8c5246a8cae6cc6aff239ab0637 Signed-off-by: garciaale <agarcia@whitestack.com>
-
- Feb 26, 2021
-
-
garciadav authored
Change-Id: Ic8fbcd1d78eeef60ec0c943bcd233f8d8ee4f166 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Feb 25, 2021
-
-
aktas authored
This fix should be merged with this https://osm.etsi.org/gerrit/c/osm/N2VC/+/10364 Change-Id: I43fb4e5c81dbbaed07f01ba1a3ba399f7425b347 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- Feb 23, 2021
-
-
bravof authored
fix(configuration): juju related changes to honor descriptor changes introduced in v8 and fixes for new configuration model Change-Id: Ib5131a94b944c1aed985c2a612cf2b5d871673de Signed-off-by: bravof <fbravo@whitestack.com>
-
- Feb 22, 2021
-
-
Change-Id: Ie4ed89c261604c74a504adbed8482036b7db4951 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 21, 2021
-
-
bravof authored
Change-Id: I5511a659e257a42d6bbdb48c495f93078bd12928 Signed-off-by: bravof <fbravo@whitestack.com>
-
- Feb 18, 2021
-
-
Change-Id: Ic86d62bafe9fa4fdcaf7b750501d002851022f78 Signed-off-by: garciaale <agarcia@whitestack.com>
-
- Feb 17, 2021
-
-
lloretgalleg authored
Change-Id: Icc4a9871c0ae44fc516b6c60fd6e0a641324fcdd Signed-off-by: lloretgalleg <illoret@indra.es>
-
- Feb 16, 2021
-
-
If initial-config-primitive or config-primitive do not exists, there was an error. Change-Id: If43cef7369a5f6d57c99347ba8a4b7b08790d057 Signed-off-by: David Garcia <david.garcia@canonical.com> (cherry picked from commit 95cc9c5f)
-