ports/162616: New port: sysutils/cluster-admin tools for managing FreeBSD clusters

Jason Bacon jwbacon at tds.net
Wed Nov 16 18:20:08 UTC 2011


>Number:         162616
>Category:       ports
>Synopsis:       New port: sysutils/cluster-admin tools for managing FreeBSD clusters
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 16 18:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        8.2-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Cluster-admin is a suite of tools for building and managing FreeBSD clusters.
It automates the processing of creating a head node and compute nodes, and
managing configuration and software after installation.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cluster-admin
#	cluster-admin/Makefile
#	cluster-admin/distinfo
#	cluster-admin/pkg-descr
#	cluster-admin/pkg-message
#	cluster-admin/pkg-plist
#
echo c - cluster-admin
mkdir -p cluster-admin > /dev/null 2>&1
echo x - cluster-admin/Makefile
sed 's/^X//' >cluster-admin/Makefile << '3015fb0601ca58f92e6f8e82411dec22'
X# New ports collection makefile for:    cluster-admin
X# Date created:         2010-1-15
X# Whom:                 Jason Bacon <jwbacon at tds.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cluster-admin
XPORTVERSION=	0.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
X		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
X
XMAINTAINER=	jwbacon at tds.net
XCOMMENT=	Tools for building and managing HPC clusters
X
XRUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
X
XMAN1=		cluster-setup.1 \
X		cluster-adduser.1 \
X		cluster-admin.1 \
X		cluster-cp.1 \
X		cluster-pkg_add.1 \
X		cluster-port_add.1 \
X		cluster-rmuser.1 \
X		cluster-run.1 \
X		cluster-shutdown.1 \
X		cluster-update-ssh_config.1
X
XNO_BUILD=	yes
X
Xdo-install:
X.for file in cluster-setup cluster-admin cluster-run \
X		cluster-adduser cluster-rmuser \
X		cluster-cp cluster-pkg_add cluster-local-pkg_add \
X		cluster-port_add cluster-local-port_add \
X		cluster-compute-nodes cluster-head-node cluster-shutdown \
X		cluster-generate-hosts.equiv cluster-update-ssh_config \
X		cluster-pbs-restart cluster-ganglia-restart \
X		cluster-get-sync-file cluster-sync-files
X	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/sbin
X.endfor
X	for f in \
X		cluster-adduser.mdoc \
X		cluster-admin.mdoc \
X		cluster-cp.mdoc \
X		cluster-pkg_add.mdoc \
X		cluster-port_add.mdoc \
X		cluster-rmuser.mdoc \
X		cluster-run.mdoc \
X		cluster-setup.mdoc \
X		cluster-shutdown.mdoc \
X		cluster-update-ssh_config.mdoc; \
X	do \
X		${INSTALL_MAN} ${WRKSRC}/$${f} \
X			${PREFIX}/man/man1/$${f%.mdoc}.1; \
X	done
X
X	${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/csh.login ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/profile ${DATADIR}
X
X.include <bsd.port.mk>
3015fb0601ca58f92e6f8e82411dec22
echo x - cluster-admin/distinfo
sed 's/^X//' >cluster-admin/distinfo << '92da1cef166930abbbd2eb0ee035fcbd'
XSHA256 (cluster-admin-0.2.tar.gz) = 9aab924b5740d5d6fad195da5bef2a4cd44173816ea9a26f9a205f9c6ba58fe8
XSIZE (cluster-admin-0.2.tar.gz) = 18390
92da1cef166930abbbd2eb0ee035fcbd
echo x - cluster-admin/pkg-descr
sed 's/^X//' >cluster-admin/pkg-descr << 'd5908eeaeb8997de0d6ff693d97df2cd'
XCluster-admin is a suite of tools for building and managing FreeBSD clusters.
XIt automates the processing of creating a head node and compute nodes, and
Xmanaging configuration and software after installation.
X
XWWW:    http://acadix.biz/cluster-admin.php
d5908eeaeb8997de0d6ff693d97df2cd
echo x - cluster-admin/pkg-message
sed 's/^X//' >cluster-admin/pkg-message << 'e6fecdafbf8783dc9f50ba70c8beac53'
XRun "man cluster-installer" to get started.
e6fecdafbf8783dc9f50ba70c8beac53
echo x - cluster-admin/pkg-plist
sed 's/^X//' >cluster-admin/pkg-plist << '13c42e6022c8045740b2ac44129c0983'
Xsbin/cluster-adduser
Xsbin/cluster-admin
Xsbin/cluster-compute-nodes
Xsbin/cluster-cp
Xsbin/cluster-ganglia-restart
Xsbin/cluster-generate-hosts.equiv
Xsbin/cluster-get-sync-file
Xsbin/cluster-head-node
Xsbin/cluster-local-pkg_add
Xsbin/cluster-local-port_add
Xsbin/cluster-pbs-restart
Xsbin/cluster-pkg_add
Xsbin/cluster-port_add
Xsbin/cluster-rmuser
Xsbin/cluster-run
Xsbin/cluster-setup
Xsbin/cluster-shutdown
Xsbin/cluster-sync-files
Xsbin/cluster-update-ssh_config
X%%DATADIR%%/csh.login
X%%DATADIR%%/profile
X at dirrm %%DATADIR%%
13c42e6022c8045740b2ac44129c0983
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list