Age | Commit message (Collapse) | Author | Files | Lines |
|
Service name change to avoid conflict with VES-TLS
Change-Id: I68cb87de1e1707fe8d7b37ae361baa95fd5e6f64
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2520
(cherry picked from commit a778de366ed274e43348f3dc4347d4ee5bb95ea9)
|
|
|
|
|
|
Revert submission 114556
Reason for revert: Bug - OOM-2630
Reverted Changes:
Ic1302ac28:[CONSUL] Make consul server run as non-root
I43584b7f0:[CONSUL] Make consul run as non-root
Issue-ID: OOM-2630
Change-Id: Ie80d50417418d182f3db54d103bac50dde0c6775
Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
(cherry picked from commit 55913091b7deb8f73c026c53826608c8f7b51f17)
|
|
SO 1.7.10 containers are release containers
so-bpmn-infra: 1.7.10
so-catalog-db-adapter: 1.7.10
so-monitoring: 1.7.10
so/nssmf-adapter: 1.7.10
so/openstack-adapter: 1.7.10
so/request-db-adapter: 1.7.10
so/sdc-controller: 1.7.10
so/sdnc-adapter: 1.7.10
so/vnfm-adapter:1.7.10
so/api-handler-infra:1.7.10
Issue-ID: SO-3346
Change-Id: I450734f8b4704c767c330deff8a830ae84ba3d2c
Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
(cherry picked from commit df29b1e09931b7e0f4c7cd4bfb363a707a201deb)
|
|
Issue-ID: OPTFRA-871
Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
Change-Id: I64b7e6dbacbc627e55d28dafc5254cbeac74b821
(cherry picked from commit bdad855eac00576618dc1533fabbd131f5a1afcf)
|
|
|
|
|
|
|
|
|
|
Updated version of network-name-gen microservice to 1.0.2, which
contains fix for database initialization error (CCSDK-2978).
Issue-ID: CCSDK-2978
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I25fb44188086181714cfdd3b864ad69bad8f28bf
|
|
SO 1.7.9 containers are release containers
so-bpmn-infra: 1.7.9
so-catalog-db-adapter: 1.7.9
so-monitoring: 1.7.9
so/nssmf-adapter: 1.7.9
so/openstack-adapter: 1.7.9
so/request-db-adapter: 1.7.9
so/sdc-controller: 1.7.9
so/sdnc-adapter: 1.7.9
so/vnfm-adapter:1.7.9
so/api-handler-infra:1.7.9
Issue-ID: SO-3216
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I14d3347225dc1a6c072dbb2e56e5bb985867f25a
|
|
Small change so that NFVO registers in MSB correctly
Issue-ID: SO-3225
Change-Id: If734b1455cb5a9a31ec64f2df92ddd8239004bea
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
|
|
|
|
|
|
|
|
Helm 3 no longer supports creation of a local repo as helm 2 did. Now
we need to use external component named chartmuseum to provide us repo
for helm charts.
When we start chartmuseum for the first time repo is empty and during
our build process we successively built helm charts to it. As a last
chart we always build our umbrella chart called onap and also push it
to repo. Unfortunately our local helm cache is unaware that this new
chart is now available untill we push sth else or execute helm repo
update which leads to really cryptic deployment failures.
To mitigate this issue let's add a new target helm-repo-update which
will be executed right after onap and just make sure that our local
cache is up to date.
WARNING:
If you are using helm v3 and you build a single component for the
first time on this machine or version of chart for the component that
you are building has just changed recently it's not enough to run:
$ make <component>
You need to also run:
$ make helm-repo-update
after successful build of your component.
Issue-ID: OOM-2562
Change-Id: I77020a3fb5666106b86c6a76477a57d9dd5af047
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update kubernetes/aai from branch 'master'
to 9eef36ac7a12292e749104dd5a7fa17e35bdfecc
- [AAI] Bump Schema Service
Use latest schema service version for helping the ccvpn network slicing
use case with an edge multiplicity issue.
Issue-ID: AAI-3212
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: I878e0c1f7b664fc97adf3256e97b79e351828ee0
|
|
|
|
|
|
* Update kubernetes/robot from branch 'master'
to f3afcb0e60f54840d386084ee3ee2e364b2650f1
- Merge "[SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP"
- [SO] SOL003 adapter,bpmn-infra, nfvo HTTPs to HTTP
Removing https communication as SO SOL003 Adapter has used its own keystore for communications with bpmn-infra and etsi-nfvo
with hardcoded password.Common way of certicates will break existing communication so going for HTTP path due to time constraint .
Will revisit security in Honululu as part of https://jira.onap.org/browse/SO-3350 epic.
Change-Id: I75acd05feb4b244892261cf9c95d33a78dbe687d
Issue-ID: SO-3349
Signed-off-by: Mukesh <mukeshsharma@est.tech>
|
|
|
|
|
|
|
|
* Update kubernetes/robot from branch 'master'
to 3b9adc67e6ae2a65480d80dc50cee88b674604a3
- [Testsuite] bump version 1.7.2 for Guilin RC1
Issue-ID: INT-1768
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I533da0afac4f853c6ef018f978f05df00e05087e
|
|
|
|
|
|
Removing https communication as SO SOL003 Adapter has used its own keystore for communications with bpmn-infra and etsi-nfvo
with hardcoded password.Common way of certicates will break existing communication so going for HTTP path due to time constraint .
Will revisit security in Honululu as part of https://jira.onap.org/browse/SO-3350 epic.
Change-Id: I521d9be9007f229919fb5d88f476a692faae10e1
Issue-ID: SO-3349
Signed-off-by: Mukesh <mukeshsharma@est.tech>
|
|
This reverts commit a2145f7fa5a4bfadf6782333a879e75730da4f8e.
Reason for revert: it seems to have weird consequences when bumping so version
Issue-ID: SO-3164
Change-Id: Ibf869be9e9dcba915a738605af6d4f823742fbea
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
|
|
|
|
|
|
Sets the Guilin release version for CLI component.
Issue-ID: CLI-328
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Change-Id: Iacef3d5957aecba0cefcfb5ee3715000c20c3a9c
|
|
Includes image updates to version 3.4.2 and
disabled A&AI Ui from portal platform
Issue-ID: OOM-2618
Signed-off-by: SandeepLinux <sandeep.shah@att.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I98f4b477c3ac4d75ae9ef40387c6e931c1afb352
|
|
|
|
Re-enable the cert storage for secure package of the onboarding be
Issue-ID: SDC-3361
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Signed-off-by: Xue Gao <xg353y@intl.att.com>
Change-Id: I4325ebdaa2c52432150097032974e11668731492
|
|
|
|
fix deployment.yaml
Issue-ID: OOM-2600
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: Id8f8f6c341bed30ce26cc061b47aeb6e312e7bfa
|
|
remove startup scripts
Issue-ID: OOM-2610
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: Ia09de604cc502ecbbd7575cd5dd2374f253820ed
|
|
* changes:
[CONSUL] Make consul server run as non-root
[CONSUL] Make consul run as non-root
|
|
This files are never processed as helm's template, so comments
should be in yaml style.
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Change-Id: Id97f1b2640d7d96324f891b54780a12ec28e5d02
|
|
Release new docker images after bug fixing.
Issue-ID: HOLMES-368
Change-Id: I7edfc71bc90d3994447d5606eefc1d49d1371c1c
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
|
|
|
|
The release version of so-etsi-nfvo-ns-lcm is updated from 1.7.4-snapshot to 1.7.7
Issue-ID: SO-3351
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I0e167bc37f3bb02d7f63ae5aaa6cbed37840b5c3
|
|
soHelper is currently using repositoryOverride value of SO in the
templates, making SO gating very hard.
This commit prevents that (it's always possible to use the same
repository by setting repositoryOverride on soHelper)
Issue-ID: OOM-2617
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I88ce702b04242d7f4244698bce3114a1303394cd
|
|
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
|
|
These parameters trigger an error when installing on windriver
so if the file is used, installation will fail due to yaml issue
Issue-ID: OOM-2620
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I572d7d26067f7b632aaec4fd88a19d28b80b9d68
|
|
Modify the entrypoint to eliminate root process from container.
Issue-ID: REQ-362
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ic1302ac2858dda1bac71be4449ea74cfc73ba197
|