aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Collapse)Author
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.HEADmasterhotfix/6374elijah
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
2013-06-26added command `leap compile zone`elijah
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-25lock version for allowed platform & add authorized_keys supportelijah
2013-06-22improve `leap inspect`elijah
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-04when generating /etc/hosts, use local ips if available via facts.jsonelijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like ↵elijah
run_with_progress(), capture(), and replace_file!().
2013-05-27important! the order that a node specifies its services and tags is now ↵elijah
important. the services/tags are applied IN THE ORDER specified.
2013-05-27disabled nodes -- ensure the disabled nodes are also removed from the ↵elijah
services and tags node lists.
2013-05-27prevent `leap compile` from destroying disabled node files.elijah
2013-05-27added support for disabling nodeselijah
2013-05-22object list -- added pick_fields() and exclude()elijah
2013-05-22fixed bug with config list not supporting correctly not filters (eg ↵elijah
nodes[:name => '!sloth'])