Skip to content

Commit

Permalink
Improve content score
Browse files Browse the repository at this point in the history
  • Loading branch information
javeedf authored and skg-net committed Oct 10, 2019
1 parent fb6dbd8 commit e7c1167
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 144 deletions.
10 changes: 4 additions & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ galaxy_info:
min_ansible_version: 2.2

platforms:
- name: dell os6
- name: dell os9
- name: dell os10
- name: DellOS

galaxy_tags:
- networking
- dell
- emc
- dellemc
- os9
- os6
- os10
- dellos9
- dellos6
- dellos10
2 changes: 0 additions & 2 deletions tests/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ leaf4
[datacenter:children]
spine
leaf
~

59 changes: 59 additions & 0 deletions tests/main.os10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
# vars file for Dell-Networking.dellos-interface
# Sample variables for dellos10 device
dellos_interface:
ethernet 1/1/32:
desc: "Connected to Core 2"
mtu: 2500
portmode:
admin: up
switchport: False
ip_and_mask:
ip_type_dynamic: True
ipv6_type_dynamic: True
ethernet 1/1/12:
desc: "ipv6 auto config"
mtu: 2500
admin: up
ipv6_autoconfig: True
ethernet 1/1/14:
fanout: 10g-4x
ethernet 1/1/13:
desc: "set ipv6 address"
admin: up
ipv6_and_mask: 2001:4898:5809:faa2::10/126
state_ipv6: present
ethernet 1/1/1:
desc: "Connected to Leaf1"
portmode: "trunk"
switchport: True
suppress_ra: present
admin: up
ethernet 1/1/3:
desc: site2-spine2
ip_and_mask: 10.9.0.4/31
mtu: 9216
switchport: False
admin: up
flowcontrol:
mode: "receive"
enable: "on"
state: "present"
virtual-network 888:
desc: "virtual-network interface"
ip_and_mask: "172.17.17.251/24"
virtual_gateway_ip: "172.17.17.1"
admin: up

vlan 100:
ip_and_mask:
ipv6_and_mask: 2001:4898:5808:ffaf::1/64
state_ipv6: present
ip_helper:
- ip: 10.0.0.33
state: present
admin: up
range ethernet 1/1/1-1/1/32:
mtu: 2500
admin: up
switchport: False
28 changes: 28 additions & 0 deletions tests/main.os6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# vars file for Dell-Networking.dellos-interface
# Sample variables for dellos6 device
dellos_interface:
Te1/0/2:
desc: "Connected to Spine1"
portmode: trunk
admin: up
Te1/0/1:
desc: "Connected to Access"
portmode: access
admin: up
vlan 100:
ip_type_dynamic: True
suppress_ra: present
ip_and_mask: 3.3.3.3 255.255.255.0
ip_helper:
- ip: 10.0.0.36
state: present
ipv6_reachabletime: 600000
vlan 101:
ipv6_and_mask: 2001:db8:3c4d:15::/64
suppress_ra: absent
vlan 102:
ip_type_dynamic: True
suppress_ra:
vlan 105:
ip_and_mask: 1.1.1.1 255.255.255.0
50 changes: 50 additions & 0 deletions tests/main.os9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
# vars file for Dell-Networking.dellos-interface
# Sample variables for dellos9 device
dellos_interface:
TenGigabitEthernet 1/3:
desc: "Connected to Spine1"
portmode:
switchport: False
suppress_ra: present
mtu: 2500
admin: up
auto_neg: true
keepalive: true
speed: auto
duplex: full
ipv6_and_mask: 2001:4898:5808:ffa2::5/126
ip_type_dynamic: true
ip_and_mask: 192.168.23.22/24
class_vendor_identifier: present
option82: true
remote_id: hostname
fortyGigE 1/9:
desc: "Connected to Spine2"
switchport: False
mtu: 2500
admin: up
ip_and_mask: 192.168.234.20/31
ip_and_mask_secondary: "192.168.14.1/24"
secondary_ip_state: present
cr4_auto_neg: true
keepalive: false
ip_type_dynamic: false
class_vendor_identifier: absent
option82: true
remote_id: hostname
ipv6_and_mask: 2001:4898:5808:ffa2::9/126
fortyGigE 1/12:
fanout: single
fanout_speed: 40G
fanout_state: present
Vlan 100:
mtu: 4096
admin: down
ip_and_mask:
ipv6_and_mask: 2002:4898:5408:faaf::1/64
state_ipv6: absent
ip_helper:
- ip: 10.0.0.36
state: absent
ipv6_reachabletime: 600000
135 changes: 0 additions & 135 deletions tests/main.yaml

This file was deleted.

1 change: 0 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
# vars file for Dell-Networking.dellos-interface

0 comments on commit e7c1167

Please # to comment.