aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Collapse)Author
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'])
2013-05-08attempt to fix file loading problem when the OS has a weird default encoding.elijah
2013-04-02added support for hex_secretselijah
2013-03-31better error messages when json or node parsing goes wrong.elijah
2013-03-31add ability to search for nodes using nil values.elijah
2013-03-27make sure stunnel hostnames show up in /etc/hostselijah
2013-03-27move config macros to config/macros.rbelijah
2013-03-27added config macros for stunnel_client, stunnel_server, stunnel_portelijah
2013-03-13fixed problems with warning about required options.elijah
2013-03-10fixed misc. bugs with switch to 'environment' flag.elijah
2013-03-10changed how arrays are merged on .json files.elijah
2013-03-08replace local and production values with 'environment'.elijah
2013-03-08added support for development tagelijah
2013-02-28added @allow_production_deploy and @platform_branch to Leapfileelijah
2013-02-28change json comments from '#' to more standard '//'elijah
2013-02-27fixed merge errors and warn when REQUIRED properties are unset.elijah
2013-02-26minor ruby 1.8 compatibility changeelijah
2013-02-26spit out the full callstack when -v2elijah
2013-02-10add debug notice if file is missing for macro file_path(x)elijah
2013-02-10fix file_path so that nested files are copied correctlyelijah