aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-03update the server time on `leap node init` (hopefully closes ↵elijah
https://leap.se/code/issues/5329)
2014-04-03remove ascii string debug line (closes https://leap.se/code/issues/5428)elijah
2014-04-02use download.leap.se/platform url for vagrant boxes (closes #5434)elijah
2014-04-01version bumpelijah
2014-04-01more fixes for leap listelijah
2014-04-01bump versionelijah
2014-04-01fix bug with `leap list` on some servers.elijah
2014-04-01make secrets be utf8elijah
2014-03-24better checking of valid node nameselijah
2014-03-24prevent invalid vangrant node nameselijah
2014-03-24fixed problems when default encoding is not utf8elijah
2014-03-24improved robustness of `leap new`elijah
2014-03-23fix bug that prevented json keys with a period in them.elijah
2014-03-19yep, another attempt to fix ssh. (now authorized_keys2 is set to insecure ↵elijah
vagrant key)
2014-03-18only run the tests that are specified, regardless of dependencieselijah
2014-03-16attempt number 7 to fix ssh problems.elijah
2014-03-14added ability to define environment specific provider.json (e.g. ↵elijah
provider.production.json)
2014-03-13make sure --no-color is respected by remote logging as well as local logging.elijah
2014-03-13various ssh key fixes (REQUIRES rebuilding vagrant nodes).elijah
2014-03-08added support for specifying what order nodes should be tested in.elijah
2014-03-08include mx nodes in /etc/hosts of all nodeselijah
2014-03-08fixed bug when platform.rb doesn't define reserved_usernameselijah
2014-03-08added --no-color flagelijah
2014-03-07added IdentitiesOnly ssh option to both ssh command and ruby Net::SSH ↵elijah
options -- this should prevent ssh from trying all the keys in ~/.ssh. you might still get the error "Too many authentication failures" if you have a ton of keys activated in ~/.ssh/config
2014-02-14Include monitor node itself in hiera hosts hash (Feature #5133)varac
2014-02-13attempt to fix issues people have running leap_cli on different computers.elijah
2014-02-13fix bug with compiling secrets.jsonelijah
2014-02-10fixed bug that prevented `leap list`elijah
2014-02-10automatically upgrade secrets.jsonelijah
2014-02-10different secrets for each environmentelijah
2014-02-09add bundler/setup to Rakefile, so we don't get minitest version conflicts.elijah
2014-02-09added ssh pub key information to the 'hosts' hash saved in hiera files. ↵elijah
version bumped to 1.4.0.
2014-02-07added support for custom /etc/hosts files, fixed bug in ObjectList filters ↵elijah
(when using negative value on an array attribute).
2014-02-06added support for 'monitor' ssh keys.elijah
2013-12-17download vagrant box via https (closes #3334)elijah
2013-12-10added `--continue` to test runelijah
2013-12-10added `--sync` to deploy.elijah
2013-12-05bumb version to 1.2.5elijah
2013-12-05added no-deploy check and simple `leap test run`.elijah
2013-11-04use https source for more secure gem retrievalAzul
2013-10-30Merge branch 'master' of ssh://code.leap.se/leap_clivarac
2013-10-15fix `compile zone` (contacts.default is now always an array)elijah
2013-10-09fix def vagrant_version for vagrant >= v1.3varac
vagrant reports it's version differently >= v1.3 before: Vagrant version 1.2.2 now: Vagrant 1.3.4
2013-10-09pin capistrano to 2.x so it doesn't update to 3.0.0 (#4088)varac
2013-09-21use https:// instead of git://elijah
2013-09-21fix for: locale-gen should be run after package "locales" is installed (Bug ↵elijah
#3741)
2013-09-21remove ping from `leap node init`elijah
2013-09-21added support for config arrays that are required: e.g. ["REQUIRED"]. this ↵elijah
will ensure that the type is an array, and ensure that some value is set.
2013-09-20add support to haproxy_servers macro for the possibility that at node might ↵elijah
haproxy to itself
2013-09-05change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if ↵elijah
defined. REQUIRES latest platform (0.2.4).