Age | Commit message (Collapse) | Author | Files | Lines |
|
Move all Chart.yaml to use apiVersion: 2
Move dependencies from requirements.yaml to Chart.yaml
Changes to all makeFiles
Changes to helm deploy plugin
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0
Issue-ID: OOM-2845
|
|
By default, disable all dcaegen2 components except
config-binding-service, healthcheck,
and ves-openapi-manager.
Fix DNS name for the ONAP consul instance.
Move mongodb dependency from dcae-bootstrap to dcae-tcagen2.
Fix the generation of the JSON list of expected components for the
healthcheck services. (Previously could have a spurious leading
",")
Update healthcheck-container version to 2.3.0 for
logging enhancements and updated base image.
Issue-ID: DCAEGEN2-2968
Issue-ID: DCAEGEN2-2958
Issue-ID: DCAEGEN2-2983
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I4bcce1d3e43e2e5c7cc2c3179870de72b55d5d2e
|
|
Bug fix in filtering new FM notification
Issue-ID: DCAEGEN2-2943
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Id3651b323934ddd325d5e9f9681dc472874a92d6
|
|
|
|
|
|
pre-commit is now enforced by the CI chain.
Meanwhile, trailing blanks were introduced in the code base and must
be fixed so that gate pass.
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I54daa27a1fdf019a6777e9b90274d0ef4f1ba08e
|
|
|
|
As it was agreed with Vijay we are downgrading
standard defined domain used in OOM to version
that is compatible with helm charts and config
map size used during ONAP deployment.
In order to upgrade schema map user need to use
OOM/UTILS script and update deployments of:
- dcae ves collector
- dcae ves openapi manager
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: DCAEGEN2-2893 DCAEGEN2-2894 DCAEGEN2-2895
Change-Id: I09caa95041cf9bd5825d384eaf513cfecf24044d
|
|
Use version 9.0.0 for Istanbul
Also update the doc.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I03e11799bf487226784c98b04116f005c89d1e70
|
|
|
|
|
|
- Updated feedVersion: 0.0 -> feedVersion: ”0.0” in drFeedConfig
Issue-ID: DCAEGEN2-2938
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: I9781569bb9a03997f40f3ff997593b6f3549f450
|
|
- create a .pre-commit-config.yaml configuration file with
* gitlint
* trailing blanks linter
* tabs removal linter
- exclude .git folder from it
- exclude Makefiles since tabs are mandatory by default in them
- create a tox pre-commit profile to run it from tox
note gitlint is not runnable at this pre-commit stage
- create pre-commit-install and pre-commit-uninstall tox profiles to
(un)install hooks locally and (un)perform tests at each "git commit"
call (i.e. without calling manually the pre-commit tox profile)
- precise pre-commit stages/types in the pre-commit configuration file
so that hooks are installed correctly. This avoids messages about
skipped tests when they are run at a wrong stage.
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ie95bb4f6f90be80b05a1398973caffeff7936881
|
|
Add service account to requirements, values and deployment/statefulset
Issue-ID: OOM-2828
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: I9093839265e0d70dd68d7fdded0704942b4d6f71
|
|
|
|
Updated version for bootstrap - includes blueprint revision
for following services
bbs-ep,dfc,dl-admin,hv-ves,kpi-ms,pm-mapper
pmsh,slice-analysis, son-handler,tca, vescollector
CBS version bump to 2.5.4 (integration base image alignment)
Change-Id: I9964c8b1c09aa93dfb4426e5eace230c0a6178a8
Issue-ID: DCAEGEN2-2904
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
|
|
new version 1.7.1
rebased to patch with bootstrap update
Issue-ID: DCAEGEN2-2873
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ie7e9a52eb78e43af28806cfbbc6082143fc55a90
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
|
|
|
|
|
|
Update of DCAE-SDK in DFC
Issue-ID: DCAEGEN2-2692
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I2b64227344aae2f76d61876983eead92d761e9ea
|
|
|
|
|
|
Changes:
- Update DCAE-SDK to load config and policies from mounted files
- Vulnerabilities fixes
- Add AaiSerializer to prevent the duplication entry
- Fix AAI HTTPS connection issues
Issue-ID: DCAEGEN2-2710
Issue-ID: DCAEGEN2-2803
Issue-ID: DCAEGEN2-2878
Issue-ID: DCAEGEN2-2831
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ia6296c32a566571188def3f77a47090f2e3b0590
|
|
bootstrap 3.3.4 includes blueprint updates for following components
universalvesadaptor:1.3.0
datalake.exposure.service:1.1.1
datalakefeeder:1.1.1
prh-app-server:1.7.1
pm-mapper:1.7.1
Resource limit added for tca deployment
CM Container version bumped to 4.6.1 (includes clamp plugintype file
update)
MOD-Runtime import update for clampplugin 1.1.1
Change-Id: I4ea1c47a452f0649bc6cea375511b45be9f97beb
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2904
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
Update HV-VES to read configuration provided via config-map instead of Consul.
Issue-ID: DCAEGEN2-2718
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I852f75920b52a2f00722df8e7a5c7249aec1a3a8
|
|
1. Make changes in order to allow performing KUR/CR in EJBCA:
- Add Certificate Update Admin role
- Enable EndEntityAuthentication module
- Create and set CA with constant UID
- Add configuration for provider.
2. Update CertService, which provides with new certificate update
endpoint.
3. Update release-notes.
Issue-ID: OOM-2753
Issue-ID: OOM-2754
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I9cb0cb4d6d6939ad229a4ea254f2bc35d45a3d52
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
|
|
|
|
|
|
|
|
Add a job for each microservice that deletes the
Consul key holding the microservice's configuration
when the microservice is undeployed. (Fixes a bug
in an earlier version that would loop indefinitely
if Consul had been undeployed first.)
Issue-ID: DCAEGEN2-2669
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I9172fc014b79d2cc07c0b1a1a187a28c63b1838a
|
|
Update VES to read configuration provided via config-map instead
of Consul.
Issue-ID: DCAEGEN2-2719
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Ie7a264b9aa3326f1425cf028e4b3308c1427ea9e
|
|
Update PRH to read configuration provided via config-map instead
of Consul.
Resolve a bug causing PRH to exhaust node file descriptors limit
because of unclosed PRH-CBS connections.
Issue-ID: DCAEGEN2-2692
Issue-ID: DCAEGEN2-2863
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Id35029ecffdfecfde82845da839f42825c254952
|
|
|
|
DCAE Helm Transformation support
Issue-ID: DCAEGEN2-2762
Signed-off-by: sumithra.s69@wipro.com
Change-Id: I3406b26d77a104aff1cf87b38237341190141f85
|
|
Helm deployment support for DCAE transformation
common/svc template support for UDP protocol.
Added readiness configuration.
Change-Id: Idc40c60d95ddd5eb0ef43ba0b11b7b163970a5b1
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2708
Issue-ID: OOM-2751
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
As ONAP (and policy framework) can be deployed with any release name,
the policy sidecar must support releasename as configuration.
The releasename is important to identify the K8S secret
created by Policy Framework (for retreiving the username/password
config required by Policy-Sidecar container).
Change-Id: I9145da841c68b585f2ad5f54c7df155470763f4f
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2870
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
|
|
|
|
- Change AAI URL syntax in config
- Top up PRH container to 1.7.0.
- Top up bootstrap container to 3.3.3.
Issue-ID: DCAEGEN2-2863
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Idff98a11cb0418e5c327251e04de2bd202f79315
|
|
DCAE Helm Transformation (Phase-2).
Issue-ID: DCAEGEN2-2764
Issue-ID: DCAEGEN2-2765
Issue-ID: DCAEGEN2-2860
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: Ib0ec587c6647d419967489b5d09b24d437567a16
|
|
|
|
Update PRH app config to use AAI v23 API instead
of v12
Issue-ID: DCAEGEN2-1531
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I6d390e93c71c3c38eb6ab922b44171363b1eb775
|
|
- Update k8s-bootstrap-container to 3.3.2
- Update spring-boot to version 2.4.8
Issue-ID: DCAEGEN2-2808
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I46ffd0361a62604decc84953391e820c400ccd34
|
|
As helm may cache the index.yaml from the server let's force it to
update it after we push all dcae services to be sure that the
building process of umbrella chart is able to find them.
Issue-ID: OOM-1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ie9717bc7c57176ade912bf35f48ac97f13f3e338
|
|
|
|
- Update k8s-bootstrap-container to 3.3.1
- Update io.undertow:undertow-core to version 2.2.9.Final
- Update org.freemarker:freemarker to version 2.3.31
- Update oparent to version 3.2.0
Issue-ID: DCAEGEN2-2807
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I4e2ba5f415d6417d5a4b04c6fb68076e187eff12
|
|
envsubst was modifying application config containing
${<pattern>} to null; introduced dummy variable as work-around
to generate required config
Change-Id: I596e542f4719880a4359de9ea82bbb80b9d87403
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2869
Signed-off-by: vv770d <vv770d@att.com>
|