Skip to content

Commit e67ceab

Browse files
committed
OCPBUGS-60006: Updating CRs to match telco-reference eng repo changes
1 parent ea47f5b commit e67ceab

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

scalability_and_performance/telco-hub-rds.adoc

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ The following is the complete YAML reference of all the custom resources (CRs) f
231231
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/acm/acmAgentServiceConfig.yaml[]
232232
----
233233

234+
[id="telco-hub-acmMCE-yaml_{context}"]
235+
.acmMCE.yaml
236+
[source,yaml]
237+
----
238+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/acm/acmMCE.yaml[]
239+
----
240+
234241
[id="telco-hub-acmMCH-yaml_{context}"]
235242
.acmMCH.yaml
236243
[source,yaml]
@@ -367,6 +374,13 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
367374
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/odf-internal/odfOperatorGroup.yaml[]
368375
----
369376

377+
[id="telco-hub-odfReady-yaml_{context}"]
378+
.odfReady.yaml
379+
[source,yaml]
380+
----
381+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/odf-internal/odfReady.yaml[]
382+
----
383+
370384
[id="telco-hub-odfSubscription-yaml_{context}"]
371385
.odfSubscription.yaml
372386
[source,yaml]
@@ -384,6 +398,20 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
384398
[id="telco-hub-gitopsztp-ref-crs_{context}"]
385399
=== GitOps Operator and {ztp} reference YAML
386400

401+
[id="telco-hub-addPluginsPolicy-yaml"]
402+
.addPluginsPolicy.yaml
403+
[source,yaml]
404+
----
405+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/addPluginsPolicy.yaml[]
406+
----
407+
408+
[id="telco-hub-argocd-tls-certs-cm-yaml"]
409+
.argocd-tls-certs-cm.yaml
410+
[source,yaml]
411+
----
412+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/argocd-tls-certs-cm.yaml[]
413+
----
414+
387415
[id="telco-hub-argocd-ssh-known-hosts-cm-yaml"]
388416
.argocd-ssh-known-hosts-cm.yaml
389417
[source,yaml]
@@ -476,9 +504,68 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
476504
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/gitops/ztp-installation/policies-app.yaml[]
477505
----
478506

507+
[id="telco-hub-registry-ref-crs_{context}"]
508+
=== Registry reference YAML
509+
510+
[id="telco-hub-catalog-source-yaml"]
511+
.catalog-source.yaml
512+
[source,yaml]
513+
----
514+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/catalog-source.yaml[]
515+
----
516+
517+
[id="telco-hub-idms-operator-yaml"]
518+
.idms-operator.yaml
519+
[source,yaml]
520+
----
521+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/idms-operator.yaml[]
522+
----
523+
524+
[id="telco-hub-idms-release-yaml"]
525+
.idms-release.yaml
526+
[source,yaml]
527+
----
528+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/idms-release.yaml[]
529+
----
530+
531+
[id="telco-hub-itms-generic-yaml"]
532+
.itms-generic.yaml
533+
[source,yaml]
534+
----
535+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/itms-generic.yaml[]
536+
----
537+
538+
[id="telco-hub-itms-release-yaml"]
539+
.itms-release.yaml
540+
[source,yaml]
541+
----
542+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/itms-release.yaml[]
543+
----
544+
545+
[id="telco-hub-kustomization-yaml"]
546+
.kustomization.yaml
547+
[source,yaml]
548+
----
549+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/kustomization.yaml[]
550+
----
551+
552+
[id="telco-hub-operator-hub-yaml"]
553+
.operator-hub.yaml
554+
[source,yaml]
555+
----
556+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/required/registry/operator-hub.yaml[]
557+
----
558+
479559
[id="telco-hub-logging-ref-crs_{context}"]
480560
=== Logging reference YAML
481561

562+
[id="telco-hub-clusterLogForwarder-yaml"]
563+
.clusterLogForwarder.yaml
564+
[source,yaml]
565+
----
566+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogForwarder.yaml[]
567+
----
568+
482569
[id="telco-hub-clusterLogNS-yaml"]
483570
.clusterLogNS.yaml
484571
[source,yaml]
@@ -493,6 +580,27 @@ include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release
493580
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogOperGroup.yaml[]
494581
----
495582

583+
[id="telco-hub-clusterLogServiceAccount-yaml_{context}"]
584+
.clusterLogServiceAccount.yaml
585+
[source,yaml]
586+
----
587+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccount.yaml[]
588+
----
589+
590+
[id="telco-hub-clusterLogServiceAccountAuditBinding-yaml_{context}"]
591+
.clusterLogServiceAccountAuditBinding.yaml
592+
[source,yaml]
593+
----
594+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccountAuditBinding.yaml[]
595+
----
596+
597+
[id="telco-hub-clusterLogServiceAccountInfrastructureBinding-yaml_{context}"]
598+
.clusterLogServiceAccountInfrastructureBinding.yaml
599+
[source,yaml]
600+
----
601+
include::https://raw.githubusercontent.com/openshift-kni/telco-reference/release-4.19/telco-hub/configuration/reference-crs/optional/logging/clusterLogServiceAccountInfrastructureBinding.yaml[]
602+
----
603+
496604
[id="telco-hub-clusterLogSubscription-yaml_{context}"]
497605
.clusterLogSubscription.yaml
498606
[source,yaml]

0 commit comments

Comments
 (0)