1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Package provides configuration and customization of cloud instance.

WWW: https://launchpad.net/cloud-init

PR:		194295
Submitted by:	harm@weites.com
This commit is contained in:
Dmitry Marakasov 2014-10-27 19:48:03 +00:00
parent 524ca4f824
commit 93c6b5cf52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371603
5 changed files with 58 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += chrony
SUBDIR += citrix_ica
SUBDIR += clamz
SUBDIR += cloud-init
SUBDIR += clusterit
SUBDIR += cnd
SUBDIR += coda6_client

45
net/cloud-init/Makefile Normal file
View File

@ -0,0 +1,45 @@
# $FreeBSD$
PORTNAME= cloud-init
PORTVERSION= 0.7.6
CATEGORIES= net python
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= harm@weites.com
COMMENT= Init scripts for use on cloud images
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dmidecode>0:${PORTSDIR}/sysutils/dmidecode \
sudo>0:${PORTSDIR}/security/sudo \
gpart>0:${PORTSDIR}/sysutils/gpart \
${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}prettytable>0:${PORTSDIR}/devel/py-prettytable \
${PYTHON_PKGNAMEPREFIX}configobj>0:${PORTSDIR}/devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
${PYTHON_PKGNAMEPREFIX}serial>0:${PORTSDIR}/comms/py-serial \
${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}oauth>0:${PORTSDIR}/net/py-oauth \
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:${PORTSDIR}/devel/py-jsonpatch \
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:${PORTSDIR}/devel/py-jsonpointer
ETCDIR= ${PREFIX}/etc/cloud
USES= python:2.7 shebangfix
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \
tools/read-version tools/hacking.py
python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
USE_PYTHON= autoplist distutils
PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_freebsd"
post-build:
@cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg
.include <bsd.port.mk>

2
net/cloud-init/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cloud-init-0.7.6.tar.gz) = 9e8fd22eb7f6e40ae6a5f66173ddc3cc18f65ee406c460a728092b37db2f3ed7
SIZE (cloud-init-0.7.6.tar.gz) = 515670

3
net/cloud-init/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Package provides configuration and customization of cloud instance.
WWW: https://launchpad.net/cloud-init

View File

@ -0,0 +1,7 @@
==========================================================
To enable cloud-init, add the following line to rc.conf:
cloudinit_enable="YES"
This will make sure cloud-init is started at boot.
==========================================================