Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
One of Makefile action is to copy `helm` directory into `packages` one.
Change done in order to choose helm binary accidentally made this
behavior to work _only_ if helm binary is `helm`.
This patch set it back to previous behaviour for this particular
command.
Issue-ID: OOM-2562
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I22c52d538f9f396bd4028b6e0f0adcecb8e8df61
|
|
Bitnami mariadb-galera image has a special environment variable that
allows to wait few seconds for mariadb to be fully initialized.
This is especially important when a lot of pods are created in parallel,
like in OOM.
Unfortunately, the variable name used wasn't the good one.
This patch rectifies that
Issue-ID: OOM-1720
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I2f41ec734a45197c40d5adfa9e214ba5e335f44d
|
|
|
|
|
|
|
|
Default value for onap is 'false'.
Default value for cert-service environment is 'true'.
Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I4e390f875b88f3684f82b9f8bbb3c5462c719c9e
|
|
This commit makes CertInitializer template to use the new generator for
repositories and images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5efa37225bfe05e2c7be7b8d2420ccaeb10afe62
|
|
|
|
|
|
|
|
|
|
|
|
removal any GPL-3.0 and plus license
for detail, please see the below Issue-ID
Issue-ID: POLICY-2847
Change-Id: I491c0762c9dc494092cbc4c66fed4a2c7d0a9ab2
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
|
|
This hook is not really used and slows down ONAP installation.
Issue-ID: OOM-2652
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I3693615a8af53da51d12d3a735f0bf183e59626b
|
|
Wait for oom-cert-service
Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ie78d1ed0500ff44cb24c7859faa9f6366e93ecd8
|
|
Mariadb DB Galera containers version is outdated and unmaintained. We
need them to move to a new image provider.
As new image provider is not compatible with our old templates, we
also update the templates (by reworking bitnami mariadb-galera chart).
An update of global mariadb image is also done in order to match mariadb
galera version.
Issue-ID: OOM-1720
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib9976227759e90022183d4f37fc655143be4d6ac
|
|
CNF Adapter needs to wait for mariadb config job to be performed.
Unfortunately, when we deploy using gating, the repositoryOverride makes
the pod to use a wrong image.
With readinessCheck job support, we don't have this issue anymore
Issue-ID: SO-3416
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I0ef79cdc46bc3dbd55988d3d1ad601ed9c6a4cdb
|
|
readinessCheck was only supporting "container" readiness and not "job"
readiness.
This patch adds the ability to wait for job readiness also.
for that, we need to use the "extended" version and set type to `job` as
we can see it the example:
```yaml
wait_for:
name: myname
jobs:
- '{{ include "common.release" . }}-the-job'
```
Issue-ID: OOM-2647
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iee5426995de63ec8fe2f8c61ff9384a314c86db4
|
|
|
|
|
|
Helm3 doesn't like empty components with only license headers so we
remove them as much as possible.
Issue-ID: OOM-2562
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I26b790965d2926792f801b87294d15a074de7be6
|
|
|
|
|
|
|
|
|
|
Helm 3.4 checks if every object have not empty name.
Created list have only one element and isn't described in k8s docs.
List should be removed.
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I60fa1920a347ca8061b9c644f992c53b0bc99514
Issue-ID: OOM-2562
|
|
|
|
|
|
|
|
Pomba is obsolete and not used anymore by ONAP
Issue-ID: OOM-2642
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: If6b2cc43d1cb088f5ea2ae05970b625fc1f5d425
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I3d8c671fbe93db47232b57b9c8f2d6935a599b5f
Issue-ID: OOM-2562
|
|
Helm 3.4 requires the dependencies in the charts dir to be included
in the requirements. Dependencies need to be moved to the components
folder
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I7af44019a47e79e3132142352518c2aa70406422
Issue-ID: OOM-2562
|
|
Helm 3.4 requires the dependencies in the charts dir to be included
in the requirements. Dependencies need to be moved to the components
folder
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660
Issue-ID: OOM-2562
|
|
Helm 3.4 requires the dependencies in the charts dir to be included
in the requirements. Dependencies need to be moved to the components folder
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Id91e9afe881fa744e5398425d0b4438c15488374
Issue-ID: OOM-2562
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I36ff2d814028534ba69547ec1c6c7a3d96dc4617
Issue-ID: OOM-2562
|
|
It's a collection of small enhancements for common templates.
Issue-ID: OOM-1720
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I426f7aed05ea7e94899b9e4888f4e4c66b69cb53
|
|
This commit makes Robot 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: I7e29b4178a84b27c2fa98d1ae3de6f2635f3b19a
|
|
|
|
|
|
|
|
|
|
Sometimes, password generated by AAF is not well escaped by sh. As we
don't know which characters are giving bad results, we'll temporarily
show SO faulty generated passwords and check generated file exists.
Issue-ID: OOM-2617
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I0b45432447a672a90cbcf96a03efd18b9ea1d6cf
|
|
Instead of globally choosing between virtualhosts and path based
ingress, it's better to allow to choose it per component.
Issue-ID: OOM-2641
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I952826d03722693ebae7c95a083b95bf83752d68
|
|
Issue-ID: TEST-285
Signed-off-by: Krishna moorthy <krishna.moorthy6@wipro.com>
Change-Id: I512bcaec2df477f6b6fd3097bafbd6f3fb51df65
|
|
|
|
This commit makes AAI 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: I601be377556d16580f2eda6d00d144fb4a21b445
|
|
Issue-ID: SO-3374
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: I92d50b1941f12c8d6de84e105742bc3cb9114c6a
|
|
Robot chart is currently in its own directory. As a lot will be done in
the charts with tight coordination between "common" part and components
parts, it's a lot easier to have everything in a same place for now.
we're using commit 85b5af5058bbda19b557add185d917f60c2188ee from robot
Issue-ID: OOM-2645
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I7c187b616d3436ed2eab7bf7e95cb6a1a90edf31
|