ECS Community Edition Install Node 2.0.2 (ECS 3.0.0.1)
padthaitofuhot
released this
02 Jun 18:16
·
199 commits
to master
since this release
This is the initial release of the new ECS Community Edition deployment system.
The big stuff:
- Deployment directed by a simple YAML template
- Node interactions are automated by Ansible
- Most operations are idempotent
- Initial documentation migration to ReadTheDocs
The small stuff:
- Block device partitioning now uses GPT partition tables instead of MBR to support large, multi-TB block devices
- Easy entropy device selection (/dev/{random,urandom,srandom,...}) via deploy.yml (default is /dev/urandom)
- Intelligent firewall configuration via deploy.yml (no more disabled firewalls!)
- Provisioning of most ECS primitives can be configured via deploy.yml
- Can be used for testing across ECS versions and multi-environment testing via
release.conf
and utilities intools
directory