ClusterHQ / unofficial-flocker-tools

A tool to make installing Flocker with container orchestration tools easier and more fun
https://clusterhq.com/
11 stars 9 forks source link

install.py checks if the backend if ZFS and if yes it will install ZFS #24

Closed binocarlos closed 9 years ago

binocarlos commented 9 years ago

on each agent node and then generate SSH keys for each node before distributing those keys to all other nodes

It uses a trick where it will write a script, execute the script and then remove the script. This was the only way I could get the ssh-keygen command to work non-interactively and also to append the public keys to /root/.ssh/authorized_keys

lukemarsden commented 9 years ago

Looks good, thanks! I'm presuming you tested it, so merging. We can do a followup change for any resulting issues.