aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud
AgeCommit message (Collapse)AuthorFilesLines
2023-03-09[MULTICLOUD] Cleanup charts and add Ingress configsAndreas Geissler31-905/+724
Remove AAF/TLS configurations and enable NodePort/Ingress configuration for MC services Issue-ID: OOM-3117 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I9e3c7dfa3b15202a6e0f4cad7a3cdf616198e644
2023-03-06Merge "[MULTICLOUD] Move multicloud k8s to use strimzi kafka user template"Fiachra Corcoran6-69/+34
2023-03-03[MULTICLOUD] Move multicloud k8s to use strimzi kafka user templatedavid.mcweeney6-69/+34
Move multicloud k8s to use strimzi kafka user template Change-Id: Idc85dcfee7d6708cc9025244453a97caaf112fdc Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1856
2023-03-03[COMMON] Fix resources indentmiroslavmasaryk6-11/+6
Fix of resources template indent and therefore resources in components Issue-ID: OOM-3104 Signed-off-by: miroslavmasaryk <miroslav.masaryk@telekom.com> Change-Id: I825a3860db00cae4bb80b2aa2d82ac1a42b33124
2022-11-28[MULTICLOUD-SDC-DIST] Updgrade artifactbroker to use kafka nativeefiacor8-11/+94
Bump artifactbroker Update sdc-dist config Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie54cd493ad3184b29eb48b099de973ab677d1008 Issue-ID: DMAAP-1819
2022-11-10[COMMON] Bump ONAP versionAndreas Geissler10-45/+45
Update chart versions 12.0.0 for London Issue-ID: OOM-3046 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a
2022-11-09[MULTICLOUD] Correction for AAI service port in MultiCloud APIAndreas Geissler2-1/+3
AAI service port changed to 80 and service aai-internal additionally the AAI_PROTOCOL is added, which requites a patch for MultiCloud (https://jira.onap.org/browse/MULTICLOUD-1495) Issue-ID: OOM-3015 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ibc0833dd13b7e1110c77711bae30f3af52eda0c4
2022-09-14[MULTICLOUD] Service mesh compatibilityAndreas Geissler22-78/+107
Patch on MC charts dedicated to make http/https calls depending on configuration for TLS. Include an updated version of the framework-artifactbroker Issue-ID: OOM-3015 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I03deae9dcea703540fe6e3a81ddba20505f246f1
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler2-8/+22
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler10-45/+45
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-04-20[MULTICLOUD] Bug fixes in k8spluginLukasz Rajewski1-1/+1
Bug fixes in k8splugin - verification of etcd connection - improved validation of pvc status Issue-ID: MULTICLOUD-1468 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I03690d365d5d5b15805f8ab20b8fa8aeb2935638
2022-04-07[MULTICLOUD] Changes for Jakarta releaseBin Yang14-27/+67
Rebase and remove packages which has GPLv3 dependency issue Update log to redirect to stdout Issue-ID: MULTICLOUD-1224 Issue-ID: MULTICLOUD-1450 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Id850bbe9cd51a4bce6eb0fe0cfc8274b04acf41e
2022-01-06[MULTICLOUD] Log4j vulnerability fixBin Yang4-4/+4
The fix in artifactbroker changing log4j version into 2.16 Issue-ID: MULTICLOUD-1433 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I032d7274446b40889cedba41103eed8bf7021717
2021-12-07[GLOBAL] Migrate to helm v3efiacor20-274/+162
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
2021-11-17[MULTICLOUD] Use log templateMaciej Wereski13-114/+54
Ability to turn off filebeat is needed as it is being deprecated. To achieve that existing log helper template is used. Issue-ID: OOM-1 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I22bcac642e1f9607dc4e65e2b8b34c946b3c29cb
2021-11-03[MULTICLOUD] Update chart with service accountfarida azmy24-5/+80
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2862 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ia20fb51256e20e6582a2b9e0d89159742992fea4
2021-11-03[MULTICLOUD] Release to fix cve issuesBin Yang11-35/+12
This release focus on fixing cve issues by upgrading dependencies with regarding to artifactbroker, framework, openstack components. Issue-ID: MULTICLOUD-1344 Issue-ID: MULTICLOUD-1408 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I4568a6c0039d111327d13ed35017b66b04e83ff1
2021-10-29[MULTICLOUD] Release k8splugin after integration testsLukasz Rajewski1-1/+1
Fixes in the k8splugin after cnfo integration tests. Issue-ID: MULTICLOUD-1409 Issue-ID: MULTICLOUD-1414 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I465cb0ba6432fa8d70b0463caeac7a1d4a1102ed
2021-10-25[MULTICLOUD] Release to fix java cve issuesLukasz Rajewski4-4/+4
This release focus on fixing cve issues by upgrading dependencies with regarding to artifactbroker, framework. Issue-ID: MULTICLOUD-1334 Issue-ID: MULTICLOUD-1344 Signed-off-by: Bin Yang <bin.yang@windriver.com> Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I0f05444a55c9928de812af6c0b732492746948eb
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux18-37/+55
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
2021-10-08[MULTICLOUD] K8SPlugin fixes after integrations testsLukasz Rajewski1-1/+1
K8SPlugin fixes after integrations tests. Solving problems with configuratipon API, creation and dleetion of resources in specific cases. Issue-ID: MULTICLOUD-1269 Issue-ID: MULTICLOUD-1332 Issue-ID: MULTICLOUD-1397 Issue-ID: MULTICLOUD-1398 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I027e1f2b34205f66443631747c61cede18538298
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert1-1/+1
- 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
2021-08-13[MULTICLOUD] Change rb-definition-version identifierLukasz Rajewski2-4/+4
Change rb-definition-version identifier. As a consequnece the vf-module-model-customization-uuid will be used to identify the version of the rb definition. In consequence the profiling mechanism use may be affected Issue-ID: MULTICLOUD-1377 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iab7f913f14d0a5066886c15be6e2d49aa9e6d627
2021-07-12[ONAP] Disable some multicloud drivers at installationmorganrol1-3/+3
Several multicloud drivers are installed by default. The code of most of these drivers is unchanged since several versions. It has been suggested to save resource to keep only the mandatory opensource driver and consider the other drivers as possible addons. This patch disables this driver from the default installation. Issue-ID: MULTICLOUD-1362 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I2a1e42241b4b3dfd5bb99a741360aec6fa36e331
2021-06-21[COMMON] Add missing .helmignore files and "components/" entriesandreasgeissler1-0/+1
In order to save some space Issue-ID: OOM-2763 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Ibbd8d5f713307ada76a0d04ede57d3c7696bcfe5
2021-05-17[MULTICLOUD] Bump multicloud-k8s image to 0.8.2Konrad Bańka1-1/+1
Update k8splugin with version based on Helm3 libraries Issue-ID: MULTICLOUD-1295 Issue-ID: MULTICLOUD-1338 Issue-ID: MULTICLOUD-1348 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I793ccc0366fc061c5f0cb1e580e805de70b3d88a
2021-04-16[MULTICLOUD] Update k8splugin imageKonrad Bańka1-1/+1
Update k8splugin image with one containing Honolulu RC2 Bugfixes: MULTICLOUD-1311, MULTICLOUD-1308, MULTICLOUD-1307. Issue-ID: MULTICLOUD-1307 Issue-ID: MULTICLOUD-1308 Issue-ID: MULTICLOUD-1311 Issue-ID: MULTICLOUD-1295 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I97c7a263e81453d1db710fe5121f3f3720cb06ca
2021-03-26[MULTICLOUD] Remove multicloud-azure from releaseKrzysztof Opasiak12-429/+0
multicloud-azure is descoped from H release Issue-ID: MULTICLOUD-1309 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I2350d6fe82ceae4e16ce9e5ef929c6e7d5d42c45 [Instead of disabling let's remove it] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux20-42/+42
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-03-02[MULTICLOUD] Update multicloud k8s image to 0.8.0Lukasz Rajewski1-1/+1
Update multicloud k8s image to 0.8.0 Issue-ID: MULTICLOUD-1294 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Id8a5ec9d509076f1debcbac6e12dc981c40568ef
2020-12-09[MULTICLOUD] Move components to component dirJakub Latusek17-0/+6
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
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux20-39/+39
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
2020-11-23[MULTICLOUD] Uses new tpls for repos / imagesSylvain Desbureaux99-340/+599
This commit makes Multicloud chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I34049a733bddc6faf7a68e4c768c447b6c2e34b1
2020-11-20[GENERIC] move from registry.hub.docker.com to docker.ioSylvain Desbureaux1-1/+1
`registry.hub.docker.com` needs authentication now, in contrary to previous behavior. As OOM deployments is unauthenticated when using docker hib repository, all OOM deployments is broken. `docker.io` seems to be still OK with unauthenticated requests so let's move to this endpoint. Issue-ID: OOM-2636 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea81b882d347124af22b0a9c408081706b1c6c6d
2020-10-21[MULTICLOUD] change comment styleJakub Latusek8-0/+16
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I1de83e2e86d11496a9f2075dbab09bbc1f5026fc Issue-ID: OOM-2562
2020-10-16Update makefiles to use specific helm versionJakub Latusek1-1/+2
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
2020-10-12[MULTICLOUD] Update multicloud k8s image to 0.7.0Eric Multanen1-1/+1
Updated multicloud k8s image to 0.7.0 Change-Id: I400ca632dbd680e6e47e83b8fbb00b77619d5f11 Issue-ID: MULTICLOUD-1213 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-09-18[MULTICLOUD] provision multicloud-pike with msb https endpointBin Yang2-1/+7
ONAP MSB component disabled http endpoint during Frankfurt release multicloud-pike component has to utilize MSB https endpoint instead Issue-ID: MULTICLOUD-1195 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Ieea57dce0cebe85771d6d19932cd48085da54da0
2020-09-16Merge "update artifactbroker to upgrade java 11"Sylvain Desbureaux1-2/+2
2020-09-16update artifactbroker to upgrade java 11Bin Yang1-2/+2
Issue-ID: MULTICLOUD-1204 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I4d83258862303e340092b9b138ade00fb1543852
2020-09-14[Multicloud] Provide limits for storage podsKonrad Bańka1-0/+19
Issue-ID: MULTICLOUD-1205 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I06e23aa1e8a3cc6d80078a5461985c38b2b44279
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux2-4/+2
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-08-19[MULTICLOUD] HELM artifact added to the artifactbroker configLukasz Rajewski1-1/+2
HELM artifact type has been added to the artifactbroker of multicloud-k8s plugin. In consequence, artifactbroker will have ability to read the distributed from SDC artifact of new HELM type on which basis RB Definition in k8s plugin will be created. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I15b75f0659b5ab2d0cbfbf6dd30066ebd87e9806
2020-07-23[MULTICLOUD] Make MULTICLOUD compatible with Kubernetes v1.17kwasiel11-17/+20
Issue-ID: OOM-2459 Signed-off-by: Katarzyna Wasiel <katarzyna.wasiel@nokia.com> Change-Id: I0c52e0c0de799cd90270794f51ad000f05122265
2020-05-08Set multicloud-k8s image to 0.6.0Eric Multanen1-1/+1
Update image for Frankfurt release. Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240 Issue-ID: OOM-2397 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-04-02Bump chart versionSylvain Desbureaux12-14/+14
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka2-4/+4
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3c1d23417f721dd50ed2255dfdf3ee83e7d11fa7
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka1-2/+2
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I81161664e257fc4d5c459ee6255ffa5e3f4371c7
2020-03-12Bump up versions of multicloud serviceBin Yang4-4/+4
Issue-ID: MULTICLOUD-1026 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I5bf7f56bf2c90ae4fb7584f6c16ce485025ecd1e
2020-02-13Merge "Fix the wrong MSB_PROTO env value"Sylvain Desbureaux4-4/+4