aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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-28[DOC] In tox.ini update link to upper-constraints.txtAndreas Geissler1-3/+3
Fix breaking tox execution Issue-ID: DOC-823 Change-Id: I3abd199531765fa4ba4ec64abe61550aa8575f65 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-21[Documentation] Add python compatibility modulethmsdt1-0/+1
Required to prevent build problems Issue-ID: DOC-823 Change-Id: I1ff25188642176ac2952d4288dc1550746000d6c Signed-off-by: thmsdt <thomas.kulik@telekom.de>
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-09-25[DOC] Add missing graphviz moduleAndreas Geissler1-0/+6
Tox fails due to missing graphviz module. Added the installation in tox.ini files (Ticket: IT-26010) Issue-ID: OOM-2342 Change-Id: Ica9f750c6644386d2dc3fac6a786463929c320d6 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] Correct the conf.py version in masterAndreas Geissler1-3/+3
In master the conf.py version has to be "master" Issue-ID: OOM-3174 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I219bfa45f85713f8d171268b34b97503ee92f759
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 Geissler15-172/+564
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-31[DOC] Fix doc-rulesAndreas Geissler1-7/+0
remove docs/conf.yaml as requested by doc-rules Issue-ID: OOM-3160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I7ed35484653c287c96362594784e9dcaa3a4c3fc
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 refsefiacor5-34/+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 Geissler12-116/+540
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-18Merge "[DOC] Update strimzi doc version"Andreas Geissler3-6/+6
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-10[COMMON] Bump ONAP versionAndreas Geissler1-0/+1
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-10[DOC] Update release version for RTDs in KohnAndreas Geissler2-5/+5
Modify the versions in conf.* files to create Kohn RTDs Issue-ID: OOM-3040 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I43334f1f642aa61ca7b0c6becbd8efcfece56dce
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 RTDefiacor111-214/+2575
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
2022-06-24[COMMON] Bump ONAP versionAndreas Geissler3-67/+68
Use version 11.0.0 for Kohn Issue-ID: OOM-2971 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Icc0e0839fc6def2035383b5fa4c9153fc15fafda
2022-05-11[DOC] Jarata rel notes updateefiacor1-1/+1
Rel notes update for jakarta Jira items Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I2ca1572b28cb95b998fc84470ac89e1c661f826d Issue-ID: OOM-2953
2022-05-03[DOCS] Clean up docs etcefiacor72-531/+204
Clean up docs dir Add some stuff for J release Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie34bfe9c70129e3ffc34800481e4052faaebe067 Issue-ID: OOM-2953
2022-03-31[STRIMZI] Adding strimzi projectefiacor4-10/+66
Deploy a 2 node replica strimzi kafka cluster Reduce MR kafka to 1 replica Add kafka ready check to cps-temporal Update readthedocs with strimzi prerequisite Modify deploy.sh to deploy the strimzi kafka in advance Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I87e54ad69a174174cb86f096c07d58878e3ab14e Issue-ID: DMAAP-1621
2021-12-07[GLOBAL] Migrate to helm v3efiacor4-79/+73
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-10-26[DOC] Remove Guilin infra tools compatibility noteBartek Grzybowski1-4/+0
This will be still retained in Guilin's own documentation branch Change-Id: Iea5d0ef8e506cc92c36a17e0e5201cea072faa19 Issue-ID: OOM-1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-10-26[DOC] Upgrade kubectl and helm versionsBartek Grzybowski1-3/+3
Kubectl/Helm version in installation description got updated to those required by current release. Change-Id: I0526577321a46603f5cf65643cbed5d01b8d59df Issue-ID: OOM-1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-10-26[DOC] Update OOM User Guide chapter titleBartek Grzybowski1-2/+2
Since the Honolulu release Helm v3 is the only supported version so it should no longer be documented as experimental. Updating the chapter title for disambiguation. Change-Id: I0c9ec2ac801ce8479549b096e8c3671b44b21f53 Issue-ID: OOM-1 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-10-20Merge "[COMMON] Adds 2 upper-constraints files to pin all dependencies"Sylvain Desbureaux1-9/+0
2021-10-15[COMMON] Bump ONAP versionSylvain Desbureaux5-62/+70
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-14[COMMON] Adds 2 upper-constraints files to pin all dependenciesCédric Ollivier1-9/+0
It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. docs/requirements-docs.txt is renamed requirements.txt as it mixes both docs and linter dependencies. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Change-Id: Iae808297484f4798de82a43597ccad7905ff4c94 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-10-04Merge "[COMMON] Add and run pre-commit linters via tox"Sylvain Desbureaux1-41/+41
2021-09-27[DOC] Fix a few mispellingsguillaume.lambert9-17/+17
Many words were advertised by the spell checker. Some of them are obviously mispelled and are fixed here. Issue-ID: DOC-710 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I4108ba7e5d89099d16ae5714609a9701137ae83c