9 lines
690 B
Markdown
9 lines
690 B
Markdown
|
# 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.
|
||
|
|