aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-01-20Merge changes from topic "robot-changes-istanbul" into istanbulSylvain Desbureaux10-13/+17
* changes: [POLICY] Change API and PAP usernames [POLICY] Add references to new policyadmin username
2022-01-19[POLICY] Change API and PAP usernamesadheli.tavares8-13/+13
- 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> (cherry picked from commit f3656cdf8ad179788857bd390be74036dbe535c1)
2022-01-13[OOM-CERT-SERVICE][DCAE] Top up Cert Service containersTomasz Wrobel6-6/+6
Top up cert service container to 2.4.1 Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ic4280e33e0a9dd3684d33d2676a7ce6409041973
2022-01-10[CPS] Upgrade log4j version to 2.17.1puthuparambil.aditya3-3/+3
Includes updates for : 1. cps-core 2. cps-temporal 3. dmi-plugin Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ie1e8ba2d4944f01d75d4358c9de568533eca83c2
2022-01-10Merge "[CPS] Update NCMP-DMI chart" into istanbulSylvain Desbureaux1-1/+1
2022-01-10Merge "[A1POLICYMANAGEMENT] Fix missing imagePullSecrets" into istanbulSylvain Desbureaux1-1/+3
2022-01-06[POLICY] Add references to new policyadmin usernameadheli.tavares2-0/+4
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> (cherry picked from commit eada20b74d31fc1d07d29270c3b37d7d94ca9b2d)
2022-01-06[CPS] Update NCMP-DMI chartniamhcore1-1/+1
Update docker images to 2.0.2 Issue-ID: CPS-820 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: Ia7ee6a8617c60dc3db888f914bb0629c5968b753
2022-01-06Merge "[CPS] Log4j fix" into istanbulSylvain Desbureaux1-1/+1
2022-01-04[COMMON] Changed mongo storage location to enable persistanceAndreas Geissler1-1/+18
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 (cherry picked from commit 7baf2dbf669abb383b895d4fa5bb624b19d9ea63)
2022-01-04[CPS] Log4j fixniamhcore1-1/+1
Update docker images to 2.0.2 Issue-ID: CPS-820 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I5b68666e0e0d94c82e3a68d50189419f02ddbb45
2022-01-03Merge "[DCAE] Log4j vulnerability fix" into istanbulSylvain Desbureaux3-0/+8
2021-12-29[A1POLICYMANAGEMENT] Fix missing imagePullSecretsAndreas Geissler1-1/+3
Added imagePullSecrets and changed image definition for envsubstImage Issue-ID: OOM-2885 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I355301329d24c8f1eef96aa2212c67f524c10520 (cherry picked from commit 3f5a6146ef11265c925c61dc5211ddeceb44292d)
2021-12-20[DCAE] Log4j vulnerability fixVijay Venkatesh Kumar3-0/+8
Disable explicitly the msg format lookups via env Change-Id: I7485d5de818bd7897458723aaf5b3357a8ccc1dd Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3022 (cherry picked from commit 5e13811e8bf8d551ffd32b666e083c793eb00f4f)
2021-12-16Merge "[COMMON] Make namespace configurable" into istanbulSylvain Desbureaux2-3/+14
2021-12-14[COMMON] Make namespace configurablexuegao2-3/+14
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
2021-12-13[DCAEGEN2] Add missing configurations in son-handler helm chartMalarvizhi1-2/+24
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 (cherry picked from commit a14d174a8b988fb74be2af033901188a612f063a)
2021-12-13Merge "[DMAAP][MR] Use startup probes" into istanbulKrzysztof Opasiak3-10/+29
2021-12-13Merge "[SDC] Wait for Message Router before start" into istanbulKrzysztof Opasiak1-0/+2
2021-12-07[SDC] Wait for Message Router before startSylvain Desbureaux1-0/+2
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 (cherry picked from commit 29903c3548a8d64088432feee9228bc6ba3d30fc)
2021-12-07[DMAAP][MR] Use startup probesSylvain Desbureaux3-10/+29
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 (cherry picked from commit 8fade99d8fefc0c8d09a6e3df74fe68c70a07458)
2021-12-07[CPS] Update DMI-Plugin chartDylanB95EST2-3/+3
Update docker images to 1.0.1 for - ncmp-dmi-plugin Update DMI Plugin Url (bad variable name) Issue-ID: CPS-728 Issue-ID: CPS-683 Signed-off-by: DylanB95EST <dylan.byrne@est.tech> Change-Id: Ic998eca16dc7171d3c8ab0e567ab38183becc542 (cherry picked from commit 3b39ac86db63000750b3031ad8a8dbaa69857e7f)
2021-12-06Merge "[SDNC] Add Ves collector config" into istanbulSylvain Desbureaux2-2/+39
2021-12-02[SDNC] Add Ves collector configsebdet2-2/+39
Add the Ves collector configuration to the sdnc chart so that it can be disabled/enabled. Issue-ID: OOM-2863 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I7039c4ab53b80a96f05bcf3fa8ef30224f15a96b
2021-12-01[CPS] Disable prometheus by defaultBruno Sakoto3-6/+3
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 (cherry picked from commit 45ee4f0778c1ea4ab29bae3bf7ffc8731608bc94)
2021-11-16Merge "[POLICY] Fix https connection in policy-ppnt" into istanbulSylvain Desbureaux1-2/+2
2021-11-15Merge "[DCAEGEN2] Added imagePullSecret to cleanup job" into istanbulSylvain Desbureaux1-1/+3
2021-11-15[POLICY] Fix https connection in policy-ppntsaul.gill1-2/+2
Changed https to useHttps in configured connections to api and pap Issue-ID: POLICY-3817 Change-Id: Id96899d39e1f8233bf7f32f54ef4253fe6dbb58a Signed-off-by: saul.gill <saul.gill@est.tech> (cherry picked from commit f16e856b9790d82e9698fa210133b5a3c5148812)
2021-11-13Merge "[SDC] Update SDC to 1.9.5" into istanbulSylvain Desbureaux4-7/+7
2021-11-12[SDC] Update SDC to 1.9.5MichaelMorris4-7/+7
Addresses issues found in Istanbul stability tests Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: I1c28f35730aff7e22107218c72fb3ce942cd60b5
2021-11-12Merge "[AAI] Update the aai keystore with the newly generated cert" into ↵Sylvain Desbureaux1-0/+0
istanbul
2021-11-09[AAI] Update the aai keystore with the newly generated certHarish Venkata Kajur1-0/+0
aai keystore is expiring in 70 days so updating the keystore manually with the new certificate that will expire in November 2022 Issue-ID: AAI-3406 Change-Id: Idb63a4b52cdd7171af4fad83d2d4c700d6e76691 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-11-08[ETCD] Give full FQDN name for etcdSylvain Desbureaux2-1/+2
Some Kubernetes deployments needs the full fqdn and not just the first part in order to make etcd statefulset to work. Issue-ID: OPTFRA-981 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idf384d2c65b13f64885429181c4fa2eba5ac4282 (cherry picked from commit c991f0bf4291c7b79207d98e51ca4c4cd2a3fe72)
2021-11-08Merge "[POLICY] Update core images/config for RC istanbul" into istanbulKrzysztof Opasiak12-12/+12
2021-11-08[DCAEGEN2] Added imagePullSecret to cleanup jobAndreas Geissler1-1/+3
Added the imagePullSecret in the job to enable private registries with credential access Issue-ID: OOM-2869 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I00f2166dee740a226f30e51b81b5e8e7f8396d04 (cherry picked from commit 72b14dedce781f6c2d2a42f51ffeab7995dd0c83)
2021-11-07Merge "[POLICY] Add helm chart for http participant" into istanbulSylvain Desbureaux10-0/+450
2021-11-07Merge "[POLICY] Add helm chart for policy participant" into istanbulSylvain Desbureaux12-6/+534
2021-11-06[CDS] Bump version for final Istanbul releaseDan Timoney5-5/+5
Bump CDS image versions to 1.2.1, which is final Istanbul release version. Issue-ID: CCSDK-3506 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3b8205321d683d2d0b6bd2389b3b8ad6a26ecc62 (cherry picked from commit b271d0ecc4e532d7c63e3430a7d575f2b07e4980)
2021-11-06Merge "[CCSDK] Workaround for naming service host name verification issue" ↵Sylvain Desbureaux2-1/+4
into istanbul
2021-11-06Merge "[SO] Update the pods for cnf-adapter for the latest issues" into istanbulSylvain Desbureaux1-1/+1
2021-11-06Merge "[MULTICLOUD] Release to fix cve issues" into istanbulSylvain Desbureaux11-35/+12
2021-11-05Merge "[MULTICLOUD] Release k8splugin after integration tests" into istanbulSylvain Desbureaux1-1/+1
2021-11-05Merge "[SDNC] Bump version for Istanbul RC" into istanbulSylvain Desbureaux7-7/+7
2021-11-05Merge "[MULTICLOUD] Release to fix java cve issues" into istanbulSylvain Desbureaux4-4/+4
2021-11-05Merge "[SO] Bump SO nssmf adapter version" into istanbulSylvain Desbureaux1-1/+1
2021-11-04Merge "[SDC] Update SDC to 1.9.4" into istanbulSylvain Desbureaux4-7/+7
2021-11-04[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 (cherry picked from commit 3f245114129392b4ff84f1afee66f6bc250f1cee)
2021-11-04[SDNC] Bump version for Istanbul RCDan Timoney7-7/+7
Bump version of SDNC and CCSDK images for Istanbul. Note: this was submitted as 2 separate reviews to master - one at RC milestone, and a second at signoff which just had a version bump for SDNC. These changes are combined in this single review. Issue-ID: SDNC-1630 Issue-ID: SDNC-1615 Issue-ID: CCSDK-3483 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id3a3627765e5623aa6cd8bffbfad1679ae6afef6 (cherry picked from commit e126a43804b5d91e0ea930190149eff54bad61b9)
2021-11-04Merge "[SO] Fix so-openstack-adapter support for Keystone V3 api" into istanbulSylvain Desbureaux4-1/+17
2021-11-04[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 (cherry picked from commit 84847d49c5f1ba552daf362f5b2979018a19293b)