Skip to content

Commit

Permalink
Add exostellar infrastructure optimizer playbook
Browse files Browse the repository at this point in the history
Configure XIO

Resolves #226
  • Loading branch information
cartalla committed Oct 18, 2024
1 parent 694e464 commit afd7b8b
Show file tree
Hide file tree
Showing 31 changed files with 2,061 additions and 8 deletions.
9 changes: 7 additions & 2 deletions docs/deployment-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page shows common prerequisites that need to be done before deployment.

The deployment process was developed and tested using Amazon Linux 2.
It has also been tested on RHEL 8 and RHEL 9.
An easy way to create a deployment instance is to use an AWS Cloud 9 desktop.
An easy way to create a deployment instance is to use AWS CloudShell.
This will give you a code editor IDE and shell environment that you can use to deploy the cluster.

If the required packages aren't installed then you will need sudo or root access on the instance.
Expand All @@ -20,7 +20,7 @@ You will needs AWS credentials that provide admin access to deploy the cluster.
Clone or download the aws-eda-slurm-cluster repository to your system.

```
git clone git@github.com:aws-samples/aws-eda-slurm-cluster.git
git clone https://github.com/aws-samples/aws-eda-slurm-cluster.git
```

## Create SNS Topic for Error Notifications (Optional but recommended)
Expand Down Expand Up @@ -229,6 +229,11 @@ when you create the file system.
If the file system already exists, then attach the appropriate security group to the network interfaces of
the file systems.

## Create Exostellar Management Server

If you're going to use Exostellar Infrastructure Optimizer (XIO) then you will need to deploy the Exostellar management server.
See the [XIO page](../exostellar-infrastructure-optimizer) for details.

## Create Configuration File

Before you deploy a cluster you need to create a configuration file.
Expand Down
Loading

0 comments on commit afd7b8b

Please sign in to comment.