Commit 44df5801 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Update docs

parent 1df38a46
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -126,3 +126,25 @@ ansible-playbook playbooks/03-deploy-artefact-manager.yml
!!! success
    If everything went fine, artefact manager API should be accessible directly in http://VM_IP:30080.

## Deploy Federation Manager

To deploy the federation manager:

```bash
ansible-playbook playbooks/04-deploy-federation-manager.yml
```

!!! success
    If everything went fine, federation manager API should be accessible directly in http://VM_IP:30989.


## Deploy a Second Federation Manager

Federation Manager needs another federation manager for almost all the operations, so it makes sense to deploy a second federation manager:

```bash
ansible-playbook playbooks/04-deploy-federation-manager.yml
```

!!! success
    If everything went fine, federation manager API should be accessible directly in http://VM_IP:30990.