-
Bug
-
Resolution: Done
-
Undefined
-
rhos-18.0.2
-
None
-
False
-
-
False
-
?
-
None
-
-
Bug Fix
-
Done
-
-
-
Important
When the name of OpenStackDataPlaneNodeSet is long, ansible jobs created by OpenStackDeployment cannot be distinguished identically.
For example, the job list shows the following resutls.
NAME COMPLETIONS DURATION AGE bootstrap-openstack-data-plane-deploy-openstack-data-plane001 1/1 4m19s 109m bootstrap-openstack-data-plane-deploy-openstack-data-plane002 1/1 4m13s 109m configure-network-openstack-data-plane-deploy-openstack-data-pl 0/1 9s 9s
It looks the maximum length of the job name is 54 characters.
If it bigger than 55 and it cannot be identical between the jobs, the resources cannot be unique between resources.
We should have a warning that every metadata.name should be less characters but unique among the same CR.
For example,
If OpenStackDataPlaneNodeSet has metadata.name like below.
metadata: name: compute-zone1-rack1-10
Other OpenStackDataPlaneNodeSet has like follows
metadata: name: compute-zone2-rack1-15
Those are should be shorten like:
metadata: name: cmp-z1-r1-10
metadata: name: cmp-z2-r1-15