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

flocker-install should set up root login #27

Closed lukemarsden closed 8 years ago

lukemarsden commented 9 years ago

Currently flocker-install requires that the user manually sets up a root login to all of their nodes.

This is time-consuming.

It would be better if flocker-install handled this automatically, by guessing the default username depending on the distro (e.g. ubuntu for Ubuntu, core for CoreOS, centos for CentOS?) and automatically did the following step rather than forcing the user to:

screenshot 2015-08-21 12 22 02
lukemarsden commented 8 years ago

fixed