Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-16291

[enterprise-4.13] Issue in file scalability_and_performance/ztp_far_edge/ztp-preparing-the-hub-cluster.adoc

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 1
    • None
    • No
    • None
    • None
    • Rejected
    • T&PS 2023 #8, T&PS 2023 #9
    • 2
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem: The AgentServiceConfig CR example includes the rootFSUrl field. However, it is deprecated and ignored as stated in the CRD since it will be removed in a future release.

      Version-Release number of selected component (if applicable):

      4.12+

      How reproducible: Always (doc issue).

      Steps to Reproduce:

      1.
      2.
      3.
      

      Actual results: The AgentServiceConfig CR example in the doc includes the rootFSUrl field that is deprecated and ignored.

      apiVersion: agent-install.openshift.io/v1beta1
      kind: AgentServiceConfig
      metadata:
        name: agent
        namespace: assisted-installer
      spec:
        databaseStorage:
          volumeName: <db_pv_name>
          accessModes:
          - ReadWriteOnce
          resources:
            requests:
              storage: <db_storage_size>
        filesystemStorage:
          volumeName: <fs_pv_name>
          accessModes:
          - ReadWriteOnce
          resources:
            requests:
              storage: <fs_storage_size>
        mirrorRegistryRef:
          name: 'assisted-installer-mirror-config'
        osImages:
          - openshiftVersion: <ocp_version>
            rootfs: <rootfs_url> 
            url: <iso_url> 

      Expected results: No rootFSUrl field is included in the AgentServiceConfig CR.

      apiVersion: agent-install.openshift.io/v1beta1
      kind: AgentServiceConfig
      metadata:
        name: agent
        namespace: assisted-installer
      spec:
        databaseStorage:
          volumeName: <db_pv_name>
          accessModes:
          - ReadWriteOnce
          resources:
            requests:
              storage: <db_storage_size>
        filesystemStorage:
          volumeName: <fs_pv_name>
          accessModes:
          - ReadWriteOnce
          resources:
            requests:
              storage: <fs_storage_size>
        mirrorRegistryRef:
          name: 'assisted-installer-mirror-config'
        osImages:
          - openshiftVersion: <ocp_version>
            url: <iso_url> 

      Additional info:

       

              rhn-support-aireilly Aidan Reilly
              nhashimo@redhat.com Naoya Hashimoto
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: