Commit d3ce43a6 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Merge branch 'add-fm' into 'master'

Add fm

See merge request areas/software-networks/operator-platform/op-automation!2
parents 8770245c b4d4dc7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{
    "ansible.python.interpreterPath": "./venv/bin/python",
    "ansible.ansibleLint.path": "./venv/bin/ansible-lint",
    "python-envs.pythonProjects": []
    "python-envs.pythonProjects": [],
    "ansible.mcpServer.enabled": true
}
 No newline at end of file
+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.