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

Documentation feedback: sample configuration of ansibleVars.edpm_extra_mounts.opts is broken.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • rhos-17.1.z
    • rhos-18.0.z
    • documentation
    • None
    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • rhos-workloads-compute-pulsar
    • None
    • Sprint 4 Pulsar
    • 1
    • Important

      The problematic part of documentation is the bleow in 6.2. Configuring shared instance storage.

      2. Add the required configuration or modify the existing configuration under ansibleVars:

      apiVersion: dataplane.openstack.org/v1beta1
      kind: OpenStackDataPlaneNodeSet
      metadata:
      name: my-data-plane-node-set
      spec:
      ...
        nodeTemplate:
          ansible:
            ansibleVars:
              edpm_bootstrap_command: |
                dnf -y install conntrack-tools
              edpm_extra_mounts:
              - fstype: nfs4
                opts: context=system_u:obje/var/lib/nova/instances <=======(*)
                path: /var/lib/nova/instances
                src: <nfs_path>

      `context=system_u:obje/var/lib/nova/instances` is not a correct value for `opts:` parameter.
      It should be `opts: context=system_u:object_r:nfs_t:s0` instead.

              joflynn@redhat.com Joanne O'Flynn
              rhn-support-nkawamot Nozomi Kawamoto
              rhos-workloads-compute-pulsar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: