NPACI Rocks Cluster Distribution: Users Guide:
| ||
|---|---|---|
| Prev | Chapter 5. Customizing your Rocks Installation | Next |
Create a new XML configuration file that will extend the current compute.xml configuration file:
# cd /home/install/profiles/3.2.0/site-nodes/ # cp skeleton.xml extend-compute.xml |
Inside extend-compute.xml, add your configuration scripts that will be run in the post configuration step of the Red Hat installer.
Put your bash scripts in between the tags <post> and </post>:
<post> < !-- insert your scripts here --> </post> |
To apply your customized configuration scripts to compute nodes, reinstall them.