Sort the nodes file

This commit is contained in:
Michael Spang 2009-12-14 20:06:34 -05:00
parent 3581912739
commit 3ab8f97fdc
2 changed files with 57 additions and 33 deletions

View File

@ -1,55 +1,73 @@
profiles core; profiles core;
# Computer Science Club Office Terminals
@strombola @strombola
profiles office amd64; profiles csclub office machine amd64;
@maltodextrin @maltodextrin
profiles office amd64; profiles csclub office machine amd64;
@natural-flavours @natural-flavours
profiles office amd64; profiles csclub office machine amd64;
@bit-shifter @bit-shifter
profiles office amd64; profiles csclub office machine amd64;
# Computer Science Club Servers (General Use)
@caffeine @caffeine
profiles server amd64; profiles csclub server container amd64 general-use;
@artificial-flavours
profiles server i386;
@taurine @taurine
profiles server amd64 X general-use csclub; profiles csclub server machine amd64 general-use X;
@corn-syrup @corn-syrup
profiles server amd64 general-use csclub; profiles csclub server machine amd64 general-use;
@glomag
profiles server amd64;
@sodium-benzoate
profiles server amd64;
@ginseng
profiles server amd64;
@ascorbic-acid @ascorbic-acid
profiles server sparc; profiles csclub server machine sparc general-use;
@potassium-citrate @potassium-citrate
profiles server alpha; profiles csclub server machine alpha general-use;
# Computer Science Club Servers (Restricted)
@glomag
profiles csclub server machine amd64;
@sodium-benzoate
profiles csclub server machine amd64;
@ginseng
profiles csclub server machine amd64;
@artificial-flavours
profiles csclub server machine i386;
# Computer Science Club Misc Machines
# unrestricted but too slow for general-use
@sodium-citrate
profiles csclub server machine mips;
# Computational Math Club Office Terminals
@inkpen @inkpen
profiles office i386; profiles cmclub office machine i386;
@one-hole-punch @one-hole-punch
profiles office i386; profiles cmclub office machine i386;
@two-hole-punch @two-hole-punch
profiles office i386; profiles cmclub office machine i386;
# Computational Math Club Servers
@staples @staples
profiles server amd64; profiles cmclub server machine amd64;
# Miscellaneous
@i386 @i386
profiles x86; profiles x86;
@ -61,7 +79,7 @@ profiles x86;
profiles general-use karmic X; profiles general-use karmic X;
@general-use @general-use
profiles devel-core devel-full machine-core auth-core nfs-core; profiles devel-core devel-full auth-core nfs-core;
@server @server
profiles lenny machine-core auth-core nfs-core; profiles lenny auth-core nfs-core;

View File

@ -44,11 +44,16 @@ if core {
}; };
# physical machine (non virtual server) # physical machine (non virtual server)
if machine-core { if machine {
install lm-sensors smartmontools hwinfo lshw install lm-sensors smartmontools hwinfo lshw
@x86 acpid; @x86 acpid;
}; };
# container (virtual server)
if container {
remove udev initramfs-tools pm-utils radeontool acpid;
};
if auth-core { if auth-core {
install nscd libnss-ldapd ldap-utils libpam-krb5 krb5-user ldapvi; install nscd libnss-ldapd ldap-utils libpam-krb5 krb5-user ldapvi;
@ -154,11 +159,12 @@ if devel-full {
python-openssl python-pexpect python-pgsql python-pyasn1 python-openssl python-pexpect python-pgsql python-pyasn1
python-pysnmp4 python-sqlobject python-subversion python-tk python-pysnmp4 python-sqlobject python-subversion python-tk
python-urwid python-xmpp drpython ipython pylint pychecker python-urwid python-xmpp drpython ipython pylint pychecker
pyflakes jython jython-doc pyflakes python-beautifulsoup python-chardet python-clientform
python-beautifulsoup python-chardet python-clientform python-cups python-cups python-cupsutils python-kerberos python-mako
python-cupsutils python-kerberos python-mako python-notify python-pyme python-notify python-pyme python-rpm python-selinux
python-rpm python-selinux python-setuptools python-simplejson python-setuptools python-simplejson python-sqlite
python-sqlite python-sqlitecachec python-urlgrabber; python-sqlitecachec python-urlgrabber
@x86 jython @x86 jython-doc;
# ruby # ruby
install ruby ruby-dev rubygems irb rake ruby1.9 ruby1.9-dev; install ruby ruby-dev rubygems irb rake ruby1.9 ruby1.9-dev;