File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ SSH key is generated each time for the environment in the ./key.pem file.
4141
4242### Roles
4343
44+ Roles are set in variables.tf as
45+ additional_headnode_roles, additional_worker_roles, additional_storage_roles or additional_role_all
46+ Additional roles provide ability to install and configure applications defined as Salt states.
47+
48+ Example roles:
4449- intelmpi: provides configured Intel yum repository and installs IntelMPI distribution
4550- openmpi: installs OpenMPI from OL repository
4651
@@ -49,6 +54,8 @@ SSH key is generated each time for the environment in the ./key.pem file.
4954
5055#### Filesystems
5156
57+ Storage role servers will be configured as filesystem nodes, while headnode and worker nodes will act as a clients.
58+
5259- GlusterFS (requires storage role)
5360
5461 To use BeeGFS set storage_type to beegfs.
You can’t perform that action at this time.
0 commit comments