From 4452247d788339d03fb057df35dcaac5a7788fa5 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Fri, 24 Apr 2015 12:36:17 -0700 Subject: [PATCH] Add instruction to verify new server fingerprint When adding a new server now, Ansible needs the root ssh key fingerprint on the new server to be verified on the puppetmaster, add this to instructions for setting up a new server. Change-Id: I7345c22c47120c946b64e72aa6bf7a7a8f590132 --- launch/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/launch/README b/launch/README index f75d0b1b69..1236fb36dc 100644 --- a/launch/README +++ b/launch/README @@ -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 ===============