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. +