Skip to content
Snippets Groups Projects
Commit 0f69a949 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Fix the correct playbook name in `deploy_bgp_session_real` function

parent 51510d9a
No related branches found
No related tags found
1 merge request!368Fix the correct playbook name in `deploy_bgp_session_real` function
Pipeline #92079 passed
...@@ -354,7 +354,7 @@ def deploy_bgp_session_real( ...@@ -354,7 +354,7 @@ def deploy_bgp_session_real(
) -> LSOState: ) -> LSOState:
"""Deploy the destination BGP session.""" """Deploy the destination BGP session."""
return { return {
"playbook_name": "gap_ansible/playbooks/manage_bgp_peers.yaml", "playbook_name": "gap_ansible/playbooks/l3_core_service.yaml",
"inventory": {"all": {"hosts": {destination_edge_port.edge_port.node.router_fqdn: None}}}, "inventory": {"all": {"hosts": {destination_edge_port.edge_port.node.router_fqdn: None}}},
"extra_vars": { "extra_vars": {
"dry_run": False, "dry_run": False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment