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

Documentation feedback: RHOSO-18-DP3 Docs

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • No
    • Important
    • Podified Core

      1.  include the cert-manager as a operator prereq (alongside NMState and MLB) failure to do so will result in unstable (crashloops) Openstack-operator-controller-manager
      2. due to issue in ssh user override any user other than could-admin will not get propogated correctly and will cause the deployment to fail - we need to add to the doc examples the pinning of the ansible user to the node section
      3. registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0.0-10 is broken which breaks the baremetal deploymnet flow (does not affect PreProvision) this is the default image in the operator bundles for DP-3 verified workaround is to edit the following CSVs in project openstack-operators:
        1. openstack-operator.v0.1.3
        2. openstack-baremetal-operator.v0.1.3

      and replace the image  registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0.0-10

      with registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0.0-9

      before deploying the dataplane nodeset

       

      oc edit csv openstack-operator.v0.1.3
      ...
      value: registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0 --> registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0.0-9 
      value: edpm-hardened-uefi.qcow2
      ...
      oc edit csv openstack-baremetal-operator.v0.1.3 
      
      value: registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0 --> registry.redhat.io/rhosp-dev-preview/edpm-hardened-uefi-rhel9:18.0.0-9 
      value: edpm-hardened-uefi.qcow2

       

       

      nodeTemplate:
          ansible:
            ansiblePort: 22
            ansibleUser: gil
      ...
        nodes:
          osp-compute-preprov-0:
            ansible:
              ansibleHost: 192.168.130.105
              ansibleUser: cloud-admin
            hostName: osp-compute-preprov-0
      ...
      
          osp-compute-preprov-1:
            ansible:
              ansibleHost: 192.168.130.106
              ansibleUser: cloud-admin
            hostName: osp-compute-preprov-1

      docs should state that ansible user should be pinned to the node invetory in the dataplanenodeset CR examples:

        nodes:
          osp-compute-preprov-0:
            hostName: osp-compute-preprov-0
            ansible:
              ansibleHost: 192.168.130.105
              ansibleUser: gil
            networks:
            - name: CtlPlane
              subnetName: subnet1
              defaultRoute: true
              fixedIP: 192.168.130.105
            - name: InternalApi
              subnetName: subnet1
            - name: Storage
              subnetName: subnet1
            - name: Tenant
              subnetName: subnet1
            - name: External
              subnetName: subnet1

            igallagh@redhat.com Irina Gallagher
            grosenbe-redhat.com Gil Rosenberg
            rhos-dfg-ospk8s
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: