Skip to content
Snippets Groups Projects
Commit 0feee32b authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Add support for SR2-se

parent 42b2ad55
No related branches found
No related tags found
1 merge request!163Add sr2 se support
Pipeline #88751 failed
......@@ -28,18 +28,22 @@
ansible.builtin.set_fact:
cpm_filters: "{{ lookup('community.general.merge_variables', 'cpmf__to_merge', pattern_type='suffix') }}"
- name: Select the correct chassis config for SR7
- name: Select the correct chassis and cards/ports onfig for SR7
ansible.builtin.set_fact:
nokia_chassis: "{{sr7.nokia_chassis}}"
nokia_power_safety_level: "{{sr7.nokia_power_safety_level}}"
nokia_sfms: "{{sr7.nokia_sfms}}"
nokia_chassis: "{{sr7_chassis.nokia_chassis}}"
nokia_power_safety_level: "{{sr7_chassis.nokia_power_safety_level}}"
nokia_sfms: "{{sr7_chassis.nokia_sfms}}"
nokia_cards: "{{sr7_cards.nokia_cards}}"
nokia_xma2_connectors: "{{sr7_cards.nokia_xma2_connectors}}"
when: wfo_router.router.router_site.site_tier = 1 or wfo_router.router.router_site.site_tier = 2
- name: Select the correct chassis config for SR2-se
- name: Select the correct chassis and cards/ports config for SR2-se
ansible.builtin.set_fact:
nokia_chassis: "{{sr2se.nokia_chassis}}"
nokia_power_safety_level: "{{sr2se.nokia_power_safety_level}}"
nokia_sfms: "{{sr2se.nokia_sfms}}"
nokia_chassis: "{{sr2se_chassis.nokia_chassis}}"
nokia_power_safety_level: "{{sr2se_chassis.nokia_power_safety_level}}"
nokia_sfms: "{{sr2se_chassis.nokia_sfms}}"
nokia_cards: "{{sr2se_cards.nokia_cards}}"
nokia_xma2_connectors: "{{sr2se_cards.nokia_xma2_connectors}}"
when: wfo_router.router.router_site.site_tier = 3
- name: Prepare PE-specific vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment