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

Merge branch 'fix/base_config_commit_comment' into 'develop'

Fix/base config commit comment

See merge request !126
parents eb516de3 ec3031a2
No related branches found
No related tags found
1 merge request!126Fix/base config commit comment
Pipeline #86029 passed
...@@ -13,9 +13,10 @@ ...@@ -13,9 +13,10 @@
when: when:
( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true ( wfo_router.router.router_access_via_ts | ansible.builtin.bool ) is true
# FIX: Load these vars via group_vars
- name: Set variable to connect to nokia - name: Set variable to connect to nokia
ansible.legacy.set_fact: ansible.legacy.set_fact:
ansible_network_os: nokia.sros.md ansible_network_os: geant.gap_ansible.sros
ansible_connection: netconf ansible_connection: netconf
when: when:
wfo_router.router.vendor == "nokia" wfo_router.router.vendor == "nokia"
......
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
# We need to add all the existing PE the new P # We need to add all the existing PE the new P
# P routers will always be NOKIA # P routers will always be NOKIA
# In this case you have wfo_router as external variable # In this case you have wfo_router as external variable
# FIX: Load ansible_network_os via group_vars
#
- name: Set variable to connect to nokia - name: Set variable to connect to nokia
ansible.legacy.set_fact: ansible.legacy.set_fact:
ansible_network_os: nokia.sros.md ansible_network_os: geant.gap_ansible.sros
ansible_connection: netconf ansible_connection: netconf
- name: Set ansible_host to terminal server when router is offline - name: Set ansible_host to terminal server when router is offline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment