diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-11-04 11:55:08 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2025-01-02 18:21:19 +0100 |
commit | 30ef8932eb85c665e3db41e8819eda3260b80f6d (patch) | |
tree | 376d0e4a6be104e679ad347acdd29812ed837b1a /docs/sections/resources | |
parent | ee26c89abe7be30f49e922564e2e012bead25060 (diff) |
[DOC] Update versions of Operators
Add new versions of infrastructure SW
Add release notes for Oslo
Correct linting issues in documents
Issue-ID: OOM-3322
Change-Id: I5ff844a0c6ad5dadc225232d5ef3fd1c149f6fa4
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'docs/sections/resources')
4 files changed, 33 insertions, 33 deletions
diff --git a/docs/sections/resources/helm/helm-search.txt b/docs/sections/resources/helm/helm-search.txt index fbca944bf9..b854c7adce 100644 --- a/docs/sections/resources/helm/helm-search.txt +++ b/docs/sections/resources/helm/helm-search.txt @@ -1,29 +1,24 @@ NAME CHART VERSION APP VERSION DESCRIPTION -local/onap 12.0.0 London Open Network Automation Platform (ONAP) -local/a1policymanagement 12.0.0 ONAP A1 Policy Management -local/aai 12.0.0 ONAP Active and Available Inventory -local/cassandra 12.0.0 ONAP cassandra -local/cds 12.0.0 ONAP Controller Design Studio (CDS) -local/cli 12.0.0 ONAP Command Line Interface -local/common 12.0.0 Common templates for inclusion in other charts -local/cps 12.0.0 ONAP Configuration Persistene Service (CPS) -local/dcaegen2 12.0.0 ONAP DCAE Gen2 -local/dmaap 12.0.0 ONAP DMaaP components -local/mariadb-galera 12.0.0 Chart for MariaDB Galera cluster -local/msb 12.0.0 ONAP MicroServices Bus -local/multicloud 12.0.0 ONAP multicloud broker -local/nbi 12.0.0 ONAP Northbound Interface -local/nfs-provisioner 12.0.0 NFS provisioner -local/oof 12.0.0 ONAP Optimization Framework -local/policy 12.0.0 ONAP Policy Administration Point -local/postgres 12.0.0 ONAP Postgres Server -local/robot 12.0.0 A helm Chart for kubernetes-ONAP Robot -local/sdc 12.0.0 Service Design and Creation Umbrella Helm charts -local/sdnc 12.0.0 SDN Controller -local/sdnc-prom 12.0.0 ONAP SDNC Policy Driven Ownership Management -local/sniro-emulator 12.0.0 ONAP Mock Sniro Emulator -local/so 12.0.0 ONAP Service Orchestrator -local/strimzi 12.0.0 ONAP Strimzi Apache Kafka -local/uui 12.0.0 ONAP uui -local/vfc 12.0.0 ONAP Virtual Function Controller (VF-C) -local/vnfsdk 12.0.0 ONAP VNF SDK +local/onap 15.0.0 Oslo Open Network Automation Platform (ONAP) +local/a1policymanagement 13.0.0 ONAP A1 Policy Management +local/aai 15.0.1 ONAP Active and Available Inventory +local/authentication 15.0.0 ONAP Realm creation, Oauth2Proxy installation and configuration +local/cassandra 13.1.1 ONAP cassandra +local/cds 13.0.2 ONAP Controller Design Studio (CDS) +local/common 13.2.10 Common templates for inclusion in other charts +local/cps 13.0.1 ONAP Configuration Persistene Service (CPS) +local/dcaegen2 15.0.1 ONAP DCAE Gen2 +local/mariadb-galera 13.2.3 Chart for MariaDB Galera cluster +local/multicloud 15.0.2 ONAP multicloud broker +local/platform 13.0.1 ONAP platform components +local/policy 15.0.1 ONAP Policy Administration Point +local/portal-ng 13.0.1 ONAP Next Generation Portal +local/postgres 13.1.0 ONAP Postgres Server +local/repository-wrapper 13.0.0 Wrapper chart to allow docker secret to be shared all instances +local/robot 13.0.0 A helm Chart for kubernetes-ONAP Robot +local/roles-wrapper 13.0.0 Wrapper chart to allow default roles to be shared among onap instances +local/sdc 13.0.1 Service Design and Creation Umbrella Helm charts +local/sdnc 15.1.0 SDN Controller +local/so 13.0.1 ONAP Service Orchestrator +local/strimzi 13.0.2 ONAP Strimzi Apache Kafka +local/uui 13.1.0 ONAP uui diff --git a/docs/sections/resources/yaml/common-gateway.yaml b/docs/sections/resources/yaml/common-gateway.yaml index 3cc1cc55bc..cc6ed61a6d 100644 --- a/docs/sections/resources/yaml/common-gateway.yaml +++ b/docs/sections/resources/yaml/common-gateway.yaml @@ -1,4 +1,4 @@ -apiVersion: gateway.networking.k8s.io/v1beta1 +apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: common-gateway diff --git a/docs/sections/resources/yaml/keycloak-ingress.yaml b/docs/sections/resources/yaml/keycloak-ingress.yaml index 91fc34f381..9318b374e2 100644 --- a/docs/sections/resources/yaml/keycloak-ingress.yaml +++ b/docs/sections/resources/yaml/keycloak-ingress.yaml @@ -24,7 +24,7 @@ spec: Matches: Path: Type: PathPrefix - Value: /auth + Value: / --- apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute @@ -46,10 +46,10 @@ spec: - backendRefs: - group: "" kind: Service - name: keycloak-keycloakx-http + name: keycloak-http port: 80 weight: 1 matches: - path: type: PathPrefix - value: /auth + value: / diff --git a/docs/sections/resources/yaml/keycloak-server-values.yaml b/docs/sections/resources/yaml/keycloak-server-values.yaml index 516a26a76b..52bf5a9809 100644 --- a/docs/sections/resources/yaml/keycloak-server-values.yaml +++ b/docs/sections/resources/yaml/keycloak-server-values.yaml @@ -1,12 +1,17 @@ --- +fullnameOverride: keycloak + +image: + tag: "26.0.6" + command: - "/opt/keycloak/bin/kc.sh" - "--verbose" - "start" + - "--proxy-headers=forwarded" - "--http-enabled=true" - "--http-port=8080" - "--hostname-strict=false" - - "--hostname-strict-https=false" - "--spi-events-listener-jboss-logging-success-level=info" - "--spi-events-listener-jboss-logging-error-level=warn" |