diff options
author | Anil Kumar Muraleedharan <amuraleedhar@lenovo.com> | 2018-11-28 18:51:39 +0100 |
---|---|---|
committer | Nathaniel Case <this.is@nathanielca.se> | 2018-11-28 18:51:39 +0100 |
commit | 7a81d859c56aa5c51cce1bceb911866eceb30173 (patch) | |
tree | 96679bb9e090280ede1ed036f90cdb2ff24de361 /test/integration | |
parent | fixed parsing issue with openstacksdk and idempotent checking issues (#44928) (diff) | |
download | ansible-7a81d859c56aa5c51cce1bceb911866eceb30173.tar.xz ansible-7a81d859c56aa5c51cce1bceb911866eceb30173.zip |
Refactoring cnos_vlan in line with ios, eos etc. (#48924)
* Refactoring cnos_vlan in line with ios, eos etc.
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/targets/cnos_vlan/README.md | 116 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/cnos_vlan_sample_hosts | 4 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/defaults/main.yaml | 3 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/tasks/cli.yaml | 22 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/tasks/main.yaml | 2 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/tasks/main.yml | 35 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/tests/cli/basic.yaml | 213 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/vars/main.yaml | 9 | ||||
-rw-r--r-- | test/integration/targets/cnos_vlan/vars/main.yml | 19 |
9 files changed, 251 insertions, 172 deletions
diff --git a/test/integration/targets/cnos_vlan/README.md b/test/integration/targets/cnos_vlan/README.md deleted file mode 100644 index 9316591d0d..0000000000 --- a/test/integration/targets/cnos_vlan/README.md +++ /dev/null @@ -1,116 +0,0 @@ -# Ansible Role: cnos_vlan_sample - Switch VLAN configuration ---- -<add role description below> - -This role is an example of using the *cnos_vlan.py* Lenovo module in the context of CNOS switch configuration. This module allows you to work with VLAN related configurations. The operators used are overloaded to ensure control over switch VLAN configurations. - -The first level of VLAN configuration allows to set up the VLAN range, the VLAN tag persistence, a VLAN access map and access map filter. After passing this level, there are five VLAN arguments that will perform further configurations. They are *vlanArg1*, *vlanArg2*, *vlanArg3*, *vlanArg4*, and *vlanArg5*. The value of *vlanArg1* will determine the way following arguments will be evaluated. - -The results of the operation can be viewed in *results* directory. - -For more details, see [Lenovo modules for Ansible: cnos_vlan](http://systemx.lenovofiles.com/help/index.jsp?topic=%2Fcom.lenovo.switchmgt.ansible.doc%2Fcnos_vlan.html&cp=0_3_1_0_4_14). - - -## Requirements ---- -<add role requirements information below> - -- Ansible version 2.2 or later ([Ansible installation documentation](http://docs.ansible.com/ansible/intro_installation.html)) -- Lenovo switches running CNOS version 10.2.1.0 or later -- an SSH connection to the Lenovo switch (SSH must be enabled on the network device) - - -## Role Variables ---- -<add role variables information below> - -Available variables are listed below, along with description. - -The following are mandatory inventory variables: - -Variable | Description ---- | --- -`ansible_connection` | Has to be `network_cli` -`ansible_network_os` | Has to be `cnos` -`ansible_ssh_user` | Specifies the username used to log into the switch -`ansible_ssh_pass` | Specifies the password used to log into the switch -`enablePassword` | Configures the password used to enter Global Configuration command mode on the switch (this is an optional parameter) -`hostname` | Searches the hosts file at */etc/ansible/hosts* and identifies the IP address of the switch on which the role is going to be applied -`deviceType` | Specifies the type of device from where the configuration will be backed up (**g8272_cnos** - G8272, **g8296_cnos** - G8296, **g8332_cnos** - G8332, **NE10032** - NE10032, **NE1072T** - NE1072T, **NE1032** - NE1032, **NE1032T** - NE1032T, **NE2572** - NE2572, **NE0152T** - NE0152T) - -The values of the variables used need to be modified to fit the specific scenario in which you are deploying the solution. To change the values of the variables, you need to visits the *vars* directory of each role and edit the *main.yml* file located there. The values stored in this file will be used by Ansible when the template is executed. - -The syntax of *main.yml* file for variables is the following: - -``` -<template variable>:<value> -``` - -You will need to replace the `<value>` field with the value that suits your topology. The `<template variable>` fields are taken from the template and it is recommended that you leave them unchanged. - -Variable | Description ---- | --- -`vlanArg1` | This is an overloaded BGP variable. Please refer to the [cnos_vlan module documentation](http://ralfss28.labs.lenovo.com:5555/help/topic/com.lenovo.switchmgt.ansible.doc/cnos_vlan.html?cp=0_3_1_0_2_16) for detailed information on usage. The values of these variables depend on the configuration context and the choices are the following: **access-map**, **dot1q**, **filter**, specify VLAN. -`vlanArg2` | This is an overloaded BGP variable. Please refer to the [cnos_vlan module documentation](http://ralfss28.labs.lenovo.com:5555/help/topic/com.lenovo.switchmgt.ansible.doc/cnos_vlan.html?cp=0_3_1_0_2_16) for detailed information on usage. The values of these variables depend on the configuration context and the choices are the following: VLAN access map name, **egress-only**, **name**, **flood**, **state**, **ip**. -`vlanArg3` | This is an overloaded BGP variable. Please refer to the [cnos_vlan module documentation](http://ralfss28.labs.lenovo.com:5555/help/topic/com.lenovo.switchmgt.ansible.doc/cnos_vlan.html?cp=0_3_1_0_2_16) for detailed information on usage. The values of these variables depend on the configuration context and the choices are the following: **action**, **match**, **statistics**, specify VLAN, name of the VLAN, **ipv4**, **ipv6**, **active**, **suspend**, **fast-leave**, **last-member-query-interval**, **mrouter**, **querier**, **querier-timeout**, **query-interval**, **query-max-response-time**, **report-suppression**, **robustness-variable**, **startup-query-count**, **startup-query-interval**. -`vlanArg4` | This is an overloaded BGP variable. Please refer to the [cnos_vlan module documentation](http://ralfss28.labs.lenovo.com:5555/help/topic/com.lenovo.switchmgt.ansible.doc/cnos_vlan.html?cp=0_3_1_0_2_16) for detailed information on usage. The values of these variables depend on the configuration context and the choices are the following: **drop**, **forward**, **redirect**, **ip**, **mac**, last member query interval, **ethernet**, **port-aggregation**, querier IP address, querier timeout interval, query interval, query maximum response interval, robustness variable value, numbers of queries sent at startup, startup query interval. -`vlanArg5` | This is an overloaded BGP variable. Please refer to the [cnos_vlan module documentation](http://ralfss28.labs.lenovo.com:5555/help/topic/com.lenovo.switchmgt.ansible.doc/cnos_vlan.html?cp=0_3_1_0_2_16) for detailed information on usage. The values of these variables depend on the configuration context and the choices are the following: ACL name, specify ethernet port, LAG number. - - -## Dependencies ---- -<add dependencies information below> - -- username.iptables - Configures the firewall and blocks all ports except those needed for web server and SSH access. -- username.common - Performs common server configuration. -- cnos_vlan.py - This modules needs to be present in the *library* directory of the role. -- cnos.py - This module needs to be present in the PYTHONPATH environment variable set in the Ansible system. -- /etc/ansible/hosts - You must edit the */etc/ansible/hosts* file with the device information of the switches designated as leaf switches. You may refer to *cnos_vlan_sample_hosts* for a sample configuration. - -Ansible keeps track of all network elements that it manages through a hosts file. Before the execution of a playbook, the hosts file must be set up. - -Open the */etc/ansible/hosts* file with root privileges. Most of the file is commented out by using **#**. You can also comment out the entries you will be adding by using **#**. You need to copy the content of the hosts file for the role into the */etc/ansible/hosts* file. The sample hosts file for the role is located in the main directory. - -``` -[cnos_vlan_sample] -10.241.107.39 ansible_network_os=cnos ansible_ssh_user=<username> ansible_ssh_pass=<password> deviceType=g8272_cnos -10.241.107.40 ansible_network_os=cnos ansible_ssh_user=<username> ansible_ssh_pass=<password> deviceType=g8272_cnos -``` - -**Note:** You need to change the IP addresses to fit your specific topology. You also need to change the `<username>` and `<password>` to the appropriate values used to log into the specific Lenovo network devices. - - -## Example Playbook ---- -<add playbook samples below> - -To execute an Ansible playbook, use the following command: - -``` -ansible-playbook cnos_vlan_sample.yml -vvv -``` - -`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution. - -``` - - name: Module to do VLAN configurations - hosts: cnos_vlan_sample - gather_facts: no - connection: local - roles: - - cnos_vlan_sample -``` - - -## License ---- -<add license information below> -Copyright (C) 2017 Lenovo, Inc. - -This file is part of Ansible - -Ansible is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -Ansible is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with Ansible. If not, see <http://www.gnu.org/licenses/>. diff --git a/test/integration/targets/cnos_vlan/cnos_vlan_sample_hosts b/test/integration/targets/cnos_vlan/cnos_vlan_sample_hosts index 18f9d301dd..e0e1693442 100644 --- a/test/integration/targets/cnos_vlan/cnos_vlan_sample_hosts +++ b/test/integration/targets/cnos_vlan/cnos_vlan_sample_hosts @@ -10,5 +10,5 @@ # Following you should specify IP Adresses details # Please change <username> and <password> with appropriate value for your switch. -[cnos_vlan_sample] -10.241.107.39 ansible_network_os=cnos ansible_ssh_user=<username> ansible_ssh_pass=<password> deviceType=g8272_cnos +[cnos] +10.241.107.39 ansible_network_os=cnos ansible_ssh_user=<username> ansible_ssh_pass=<password> diff --git a/test/integration/targets/cnos_vlan/defaults/main.yaml b/test/integration/targets/cnos_vlan/defaults/main.yaml new file mode 100644 index 0000000000..9ef5ba5165 --- /dev/null +++ b/test/integration/targets/cnos_vlan/defaults/main.yaml @@ -0,0 +1,3 @@ +--- +testcase: "*" +test_items: [] diff --git a/test/integration/targets/cnos_vlan/tasks/cli.yaml b/test/integration/targets/cnos_vlan/tasks/cli.yaml new file mode 100644 index 0000000000..303af40762 --- /dev/null +++ b/test/integration/targets/cnos_vlan/tasks/cli.yaml @@ -0,0 +1,22 @@ +--- +- name: collect all cli test cases + find: + paths: "{{ role_path }}/tests/cli" + patterns: "{{ testcase }}.yaml" + register: test_cases + delegate_to: localhost + +- name: set test_items + set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}" + +- name: run test cases (connection=network_cli) + include: "{{ test_case_to_run }}" + with_items: "{{ test_items }}" + loop_control: + loop_var: test_case_to_run + +- name: run test case (connection=local) + include: "{{ test_case_to_run }} ansible_connection=local" + with_first_found: "{{ test_items }}" + loop_control: + loop_var: test_case_to_run diff --git a/test/integration/targets/cnos_vlan/tasks/main.yaml b/test/integration/targets/cnos_vlan/tasks/main.yaml new file mode 100644 index 0000000000..415c99d8b1 --- /dev/null +++ b/test/integration/targets/cnos_vlan/tasks/main.yaml @@ -0,0 +1,2 @@ +--- +- { include: cli.yaml, tags: ['cli'] } diff --git a/test/integration/targets/cnos_vlan/tasks/main.yml b/test/integration/targets/cnos_vlan/tasks/main.yml deleted file mode 100644 index f4a4138b5b..0000000000 --- a/test/integration/targets/cnos_vlan/tasks/main.yml +++ /dev/null @@ -1,35 +0,0 @@ -# This contain sample template execution task ---- -- name: Test Vlan - Create a vlan, name it - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' - with_items: "{{cnos_vlan_data1}}" - -- name: Test Vlan - Create a vlan, Flood configuration - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' - with_items: "{{cnos_vlan_data2}}" - -- name: Test Vlan - Create a vlan, State configuration - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' - with_items: "{{cnos_vlan_data3}}" - -- name: Test Vlan - VLAN Access map1 - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' - with_items: "{{cnos_vlan_data4}}" - -- name: Test Vlan - VLAN Accep Map2 - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' vlanArg4='{{item.vlanArg4}}' - with_items: "{{cnos_vlan_data5}}" - -- name: Test Vlan - ip igmp snooping query interval - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' vlanArg4='{{item.vlanArg4}}' - with_items: "{{cnos_vlan_data6}}" - -- name: Test Vlan - ip igmp snooping last member query interval - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' vlanArg4='{{item.vlanArg4}}' - with_items: "{{cnos_vlan_data7}}" - -- name: Test Vlan - ip igmp snooping mrouter interface port-aggregation - cnos_vlan: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_vlan_{{ inventory_hostname }}_output.txt vlanArg1='{{item.vlanArg1}}' vlanArg2='{{item.vlanArg2}}' vlanArg3='{{item.vlanArg3}}' vlanArg4='{{item.vlanArg4}}' vlanArg5='{{item.vlanArg5}}' - with_items: "{{cnos_vlan_data8}}" - -# Completed file diff --git a/test/integration/targets/cnos_vlan/tests/cli/basic.yaml b/test/integration/targets/cnos_vlan/tests/cli/basic.yaml new file mode 100644 index 0000000000..b5de97ecd5 --- /dev/null +++ b/test/integration/targets/cnos_vlan/tests/cli/basic.yaml @@ -0,0 +1,213 @@ +--- +- debug: msg="START cli/basic.yaml on connection={{ ansible_connection }}" + +#- set_fact: switch_type="{{ switch_type }}" + +- block: + + - name: setup - remove vlan used in test + cnos_config: + lines: + - no vlan 100 + - no vlan 200 + - no vlan 300 + provider: "{{ cli }}" + + - name: setup - remove switchport settings on interfaces used in test + cnos_config: + lines: + - switchport mode access + - no switchport access vlan + provider: "{{ cli }}" + parents: "{{ item }}" + loop: + - interface ethernet1/33 + - interface ethernet1/44 + + - name: create vlan + cnos_vlan: &create + vlan_id: 100 + name: test-vlan + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'vlan 100' in result.commands" + - "'name test-vlan' in result.commands" + + - name: create vlan(idempotence) + cnos_vlan: *create + register: result + + - assert: + that: + - "result.changed == false" + + - name: Add interfaces to vlan + cnos_vlan: &interfaces + vlan_id: 100 + interfaces: + - Ethernet1/33 + - Ethernet1/44 + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'interface Ethernet1/33' in result.commands" + - "'switchport mode access' in result.commands" + - "'switchport access vlan 100' in result.commands" + - "'interface Ethernet1/44' in result.commands" + - "'switchport mode access' in result.commands" + - "'switchport access vlan 100' in result.commands" + + - name: Add interfaces to vlan(idempotence) + cnos_vlan: *interfaces + register: result + + - assert: + that: + - "result.changed == false" + + - name: Remove interface from vlan + cnos_vlan: &single_int + vlan_id: 100 + interfaces: + - Ethernet1/33 + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'vlan 100' in result.commands" +# - "'interface Ethernet1/33' in result.commands" + - "'switchport mode access' in result.commands" + - "'no switchport access vlan' in result.commands" + + - name: Remove interface from vlan(idempotence) + cnos_vlan: *single_int + register: result + + - assert: + that: + - "result.changed == false" + + - name: Suspend vlan + cnos_vlan: + vlan_id: 100 + state: suspend + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'vlan 100' in result.commands" + - "'state suspend' in result.commands" + + - name: Unsuspend vlan + cnos_vlan: + vlan_id: 100 + state: active + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'vlan 100' in result.commands" + - "'state active' in result.commands" + + - name: delete vlan + cnos_vlan: &delete + vlan_id: 100 + provider: "{{ cli }}" + state: absent + register: result + + - assert: + that: + - "result.changed == true" + - "'no vlan 100' in result.commands" + + - name: delete vlan(idempotence) + cnos_vlan: *delete + register: result + + - assert: + that: + - "result.changed == false" + + - name: create vlans using aggregate + cnos_vlan: &create_aggregate + aggregate: + - { vlan_id: 200, name: vlan-200 } + - { vlan_id: 300, name: vlan-300 } + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'vlan 200' in result.commands" + - "'name vlan-200' in result.commands" + - "'vlan 300' in result.commands" + - "'name vlan-300' in result.commands" + + - name: create vlans using aggregate(idempotence) + cnos_vlan: *create_aggregate + register: result + + - assert: + that: + - "result.changed == false" + + - name: delete vlans using aggregate + cnos_vlan: &delete_aggregate + aggregate: + - { vlan_id: 200, name: vlan-200 } + - { vlan_id: 300, name: vlan-300 } + state: absent + provider: "{{ cli }}" + register: result + + - assert: + that: + - "result.changed == true" + - "'no vlan 200' in result.commands" + - "'no vlan 300' in result.commands" + + - name: delete vlans using aggregate(idempotence) + cnos_vlan: *delete_aggregate + register: result + + - assert: + that: + - "result.changed == false" + + - name: teardown(part1) + cnos_config: + lines: + - no vlan 100 + - no vlan 200 + - no vlan 300 + provider: "{{ cli }}" + + - name: teardown(part2) + cnos_config: + lines: + - switchport mode access + - no switchport access vlan + provider: "{{ cli }}" + parents: "{{ item }}" + loop: + - interface Ethernet1/33 + - interface Ethernet1/44 + +# when: switch_type == 'L2' + +- debug: msg="END cli/basic.yaml on connection={{ ansible_connection }}" diff --git a/test/integration/targets/cnos_vlan/vars/main.yaml b/test/integration/targets/cnos_vlan/vars/main.yaml new file mode 100644 index 0000000000..aa25153ec8 --- /dev/null +++ b/test/integration/targets/cnos_vlan/vars/main.yaml @@ -0,0 +1,9 @@ +--- +cli: + host: "{{ inventory_hostname }}" + port: 22 + username: admin + password: admin + timeout: 30 + authorize: True + auth_pass: diff --git a/test/integration/targets/cnos_vlan/vars/main.yml b/test/integration/targets/cnos_vlan/vars/main.yml deleted file mode 100644 index 3ac98a7cb7..0000000000 --- a/test/integration/targets/cnos_vlan/vars/main.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -cnos_vlan_data1: - - {vlanArg1: 13, vlanArg2: "name", vlanArg3: "anil"} -cnos_vlan_data2: - - {vlanArg1: 13, vlanArg2: "flood", vlanArg3: "ipv4"} -cnos_vlan_data3: - - {vlanArg1: 13, vlanArg2: "state", vlanArg3: "active"} -cnos_vlan_data4: - - {vlanArg1: "access-map", vlanArg2: "anil", vlanArg3: "statistics"} -cnos_vlan_data5: - - {vlanArg1: "access-map", vlanArg2: "anil", vlanArg3: "action", vlanArg4: "forward"} -cnos_vlan_data6: - - {vlanArg1: 13, vlanArg2: "ip", vlanArg3: "query-interval", vlanArg4: 1313} -cnos_vlan_data7: - - {vlanArg1: 13, vlanArg2: "ip", vlanArg3: "last-member-query-interval", vlanArg4: 23} -cnos_vlan_data8: - - {vlanArg1: 13, vlanArg2: "ip", vlanArg3: "mrouter", vlanArg4: "port-aggregation", vlanArg5: 23} -cnos_vlan_data9: - - {clicommand: "no vlan 13"} |