-
Bug
-
Resolution: Done
-
Major
-
rhos-18.0 Dev Preview 3
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
No
-
-
-
Important
- 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
- 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
- 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:
- openstack-operator.v0.1.3
- 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