-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.13.z, 4.14.0
-
None
-
No
-
False
-
Description of problem:
Currently PowerVS uses a DefaultMachineCIDR: 192.168.0.0/24 This will create network conflicts if another cluster is created in the same zone.
Version-Release number of selected component (if applicable):
current master branch
How reproducible:
Always
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
The fix is to use a random number for DefaultMachineCIDR: 192.168.%d.0/24 This should significantly reduce the chances for collisions.