aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdploy
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* archivers/py-liblzma: Rename to pylibzma, Modernizekoobs2015-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Rename to match upstream (PyPI) name: pylibzma - Backport upstream issue/commit to fix build without pkg-config [1][2] - Remove post-patch: target, no longer necessary - Remove other setup.py overrides, back to upstream sources - Add do-test target: - Add LICENSE_FILE - Add MOVED entry While I'm here: - Update sysutils/bsdploy dependency [1] https://bugs.launchpad.net/pyliblzma/+bug/613837 [2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494 Reviewed by: sbz Approved by: dbn (maintainer timeout, 15 days) Differential Revision: D4161
* sysutils/bsdploy: Update to 2.1.0koobs2015-10-282-6/+12
| | | | | | | | | | | - Update PORTVERSION and distinfo checkum (2.1.0) - Update RUN_DEPENDS versions - Add NO_ARCH - Remove pytest.ini which forces pep8 and flakes for tests Changes: https://github.com/ployground/bsdploy/blob/master/CHANGES.rst
* sysutils/bsdploy: Update to 2.0.0koobs2015-03-062-6/+7
| | | | | | | | | | | | | | | | | | | - Update to 2.0.0 - Use PORTVERSION over DISTVERSION - Update minimum RUN_DEPENDS versions - Seperate OPTIONS from OPTIONS_DESC's Changes: 2.0.0 - 2015-03-05 * Add support for http proxies * Deactivate pkg's auto update feature by default * Add support for firstboot-freebsd-update (disabled by default) * [BACKWARDS INCOMPATIBLE] switched from ipfilter to pf Note: you MUST convert any existing ipnat_rules to the new pf_nat_rules. * Provide defaults for VirtualBox instances (less boilerplate) * Set full /etc/ntp.conf instead of trying to fiddle with an existing one. * Support configuration as non-root user (Issue #62) * Switched to semantic versioning (see http://semver.org)
* sysutils/bsdploy: Mark UnBROKENkoobs2015-02-191-3/+0
| | | | | | | | | | | Mark no longer BROKEN as ploy_ansible has grown support for Ansible > 1.8 [1] and is now in the ports tree [2]. Thank you Tom Lazar and Florian Schulze for the extremely responsive support and fix. [1] https://github.com/ployground/ploy_ansible/pull/13 [2] https://svnweb.freebsd.org/changeset/ports/379322
* sysutils/bsdploy: Mark BROKENkoobs2015-02-181-0/+3
| | | | | | | | | Mark BROKEN temporarily since ploy_ansible doesnt play nice with Ansible >= 1.8 [1] and our sysutils/ansible port is at 1.8.3. [1] https://github.com/ployground/bsdploy/issues/60 Reported by: dlangille
* sysutils/bsdploy: Update to 1.3koobs2015-01-312-7/+7
| | | | | | | | | | | | | | | | | | | | | | - Update bsdploy to 1.3 - Update all py-ploy[_]* dependencies: ploy: 1.0.3 ploy_ensible: 1.2.1 ploy_ec2: 1.1.1 ploy_ezjail: 1.1.0 ploy_fabric 1.1.0 - Sort USE_PYTHON's Changes: * bsdploy: https://github.com/ployground/bsdploy/blob/1.3/CHANGES.rst * ploy: https://github.com/ployground/ploy/blob/1.0.3/HISTORY.rst * ploy_ansible: https://github.com/ployground/ploy_ansible/blob/1.2.1/HISTORY.rst * ploy_ec2: https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst * ploy_ezjail: https://github.com/ployground/ploy_ezjail/blob/1.1.0/HISTORY.rst * ploy_fabric: https://github.com/ployground/ploy_fabric/blob/1.1.0/HISTORY.rst
* - Convert ports of sysutils/ to new USES=pythonmva2014-10-251-4/+2
| | | | Approved by: portmgr (implicit)
* sysutils/bsdploy: Update to 1.0.0 !! #GOLDkoobs2014-07-212-7/+7
| | | | | | | | Update BSDploy and plugins to the latest, greatest, stable and gold 1.0.0 release while @tomlazar and @fschulze are running BSDploy training at EuroPython 2014 :D - Update RUN_DEPENDS to require >= 1.0.0 for all plugins
* [NEW] sysutils/bsdploy: Container Management for FreeBSD Jailskoobs2014-07-083-0/+47
BSDploy is a comprehensive tool to provision, configure and maintain FreeBSD jail hosts and jails. Its main design goal is to lower the barrier to repeatable jail setups. * Modular provisioning with plugins for VirtualBox, Amazon EC2 and an achitecture to support more. * Bootstrap complete jail hosts from scratch. * Declarative configuration: All hosts and their properties defined in ploy.conf are automatically exposed to Ansible. * Imperative maintenance: Run Fabric scripts with ploy do JAILNAME TASKNAME and have all of the hosts and their variables in fab.env. * Configure ZFS pools and filesystems with whole-disk-encryption. WWW: http://docs.bsdploy.net/