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

The start-ostree command needs to be fixed in the documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.17.z
    • None
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The start-ostree command needs to be fixed in the documentation in the section 3.3.3 step 1 of "Embedding in a RHEL for Edge image for offline use"

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

      4.17

      How reproducible:

      100%    

      Actual results:

      The following command produces 2 token result:
      
      $ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" <microshift_blueprint> edge-container | awk '{print $2}')
      
      $ echo $BUILDID
      Please f6e5f0e3-2632-485e-8a04-cd3ef42d3b4e

      Expected results:

      The command needs to be fixed to produce 1 token result:
      
      $ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" <microshift_blueprint> edge-container | awk '/^Compose/ {print $2}')
      
      $ echo $BUILDID
      f6e5f0e3-2632-485e-8a04-cd3ef42d3b4e
      
      

      Additional info:

      https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.17/html/embedding_in_a_rhel_for_edge_image/microshift-embed-in-rpm-ostree-for-offline-use#microshift-creating-ostree-iso_microshift-embed-rpm-ostree-offline-use 

              ocp-docs-bot OCP DocsBot
              ggiguash@redhat.com Gregory Giguashvili
              John George John George
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: