-
Bug
-
Resolution: Done
-
Major
-
None
-
None
[stack@osp-df-4 install_yamls]$ oc get openstackdataplanenodeset NAME STATUS MESSAGE openstack-edpm-ipam False Deployment not started openstack-edpm1 False Deployment not started [stack@osp-df-4 install_yamls]$ oc get openstackdataplanenodeset/openstack-edpm1 -o yaml <snip> conditions: - lastTransitionTime: "2024-08-21T08:37:51Z" message: Deployment not started reason: Requested severity: Info status: "False" type: Ready - lastTransitionTime: "2024-08-21T08:37:51Z" message: Deployment not started reason: Requested severity: Info status: "False" type: DeploymentReady - lastTransitionTime: "2024-08-21T05:49:14 <snip> deploymentStatuses: edpm-deployment: - lastTransitionTime: "2024-08-21T08:37:49Z" message: Deployment completed reason: Ready status: "True" type: NodeSetDeploymentReady <snip>
This is because we check the we don't set the NodeSetHashes when setting NodeSetDeploymentReadyCondition to true. It's only set when deployment for all nodesets finish.