Changes between Version 73 and Version 74 of install_kvm
- Timestamp:
- Jul 25, 2019, 7:47:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_kvm
v73 v74 132 132 freepuppet-helper shgk:<guestname> 133 133 }}} 134 * Sign root user key: 135 {{{ 136 freepuppet-helper srgk:<guestname> 137 }}} 134 * We no longer need to sign the root key. Instead, ensure that the contents of /root/.ssh/id_rsa.pub is saved in puppet in the manifests/globals.pp file 135 * In addition, if this server will be a red/control panel host (mosh), run the following from the helper directory of your puppet repo: 136 {{{ 137 ./generate-known-host-files 138 }}} 139 And append the content to modules/mayfirst/files/ssh/known_hosts.red.servers and push to hay 138 140 * Push changes to the nagios server and to each of the backup servers 139 141 '''NOTE:''' We have experienced errors with backup servers syncing. Please see ticket:5455#comment:3 if you see errors syncing backups. You also may need to run `freepuppet-helper gsr:SERVER_NAME` for this step, if you haven't set the remotes for these servers yet.