aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[COMMON] Update all ReadinessChecksAndreas Geissler1-1/+1
Use the new "service" feature of the readiness image to resolve startup dependencies. Issue-ID: OOM-3280 Change-Id: Ia331d51528676744e5e0479d1fd0ca02830c3499 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-04-05Merge "[STRIMZI] Update strimzi-kafka-operator and kafka versions"Lukasz Rajewski1-1/+1
2024-04-04[STRIMZI] Update strimzi-kafka-operator and kafka versionsAndreas Geissler1-1/+1
Update the recommended operator version and used kafka versions in the documentation and onap-strimzi. Changed the DMaaP MR ststefulset probe settings to ne compliant to the new operator version. Issue-ID: OOM-3269 Change-Id: I859d077d6f952aff5bcf5bd418f96745d9eae843 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-03-27[COMMON][READINESS] Update readiness image and use service featureAndreas Geissler1-1/+1
Update the ReadinessCheck (13.1.0) to support the "services" feature of readiness image version 6.0.2 and use the feature in the charts under common (dgbuilder, etcd-init, mariadb-galera, mariadb-init, postgres-init) Additional exclude K8S API port (443) from Istio Sidecar communication to allow CNI Plugin Issue-ID: OOM-3280 Change-Id: Ibe030aa9debfc82e88f2ce5e309dd6fa2250f211 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-02-21Merge "[POSTGRES][COMMON] Add support for postgres operator"Lukasz Rajewski1-1/+9
2024-02-19[POSTGRES][COMMON] Add support for postgres operatorrajesh.kumar1-1/+9
Add template for the postgres operator instance setup and modifications to use the postgres instance via Operator TBD: Update of documentation and fix for clients (DMaaP, CPS) Issue-ID: OOM-3247 Change-Id: I56c34400dc73c71b936a51260efd231017adaeae Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
2024-02-15[PLATFORM][KEYCLOAK] Update Keycloak instructions and Realm importAndreas Geissler5-39/+103
Update Keycloak installation instructions to use keycloakx (Quarkus based) and update of REALM import Move the creation of the keycloak-ui ingress setup from helmchart to documentation. Issue-ID: OOM-3267 Change-Id: I3c79b05edd488f60a112590584974ba94a8c71a8 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2024-01-17[MARIADB] Provide S3 Backup for MariaDB instancesAndreas Geissler1-2/+3
Using the mariadb-operator version 0.24.0 a backup to S3 storages is supported and implemented in the templates and mariadb chart Add a missing mariadbOperator config for mariadb-init Issue-ID: OOM-3264 Change-Id: I065053832c226740b2a3b64b065cecc599f28296 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-12-07[COMMON][DOC] Add documentation for Montral and GatewayAPIAndreas Geissler10-245/+315
Add override file to use GatewayAPI as Ingress provider A precreated GW named "common-gateway" is used. Added documentation for Montreal like release notes, Infrastructure guides... Issue-ID: OOM-3184 Issue-ID: OOM-3242 Change-Id: I18107bac52abf34dbc0b217fd8b7542ba51aab84 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-10-16[MARIADB] Update mariadb template to the 0.21.0 OperatorAndreas Geissler3-12/+15
In the mariadb-operator version 0.21.0 changes to the CRDs have been done, which require a change in the template. see: https://github.com/mariadb-operator/mariadb-operator/pull/248 PeerAuthentication depends on galera setting (not know why) Issue-ID: OOM-3236 Change-Id: Iaf3cd7128e4c9889c1d56b9b83a72a352e60a39d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-09-29[MARIADB][COMMON] Add support for mariadb-operatorAndreas Geissler1-1/+45
Add template functions for the mariadb-operator resources and update the mariadb-galera chart to support them Change the flag to "useOperator" in cassandra to the global setup and additional labels for cassandra resources Changed Policy DB users to support the new mariadb User and fixed db.sh script to wait for the DB user creation Use the new readiness image 5.0.1 with the "app-name" option Change the MariaDB-Galera Service to the "primary" to avoid Deadlocks Fix previous SDNC patch (https://gerrit.onap.org/r/c/oom/+/135308) and temporary disable MariaDB for SDNR, as it is not compatible to MariaDB 11 Issue-ID: OOM-3236 Change-Id: Ie63fcc9c6d5fa802d38c592b449e7ff8553c2ab9 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-19[DOC][CASSANDRA] Default StorageClass for Cassandra deploymentAndreas Geissler2-2/+15
As Cassandra (via k8ssandra-operator) requires either a default StorageClass, the instructions to set the default in the OOM docs and removed the hardcoded "storageClass" setting in cassandra installation. Issue-ID: OOM-3226 Change-Id: I815614c31ae6b7fcb811d86519d0df1cc4a8898d Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-07-11[CASSANDRA] Enable new cassandra version using operatorAndreas Geissler1-1/+1
Deployment of shared cassandra (4.0.1) using k8ssandra-operator AAI config update to use new cassandra SDC config update to use new cassandra correct link in the oom_infra_optional_addons.rst Issue-ID: OOM-3226 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ieeec9ad5c22a0674a477741d0515ae4515c6f3b8
2023-06-20[DOC] Update the London OOM GuidesAndreas Geissler12-178/+137
Fix failures in the OOM documentation and add missing descriptions. Issue-ID: OOM-3179 Issue-ID: OOM-3149 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ie88fc4ffc3888371690a4f39c47a6cc76451047b
2023-06-01[DOC] Update London OOM documentationAndreas Geissler12-171/+561
Add information: - new Deployment options (Production, Development) - move Istio deployment to base installation - add Gateway-API and Keycloak Installation instructions - split and rename of a few files for updated structure - changed rst section formatting as suggested in sphinx rtd theme - add London Release Notes Issue-ID: OOM-3159 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I98b8541d51daba982fd6c8be0c85fae676d53c13
2023-04-24[DOC] Fix helm plugin installation instructionsMarek SzwaƂkiewicz1-1/+3
Add plugin install to helm setup Issue-ID: OOM-3167 Change-Id: I7c29478c5da04ebea894f33959bf88bd2290eabb Signed-off-by: Marek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-20[CPS] Update cps-and-ncmp and dmi-plugin imagempriyank1-2/+1
- updating cps-and-ncmp docker image to 3.2.6 - updating ncmp-dmi-plugin docker image to 1.3.0 and adding JAAS config - temporarily removing the faulty link Issue-ID: CPS-1589 Change-Id: Ia57af84137b02a090191cb29c66bd6cdf85f7aeb Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-03-29[SDNC] Chart cleanup from TLS/AAF optionsAndreas Geissler2-1/+5
Remove checks and add the usage of common templates Add information about external access to SDNC-callhome and add ingress setup for it Issue-ID: OOM-3122 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I7b32832ee31d811c23b4eaa5d43f7aa9d767c353
2023-03-27[STRIMZI] Correction for external Access via IngressAndreas Geissler3-2/+85
VirtualService TCP route added in _ingress.tpl using protocol option in onap-strimzi ingress configuration Added support for multiple ports in _ingress.tpl added Fixed port setting in onap-strimzi for external interface Add information to the documents section Issue-ID: OOM-3109 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If8507278d952ee29ceaa3f134b99d18bd6f31cb7
2023-03-11[POLICY] Add Kserve installation as optional add-onaravind.est2-1/+42
Kserve installation instructions added as optional add-on. Issue-ID: POLICY-4573 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: If1a1cd43acc7518fa8e1a0c2af31c554c7c038cc
2023-01-19[COMMON] Add pre/postfix and customized port option for Istio IngressAndreas Geissler2-2/+14
Add new options for the created Ingress URLs (preaddr, postaddr) and allow to create Ingress configurations using customized ports Correction added to the installation of the Ingress Gateway. Issue-ID: OOM-3084 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ib31050c169799409c6e968adce7ff41e215e3ff9
2023-01-18Merge "[CPS] Add new Topic for CPS-NCMP AVC Events"Andreas Geissler1-1/+1
2023-01-13[CPS] Add new Topic for CPS-NCMP AVC Eventsmpriyank1-1/+1
- Adding new topic dmi-cm-events - added user and topic parameters - changed one of the unreachable link for honolulu ( not relevant for CPS but had to do inorder to make the build pass ) Issue-ID: CPS-1385 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Change-Id: I0037ae727f9f06c3b28a9331c7eb9fd7037f501d Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2022-12-14[APPC] Remove appc chart and refsefiacor2-3/+0
Removing appc chart Removing most appc refs Some SO data may need to be followed up with SO team Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a Issue-ID: OOM-3069
2022-12-08[DOC] Update Kohn release dateAndreas Geissler1-1/+1
Update the release date for kohn in the release notes. Issue-ID: OOM-3064 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id2ea4555f34d30cde616183e1f4a055c0645df07
2022-11-28[DOC] ServiceMesh documentationAndreas Geissler11-116/+539
Add instructions for SM Installation (addon guide), ONAP configuration (customize_override) and access guide Issue-ID: OOM-3006 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I31acad2c8c84ed3382e1c43897333f9ff565ff6d
2022-11-18[DOC] Update strimzi doc versionefiacor1-1/+1
Bump strimzi in versions table Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I38ae67827c27db706b4a785f063f452c6a5a2c32 Issue-ID: OOM-3057
2022-11-08[DOC] Create Kohn release NoteAndreas Geissler3-22/+18
Added RN text for Kohn and fixed release dated for old releases Issue-ID: OOM-3040 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I79b8275429254c01ad7914d99ffdc8c2e8713dc1
2022-11-07[RDT] Refactoring RTDefiacor41-0/+4304
Major refactor Moved some old docs etc to archived dir Added sub section for guides Added section for deployment options etc Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I5832c7a94d58c3110655f0c676a5f2a19172dc68 Issue-ID: OOM-3028