aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22Merge "[APPC] Fix APPC charts to make SQL queries with GROUP BY work again"Sylvain Desbureaux1-0/+126
2021-06-22Merge "[COMMON] Add missing .helmignore files and "components/" entries"Sylvain Desbureaux12-0/+96
2021-06-22Merge changes from topic "appc-common-db"Sylvain Desbureaux7-30/+33
* changes: [OOF] Use the common mariadb-galera instance [COMMON] Add port under mariadb-galera chart
2021-06-22Merge "[COMMON] Fix a few bashisms"Sylvain Desbureaux9-13/+13
2021-06-21[OOM][DCAE] Chartmuseum deployment supportVijay Venkatesh Kumar14-3/+455
Introduction of chartmuseum as internal repo for ONAP components to push/pull charts post instantiation + Script to preload charts to this repo Change-Id: I4880900548dfe1d3e47a67b3822f82a15314b5b7 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2630 Issue-ID: OOM-2734 Issue-ID: INT-1895 Issue-ID: DCAEGEN2-2694 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Signed-off-by: vv770d <vv770d@att.com>
2021-06-21[ONAP] Disable APPC default installationSylvain Desbureaux2-2/+2
As per Honolulu MR, APPC is no longer installed by default. Issue-ID: OOM-2778 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ifd8042afb90131e18b2f2fbfb9b1a42622df1ad1
2021-06-21Merge "[SDC] Top up sdc-helm-validator image to 1.2.1"Sylvain Desbureaux1-1/+1
2021-06-21Merge "[DMAAP-BC] Update incorrect topic values"Sylvain Desbureaux7-7/+7
2021-06-21Merge "[COMMON] Fix ${!name} bashisms"Sylvain Desbureaux3-6/+23
2021-06-21[APPC] Fix APPC charts to make SQL queries with GROUP BY work againMarcin Wilk1-0/+126
Changes made to common/mariadb-galera chart in Honolulu prevents existing APPC SELECT statements with GROUP BY clause to work properly. mariadb config must not contain ONLY_FULL_GROUP_BY in the mysql_mode config option. Issue-ID: OOM-2777 Signed-off-by: Marcin Wilk <m.wilk@samsung.com> Change-Id: I9388f092adcf12d92118caf390686ea708bbcc02
2021-06-21Merge "[AAI] Update truststore path to generated certificate location"Sylvain Desbureaux1-1/+1
2021-06-21[COMMON] Add missing .helmignore files and "components/" entriesandreasgeissler12-0/+96
In order to save some space Issue-ID: OOM-2763 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Ibbd8d5f713307ada76a0d04ede57d3c7696bcfe5
2021-06-21[OOF] Use the common mariadb-galera instanceMahmoud Abdelhamid6-29/+31
Updates for OOF CMSO: - Add section under (.Values.global) for shared mariadb instance with a condition to instantiate local instance. - Use a hook to send mariadb info to oof-csmo-service and oof-csmo-optimizer - Add condition under (requirments.yaml) to install local mariadb instance - Update oof-cmso-service and oof-cmso-optimizer (.Values) files to accomodate for local mariadb instance - Update oof-cmso-service and oof-cmso-optimizer deployments to use the templates defined under (templates/_mariadb.tpl) Issue-ID: OOM-2769 Signed-off-by: Mahmoud Abdelhamid <mahmoud.abdelhamid@orange.com> Change-Id: I59e6c98ae992faafd363c5f97e18bf631f9c4d4e
2021-06-18Merge "[COMMON] Fix $BASH_SOURCE and pushd/popd bashisms"Sylvain Desbureaux4-8/+10
2021-06-16Merge "[DCAE] Dashboard resource update"Sylvain Desbureaux1-4/+4
2021-06-16[COMMON] Fix $BASH_SOURCE and pushd/popd bashismsGuillaume Lambert4-8/+10
pointed out by checkbashisms. Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic9c4edc0fc6bd94a95bcb85d84379e868fb09930
2021-06-16[AAI] Update truststore path to generated certificate locationHarish Venkata Kajur1-1/+1
After the change to use the generated certificate the path to where the truststoreONAPAll.jks is changed so updating location to match that Issue-ID: AAI-3350 Change-Id: Ic20cd2c87eb66ca098dcc232d8629fd7d25d8413 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-06-16[DCAE] Dashboard resource updatevv770d1-4/+4
Bump up resource to stablize gating/daily run failures Change-Id: Ic46e163596917101f748b71465723c0a089bf45c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2800
2021-06-16[COMMON] Add port under mariadb-galera chartMahmoud Abdelhamid1-1/+2
Update mariadb-galera chart to add internalport value under (.Values. service) to resolve the port settings needed for the template (common. mariadbPort) under (common/_mariadb.tpl). This parameter will use the default value of mariadb 3306 which can be changed in component charts. Issue-ID: OOM-2773 Signed-off-by: Mahmoud Abdelhamid <mahmoud.abdelhamid@orange.com> Change-Id: I0d59ba42f07426b14ec7bc7f157392b5f10b9006
2021-06-16Merge "[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm"Sylvain Desbureaux9-0/+356
2021-06-15[COMMON] Fix a few bashismsGuillaume Lambert9-13/+13
pointed out by checkbashisms: - variable name HOSTNAME - source instead of . - variable increments - sleep with suffix And migrate a few shebangs to /bin/sh Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: I82981bcff17e88cf824935b841ce37a585ddde00
2021-06-15Merge "[DCAE] Push/pull DCAE sub-component charts from local repo"Sylvain Desbureaux10-20/+41
2021-06-15Merge "[COMMON] Fix docker-registry-key empty creds"Sylvain Desbureaux1-1/+1
2021-06-15Merge "[PMS] Persistent storage of policies and type definitions"Sylvain Desbureaux4-80/+16
2021-06-15Merge "[COMMON] Get rid of "x-hack" in shell scripts"Sylvain Desbureaux2-4/+4
2021-06-15[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helmdenilson.l659-0/+356
DCAE Helm Transformation (Phase-2) Issue-ID: DCAEGEN2-2763 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: Ibffd469bde1dd12bbcd682164dc9db8469b900f5
2021-06-14[DCAE] Push/pull DCAE sub-component charts from local repoVijay Venkatesh Kumar10-20/+41
Enable DCAEcommon and subcomponent charts package push/pull to support standalone deployment for each component Added delay to avoid race condition Change-Id: I1a0bf08a6625d2d97078cd635a2bb42da629cce6 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2781 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-06-11[COMMON] Fix docker-registry-key empty credsSatoshi Fujii1-1/+1
When image repository does not allow anonymous pull, image pull failed due to empty credentials in docker-registry-key secret. This change fixes _repository.tpl repository generator to refer to .global.repositoryCred in override.yaml . Issue-ID: OOM-2767 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I3cd7eabcdda547e99e0461767a0451dc1e51132b
2021-06-11[PMS] Persistent storage of policies and type definitionsPatrikBuhr4-80/+16
Improvements: - Using common metadata for the PV and the PVC. - Changed the deployment to a stateful set. Even Deployments with one replica using ReadWriteOnce volume are not recommended. This is because the default Deployment strategy creates a second Pod before bringing down the first Pod on a recreate. The Deployment may fail in deadlock as the second Pod can't start because the ReadWriteOnce volume is already in use, and the first Pod won't be removed because the second Pod has not yet started. Instead, use a StatefulSet with ReadWriteOnce volumes. Change-Id: If3477be43eee5348a9142cceb832bbb2bf9d6017 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-06-11Merge "[CDS] Update chart with service account"Sylvain Desbureaux15-0/+50
2021-06-11Merge "[SO] Update chart with service account"Sylvain Desbureaux51-0/+170
2021-06-11Merge "[COMMON][DGBUILDER] Update chart with service account"Sylvain Desbureaux5-1/+13
2021-06-11Merge "[SDC] Update chart with service account"Sylvain Desbureaux18-0/+60
2021-06-10Merge "[DCAEGEN2] Fix OpenAPI schemas path"Sylvain Desbureaux1-1/+1
2021-06-10Merge "[COMMON] Remove CertService client mechanism"Sylvain Desbureaux25-319/+25
2021-06-10[SDC] Update chart with service accountfarida azmy18-0/+60
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2717 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I57a398865c2dea8dd5989dc2e9d80843bfabd3b5
2021-06-10[COMMON][DGBUILDER] Update chart with service accountfarida azmy5-1/+13
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2720 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Iefe02cad5b2069879d043d17465f248f1f731519
2021-06-10[SO] Update chart with service accountfarida azmy51-0/+170
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-06-10[CDS] Update chart with service accountfarida azmy15-0/+50
Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2723 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446
2021-06-10Merge "[CCSDK] Fix pnf-reg and fault message lost"Sylvain Desbureaux1-2/+0
2021-06-10[DMAAP-BC] Update incorrect topic valuesefiacor7-7/+7
Update BC image version Update cm-container version to 4.6.0 Update k8s-bootstrap-container version to 3.2.0 Update dmaap plugin version to >=1.5.1,<2.0.0 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8d6062d794b9d270cce781ed67421d25d1783530 Issue-ID: DMAAP-1544
2021-06-10[DCAEGEN2] Fix OpenAPI schemas pathMichal Banka1-1/+1
Fixed typo in path to resources where schemas are located Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I41d938b8211bd0fcd3a1012161c6a7d03da56029 Issue-ID: DCAEGEN2-2690
2021-06-09[SDC] Top up sdc-helm-validator image to 1.2.1Tomasz Wrobel1-1/+1
Update: - Add logging of validation response in debug mode Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I7528f92cfd3b392f063fed9cbb70d2b1fa114588
2021-06-08[COMMON] Remove CertService client mechanismPiotr Marcinkiewicz25-319/+25
- Remove cmpv2Certificate chart in order to deprecate CertService client mechanism. - Remove CertServiceClient init containers in SDNC. - Replace CMPv2CertManagerIntegration with cmpv2Enabled flag Issue-ID: OOM-2744 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I8c818fcf64a029552c8833f68b6ae95fad379c8d
2021-06-02Merge "[DCAEGEN2] Add new OpenAPI schemas configmap"Sylvain Desbureaux15-416/+6274
2021-06-02Merge "[DCAEGEN2] Update tca-gen2 to 1.3.0"Sylvain Desbureaux2-2/+2
2021-06-02Merge changes I44c8b60c,I0cb6d383Sylvain Desbureaux25-382/+447
* changes: [OOF] Update HAS charts to use etcd [COMMON][ETCD-INIT] Add etcd-init chart
2021-06-02[COMMON] Get rid of "x-hack" in shell scriptsGuillaume Lambert2-4/+4
$ find . -name *.sh -print |xargs grep -l '"x'| xargs sed -i 's/"x/"/g' The "x-hack" is a historical workaround for some old UNIX shells with buggy condition comparison code. None of them is still used today. Recent POSIX specifications now guarantee it should work without it in any modern POSIX shell. More details at https://www.vidarholen.net/contents/blog/?p=1035 https://github.com/koalaman/shellcheck/wiki/SC2268 Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic01bbc5faee9492dba5b5d4dea0f659540da2c24
2021-06-01[CCSDK] Fix pnf-reg and fault message lostSatoshi Fujii1-2/+0
CCSDK mountpoint-registrar bundle consumes SEC_FAULT_OUTPUT and VES_PNFREG_OUTPUT DMaaP topics. Currently dmaap timeout is set to 50000, which is much longer than jersey.config.client.readTimeout=25000. The bundle is giving up connection before dmaap timeout and that could cause message lost if message arrived after client timeout. This change remove the inappropriate timeout value from the property file so that the bundle uses default timeout value defined in java class. Issue-ID: CCSDK-3320 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: I638af7c1f737b0904cb21c8121f2a08b2737d94b
2021-05-28Merge "[DCAEGEN2] Update CMPv2 certs usage in dcaegen2-services"Sylvain Desbureaux5-7/+30