From 0f943f7584ded74b4b75945b76d24f18557839a8 Mon Sep 17 00:00:00 2001 From: Anil Kumar Muraleedharan Date: Fri, 19 Oct 2018 19:19:29 +0530 Subject: [PATCH] Adding full list of supported devices (#46949) --- test/integration/targets/cnos_vlag/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/cnos_vlag/README.md b/test/integration/targets/cnos_vlag/README.md index 0ad57abc854..6ef76f6b833 100644 --- a/test/integration/targets/cnos_vlag/README.md +++ b/test/integration/targets/cnos_vlag/README.md @@ -36,7 +36,7 @@ Variable | Description `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) +`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. @@ -112,4 +112,4 @@ Ansible is free software: you can redistribute it and/or modify it under the ter 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 . \ No newline at end of file +You should have received a copy of the GNU General Public License along with Ansible. If not, see .