Age | Commit message (Collapse) | Author | Files | Lines |
|
Update charts and requirements to 7.0.0.
Create release notes for Guilin
Update documentation
Issue-ID: OOM-2638
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
|
|
|
|
This commit makes SDNC chart to use the new generator for repositories and
images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iec8379934829947be1cb466b007c949a8448e742
|
|
Remove serviceName parameter from deployment. Parameter reserved for
startefulSet.
Issue-ID: SDNC-1427
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: Ic949e1a465c3bb632cbb7c0c325ef7d358935e99
|
|
Upgrade to version 2.0.4 of SDNC docker containers, which contain
fixes for the following High severity issues:
CCSDK-2979: devicemanager onf14 influences ietf-alarms.yang using devicemanagers
SDNC-1413: CCVPN - Transport Slicing: SDNC development - PATCH operation instead of POST
SDNC-1414: CCVPN - Transport Slicing: SDNC development - Need to unset a context variable in a for loop node in DG
Issue-ID: SDNC-1409
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icf39ad2e8280ddd4cea53a54905b27f61bb05aab
|
|
|
|
|
|
fix deployment.yaml
Issue-ID: OOM-2600
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: Id8f8f6c341bed30ce26cc061b47aeb6e312e7bfa
|
|
Update SDNC and CCSDK image versions to proper Guilin RC1 version.
Issue-ID: CCSDK-2931
Issue-ID: SDNC-1402
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9d711d6c3e7c3130680fe3459326be0b5dd2e555
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ia390319f744931f435615af49246c0e13cdb8564
Issue-ID: OOM-2562
|
|
Helm is now called by HELM_BIN variable which by default is set to helm
and makefiles use helm from path. HELM_BIN can be overwritten so user
can have two version of helm in system and choose which one to use.
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
|
|
Install version 2.0.2 of sdnc docker images, which contains a
fix to issue where AAI interface was failing due to failed
SSL certificate check.
Issue-ID: SDNC-1371
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id14b823989cdd987d745d205458ec57712c2a3df
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Change-Id: I2c09ef07a3445e8eb199011cdc2aa0a9d3647dcf
|
|
Bump image versions to use Guilin M4 version of SDNC images and of
CCSDK dgbuilder. Note - SDNR remains disabled in this commit pending
fix to its endpoint. Also, note that CDS version bump is not included -
that will be submitted as a separate review.
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8d660a8e303a18d4674f832b9239fa50c5abf3f2
|
|
|
|
Mounting of DMAAP listener properties for RANSlice
in SDNC DMAAP-Listener charts
Issue-ID: OOM-2550
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Iba8dde371ba78e784dfba6f04f7ccd925e140d4f
|
|
Readiness container v3.x and up are now present in ONAP main repository.
They're also not using root user anymore and then script path has
changed.
Finally, "job_complete" script has been integrated in main "ready"
script.
As those changes are significant, we must upgrade all the components at
once.
Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0
Issue-ID: OOM-2545
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
|
|
use disaggregated elasticserach DB from common
Issue-ID: SDNC-1165
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: I0c6ac6549f6c144f0ed5a64ae76a1fa352f740d2
|
|
Issue-ID: OOM-2466
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: Ia007cd54ae20fda08f6e4359248ea5dbac42ac92
|
|
ONAP is built using plain makefile rules. List of targets is generated
using wildcard function. Based on make changelog:
http://git.savannah.gnu.org/cgit/make.git/tree/NEWS
since version 3.82 wildcard is not going to sort its results which
means that charts are being processed in an arbitrary order which may
lead to build failure due to missing dependencies.
Since version 4.3 make started sorting the wildcard results once again
which may lead to build issues.
To avoid that and make our builds predictible independently from
Makefile version let's make sure that we always sort wildcard results.
Addinally let's use 'file://' instead of '@local' for charts in common
to resolve dependencies between them.
Issue-ID: OOM-2399
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Iacb02dcdbd577ce0e9ca1078dd0586d296ec9375
|