Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Helm 3.7.0 introduced a new .Chart variable named IsRoot.
In the same time they refactored the representation of .Chart and it
no longer is a dictionary but a structure which confuses
mergeOverride.
In order to keep our tricks working we need to skip .Chart while doing
a deepCopy of our current context.
Issue-ID: OOM-1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I230e2ba460ddf09377d8de6c1366d4fd82f764cd
|
|
- change references of healthcheck to policyadmin regarding API and PAP auth
- add robot variables to accommodate the referred changes.
Issue-ID: POLICY-3815
Change-Id: I318b7f44d9e7f554d98d845abd80cc6512831b78
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table altered in Holmes-ms, same to be aligned in helm chart
Issue-ID: HOLMES-308
Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Change-Id: I6a2a93fbcf232639c9f3d2853a91011a0f70673f
|
|
pointed out by checkbashisms.
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I949263ef21c3dd600b2040491428fdba6cba69ef
|
|
Added initContainer to fix the permissions of the to be
mounted volume and changed intent
Issue-ID: OOM-2864
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I188d7f6002405e810dd54d1043824979b4d83d42
|
|
Bump version to the one asked by SECCOM.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I99a4c1e412a2288b595d78470dc433466586529b
|
|
As we need to be on 4.4 before upgrading to 5.0, let's update to 4.4 for
Jakarta and 5.x in Kohn release
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie72f83f5380d9d5f0427dbd4f0f9ba8fa97c8780
|
|
Add health checks for DCAE microservices deployed after
the initial installation of dcaegen2-services.
Issue-ID: DCAEGEN2-2959
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Ife7620b252641d0ac466f3bb977d826f6e955446
|
|
Update the missing CPS configurations in son-handler chart
Issue-ID: DCAEGEN2-2998
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: Iad0d185d9b28836c63e26a9cd1328dd3fd65968d
|
|
|
|
Make the namespace parameter configurable for
CertInitializer and ReadinessCheck Chart
Issue-ID: OOM-2888
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I5bb4e86be935921af1d852d6d7666fb5c8eaf725
|
|
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Icf139e50d44aed0315d0e4cb21c59ad05a5a3bdb
|
|
Variable attribute 'local' is not POSIX but is LSB supported.
It is available in other shells such as ash or dash.
And in ksh, local is the default scope of functions vaiables.
Though, the syntax "local var=XX" is only supported and found in bash.
Sadly, this is not detected by checkbashims.
- fix "local var=XX" bashisms
- add a manual command in tox.ini to detect them in the CI
https://wiki.ubuntu.com/DashAsBinSh#local
https://wiki.ubuntu.com/DashAsBinSh#declare_or_typeset
https://stackoverflow.com/questions/12000949/scope-of-variables-in-ksh
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Iff26e50cd352eeb760d923a4740a6f92184fe0f2
|
|
Changes required in OOM before adding BULKPM test cases that use
helm based component services
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: INT-1895
Change-Id: I188c847ff7b4f66c88f2b067c0c05ba1c19ac1d7
|
|
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
|
|
|
|
Holmes used to use external service name created by dcae bootstrap.
As it's not created anymore by default, we need to give the right value
for it.
Issue-ID: DCAEGEN2-2968
Issue-ID: DCAEGEN2-2958
Issue-ID: DCAEGEN2-2983
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I07ca710c78401c8c4bfafda5673a50f7831bebf7
|
|
In some environment, SDC may be able to start before Message Router is
up and running and that can lead to weird behavior for SDC-BE.
This commit enforces that MR is running before starting SDC-BE.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I73438477afacc2623344c093e7c5e1797f3ec34d
|
|
Instead of using long intial delay for readiness and liveness probes,
use startup Probes with aggressive checks in order to detect start as
fast as possible AND handles slow start cases.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Icb19ef62a4a8c52ac8800aa1dd4b71e350a6eeca
|
|
|
|
Define required env variable for babel keystore, even when AAF is not
enabled. Component will not start otherwise.
Issue-ID: OOM-2887
Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
Change-Id: I1bf155683ef04c211f75cb82dd4779f8b6375aac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sets conditions on volumes that are not mounted when AAF is disabled.
Issue-ID: OOM-2887
Signed-off-by: othman touijer <othman.touijer@soprasteria.com>
Change-Id: If5613bf22d3dbfe527be77726cb1b14a538a2e04
|
|
- Add switch for RuntimeAPI support for cloudify/helm
- Add new properties for Chartmuseum integration for
helm-gen tool
- Bumpup onboardingAPI container version to support v3
Change-Id: I956632d04fa4ac4cac552ebf2b63432e29fe2386
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2694
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
|
|
|
|
Adding a new username for PAP and API changes for the robot testcases.
Issue-ID: POLICY-3815
Change-Id: Iccef19828a34be9c2ff28201ee27caad37d83504
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
|
|
|
|
|
|
|
|
Added imagePullSecrets and changed image definition for envsubstImage
Issue-ID: OOM-2885
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I355301329d24c8f1eef96aa2212c67f524c10520
|
|
This change is made to be able to deploy CPS with default values in
environments where Prometheus ServiceMonitor is not available.
Unused metrics.serviceMonitor.enabled property is also removed.
Issue-ID: CPS-778
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ica4f3b6d9d10eceb37251090bfc501155f031b81
|
|
Update configuration for NxI termination app in the OOF charts
Issue-ID: OPTFRA-1016
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: I28d4ade079e7c98375edb865b665f6df99021e86
|
|
|
|
|
|
|