Skip to content

Instantly share code, notes, and snippets.

@GregSutcliffe
Created May 14, 2012 15:10
Show Gist options
  • Save GregSutcliffe/2694496 to your computer and use it in GitHub Desktop.
Save GregSutcliffe/2694496 to your computer and use it in GitHub Desktop.
Rename UUID host "testcore1" to "gsscore2". We get a popup:
Conflicts have been detected
The following entries were found conflicting with what foreman wanted to apply.
Please review them carefully, if you are certain that they should be removed, please click on overwrite.
DNS PTR Record 192.168.100.56/testcore1.devops.office.etvinteractive.com already exists
Additionally, we are about to perform the following actions
Remove DNS record for testcore1.devops.office.etvinteractive.com
Remove Reverse DNS record for testcore1.devops.office.etvinteractive.com
Create DNS record for gsscore2.devops.office.etvinteractive.com
Create Reverse DNS record for gsscore2.devops.office.etvinteractive.com
Logs Show:
DNS PTR Record 192.168.100.56/testcore1.devops.office.etvinteractive.com already exists
Failed to save: Conflict DNS PTR Record 192.168.100.56/testcore1.devops.office.etvinteractive.com already exists
Click "ACK" then "Overwrite" and we get redirected to:
http://foreman-dev/hosts/gsscore2.devops.office.etvinteractive.com
which is 404 because the rename hasn't happened.
-----
Rename AND change the IP, then everything works. So the rename isn't handling the IP conflict well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment