Age | Commit message (Collapse) | Author | Files | Lines |
|
-Catalog DB Changes with new macro action.
Issue-ID: SO-3859
Change-Id: I99f33f225d114d713f42f0a900aeb6532d7c6afe
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
|
|
Issue-ID: SO-3836
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I07dc6c8073197aae2aac5ff3ea3429563b3cbb38
|
|
|
|
Re-added Macro DB Entries in below tables
- orchestration_flow_reference
- building_block_detail
Issue-ID: SO-3834
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Change-Id: I33f12f156c122d723f52f0a855adb9430b7c6ade
|
|
|
|
|
|
-Enhancement of CNFO model with helm upgrade
-Included code changes with respect to HealthCheckBB
Issue-ID: SO-3814
Signed-off-by: sreejatechm <sg00744975@techmahindra.com>
Change-Id: I44f11f156c132d713f42f0a855adb6730b7c6abe
|
|
|
|
The listener was using a customizationId from the requestPayload.
Since the requestPayload is slightly different for VNF LCM requests,
this logic was inconsistent and not working properly.
By adding modelCustomizationId and modelVersionId to the Resource
class, the SkipCDSBuildingBlockListener can leverage this to perform
more reliable lookups for customization objects.
This also enables SkipCDSBuildingBlockListener to run for delete
requests. Previously this would have failed as the resourceKey is
instance-id in the delete case and customization-id in for create.
By using the explicit property of the resource object, there will
be no confusion.
Issue-ID: SO-3807
Change-Id: I0922e5e7373990d9b409651cb4365e11d5618558
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
|
|
|
|
|
|
Issue-ID: SO-3786
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I5b7c5376d225043a196a1d92ce24d4ffae47e7e1
|
|
|
|
Issue-ID: SO-3772
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Ia49b9e849eb4a331295194282e8d656f5eafd75a
|
|
Issue-ID: SO-3764
Signed-off-by: krishnaa96 <krishna981996@gmail.com>
Change-Id: I899191a47a3c50ac7fe6f0633c658fef09a3ad5c
|
|
Issue-ID: SO-3796
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Ic499c0ec10548f1f2297b66f60faa99e6cd6dd6c
|
|
|
|
Issue-ID: SO-3784
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I3214cfe5faf3bc9d10081859d63d5a67ee2d6318
|
|
|
|
Issue-ID: SO-3806
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I95adb639f0037ada945d6216d4bfb0d94f84c59d
|
|
The validator will fail if there are active vf-modules for the vnf.
The downstream vnf-delete macro will delete these vf-modules so the
validator should not apply for this flow.
Change-Id: If45c872e3b06d9dbb925bff21f7643694503c481
Issue-ID: SO-3801
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
|
|
|
|
Issue-ID: SO-3785
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: Id4eea6a32d204f59f11cc93c18555f1ac50b4b55
|
|
|
|
Issue-ID: SO-3796
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Iaf63f2e80da64795b2c4be107e2288bc36db228b
|
|
|
|
Issue-ID: SO-3787
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Iaad6c7d570824cf89c642aa1568f909350c100f0
|
|
|
|
|
|
This ensures isBase is set on vf-modules in delete flows, which will
ensure correct deletion order. It also adds a AAI lookup for vnfs to
fetch modelCustomization ids, which are necessary for validations in
service-macro-upgrade.
Issue-ID: SO-3794
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I4a6f5eb21633b4a8be8107b290b04c77d854bc0d
|
|
|
|
|
|
Issue-ID: SO-1353
Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I631dde43d2f6b75738452506f02bb276b7289a0e
|
|
Issue-ID: SO-3764
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I57f6db8fab6cbd0032f58ca8254d3f93d7a78147
|
|
Documentation update for CNF Healthcheck workflow
Documented API Changes for CNF HealthCheck workflow
Issue-ID: SO-3757
Change-Id:I99f22f315d442d713f42f0b800aeb6534d7c6afe
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
|
|
Issue-ID: SO-3782
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I2628a3de5974f995afccf008e2b7dc403fee4afd
|
|
Issue-ID: SO-3642
Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I92f259a36756a7b1bb6af67d9b0fc91d2f3c651f
|
|
|
|
|
|
|
|
Issue-ID: SO-3772
Change-Id: I0539bf648e4879efc739d65ed77fd826d296de93
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Updated file to only have one INSERT statement for each macro table
instead of multiple INSERT/UPDATE statements across the file making
it difficult to work with.
Change-Id: I6ff934befbd4f54e6338388cdb3e11b2a8b8de63
Issue-ID: SO-3706
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
|
|
- Remove unecessary requirements
- It leverages the latest lfdocs-conf (0.7.7) updates
- It now loads all centralized upper contraints from ONAP doc
- Correct conf.py to use app.add_css_file()
Issue-ID: DOC-765
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: Ie8aa095bc9ac263a754734ea7d9bfff427ddcca0
|
|
This enables camunda to set REMOVAL_TIME_ to entries
written to the camundabpmn database, which can then
be cleaned up after ttl has expired. Regular clean-up
will improve database performance and prevent locking
timeouts.
Change-Id: I0803a0ebda9220daba7d505797c94ba47ade5921
Issue-ID: SO-3770
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
|
|
|
|
|
|
Issue-ID: SO-3767
Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
Change-Id: I71375158314ecd7ed8721688ce45ab03549cab2b
|
|
|
|
Issue-ID: SO-3715
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: I863b0c48fb64245917f21212ba60f706dcdc2610
|
|
Issue-ID: SO-3766
Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
Change-Id: I05c970a9c374837abd4a0136fa82a640111c70f0
|