Merge "Add instruction to verify new server fingerprint"

This commit is contained in:
Jenkins 2015-05-01 16:40:47 +00:00 committed by Gerrit Code Review
commit db06bd5189

View File

@ -50,6 +50,15 @@ will want to pass --server puppetmaster.example.com otherwise the
new node wil try to register with puppetmaster.openstack.org - and
fail hilariously.
In order for Ansible to be able to send out the Puppet updates,
you also need the puppetmaster to accept the root SSH key for the
new server. So as root on the puppetmaster:
ssh root@$FQDN
Verify the fingerprint of the new server and type "yes" to accept.
Then you can log out.
Add DNS Records
===============