From 10b855b0df877e5de1d612511906790aa145a1a7 Mon Sep 17 00:00:00 2001 From: Caila Finn Date: Wed, 30 Oct 2024 16:40:54 +0000 Subject: [PATCH] Improve documentation clarity RE #99 --- Linux/external-data-mirror/ansible/readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Linux/external-data-mirror/ansible/readme.md b/Linux/external-data-mirror/ansible/readme.md index fc522d4..87d6e74 100644 --- a/Linux/external-data-mirror/ansible/readme.md +++ b/Linux/external-data-mirror/ansible/readme.md @@ -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 @@ -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:///external-data/MD5/ +```