Skip to content

Commit

Permalink
Improve documentation clarity
Browse files Browse the repository at this point in the history
RE #99
  • Loading branch information
cailafinn committed Oct 30, 2024
1 parent 045f37f commit 8940fef
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Linux/external-data-mirror/ansible/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Developers deploying these playbooks will require ssh access to `mantidproject.o

## Setup

- Provision a new linux virtual machine (VM) (on OpenStack at STFC) with an ssh key that
### VM Provisioning
- Create a new linux virtual machine (VM) (on OpenStack at STFC) with an ssh key that
you have on your system.
- Add the `HTTP` security group to the instance.
- Add the `HTTP` security group to the VM to allow traffic into the node on port `80`.

### Ansible Setup
- Create an `ansible` conda environment:

```sh
Expand Down Expand Up @@ -66,3 +69,7 @@ load balancer pool.
`HTTP Pool` → `Members` → `Add/Remove Members`.
- Add your new VM to this pool and set the port to `80` (HTTP).
- Your new node should now be accessible via the floating IP address of the load balancer.

```sh
`http://<LOAD_BALANCER_IP>/external-data/MD5/<TEST_FILE_HASH>`
```

0 comments on commit 8940fef

Please sign in to comment.