Skip to content
Snippets Groups Projects

Deactivate ISIS overload step

Merged Aleksandr Kurbatov requested to merge fix/promote-p-to-pe-update into develop
1 file
+ 10
8
Compare changes
  • Side-by-side
  • Inline
- name: Deploy ISIS overload on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
geant.gap_ansible.nokia_netconf_config:
format: xml
default_operation: merge
content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}"
commit: true
commit_comment: "{{ commit_comment }}"
diff: true
check_mode: false
ansible.builtin.debug:
msg: "ISIS overload step skipped."
# geant.gap_ansible.nokia_netconf_config:
# format: xml
# default_operation: merge
# content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}"
# commit: true
# commit_comment: "{{ commit_comment }}"
# diff: true
# check_mode: false
Loading