aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Collapse)Author
2014-11-09make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed ↵elijah
because otherwise you can't connect to a server that has ecdsa host key if all you have is an rsa key host key. closes bug #6337
2014-11-04bugfix - deploy failed when all nodes had default environmentelijah
2014-10-31only spit out stack trace if --debugelijah
2014-10-31allow json properties to be named 'key'elijah
2014-10-30minor fix to bail and log levelelijah
2014-10-29allow for control over how arrays are merged in json inheritanceelijah
2014-10-15filter: fix bug when given incorrect filterelijah
2014-10-05more robust env pinning, fixes several edge case bugs.elijah
2014-10-05ensure arrays are always sorted when exported to yamlelijah
2014-10-01fixed typo in manager.rbelijah
2014-09-30environment pinning: new commands `leap env`, `leap env pin X` and `leap env ↵elijah
unpin`. See `leap help env` for more information.
2014-06-27leap list improvements: lazy evaluation; don't bomb on ConfigError; remove ↵elijah
requirements.rb
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.elijah
2014-06-20moved all json macros to the platform (breaks compatibility with earlier ↵elijah
platforms)
2014-06-20changed how stunnel is generated in hiera files. breaks compatibility with ↵elijah
older platforms
2014-06-18added support for 'control files', files like the .json configuration files ↵elijah
but contain arbitrary ruby code evaluated in the context of the node.
2014-06-17ensure that local stunnel ports are allocated by alphabetical order of the ↵elijah
node, to ensure ports don't jump around.
2014-06-05ensure hiera hosts entry is an empty hash if there are no hosts (closes #3752)elijah
2014-06-04by default, skip local nodes on `leap facts update`elijah
2014-05-22added 'try {}' macro.elijah
2014-05-21Merge branch 'feature/obfsproxy_macros' of ↵elijah
https://github.com/irregulator/leap_cli
2014-05-22Change macro name to rand_range, add base32 gem dependencyirregulator
2014-05-20added support for environmentally scoped services and tags (e.g. ↵elijah
services/webapp.production.json). requires latest platform.
2014-05-21Add two macros, base32_secret and obfs_port, used in obfsproxyirregulator
2014-04-05more graceful handling of error for `leap node add` (closes ↵elijah
https://leap.se/code/issues/3725)
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ↵elijah
~/.ssh/config per-domain settings.
2014-04-03remove ascii string debug line (closes https://leap.se/code/issues/5428)elijah
2014-04-01make secrets be utf8elijah
2014-03-24fixed problems when default encoding is not utf8elijah
2014-03-23fix bug that prevented json keys with a period in them.elijah
2014-03-18only run the tests that are specified, regardless of dependencieselijah
2014-03-14added ability to define environment specific provider.json (e.g. ↵elijah
provider.production.json)
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-02-14Include monitor node itself in hiera hosts hash (Feature #5133)varac
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-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-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).
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-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-26add macro to support for haproxy with weightselijah