Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-21622

Phase 2: Reformat `oc patch` code blocks to work with copy button

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhos-18.0.z
    • rhos-18.0.z
    • documentation
    • None

      Goal: 

      • As a writer, I want to reformat the code blocks in the adoption guide to ensure that they copy properly when a customer uses the copy button.
        • This story covers the steps that combine the oc patch command with file contents. The copy button only copies the command in this case. I need to split the step into something like this: 
          1. Create a new file, for example, ceph_backend.patch, and include the following content:
            spec:
            {{ extraMounts:}}
            {{ - name: v1}}
            Unknown macro: {{…}

            }

          2. Patch the OpenStackControlPlane CR to inject ceph.conf and ceph.client.openstack.keyring to the RHOSP services that are defined in the propagation list:
            $ oc patch openstackcontrolplane openstack --type=merge --patch-file=ceph_backend.patch

      Acceptance Criteria:

              kgilliga@redhat.com Katie Gilligan
              kgilliga@redhat.com Katie Gilligan
              rhos-dfg-upgrades
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: