From 55794832adcb3b841aff3a03b305651299029ba3 Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 10 Feb 2025 17:55:07 +0100 Subject: [PATCH] give informations about the existing ansible playbooks --- docs/admiralty/deployment.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/admiralty/deployment.md diff --git a/docs/admiralty/deployment.md b/docs/admiralty/deployment.md new file mode 100644 index 0000000..d3e235a --- /dev/null +++ b/docs/admiralty/deployment.md @@ -0,0 +1,8 @@ +# Deploying Admiralty on a Open Cloud cluster + +We have written two playbooks available on a private [GitHub repo](https://github.com/pi-B/ansible-oc/tree/384a5acc0713a0fa013a82f71fbe2338bf6c80c1/Admiralty) + +- `deploy_admiralty.yml` installs Helm and necessary charts in order to run Admiralty on the cluster +- `setup_admiralty_target.yml` create the environment necessary to use a cluster as a target in an Admiralty federation running Argo Workflows. Create the necessary serviceAccount, target ressource and token to authentify the source +- `add_admiralty_target.yml` creates the environment to use a cluster as a source, providing the data necessary to use a given cluster as a target. +