├── OWNER
├── include
├── applets
│ └── __init__.py
└── installclass
│ └── record_partitions.py
├── DESCRIPTION
├── src
├── 411
│ ├── four11getrc
│ └── version.mk
├── sec-channel
│ ├── linux.mk
│ ├── client
│ │ └── version.mk
│ └── server
│ │ ├── sec-channel.service
│ │ └── version.mk
├── updates.img
│ ├── version.mk
│ ├── pixmaps
│ │ ├── first.png
│ │ ├── splash.png
│ │ ├── rnotes
│ │ │ ├── rome.png
│ │ │ └── rome.graffle
│ │ │ │ └── image7.jpg
│ │ ├── first-lowres.png
│ │ ├── progress_first.png
│ │ ├── anaconda_header.png
│ │ ├── progress_first-375.png
│ │ ├── first.graffle
│ │ │ └── image1.png
│ │ ├── splash.graffle
│ │ │ └── image1.png
│ │ ├── first-lowres.graffle
│ │ │ └── image1.pdf
│ │ ├── progress_first.graffle
│ │ │ └── image2.pdf
│ │ └── anaconda_header.graffle
│ │ │ └── image1.pdf
│ └── Makefile
├── piece-pipe
│ ├── version.mk
│ └── Makefile
├── rocks-java
│ └── version.mk
├── screens
│ ├── logo.png
│ ├── bg-blue.png
│ ├── version.mk
│ ├── bg-purple.png
│ ├── bg-yellow.png
│ ├── logo-nourl.png
│ ├── watermark.png
│ ├── hidden.html
│ ├── header.html
│ ├── make-timezones.py
│ ├── getrolls.html
│ ├── status.html
│ ├── help.html
│ ├── common.css
│ ├── selected.html
│ ├── palette-blue.css
│ ├── palette-purple.css
│ └── palette-yellow.css
├── environment-modules
│ ├── version.mk
│ ├── modules.sh
│ └── modules.csh
├── foundation-python-xml-26
│ └── version.mk
├── pxeflash
│ ├── LICENSE.FreeDOS
│ ├── addon
│ │ └── config.sys
│ ├── version.mk
│ └── README
├── serf
│ ├── serf.conf
│ ├── scriptlets
│ ├── logrotate_serf
│ ├── serf.json
│ ├── rocks-serf.service
│ └── version.mk
├── usersguide
│ ├── images
│ │ ├── ipmi.png
│ │ ├── rocks.png
│ │ ├── cluster.png
│ │ ├── central-1.png
│ │ ├── central-2.png
│ │ ├── central-3.png
│ │ ├── install
│ │ │ ├── 2.png
│ │ │ ├── 20.png
│ │ │ ├── 21.png
│ │ │ ├── 22.png
│ │ │ ├── 23.png
│ │ │ ├── 24.png
│ │ │ ├── 25.png
│ │ │ ├── 26.png
│ │ │ ├── 27.png
│ │ │ ├── 271.png
│ │ │ ├── 28.png
│ │ │ ├── 29.png
│ │ │ ├── 3.png
│ │ │ ├── 30.png
│ │ │ ├── 31.png
│ │ │ ├── 32.png
│ │ │ ├── 33.png
│ │ │ ├── 4.png
│ │ │ ├── 41.png
│ │ │ ├── 5.png
│ │ │ ├── 7.png
│ │ │ └── splash.png
│ │ ├── scanbarcode.png
│ │ ├── LogicalVlans.png
│ │ ├── PhysicalVlans.png
│ │ ├── ipmi-sun-node.png
│ │ ├── PhysicalNetworks.png
│ │ ├── insert-ethers-1.png
│ │ ├── insert-ethers-2.png
│ │ ├── insert-ethers-3.png
│ │ ├── insert-ethers-4.png
│ │ ├── insert-ethers-5.png
│ │ ├── add-new-appliance.png
│ │ ├── GoogleAuthenticator1.png
│ │ ├── GoogleAuthenticator2.png
│ │ ├── GooglePlayAuthenticator.png
│ │ ├── LogicalVlansAssociated.png
│ │ ├── install7
│ │ │ ├── list-rolls-640.png
│ │ │ ├── network-up-640.png
│ │ │ ├── no-network-640.png
│ │ │ ├── begin-ready-640.png
│ │ │ ├── mid-install-640.png
│ │ │ ├── need-rootpw-640.png
│ │ │ ├── rolls-added-640.png
│ │ │ ├── choose-language-640.png
│ │ │ ├── ipv6-link-local-640.png
│ │ │ ├── network-public-640.png
│ │ │ ├── rolls-selected-640.png
│ │ │ ├── configure-cluster-640.png
│ │ │ ├── configure-contact-640.png
│ │ │ ├── downloading-rolls-640.png
│ │ │ ├── network-configured-640.png
│ │ │ ├── partition-confirm-640.png
│ │ │ ├── rocks-boot-screen-640.png
│ │ │ ├── root-password-set-640.png
│ │ │ ├── timezone-selection-640.png
│ │ │ ├── configure-cluster-1-640.png
│ │ │ ├── no-network-scrolled-640.png
│ │ │ ├── select-partitioning-640.png
│ │ │ ├── installation-complete-640.png
│ │ │ ├── manual-network-frontend-640.png
│ │ │ ├── private-network-setup-640.png
│ │ │ ├── private-network-complete-640.png
│ │ │ ├── configure-partition-manual-640.png
│ │ │ └── rolls-selected-main-screen-640.png
│ │ └── AppleiTunesAuthenticator.png
│ ├── appendix
│ │ ├── licenses.sgml
│ │ ├── index.sgml
│ │ ├── entities.sgml
│ │ └── faq
│ │ │ ├── mysql.sgml
│ │ │ ├── no-kickstart.sgml
│ │ │ ├── startx.sgml
│ │ │ ├── removenode.sgml
│ │ │ ├── smalldisk.sgml
│ │ │ ├── mirroring.sgml
│ │ │ ├── entities.sgml
│ │ │ ├── apache-compute.sgml
│ │ │ ├── index.sgml
│ │ │ ├── installation-troubleshoot.sgml
│ │ │ ├── mpirun-linpack.sgml
│ │ │ ├── floppy.sgml
│ │ │ ├── security-updates.sgml
│ │ │ └── 411.sgml
│ ├── community
│ │ ├── wiki.sgml
│ │ ├── training.sgml
│ │ ├── rockson.sqml
│ │ ├── foundation.sgml
│ │ ├── index.sgml
│ │ ├── releases.sgml
│ │ ├── entities.sgml
│ │ ├── office-hours.sgml
│ │ └── mailing-list.sgml
│ ├── networking
│ │ ├── entities.sgml
│ │ └── index.sgml
│ ├── advanced
│ │ ├── index.sgml
│ │ ├── entities.sgml
│ │ └── central.sgml
│ ├── version.mk
│ ├── clusterinstall
│ │ ├── entities.sgml
│ │ ├── index.sgml
│ │ ├── supported.sgml
│ │ ├── minimum.sgml
│ │ └── physical.sgml
│ ├── customizing
│ │ ├── index.sgml
│ │ ├── entities.sgml
│ │ ├── adding-applications.sgml
│ │ ├── boot-floppy.sgml
│ │ ├── rsh.sgml
│ │ ├── postconfig.sgml
│ │ └── password.sgml
│ └── preface.sgml
├── 411-alert
│ ├── 411alert.json
│ ├── version.mk
│ └── 411event.py
├── config-server-profile
│ └── version.mk
├── developersguiderst
│ ├── README
│ ├── refs
│ │ ├── modules.rst
│ │ ├── rocks.commands.rst
│ │ ├── rocks.db.mappings.rst
│ │ └── rocks.db.rst
│ └── index.rst
├── sec_attr_plugins
│ ├── version.mk
│ └── plugins
│ │ ├── ssh_host_rsa_key.py
│ │ ├── ssh_host_dsa_key.py
│ │ ├── ssh_host_ecdsa_key.py
│ │ ├── ssh_host_ed25519_key.py
│ │ └── root_pw.py
├── phpMyAdmin
│ └── version.mk
├── anaconda-yum-plugins
│ ├── version.mk
│ └── anaconda-yum-plugins.spec.in
├── developersguide
│ ├── images
│ │ ├── base-graph.png
│ │ ├── developer.png
│ │ ├── base-valgrind-zoom.png
│ │ ├── base-valgrind-graph.png
│ │ └── base-valgrind-simple-graph.png
│ ├── version.mk
│ ├── overview.sgml
│ └── index.sgml
├── rocks-cluster-homepage
│ ├── rocks-logo.png
│ └── version.mk
├── rocks-anaconda-updates
│ ├── version.mk
│ ├── Makefile
│ ├── .rpmmacros
│ ├── rocks-anaconda-updates.spec.mk
│ └── rocks-anaconda-updates.spec
├── ssl
│ └── version.mk
├── channel
│ ├── sunos.mk
│ ├── channeld.service
│ └── version.mk
├── foundation-ant
│ └── version.mk
├── snmp-status
│ ├── version.mk
│ └── index.html.in
├── backup
│ └── version.mk
├── yum-extras
│ ├── i386.mk
│ ├── x86_64.mk
│ └── version.mk
├── java
│ ├── rpmname.awk
│ ├── i386.mk
│ └── x86_64.mk
├── kickstart
│ └── version.mk
├── mosh
│ └── version.mk
├── anaconda
│ ├── build
│ └── version.mk
├── foundation-tidy
│ └── version.mk
├── foundation-gawk
│ └── version.mk
├── protobuf
│ ├── README.md
│ └── version.mk
├── ekv
│ ├── x86_64.mk
│ ├── version.mk
│ └── check_port.py
├── 411-master
│ └── version.mk
├── qrencode
│ └── version.mk
├── tentakel
│ └── version.mk
├── google-otp
│ ├── google-otp
│ └── version.mk
├── firerox
│ ├── version.mk
│ ├── user.js
│ ├── mozconfig
│ └── userChrome.css
├── pdsh
│ └── version.mk
└── extras
│ └── version.mk
├── README.hacking
├── version.mk
├── nodes
├── compilers.xml
├── scripting.xml
├── mosh.xml
├── client-rootpw.xml
├── ipmi-server.xml
├── md-rebuild.xml
├── server-rootpw.xml
├── ipmi-client.xml
├── nas-partition.xml
├── profile-server.xml
├── null.xml
├── homepage.xml
├── x11-server.xml
├── partition.xml
├── bootstrap-dummy.xml
├── compute.xml
├── custom-partition.xml
├── grub2-client.xml
├── devel-server.xml
├── yum-extras.xml
├── client-firewall.xml
├── serf-common.xml
├── google-otp-server.xml
├── nas.xml
├── wan.xml
├── rlo.xml
├── foundation-client.xml
├── devel.xml
├── ipmi-base.xml
├── auto-kickstart.xml
├── selinux.xml
├── google-otp.xml
├── foundation-server.xml
├── root.xml
├── fail2ban.xml
├── routes-client.xml
├── ethers-server.xml
├── fortran-development.xml
├── nas-exports.xml
├── rpc.xml
├── serf-server.xml
├── postshell.xml
├── networking-server.xml
├── tcl-development.xml
├── docbook.xml
├── partitions-save.xml
├── ip-diag.xml
├── 411-base.xml
├── autofs-client.xml
├── debug-post.xml
├── iscsi.xml
├── debug-pre.xml
├── emacs.xml
└── snmp-client.xml
├── README
├── tests
├── t2007
│ ├── interfaces
│ ├── rolls.xml
│ └── test_includes.py
├── t6000
│ └── plugin_device.py
├── t2009
│ ├── test2.xml
│ ├── test1.xml
│ ├── test3.xml
│ └── test.xml
├── aggregate-results.sh
├── t2012-test-config-host-interface.sh
├── t2010-rocks-appliances.sh
├── t2011-creation-db-schema.sh
├── t2002-rocks-dhcpd.sh
└── t2009-ks-file-tag.sh
├── include-version
├── 6
│ ├── graphs
│ │ └── default
│ │ │ └── rocks6.xml
│ └── nodes
│ │ └── upstart.xml
└── 7
│ ├── graphs
│ └── default
│ │ └── rocks6.xml
│ └── nodes
│ └── upstart.xml
├── graphs
└── default
│ ├── rocks7.xml
│ ├── serf.xml
│ └── root.xml
├── OSROLL
├── roll-distro-update.xml.in
└── version.mk
└── manifest
/OWNER:
--------------------------------------------------------------------------------
1 | Rocks
2 |
--------------------------------------------------------------------------------
/include/applets/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/DESCRIPTION:
--------------------------------------------------------------------------------
1 | Core of Rocks
2 |
--------------------------------------------------------------------------------
/src/sec-channel/linux.mk:
--------------------------------------------------------------------------------
1 | SRCDIRS += server
2 |
--------------------------------------------------------------------------------
/README.hacking:
--------------------------------------------------------------------------------
1 | Checkout src/developersguiderst/hacking.rst
2 |
--------------------------------------------------------------------------------
/src/updates.img/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-anaconda-updates
2 | RELEASE = 2
3 |
4 |
--------------------------------------------------------------------------------
/version.mk:
--------------------------------------------------------------------------------
1 | RELEASE = 3
2 | COLOR = yellow
3 |
4 | REDHAT.ROOT = $(CURDIR)
5 |
--------------------------------------------------------------------------------
/src/piece-pipe/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-piece-pipe
2 | RELEASE = 0
3 | RPM.FILES = /usr/sbin/*
4 |
--------------------------------------------------------------------------------
/src/rocks-java/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-java
2 | RELEASE = 1
3 | RPM.FILES = "/etc/profile.d/*"
4 |
--------------------------------------------------------------------------------
/src/screens/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/logo.png
--------------------------------------------------------------------------------
/nodes/compilers.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/nodes/scripting.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/src/screens/bg-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/bg-blue.png
--------------------------------------------------------------------------------
/src/screens/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-screens
2 | RELEASE = 0
3 | RPM.FILES = /opt/rocks/screens
4 |
--------------------------------------------------------------------------------
/src/environment-modules/version.mk:
--------------------------------------------------------------------------------
1 | NAME = environment-modules
2 | VERSION = 3.2.9c
3 | RELEASE = 1
4 |
--------------------------------------------------------------------------------
/src/screens/bg-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/bg-purple.png
--------------------------------------------------------------------------------
/src/screens/bg-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/bg-yellow.png
--------------------------------------------------------------------------------
/src/screens/logo-nourl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/logo-nourl.png
--------------------------------------------------------------------------------
/src/screens/watermark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/screens/watermark.png
--------------------------------------------------------------------------------
/README:
--------------------------------------------------------------------------------
1 |
2 |
3 | This is the base roll of the Rocks clusters toolkit.
4 | http://www.rocksclusters.org
5 |
6 |
--------------------------------------------------------------------------------
/src/foundation-python-xml-26/version.mk:
--------------------------------------------------------------------------------
1 | NAME = foundation-python-xml-26
2 | VERSION = 0.8.4
3 | RELEASE = 0
4 |
--------------------------------------------------------------------------------
/src/pxeflash/LICENSE.FreeDOS:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/pxeflash/LICENSE.FreeDOS
--------------------------------------------------------------------------------
/src/serf/serf.conf:
--------------------------------------------------------------------------------
1 | if $programname == 'serf' then /var/log/serf.log
2 | if $programname == 'serf' then ~
3 |
--------------------------------------------------------------------------------
/src/sec-channel/client/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-sec-channel-client
2 | RELEASE = 1
3 | RPM.FILES = /opt/rocks/bin/*
4 |
--------------------------------------------------------------------------------
/src/usersguide/images/ipmi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/ipmi.png
--------------------------------------------------------------------------------
/src/usersguide/images/rocks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/rocks.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/first.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/first.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/splash.png
--------------------------------------------------------------------------------
/src/usersguide/images/cluster.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/cluster.png
--------------------------------------------------------------------------------
/src/411-alert/411alert.json:
--------------------------------------------------------------------------------
1 | {
2 | "event_handlers": [
3 | "user:411Alert=/opt/rocks/bin/411event"
4 | ]
5 | }
6 |
7 |
--------------------------------------------------------------------------------
/src/config-server-profile/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-config-server-profile
2 | RELEASE = 1
3 | RPM.FILES = /etc/profile.d/*
4 |
--------------------------------------------------------------------------------
/src/developersguiderst/README:
--------------------------------------------------------------------------------
1 |
2 | Run
3 | make html
4 | to compile the developersguide. Output will be in _build/html/
5 |
--------------------------------------------------------------------------------
/src/sec_attr_plugins/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-secattr-plugins
2 | RELEASE = 1
3 | RPM.FILES = /opt/rocks/var/plugins/sec_attr
4 |
--------------------------------------------------------------------------------
/src/usersguide/appendix/licenses.sgml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/appendix/licenses.sgml
--------------------------------------------------------------------------------
/src/usersguide/images/central-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/central-1.png
--------------------------------------------------------------------------------
/src/usersguide/images/central-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/central-2.png
--------------------------------------------------------------------------------
/src/usersguide/images/central-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/central-3.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/2.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/20.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/21.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/22.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/23.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/24.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/25.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/26.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/27.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/271.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/271.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/28.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/29.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/3.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/30.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/31.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/31.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/32.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/33.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/33.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/4.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/41.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/41.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/5.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/7.png
--------------------------------------------------------------------------------
/src/usersguide/images/scanbarcode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/scanbarcode.png
--------------------------------------------------------------------------------
/src/phpMyAdmin/version.mk:
--------------------------------------------------------------------------------
1 | NAME = phpMyAdmin
2 | VERSION = 2.6.4
3 | RELEASE = pl1
4 | RPM.FILES = /var/www/html/admin/phpMyAdmin
5 |
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/rnotes/rome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/rnotes/rome.png
--------------------------------------------------------------------------------
/src/usersguide/images/LogicalVlans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/LogicalVlans.png
--------------------------------------------------------------------------------
/src/usersguide/images/PhysicalVlans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/PhysicalVlans.png
--------------------------------------------------------------------------------
/src/usersguide/images/ipmi-sun-node.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/ipmi-sun-node.png
--------------------------------------------------------------------------------
/src/anaconda-yum-plugins/version.mk:
--------------------------------------------------------------------------------
1 | NAME = anaconda-yum-plugins
2 | RELEASE = 5
3 | MAKE.iscontrib = 1
4 |
5 | VERSION = 1.0
6 |
7 |
--------------------------------------------------------------------------------
/src/developersguide/images/base-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/developersguide/images/base-graph.png
--------------------------------------------------------------------------------
/src/developersguide/images/developer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/developersguide/images/developer.png
--------------------------------------------------------------------------------
/src/developersguiderst/refs/modules.rst:
--------------------------------------------------------------------------------
1 | API Reference
2 | =============
3 |
4 | .. toctree::
5 | :maxdepth: 4
6 |
7 | rocks
8 |
--------------------------------------------------------------------------------
/src/rocks-cluster-homepage/rocks-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/rocks-cluster-homepage/rocks-logo.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/first-lowres.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/first-lowres.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/progress_first.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/progress_first.png
--------------------------------------------------------------------------------
/src/usersguide/images/PhysicalNetworks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/PhysicalNetworks.png
--------------------------------------------------------------------------------
/src/usersguide/images/insert-ethers-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/insert-ethers-1.png
--------------------------------------------------------------------------------
/src/usersguide/images/insert-ethers-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/insert-ethers-2.png
--------------------------------------------------------------------------------
/src/usersguide/images/insert-ethers-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/insert-ethers-3.png
--------------------------------------------------------------------------------
/src/usersguide/images/insert-ethers-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/insert-ethers-4.png
--------------------------------------------------------------------------------
/src/usersguide/images/insert-ethers-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/insert-ethers-5.png
--------------------------------------------------------------------------------
/src/usersguide/images/install/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install/splash.png
--------------------------------------------------------------------------------
/src/pxeflash/addon/config.sys:
--------------------------------------------------------------------------------
1 | FILES=20
2 | BUFFERS=20
3 | !rem SHELL=A:\COMMAND.COM /E:512 /MSG /P
4 | SHELLHIGH=\COMMAND.COM /E:256 /P
5 |
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/anaconda_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/anaconda_header.png
--------------------------------------------------------------------------------
/src/usersguide/images/add-new-appliance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/add-new-appliance.png
--------------------------------------------------------------------------------
/tests/t2007/interfaces:
--------------------------------------------------------------------------------
1 | X-RHN-Provisioning-MAC-0: eth0 00:14:4F:58:0F:E0 none
2 | X-RHN-Provisioning-MAC-1: eth1 00:14:4F:58:0F:E1 none ks
3 |
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/progress_first-375.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/progress_first-375.png
--------------------------------------------------------------------------------
/src/usersguide/images/GoogleAuthenticator1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/GoogleAuthenticator1.png
--------------------------------------------------------------------------------
/src/usersguide/images/GoogleAuthenticator2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/GoogleAuthenticator2.png
--------------------------------------------------------------------------------
/src/developersguide/images/base-valgrind-zoom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/developersguide/images/base-valgrind-zoom.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/first.graffle/image1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/first.graffle/image1.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/splash.graffle/image1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/splash.graffle/image1.png
--------------------------------------------------------------------------------
/src/usersguide/images/GooglePlayAuthenticator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/GooglePlayAuthenticator.png
--------------------------------------------------------------------------------
/src/usersguide/images/LogicalVlansAssociated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/LogicalVlansAssociated.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/list-rolls-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/list-rolls-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/network-up-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/network-up-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/no-network-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/no-network-640.png
--------------------------------------------------------------------------------
/src/developersguide/images/base-valgrind-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/developersguide/images/base-valgrind-graph.png
--------------------------------------------------------------------------------
/src/rocks-anaconda-updates/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-anaconda-updates
2 | RELEASE = 2
3 | PKGROOT = /RedHat/base
4 | RPM.FILES = $(PKGROOT)/*
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/serf/scriptlets:
--------------------------------------------------------------------------------
1 | %post
2 | # enable the services
3 | /usr/bin/systemctl enable rocks-serf
4 | %postun
5 | /usr/bin/systemctl disable rocks-serf
6 |
7 |
--------------------------------------------------------------------------------
/src/ssl/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-ssl
2 | RELEASE = 0
3 | RPM.FILES = \
4 | /opt/rocks/doc/* \\n\
5 | /opt/rocks/man/man1/* \\n\
6 | /opt/rocks/sbin/*
7 |
8 |
--------------------------------------------------------------------------------
/src/usersguide/images/AppleiTunesAuthenticator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/AppleiTunesAuthenticator.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/begin-ready-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/begin-ready-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/mid-install-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/mid-install-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/need-rootpw-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/need-rootpw-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/rolls-added-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/rolls-added-640.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/rnotes/rome.graffle/image7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/rnotes/rome.graffle/image7.jpg
--------------------------------------------------------------------------------
/src/usersguide/images/install7/choose-language-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/choose-language-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/ipv6-link-local-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/ipv6-link-local-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/network-public-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/network-public-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/rolls-selected-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/rolls-selected-640.png
--------------------------------------------------------------------------------
/src/channel/sunos.mk:
--------------------------------------------------------------------------------
1 | install::
2 | mkdir -p $(ROOT)/$(PKGROOT)/share/channeld/
3 | $(INSTALL) -m0644 channeld.xml $(ROOT)/$(PKGROOT)/share/channeld/channeld.xml
4 |
--------------------------------------------------------------------------------
/src/developersguide/images/base-valgrind-simple-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/developersguide/images/base-valgrind-simple-graph.png
--------------------------------------------------------------------------------
/src/foundation-ant/version.mk:
--------------------------------------------------------------------------------
1 | NAME = foundation-ant
2 | VERSION = 1.7.1
3 | RELEASE = 1
4 | RPM.FILES = "/etc/profile.d/*\\n/opt/rocks/bin/*\\n/opt/rocks/lib/*"
5 |
--------------------------------------------------------------------------------
/src/snmp-status/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-snmp-status
2 | RELEASE = 0
3 | RPM.FILES = \
4 | /opt/rocks/bin/* \\n\
5 | /opt/rocks/doc/* \\n\
6 | /opt/rocks/man/man1/*
7 |
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/first-lowres.graffle/image1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/first-lowres.graffle/image1.pdf
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/progress_first.graffle/image2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/progress_first.graffle/image2.pdf
--------------------------------------------------------------------------------
/src/usersguide/images/install7/configure-cluster-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/configure-cluster-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/configure-contact-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/configure-contact-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/downloading-rolls-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/downloading-rolls-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/network-configured-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/network-configured-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/partition-confirm-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/partition-confirm-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/rocks-boot-screen-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/rocks-boot-screen-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/root-password-set-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/root-password-set-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/timezone-selection-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/timezone-selection-640.png
--------------------------------------------------------------------------------
/src/updates.img/pixmaps/anaconda_header.graffle/image1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/updates.img/pixmaps/anaconda_header.graffle/image1.pdf
--------------------------------------------------------------------------------
/src/usersguide/images/install7/configure-cluster-1-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/configure-cluster-1-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/no-network-scrolled-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/no-network-scrolled-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/select-partitioning-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/select-partitioning-640.png
--------------------------------------------------------------------------------
/src/developersguide/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-developersguide
2 | RELEASE = 3
3 | RPM.ARCH = noarch
4 | RPM.FILES = \
5 | /var/www/html/roll-documentation/developers-guide
6 |
--------------------------------------------------------------------------------
/src/usersguide/images/install7/installation-complete-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/installation-complete-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/manual-network-frontend-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/manual-network-frontend-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/private-network-setup-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/private-network-setup-640.png
--------------------------------------------------------------------------------
/src/backup/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-backup
2 | RELEASE = 1
3 | RPM.FILES = \
4 | /etc/cron.daily/* \\n\
5 | /opt/rocks/bin/* \\n\
6 | /opt/rocks/tmp \\n\
7 | /var/www/cgi-bin/*
8 |
--------------------------------------------------------------------------------
/src/usersguide/images/install7/private-network-complete-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/private-network-complete-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/configure-partition-manual-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/configure-partition-manual-640.png
--------------------------------------------------------------------------------
/src/usersguide/images/install7/rolls-selected-main-screen-640.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocksclusters/base/HEAD/src/usersguide/images/install7/rolls-selected-main-screen-640.png
--------------------------------------------------------------------------------
/src/yum-extras/i386.mk:
--------------------------------------------------------------------------------
1 | ifeq ($(VERSION.MAJOR),5)
2 | REPORPMS += rpmforge-release-0.5.2-2.el5.rf.i386.rpm
3 | else
4 | REPORPMS += rpmforge-release-0.5.2-2.el6.rf.i686.rpm
5 | endif
6 |
--------------------------------------------------------------------------------
/src/java/rpmname.awk:
--------------------------------------------------------------------------------
1 | /^Name/ {name=$NF}
2 | /^Version/ {version=$NF}
3 | /^Release/ {release=$NF}
4 | /^Architecture/ {arch=$NF}
5 | END{printf("%s-%s-%s.%s.rpm",name,version,release,arch)}
6 |
--------------------------------------------------------------------------------
/src/kickstart/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-kickstart
2 | RELEASE = 0
3 | RPM.FILES = \
4 | /etc/rc.d/init.d/* \\n\
5 | /export/rocks/install/sbin/* \\n\
6 | /export/rocks/install/site-profiles
7 |
--------------------------------------------------------------------------------
/src/mosh/version.mk:
--------------------------------------------------------------------------------
1 | PKGROOT = /usr
2 | NAME = mosh
3 | VERSION = 1.2.4
4 | RELEASE = 1
5 | TARBALL_POSTFIX = tar.gz
6 | RPM.FILES = \
7 | /usr/bin/* \\n \
8 | /usr/share/man/man1/*
9 |
--------------------------------------------------------------------------------
/src/yum-extras/x86_64.mk:
--------------------------------------------------------------------------------
1 | ifeq ($(VERSION.MAJOR),5)
2 | REPORPMS += rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
3 | else
4 | REPORPMS += rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
5 | endif
6 |
--------------------------------------------------------------------------------
/src/anaconda/build:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | echo rpm -Uvh $ROCKS_REBUILD_SRPM
4 | rpm -Uvh $ROCKS_REBUILD_SRPM
5 |
6 | export SPECFILE=anaconda.spec
7 |
8 | rpmbuild -bb /tmp/$SPECFILE
9 |
10 |
--------------------------------------------------------------------------------
/src/usersguide/community/wiki.sgml:
--------------------------------------------------------------------------------
1 |
2 | Rocks Wiki
3 |
4 |
5 | Contribute to the wiki.
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/tests/t2007/rolls.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/src/java/i386.mk:
--------------------------------------------------------------------------------
1 | rpm:: build
2 | ( for j in *i586.rpm; do \
3 | destname=`/usr/bin/rpm -qip $$j | awk -f rpmname.awk`; \
4 | /bin/cp $$j $(REDHAT.RPMS)/$(ARCH)/$$destname;\
5 | done; \
6 | )
7 |
--------------------------------------------------------------------------------
/src/foundation-tidy/version.mk:
--------------------------------------------------------------------------------
1 | NAME = foundation-tidy
2 | TIDYCVS = :pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy
3 | VERSION = $(shell date +%m_%d_%y)
4 | RELEASE = 0
5 | RPM.FILES = "/opt/rocks/bin/*"
6 |
--------------------------------------------------------------------------------
/src/java/x86_64.mk:
--------------------------------------------------------------------------------
1 | rpm:: build
2 | ( for j in *i586.rpm *x64.rpm ; do \
3 | destname=`/usr/bin/rpm -qip $$j | awk -f rpmname.awk`; \
4 | /bin/cp $$j $(REDHAT.RPMS)/$(ARCH)/$$destname;\
5 | done; \
6 | )
7 |
--------------------------------------------------------------------------------
/src/serf/logrotate_serf:
--------------------------------------------------------------------------------
1 | /var/log/serf.log {
2 | daily
3 | missingok
4 | rotate 7
5 | compress
6 | delaycompress
7 | copytruncate
8 | minsize 100k
9 | }
10 |
--------------------------------------------------------------------------------
/src/usersguide/community/training.sgml:
--------------------------------------------------------------------------------
1 |
2 | Training Material
3 |
4 |
5 | Rocks slides.
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/src/411/four11getrc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/environment-modules/modules.sh:
--------------------------------------------------------------------------------
1 | shell=`/bin/basename \`/bin/ps -p $$ -ocomm=\``
2 | if [ -f /usr/share/Modules/init/$shell ]
3 | then
4 | . /usr/share/Modules/init/$shell
5 | else
6 | . /usr/share/Modules/init/sh
7 | fi
8 |
--------------------------------------------------------------------------------
/src/usersguide/community/rockson.sqml:
--------------------------------------------------------------------------------
1 |
2 | RocksOn Podcast
3 |
4 |
5 | Listen to us blab about Rocks.
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/include-version/6/graphs/default/rocks6.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/include-version/7/graphs/default/rocks6.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/foundation-gawk/version.mk:
--------------------------------------------------------------------------------
1 | NAME = foundation-gawk
2 | VERSION = 3.1.5
3 | RELEASE = 1
4 | RPM.FILES = "/opt/rocks/bin/*\\n/opt/rocks/info/*\\n/opt/rocks/libexec/awk\\n/opt/rocks/man/man1/*\\n/opt/rocks/share/awk\\n/opt/rocks/share/locale/*/LC_MESSAGES/*"
5 |
--------------------------------------------------------------------------------
/src/protobuf/README.md:
--------------------------------------------------------------------------------
1 | This is google's protocol buffers library for C++, Java, and Python.
2 | See: https://github.com/google/protobuf/
3 | For full code.
4 | The googletest tar ball was retrieved from git
5 | https://github.com/google/googletest/releases
6 |
--------------------------------------------------------------------------------
/src/usersguide/community/foundation.sgml:
--------------------------------------------------------------------------------
1 |
2 | Rocks Foundation
3 |
4 |
5 | Rocks Foundation.
6 | Non-profit.
7 | Cafepress.
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/nodes/mosh.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | MOSH - Mobile Shell from MIT
7 |
8 |
9 | protobuf
10 | mosh
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/src/ekv/x86_64.mk:
--------------------------------------------------------------------------------
1 | #
2 | # $Id: x86_64.mk,v 1.1 2005/03/01 02:02:47 mjk Exp $
3 | #
4 | # The Architecture dependant Makefile variables for
5 | # AMD Opteron machines.
6 | #
7 |
8 | # Most things regularly in /lib are now in /lib64.
9 |
10 | LIB=lib64
11 |
--------------------------------------------------------------------------------
/src/developersguiderst/refs/rocks.commands.rst:
--------------------------------------------------------------------------------
1 | commands Package
2 | ================
3 |
4 | :mod:`commands` Package
5 | -----------------------
6 |
7 | .. automodule:: rocks.commands
8 | :members:
9 | :undoc-members:
10 | :show-inheritance:
11 |
12 |
--------------------------------------------------------------------------------
/src/developersguiderst/refs/rocks.db.mappings.rst:
--------------------------------------------------------------------------------
1 | mappings Package
2 | ================
3 |
4 | :mod:`base` Module
5 | ------------------
6 |
7 | .. automodule:: rocks.db.mappings.base
8 | :members:
9 | :undoc-members:
10 | :show-inheritance:
11 |
12 |
--------------------------------------------------------------------------------
/src/pxeflash/version.mk:
--------------------------------------------------------------------------------
1 | NAME = pxeflash
2 | VERSION = 1.0
3 | RELEASE = 0
4 | DOSBOOT = FDSTD.288
5 | PXEIMAGE = $(NAME).img
6 | PKGROOT = /opt/pxeflash
7 | MEMDISK = /usr/share/syslinux/memdisk
8 | RPM.FILES = \
9 | /opt/pxeflash \\n\
10 | /tftpboot/pxelinux/*
11 |
--------------------------------------------------------------------------------
/src/usersguide/appendix/index.sgml:
--------------------------------------------------------------------------------
1 | &rocks-faq;
2 | &changelog;
3 | &service-411;
4 | &passwd_sec;
5 |
6 | Kickstart Nodes Reference
7 | &base-nodes;
8 |
9 |
10 | &licenses;
11 |
12 |
--------------------------------------------------------------------------------
/src/anaconda/version.mk:
--------------------------------------------------------------------------------
1 | NAME = anaconda
2 | RELEASE = 1
3 | MAKE.iscontrib = 1
4 |
5 | ifeq ($(strip $(VERSION.MAJOR)), 5)
6 | VERSION = 11.1.2.259
7 | SRPMRELEASE = $(RELEASE)
8 | else
9 | VERSION = 13.21.239
10 | SRPMRELEASE = $(RELEASE).el6
11 | endif
12 |
13 |
--------------------------------------------------------------------------------
/src/protobuf/version.mk:
--------------------------------------------------------------------------------
1 | PKGROOT = /usr
2 | NAME = protobuf
3 | VERSION = 2.6.1
4 | RELEASE = 2
5 | GTEST = googletest-release
6 | GTEST_RELEASE = 1.5.0
7 | TARBALL_POSTFIX = tar.gz
8 | RPM.FILES = "/usr/bin/*\\n/usr/include/google\\n/usr/lib64/lib*\\n/usr/lib64/pkgconfig/*"
9 |
--------------------------------------------------------------------------------
/src/screens/hidden.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/serf/serf.json:
--------------------------------------------------------------------------------
1 |
2 | {
3 | "event_handlers": [
4 | "user:411_deploy=/opt/rocks/bin/411get --all"
5 | ],
6 | "rejoin_after_leave": true,
7 | "interface": "eth0",
8 | "retry_join": ["comet-dev"],
9 | "enable_syslog": true,
10 | "log_level": "info"
11 | }
12 |
13 |
--------------------------------------------------------------------------------
/src/411-master/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-411-master
2 | RELEASE = 2
3 | RPM.ARCH = noarch
4 | RPM.FILE.EXTRAS = "%config /var/411/Files.mk"
5 | RPM.FILES = \
6 | /etc/411.d \\n\
7 | /etc/rc.d/init.d/* \\n\
8 | /opt/rocks/sbin/* \\n\
9 | /opt/rocks/var/plugins/411 \\n\
10 | /var/411
11 |
--------------------------------------------------------------------------------
/src/usersguide/networking/entities.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/src/usersguide/networking/index.sgml:
--------------------------------------------------------------------------------
1 |
2 | Defining and Modifying Networks and Network Interfaces
3 |
4 | &networking-overview;
5 | &networking-vlan;
6 | &networking-ipmi;
7 | &networking-examples;
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/src/rocks-anaconda-updates/Makefile:
--------------------------------------------------------------------------------
1 | REDHAT.ROOT = $(CURDIR)/../../
2 |
3 | -include $(ROCKSROOT)/etc/Rules.mk
4 | include Rules.mk
5 |
6 | build:
7 | echo "no build required"
8 |
9 | install::
10 | mkdir -p $(ROOT)/RedHat/base
11 | install -ma+r comps.xml $(ROOT)/$(PKGROOT)
12 |
13 |
--------------------------------------------------------------------------------
/src/usersguide/appendix/entities.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/graphs/default/rocks7.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/nodes/client-rootpw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | --iscrypted /opt/rocks/sbin/gen_root_pw
7 |
8 |
9 | /opt/rocks/sbin/gen_root_pw
10 |
11 |
12 |
--------------------------------------------------------------------------------
/src/qrencode/version.mk:
--------------------------------------------------------------------------------
1 | # Source location: http://fukuchi.org/works/qrencode/qrencode-3.4.0.tar.bz2
2 | PKGROOT = /usr
3 | NAME = qrencode
4 | VERSION = 3.4.0
5 | RELEASE = 2
6 | TARBALL_POSTFIX = tar.bz2
7 | RPM.FILES = "/usr/bin/*\\n/usr/include/*\\n/usr/lib/lib*\\n/usr/lib/pkgconfig/*\\n/usr/share/man/man1/*"
8 |
--------------------------------------------------------------------------------
/src/rocks-cluster-homepage/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-cluster-homepage
2 | RELEASE = 1
3 | RPM.ARCH = noarch
4 | PKGROOT = /opt/rocks
5 | RPM.FILES = \
6 | /opt/rocks/bin/*\\n\
7 | /var/www/html/images/*
8 |
9 | RPM.DESCRIPTION = \
10 | A script and images for generating a very simple home page for a rocks \
11 | cluster.
12 |
13 |
--------------------------------------------------------------------------------
/src/tentakel/version.mk:
--------------------------------------------------------------------------------
1 | NAME = tentakel
2 | VERSION = 2.2
3 | RELEASE = 0
4 | COPYRIGHT.EXTRA = Sebastian Stark
5 | TPG-VERSION = 3.1.4
6 | RPM.FILES = \
7 | /opt/rocks/bin/* \\n\
8 | /opt/rocks/lib/python2*/site-packages/* \\n\
9 | /opt/rocks/man/man1/* \\n\
10 | /opt/rocks/share/doc/tentakel \\n\
11 | /opt/rocks/var/plugins/insertethers/*
12 |
--------------------------------------------------------------------------------
/src/usersguide/advanced/index.sgml:
--------------------------------------------------------------------------------
1 |
2 | Advanced Tasks
3 |
4 | &firewall;
5 | &otp;
6 | &pxeflash;
7 | &login;
8 |
9 | &bonding;
10 | ¢ral;
11 | ✗
12 | &bootflags;
13 | &bootloader;
14 | &updates;
15 | &reconfigure;
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/google-otp/google-otp:
--------------------------------------------------------------------------------
1 | #%PAM-1.0
2 | # Test ask for OTP if the user is in the google-otp group, if not
3 | # skip the pam_google_authenticator step
4 | auth [success=1 default=ignore] pam_succeed_if.so quiet user notingroup google-otp
5 | auth required pam_google_authenticator.so nullok user=root secret=/export/google-authenticator/${USER}
6 |
--------------------------------------------------------------------------------
/src/screens/header.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Welcome to Rocks
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/google-otp/version.mk:
--------------------------------------------------------------------------------
1 | NAME = google-authenticator
2 | VERSION = 7SEP2012
3 | RELEASE = 0
4 | RPM.FILES = \
5 | /etc/pam.d/* \\n\
6 | /export/google-authenticator \\n\
7 | /lib64/security/pam_google_authenticator.so \\n\
8 | /opt/rocks/lib/python2*/site-packages/rocks/commands/sync/users/* \\n\
9 | /opt/rocks/var/plugins/411/* \\n\
10 | /usr/bin/*
11 |
--------------------------------------------------------------------------------
/src/ekv/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-ekv
2 | RELEASE = 0
3 | FOUNDATION = /opt/rocks
4 |
5 | ifeq ($(strip $(VERSION.MAJOR)), 5)
6 | LIBWRAP = /usr/$(LIB)/libwrap.so*
7 | else
8 | LIBWRAP = /$(LIB)/libwrap.so.*
9 | endif
10 |
11 | RPM.FILES = \
12 | /rocks/bin/* \\n\
13 | /usr/bin/* \\n\
14 | /usr/lib64/* \\n\
15 | /usr/sbin/* \\n\
16 | /usr/share/terminfo/v/vt100
17 |
--------------------------------------------------------------------------------
/src/sec-channel/server/sec-channel.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Rocks sec-channel service
3 | Requires=rpcbind.service
4 | After=rpcbind.service
5 |
6 | [Service]
7 | Type=forking
8 | PIDFile=/var/run/sec-channel.pid
9 | ExecStart=/opt/rocks/sbin/sec_channel_server -p /var/run/sec-channel.pid
10 | Restart=on-abort
11 |
12 | [Install]
13 | WantedBy=multi-user.target
14 |
--------------------------------------------------------------------------------
/src/usersguide/community/index.sgml:
--------------------------------------------------------------------------------
1 |
14 |
15 |
--------------------------------------------------------------------------------
/src/usersguide/community/releases.sgml:
--------------------------------------------------------------------------------
1 |
2 | All Past Rocks Releases
3 |
4 |
5 | All past Rocks releases can be found at
6 |
7 | ftp.rocksclusters.org:/pub/rocks.
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/tests/t6000/plugin_device.py:
--------------------------------------------------------------------------------
1 | #!/opt/rocks/bin/python
2 | #
3 | #
4 |
5 | import rocks.commands
6 |
7 | class Plugin(rocks.commands.Plugin):
8 |
9 | def provides(self):
10 | return '%PLUGINNAME%'
11 |
12 | def run(self, node, xml):
13 | """report host vm config xml filter"""
14 | xml.append('')
15 | return xml
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/rocks-anaconda-updates/.rpmmacros:
--------------------------------------------------------------------------------
1 | %_topdir /export/home/repositories/rocks/src/roll/base/src/rocks-anaconda-updates/../../
2 | %_buildrootdir /export/home/repositories/rocks/src/roll/base/src/rocks-anaconda-updates/rocks-anaconda-updates.buildroot
3 | %buildroot /export/home/repositories/rocks/src/roll/base/src/rocks-anaconda-updates/rocks-anaconda-updates.buildroot
4 | %_var /var
5 | %debug_package %{nil}
6 |
--------------------------------------------------------------------------------
/src/usersguide/appendix/faq/mysql.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | How do I examine the Rocks MySQL database and/or Ganglia information with
5 | a browser?
6 |
7 |
8 |
9 |
10 |
11 | Point your browser to http://localhost for access to the ganglia info
12 | and MySQL database.
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/usersguide/community/entities.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/src/channel/channeld.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Rocks channeld alert service
3 | Requires=rpcbind.service
4 | After=rpcbind.service
5 | Wants=rocks-rc-post.service
6 | After=rocks-rc-post.service
7 |
8 | [Service]
9 | Type=forking
10 | PIDFile=/var/run/channeld.pid
11 | ExecStart=/opt/rocks/sbin/channeld -p /var/run/channeld.pid
12 | Restart=on-abort
13 |
14 | [Install]
15 | WantedBy=multi-user.target
16 |
--------------------------------------------------------------------------------
/src/firerox/version.mk:
--------------------------------------------------------------------------------
1 | NAME = firerox
2 | RELEASE = 0
3 |
4 | ifeq ($(VERSION.MAJOR), 5)
5 | FIREFOX_VERSION = 3.5.3
6 | MOZILLA_VERSION = 1.9.1
7 | endif
8 |
9 | ifeq ($(VERSION.MAJOR), 6)
10 | FIREFOX_VERSION = 3.5.19
11 | MOZILLA_VERSION = 1.9.1
12 | endif
13 |
14 | ifeq ($(VERSION.MAJOR), 7)
15 | FIREFOX_VERSION = 31.0
16 | MOZILLA_VERSION = release
17 | endif
18 |
19 | RPM.FILES = /opt/rocks/firerox
20 |
--------------------------------------------------------------------------------
/src/411-alert/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-411-alert
2 | RELEASE = 1
3 | RPM.ARCH = noarch
4 | RPM.FILES = \
5 | /opt/rocks/bin/*\\n\
6 | /etc/serf/*
7 |
8 | RPM.REQUIRES = rocks-411
9 |
10 | RPM.DESCRIPTION = \
11 | This is for handling 411 alerts via serf. This RPM should only be \\n\
12 | installed on 411 client nodes, not a frontend. This utilizes Hashicorps \\n\
13 | serf cluster membership for efficiency of operation.\\n
14 |
15 |
--------------------------------------------------------------------------------
/src/firerox/user.js:
--------------------------------------------------------------------------------
1 | # Mozilla User Preferences
2 |
3 | /* Do not edit this file.
4 | *
5 | * If you make changes to this file while the browser is running,
6 | * the changes will be overwritten when the browser exits.
7 | *
8 | * To make a manual change to preferences, you can visit the URL about:config
9 | * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
10 | */
11 | pref("browser.tabs.autoHide", true);
12 |
--------------------------------------------------------------------------------
/src/usersguide/version.mk:
--------------------------------------------------------------------------------
1 | NAME = roll-$(ROLL)-usersguide
2 | RELEASE = 2
3 | RPM.ARCH = noarch
4 |
5 | SUMMARY_COMPATIBLE = $(VERSION)
6 | SUMMARY_MAINTAINER = Rocks Group
7 | SUMMARY_ARCHITECTURE = x86_64
8 |
9 | ifeq ($(VERSION.MAJOR),6)
10 | ROLL_REQUIRES = kernel base os
11 | else
12 | ROLL_REQUIRES = kernel core base CentOS
13 | endif
14 | ROLL_CONFLICTS =
15 | RPM.FILES = /var/www/html/roll-documentation/base/*
16 |
--------------------------------------------------------------------------------
/src/pdsh/version.mk:
--------------------------------------------------------------------------------
1 | PKGROOT = /opt
2 | NAME = pdsh
3 | VERSION = 2.26
4 | RELEASE = 1
5 | TARBALL_POSTFIX = tar.bz2
6 | RPM.FILES = \
7 | /etc/ld.so.conf.d/* \\n \
8 | /etc/profile.d/* \\n \
9 | /opt/pdsh
10 | RPM.DESCRIPTION = \
11 | pdsh is a multithreaded remote shell client which executes commands on \\n\
12 | multiple remote hosts in parallel. Pdsh can use several different \\n\
13 | remote shell services, including standard "rsh", Kerberos IV, and ssh.
14 |
15 |
--------------------------------------------------------------------------------
/include-version/6/nodes/upstart.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Defines Upstart-compatible Services
7 |
8 |
9 |
10 |
11 | $Log: upstart.xml,v $
12 | Revision 1.1 2012/02/09 21:00:51 phil
13 | Put rocks-pre and rocks-post scripts into CentOS/RHEL upstart framework
14 |
15 |
16 |
17 | rocks-upstart
18 |
19 |
20 |
--------------------------------------------------------------------------------
/include-version/7/nodes/upstart.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Defines Upstart-compatible Services
7 |
8 |
9 |
10 |
11 | $Log: upstart.xml,v $
12 | Revision 1.1 2012/02/09 21:00:51 phil
13 | Put rocks-pre and rocks-post scripts into CentOS/RHEL upstart framework
14 |
15 |
16 |
17 | rocks-upstart
18 |
19 |
20 |
--------------------------------------------------------------------------------
/nodes/ipmi-server.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Server Nodes
8 |
9 |
10 |
11 |
12 | Copyright (c) 2000 - 2017 The Regents of the University of California.
13 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
14 |
15 |
16 |
17 |
18 | $Id: ipmi-server.xml,v 1.4 2012/05/06 05:48:10 phil Exp $
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/nodes/md-rebuild.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Moderate MD Raid Rebuild Speed
6 |
7 |
8 |
9 | Copyright (c) 2000 - 2017 The Regents of the University of California.
10 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
11 |
12 |
13 |
14 | echo 1000 > /proc/sys/dev/raid/speed_limit_max
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/nodes/server-rootpw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | $Id: server-rootpw.xml,v 1.2 2011/06/21 23:26:04 anoop Exp $
6 | Root Password for the frontend
7 |
8 |
9 | $Log: server-rootpw.xml,v $
10 | Revision 1.2 2011/06/21 23:26:04 anoop
11 | Add description
12 |
13 |
14 |
15 | --iscrypted &Kickstart_PrivateRootPassword;
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/usersguide/clusterinstall/entities.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/nodes/ipmi-client.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Client Nodes
8 |
9 |
10 |
11 |
12 | Copyright (c) 2000 - 2017 The Regents of the University of California.
13 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
14 |
15 |
16 |
17 |
18 | $Id: ipmi-client.xml,v 1.5 2012/05/06 05:48:10 phil Exp $
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/extras/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-extras
2 | RELEASE = 0
3 |
4 | MAKE.iscontrib = 1
5 |
6 | #DISTPATH = $(shell rocks-dist --path=dist.getRPMSPath paths)
7 | DISTPATH = rocks-dist/$(ARCH)/RedHat/RPMS
8 | OS_VERSION = $(shell mysql --batch --execute='select version from rolls where name="os" and enabled="yes"' -u apache cluster | grep -v version)
9 |
10 |
11 | ifeq ($(strip $(VERSION.MAJOR)), 5)
12 | CACHENAMED = caching-nameserver
13 | else
14 | CACHENAMED = bind-chroot
15 | endif
16 |
--------------------------------------------------------------------------------
/OSROLL/roll-distro-update.xml.in:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/nodes/nas-partition.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Define a partitioning layout for NAS nodes.
7 |
8 |
9 |
12 |
13 | echo "rocks manual" > /tmp/user_partition_info
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/nodes/profile-server.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | profile.d entries for servers in Rocks 7
6 |
7 |
8 |
9 | Copyright (c) 2000 - 2017 The Regents of the University of California.
10 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
11 |
12 |
13 |
14 | rocks-config-server-profile
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/developersguiderst/index.rst:
--------------------------------------------------------------------------------
1 | .. Rocks developers documentation master file, created by
2 | sphinx-quickstart on Mon Feb 9 17:07:59 2015.
3 | You can adapt this file completely to your liking, but it should at least
4 | contain the root `toctree` directive.
5 |
6 | Rocks internal coding userguide
7 | ===============================
8 |
9 | Rocks developers guide.
10 |
11 |
12 | Contents:
13 |
14 | .. toctree::
15 | :maxdepth: 2
16 |
17 | hacking
18 | refs/modules
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/developersguiderst/refs/rocks.db.rst:
--------------------------------------------------------------------------------
1 | db Package
2 | ==========
3 |
4 | :mod:`database` Module
5 | ----------------------
6 |
7 | .. automodule:: rocks.db.database
8 | :members:
9 | :undoc-members:
10 | :show-inheritance:
11 |
12 | :mod:`helper` Module
13 | --------------------
14 |
15 | .. automodule:: rocks.db.helper
16 | :members:
17 | :undoc-members:
18 | :show-inheritance:
19 |
20 | Subpackages
21 | -----------
22 |
23 | .. toctree::
24 |
25 | rocks.db.mappings
26 |
27 |
--------------------------------------------------------------------------------
/nodes/null.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | An empty XML file.
7 |
8 |
9 |
10 | Copyright (c) 2000 - 2008 The Regents of the University of California.
11 | All rights reserved. Rocks(r) v5.0 www.rocksclusters.org
12 |
13 |
14 |
15 | $Log: null.xml,v $
16 | Revision 1.1 2008/07/29 16:48:05 bruno
17 | save the frontend's partitions in the database.
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/src/serf/rocks-serf.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Serf Dynamic Group Membership (hashicorp)
3 | Wants=rocks-rc-post.service
4 | After=rocks-rc-post.service
5 |
6 | [Service]
7 | Type=simple
8 | StandardOutput=syslog
9 | StandardError=syslog
10 | SyslogIdentifier=serf
11 | Environment=GOMAXPROCS=2
12 | ExecStart=/usr/bin/nohup /opt/rocks/bin/serf agent -config-dir /etc/serf/ < /dev/null
13 | ExecStop=/opt/rocks/bin/serf leave -rpc-auth=$(cat /etc/serf/rpcauth)
14 |
15 | [Install]
16 | WantedBy=multi-user.target
17 |
--------------------------------------------------------------------------------
/tests/t2007/test_includes.py:
--------------------------------------------------------------------------------
1 | #!/opt/rocks/bin/python
2 | #
3 | # not used at the moment
4 |
5 | import os
6 | import string
7 | import sys
8 | import syslog
9 |
10 |
11 | currentdir = os.path.dirname(os.path.realpath(__file__))
12 | newdir = os.path.realpath(currentdir + '/../../include/applets/')
13 |
14 | sys.path.append(newdir)
15 |
16 | import socket
17 | hostname = socket.gethostname()
18 |
19 | import ConfigPartitions
20 | app = ConfigPartitions.App()
21 | app.setHostname(hostname)
22 | app.run()
23 |
24 |
--------------------------------------------------------------------------------
/src/usersguide/advanced/entities.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/src/rocks-anaconda-updates/rocks-anaconda-updates.spec.mk:
--------------------------------------------------------------------------------
1 | # This file is called from the generated spec file.
2 | # It can also be used to debug rpm building.
3 | # make -f rocks-anaconda-updates.spec.mk build|install
4 |
5 | ifndef __RULES_MK
6 | build:
7 | make ROOT=/export/home/repositories/rocks/src/roll/base/src/rocks-anaconda-updates/rocks-anaconda-updates.buildroot build
8 |
9 | install:
10 | make ROOT=/export/home/repositories/rocks/src/roll/base/src/rocks-anaconda-updates/rocks-anaconda-updates.buildroot install
11 | endif
12 |
--------------------------------------------------------------------------------
/src/usersguide/customizing/index.sgml:
--------------------------------------------------------------------------------
1 |
2 | Customizing your Rocks Installation
3 |
4 | &customize-adding-packages;
5 | &customize-postconfig;
6 | &customize-adding-applications;
7 | &customize-extra-nic;
8 | &customize-partition;
9 | &customize-kernel;
10 | &customize-rsh;
11 | &customize-ssh;
12 | &customization-adding-appliance;
13 | &customization-driver;
14 | &customization-dns;
15 | &customization-passwd;
16 | &customization-insert-ethers;
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/src/firerox/mozconfig:
--------------------------------------------------------------------------------
1 | ac_add_options --enable-application=browser
2 | ac_add_options --prefix=/opt/rocks/firerox
3 | ac_add_options --disable-tests --disable-dbus --disable-crashreporter --disable-oji --with-system-nspr
4 | ac_add_options --disable-postscript --disable-gnomevfs --disable-gnomeui
5 | ac_add_options --disable-printing --disable-plugins
6 | ac_add_options --disable-necko-wifi
7 | ac_add_options --disable-xul
8 | ac_add_options --disable-xpcom-obsolete
9 | ac_add_options --disable-webm
10 | mk_add_options MOZ_CO_PROJECT=browser
11 |
--------------------------------------------------------------------------------
/src/screens/make-timezones.py:
--------------------------------------------------------------------------------
1 | #!/opt/rocks/bin/python
2 |
3 | import string
4 |
5 | places = []
6 | file = open('/usr/share/zoneinfo/zone.tab', 'r')
7 |
8 | localTimezone=""
9 | for line in file.readlines():
10 | l = string.split(line)
11 |
12 | if len(l) < 2 or l[0][0] == '#':
13 | continue
14 |
15 | if l[2].find("Los_Angeles") >= 0 :
16 | localTimezone=l[2]
17 | else:
18 | places.append(l[2])
19 |
20 | file.close()
21 |
22 | places.sort()
23 | places.insert(0, localTimezone)
24 | for p in places:
25 | print ''
26 |
--------------------------------------------------------------------------------
/src/channel/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-channel
2 | RELEASE = 2
3 | SYSTEMDFOLDER = /etc/systemd/system
4 | SYSTEMDINITSCRIPT = channeld.service
5 | SYSVFOLDER = /etc/rc.d/init.d
6 | SYSVINITSCRIPT = channeld
7 |
8 | ifeq ($(VERSION.MAJOR), 6)
9 | SCRIPTSRC=channel.init.linux
10 | SCRIPT=$(SYSVINITSCRIPT)
11 | SCRIPTDEST=$(SYSVFOLDER)
12 | endif
13 | ifeq ($(VERSION.MAJOR), 7)
14 | SCRIPTSRC=$(SYSTEMDINITSCRIPT)
15 | SCRIPT=$(SYSTEMDINITSCRIPT)
16 | SCRIPTMODE=644
17 | SCRIPTDEST=$(SYSTEMDFOLDER)
18 | endif
19 |
20 | RPM.FILES = "$(SCRIPTDEST)/*\\n/opt/rocks/sbin/*"
21 |
--------------------------------------------------------------------------------
/src/usersguide/clusterinstall/index.sgml:
--------------------------------------------------------------------------------
1 |
2 | Installing a Rocks Cluster
3 |
4 |
5 | Getting Started
6 |
7 |
8 | This chapter describes the steps to build your cluster and install its software.
9 |
10 |
11 | &supported;
12 | &minimum;
13 | &physical;
14 |
15 |
16 |
17 | &frontend7;
18 | &frontend;
19 | &compute;
20 | &frontend-upgrade;
21 | &frontend-wan;
22 | &enable-www;
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/src/sec-channel/server/version.mk:
--------------------------------------------------------------------------------
1 | NAME = rocks-sec-channel-server
2 | RELEASE = 3
3 |
4 | SYSTEMDFOLDER = /etc/systemd/system
5 | SYSTEMDINITSCRIPT = sec-channel.service
6 | SYSVFOLDER = /etc/rc.d/init.d
7 | SYSVINITSCRIPT = sec-channel
8 |
9 | ifeq ($(VERSION.MAJOR), 6)
10 | SCRIPTSRC=sec-channel.init
11 | SCRIPT=$(SYSVINITSCRIPT)
12 | SCRIPTDEST=$(SYSVFOLDER)
13 | endif
14 | ifeq ($(VERSION.MAJOR), 7)
15 | SCRIPTSRC=$(SYSTEMDINITSCRIPT)
16 | SCRIPT=$(SYSTEMDINITSCRIPT)
17 | SCRIPTDEST=$(SYSTEMDFOLDER)
18 | endif
19 |
20 | RPM.FILES = "$(SCRIPTDEST)/*\\n/opt/rocks/sbin/*"
21 |
--------------------------------------------------------------------------------
/nodes/homepage.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Create a simple cluster home page
6 |
7 |
8 |
9 |
10 | Copyright (c) 2000 - 2017 The Regents of the University of California.
11 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
12 |
13 |
14 |
15 | rocks-cluster-homepage
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/nodes/x11-server.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | X11 on Server Nodes for CentOS 7
7 |
8 |
9 |
10 |
11 | Copyright (c) 2000 - 2017 The Regents of the University of California.
12 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
13 |
14 |
15 |
16 | ^graphical-server-environment
17 |
18 |
19 | /usr/bin/systemctl set-default graphical.target
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/tests/t2009/test2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | test2
6 |
7 |
8 |
15 |
16 | test21
17 | test22
18 |
19 |
20 |
21 | grep local
22 |
23 |
24 | cp /etc/hosts /tmp/test2pipesamefile
25 |
26 | grep local
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/src/yum-extras/version.mk:
--------------------------------------------------------------------------------
1 | ifeq ($(VERSION.MAJOR),5)
2 | REPORPMS.NOARCH += elrepo-release-5-3.el5.elrepo.noarch.rpm
3 | REPORPMS.NOARCH += epel-release-5-4.noarch.rpm
4 | endif
5 | ifeq ($(VERSION.MAJOR),6)
6 | REPORPMS.NOARCH += elrepo-release-6-4.el6.elrepo.noarch.rpm
7 | REPORPMS.NOARCH += epel-release-6-5.noarch.rpm
8 | FAIL2BAN.PKGS = fail2ban python-inotify
9 | endif
10 | ifeq ($(VERSION.MAJOR),7)
11 | # REPORPMS.NOARCH += elrepo-release-6-4.el6.elrepo.noarch.rpm
12 | REPORPMS.NOARCH += epel-release-7-11.noarch.rpm
13 | FAIL2BAN.PKGS = fail2ban fail2ban-firewalld fail2ban-sendmail fail2ban-server python-inotify
14 | endif
15 |
--------------------------------------------------------------------------------
/nodes/partition.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | $Log: partition.xml,v $
7 | Revision 1.3 2008/04/22 17:47:25 bruno
8 | tweak partitioning
9 |
10 | Revision 1.2 2008/04/01 19:41:29 bruno
11 | make the default partitioning to only deal with the root disk
12 |
13 | Revision 1.1 2008/02/19 23:20:24 bruno
14 | katz made me do it.
15 |
16 |
17 |
18 |
19 |
20 |
21 | if [ ! -f /tmp/user_partition_info ]
22 | then
23 | echo "rocks force-default-root-disk-only" > /tmp/user_partition_info
24 | fi
25 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/graphs/default/serf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | The serf Roll
8 |
9 |
10 |
11 |
12 | Copyright (c) 2000 - 2017 The Regents of the University of California.
13 | All rights reserved. Rocks(r) v6.2/v7.0 www.rocksclusters.org
14 |
15 |
16 |
17 |
18 | $Log$
19 |
20 |
21 |
22 |
23 | serf-client
24 | serf-common
25 |
26 |
27 |
28 | serf-server
29 | serf-common
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/tests/t2009/test1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | test2
6 |
7 |
8 |
13 |
14 | test11
15 | test12
16 |
17 |
18 |
19 | echo ciao > /tmp/test1file
20 |
21 |
22 | echo ciao > /tmp/test2file
23 |
24 |
25 | echo "this is test1 postsection"
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/src/usersguide/appendix/faq/no-kickstart.sgml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Why can't I re-kickstart compute nodes? Shoot-node fails, and
6 | power cycling the machine doesn't force a re-install.
7 |
8 |
9 |
10 |
11 |
12 |
13 | Older BIOS versions required the boot image to reside in the
14 | first GB of the hard disk. If the boot image, in this case
15 | the kickstart kernel image, resides after the first GB of the
16 | disk the image will not be loaded by GRUB. Update your BIOS
17 | and this problem should get fixed.
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/tests/t2009/test3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | test3
7 |
8 |
9 |
10 |
17 |
18 | test31
19 | test32
20 |
21 |
22 |
23 |
24 | this is a simple file
25 |
26 |
27 |
28 |
29 | cat > /tmp/test3-release << 'SPECIAL'
30 |
31 | cat /etc/rocks-release
32 |
33 | SPECIAL
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/src/screens/getrolls.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
11 |
12 |
13 |