Need to be able to set the overcloud name either via template or command line in order to customize hostnames. Currently it is hardcoded to be "overcloud". This looks like a cross component rfe. It looks like at least these locations are hardcoded for overcloud. /usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/overcloud_deploy.py:409: stack_name = "overcloud" /usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/overcloud_deploy.py:438: orchestration_client, "overcloud") /usr/lib/python2.7/site-packages/rdomanager_oscplugin/v1/overcloud_deploy.py:587: 'OS_CLOUDNAME': 'overcloud', Changing these and it appears the install succeeds up until cloud init finishes and puppet starts. So likely there is something in puppet templates that needs to be changed.
related https://bugzilla.redhat.com/show_bug.cgi?id=1259003
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
*** This bug has been marked as a duplicate of bug 1278854 ***