Port details |
- bsdploy Tool to remotely provision, configure and maintain FreeBSD jails
- 2.3.0 sysutils
=3 2.3.0Version of this port present on the latest quarterly branch.
- Maintainer: koobs@FreeBSD.org
- Port Added: 2014-07-08 14:30:37
- Last Update: 2020-01-01 13:06:46
- SVN Revision: 521717
- People watching this port, also watch:: coreutils, openssl, libreoffice
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/ployground/bsdploy
- Description:
- 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: https://github.com/ployground/bsdploy
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- bsdploy>0:sysutils/bsdploy
- No installation instructions:
- This port has been deleted.
- PKGNAME: bsdploy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1558180560
SHA256 (bsdploy-2.3.0.tar.gz) = 14d54adf00bcc511a0a5617ada24540264133d086fbc91c48d9fa17347a0fc75
SIZE (bsdploy-2.3.0.tar.gz) = 76926
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-yaml>0 : devel/py-yaml@py27
- py27-Jinja2>0 : devel/py-Jinja2@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- py27-pyliblzma>0 : archivers/py-pyliblzma@py27
- py27-ploy>=1.5.0 : sysutils/py-ploy@py27
- py27-ploy_ansible>=1.3.0 : sysutils/py-ploy_ansible@py27
- py27-ploy_ezjail>=1.2.0 : sysutils/py-ploy_ezjail@py27
- py27-ploy_fabric>=1.1.0 : sysutils/py-ploy_fabric@py27
- py27-ploy_ec2>0 : sysutils/py-ploy_ec2@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bsdploy-2.3.0:
EC2=on: Support Amazon Web Services EC2 hosts
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:-2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 01 Jan 2020 13:06:46 |
rene |
Remove expired ports:
2017-10-01 sysutils/ansible1: please upgrade to sysutils/ansible
sysutils/bsdploy, depends on expired sysutils/ansible1
sysutils/py-ploy_ansible, depends on expired sysutils/ansible1 |
2.3.0 18 May 2019 12:40:48 |
koobs |
sysutils/bsdploy: Update to 2.3.0
Changelog:
https://github.com/ployground/bsdploy/blob/2.3.0/CHANGES.rst |
2.1.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.1.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.1.0 16 Mar 2017 19:23:49 |
antoine |
Rename python setuptools ports to better match other python ports
Reviewed by: mat, sunpoet
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D9983 |
2.1.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.1.0 30 Nov 2015 08:37:38 |
koobs |
archivers/py-liblzma: Rename to pylibzma, Modernize
- 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 |
2.1.0 28 Oct 2015 14:39:02 |
koobs |
sysutils/bsdploy: Update to 2.1.0
- 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 |
2.0.0 06 Mar 2015 01:07:07 |
koobs |
sysutils/bsdploy: Update to 2.0.0
- 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) |
1.3 18 Feb 2015 22:34:26 |
koobs |
sysutils/bsdploy: Mark UnBROKEN
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 |
1.3 18 Feb 2015 11:32:23 |
koobs |
sysutils/bsdploy: Mark BROKEN
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 |
1.3 31 Jan 2015 00:01:51 |
koobs |
sysutils/bsdploy: Update to 1.3
- 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 |
1.0.0 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0.0 21 Jul 2014 13:19:24 |
koobs |
sysutils/bsdploy: Update to 1.0.0 !! #GOLD
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 |
1.0.b4 08 Jul 2014 14:30:27 |
koobs |
[NEW] sysutils/bsdploy: Container Management for FreeBSD Jails
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/ |