aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-cnf-adapter/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-08[SO] Update the pods for cnf-adapter for the latest issuesseshukm1-1/+3
Istanbul related pairwise testing issues resolved and updated the pods Issue-ID: SO-3747 Issue-ID: SO-3767 Issue-ID: SO-3768 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I39f45ef20efc0621580e2d6e1836bfbd224bd8a0
2021-06-10[SO] Update chart with service accountfarida azmy1-0/+5
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2718 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ic17b8d9307216a7feeceefe6a1e6f0fe4839a637
2021-04-16[SO] Honolulu versions for CNF adapter, oof adapter and nssmf adapterseshukm1-2/+2
The sub-components of the SO that are depend on the latest SO core component. Issue-ID: SO-3473 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7528df6aeac00bb2c64b4659185ab7f72d4f2aff
2021-03-29[SO] Update sub components to Honolu releasesSylvain Desbureaux1-1/+1
Update: - cnf adapter to 1.8.0 - nssmf adapter to 1.8.0 - oof adapter to 1.8.2 Issue-ID: SO-3473 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I10af676b741941cc9ecf4e6ea373363dd7c66b35
2021-01-11[SO] Update SO to 1.7.11 (CNF and slicing bugfixes)deen19851-1/+1
Update SO containers to 1.7.11, solve CNF and E2E NW slicing bugfixes: Containers: + name: 'so/vnfm-adapter' + name: 'so/catalog-db-adapter' + name: 'so/request-db-adapter' + name: 'so/openstack-adapter' + name: 'so/sdnc-adapter' + name: 'so/vfc-adapter' + name: 'so/sdc-controller' + name: 'so/bpmn-infra' + name: 'so/so-monitoring' + name: 'so/api-handler-infra' + name: 'so/nssmf-adapter' + name: 'so/mso-cnf-adapter' + name: 'so/so-oof-adapter' + name: 'so/so-etsi-nfvo-ns-lcm' Change-Id: I6755bef5a6ee019afa6ad41ec20c42f9703182d8 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: SO-3431
2020-12-14[SO] Use readiness check job supportSylvain Desbureaux1-0/+6
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
2020-11-27[SO] helm chart for cnf-adaptersekharhuawei1-0/+161
Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: Ib96c130b05d31a11e42603300f5e7e0f43cb9aa1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-11-05Revert "[SO] helm chart for cnf-adapter"Sylvain Desbureaux1-182/+0
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>
2020-11-02[SO] Use readiness chartSylvain Desbureaux1-0/+4
Some SO components are using readiness check init container. In "gating" mode, so image and readiness image are not coming from the same repository. By using readinessCheck charts, we can control that. Issue-ID: OOM-2617 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I44a4e9daf72d1a42d3d84b6d56b588cd7d44fb08
2020-10-30[SO] helm chart for cnf-adaptersekharhuawei1-0/+178
Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I12551f8403c55b7f0d0e54dea0d003413039b6a6 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>