aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-16only install compatible sahara vagrant plugin versionelijah
2013-07-301.2.1 - fix bug in haproxy (weight max is 256)elijah
2013-07-29allow ssh to disabled nodeselijah
2013-07-29security fix - don't allow leap_cli created files to be world/group readable.elijah
2013-07-29better seed for secret generationelijah
2013-07-29added assert() macro.elijah
if failed, spits out this on compile: = FAILED assertion while evaluating node 'worm' - assertion: services.include? 'couchdb' - offending key: require_couchdb = bailing out
2013-07-26Merge branch 'issue_2496'varac
2013-07-26add macro to support for haproxy with weightselijah
2013-07-25Merge branch 'master' of ssh://code.leap.se/leap_clivarac
2013-07-25Fix Vagrant 1.2.x warnings (Feature #3241)varac
2013-07-25 Vagrant: Give Virtualbox VMs a name (Feature #2496)varac
2013-07-25+ .reviewboardrcvarac
2013-07-24allow provider to include country, state, and locality in the CSR.elijah
2013-07-24minor updates to internal test/leap_platformelijah
2013-07-15fix bug in rsync of support files during deploy that prevented files from ↵elijah
being updated.
2013-07-15Merge branch 'master' of ssh://code.leap.se/leap_clivarac
2013-07-10file permissions -- no longer force restrictive chmod on the rsync of ↵elijah
/srv/leap/[puppet|bin], because doing so messes up the permissions of /srv/leap.
2013-07-10security fix - for a little while now, since the switch to rsync_command, ↵elijah
permissions on rsync'ed files allowed world read. bad bad. now permissions are limited to root.
2013-07-10fixed bug where unused certs were not being deleted.elijah
2013-07-08added vagrant version check, so it works with vagrant > 1.0.xvarac
see http://docs.vagrantup.com/v2/vagrantfile/version.html for details on vagrant command line option and config differences.
2013-07-05don't bind hosts in known_hosts to particular ports, since it causes all ↵elijah
kinds of confusion. originally, i added this to prevent modification of ~/.ssh/known_hosts, but now we do this by just setting UserKnownHosts to /dev/null.
2013-07-04lock compatible platform version to 0.2.2elijah
2013-07-02prevent compile from happening before adding at least one user ssh key.elijah
2013-07-02fixed typo: s/remote_node_facts/remove_node_facts/elijah
2013-07-02improved `leap compile zone`elijah
2013-06-27include a note in known_hosts to not edit known_hostselijah
2013-06-27pass verbosity level through to sshelijah
2013-06-27updated READMEelijah
2013-06-26added command `leap compile zone`elijah
2013-06-26print a nice 'ok' when a host is alive.elijah
2013-06-26bail with message if no ecdsa key foundelijah
2013-06-25add note about what to do to enable moshelijah
2013-06-25change it so the file loading info is only logged if log level is >= 3 (it ↵elijah
is a little noisy)
2013-06-25log the version and git info if log level >= 2elijah
2013-06-25cleaned up platform/cli version mismatch text.elijah
2013-06-25fix failing testselijah
2013-06-25lock version for allowed platform & add authorized_keys supportelijah
2013-06-22improve `leap inspect`elijah
2013-06-21fix ecdsa ssh key comparisonelijah
2013-06-20Fixed bug when facts.json is missing.elijah
2013-06-19fixed utf8 bug when locale not set, and improved testing for ruby 1.8.elijah
2013-06-18fix bug with vagrant ssh keyselijah
2013-06-17fixed exception when logging certain errors - ironic!elijah
2013-06-17fixed testselijah
2013-06-11don't assume ssh keys will be RSA.elijah
2013-06-11minor: util::bailelijah
2013-06-11store port in provider's known_hosts to prevent modification of ↵elijah
~/.ssh/known_hosts.
2013-06-11grab ecdsa ssh host keys, not rsa.elijah
2013-06-11fix longstanding problem with vagrant nodes: everyone has a different ssh ↵elijah
pub key, but before leap_cli wanted you to commit these different keys into. Now, for vagrant nodes, we ignore the host key: we don't save it, we don't check it.
2013-06-11added --ip and --port override flags to deploy and init.elijah