Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 129 additions & 0 deletions scalability_and_performance/telco-hub-rds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@ The following is the complete YAML reference of all the custom resources (CRs) f
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/acm/acmAgentServiceConfig.yaml[]
----

[id="telco-hub-acmMCE-yaml_{context}"]
.acmMCE.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/acm/acmMCE.yaml[]
----

[id="telco-hub-acmMCH-yaml_{context}"]
.acmMCH.yaml
[source,yaml]
Expand Down Expand Up @@ -367,6 +374,13 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/odf-internal/odfOperatorGroup.yaml[]
----

[id="telco-hub-odfReady-yaml_{context}"]
.odfReady.yaml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imiller0 should we also include references to this? it is just a policy to sync on ArgoCD deployment.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is part of the reference, yes we should include it here. As you note it isn't required configuration but is required for reliable rollout of the config using argocd.

[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/odf-internal/odfReady.yaml[]
----

[id="telco-hub-odfSubscription-yaml_{context}"]
.odfSubscription.yaml
[source,yaml]
Expand All @@ -384,13 +398,48 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
[id="telco-hub-gitopsztp-ref-crs_{context}"]
=== GitOps Operator and {ztp} reference YAML

[id="telco-hub-addPluginsPolicy-yaml"]
.addPluginsPolicy.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/addPluginsPolicy.yaml[]
----

[id="telco-hub-argocd-application-yaml"]
.argocd-application.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/argocd-application.yaml[]
----

[id="telco-hub-argocd-tls-certs-cm-yaml"]
.argocd-tls-certs-cm.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/argocd-tls-certs-cm.yaml[]
----

[id="telco-hub-argocd-ssh-known-hosts-cm-yaml"]
.argocd-ssh-known-hosts-cm.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/argocd-ssh-known-hosts-cm.yaml[]
----

[id="telco-hub-clusterrole-yaml"]
.clusterrole.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/clusterrole.yaml[]
----

[id="telco-hub-clusterrolebinding-yaml"]
.clusterrolebinding.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/clusterrolebinding.yaml[]
----

[id="telco-hub-gitopsNS-yaml_{context}"]
.gitopsNS.yaml
[source,yaml]
Expand Down Expand Up @@ -476,9 +525,68 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/ztp-installation/policies-app.yaml[]
----

[id="telco-hub-registry-ref-crs_{context}"]
=== Registry reference YAML

[id="telco-hub-catalog-source-yaml"]
.catalog-source.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/catalog-source.yaml[]
----

[id="telco-hub-idms-operator-yaml"]
.idms-operator.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/idms-operator.yaml[]
----

[id="telco-hub-idms-release-yaml"]
.idms-release.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/idms-release.yaml[]
----

[id="telco-hub-itms-generic-yaml"]
.itms-generic.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/itms-generic.yaml[]
----

[id="telco-hub-itms-release-yaml"]
.itms-release.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/itms-release.yaml[]
----

[id="telco-hub-kustomization-yaml"]
.kustomization.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/kustomization.yaml[]
----

[id="telco-hub-operator-hub-yaml"]
.operator-hub.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/operator-hub.yaml[]
----

[id="telco-hub-logging-ref-crs_{context}"]
=== Logging reference YAML

[id="telco-hub-clusterLogForwarder-yaml"]
.clusterLogForwarder.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogForwarder.yaml[]
----

[id="telco-hub-clusterLogNS-yaml"]
.clusterLogNS.yaml
[source,yaml]
Expand All @@ -493,6 +601,27 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogOperGroup.yaml[]
----

[id="telco-hub-clusterLogServiceAccount-yaml_{context}"]
.clusterLogServiceAccount.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccount.yaml[]
----

[id="telco-hub-clusterLogServiceAccountAuditBinding-yaml_{context}"]
.clusterLogServiceAccountAuditBinding.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccountAuditBinding.yaml[]
----

[id="telco-hub-clusterLogServiceAccountInfrastructureBinding-yaml_{context}"]
.clusterLogServiceAccountInfrastructureBinding.yaml
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccountInfrastructureBinding.yaml[]
----

[id="telco-hub-clusterLogSubscription-yaml_{context}"]
.clusterLogSubscription.yaml
[source,yaml]
Expand Down