You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trishna Guha
69564206e0
nxos bugfixes stable-2.5 (#39719)
* Handle nxos_feature issue where json isn't supported (#39150)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 9eff1f1d74)
* Integration Tests only: nxos_snmp_contact (#39318)
* add integration test cases for snmp_contact
* removing unnecessary files
(cherry picked from commit bdb75cd82c)
* fix nxos_ntp issues (#39178)
* fix nxos_ntp issues
* review comments
* fix idempotent fail case
(cherry picked from commit 2f99a17856)
* nxos_interface: AttributeError: 'NoneType' object has no attribute 'group' (#38544)
This fixes an issue we recently encounteredi with nxos_interface:
```
Traceback (most recent call last):
File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 777, in main
have = map_config_to_obj(want, module)
File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 606, in map_config_to_obj
obj['speed'] = re.search(r'speed (\d+)', body).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
```
(cherry picked from commit dca6e2d94d)
* fix nxos_snmp_community issues (#39258)
(cherry picked from commit 1afec5a48e)
* Add aggregate example in nxos_l2_interface module doc (#39275)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 86817cdd52)
* Fix misuse of 'self' in lib/ansible/module_utils/network/eos/eos.py. … (#39074)
* Fix misuse of 'self' in lib/ansible/module_utils/network/eos/eos.py. Method load_config
* Fix all instances of self.config(self,...
(cherry picked from commit 80d7e22f5e)
* Fix for nxos_snmp_host issues (#39642)
* fix snmp_host issues
* source files
* fix shippable
* remove defaults to match arg spec
(cherry picked from commit f99bae1776)
* fix nxos_snmp_traps issues (#39444)
* fix snmp_traps code
* add IT cases
* fix shippable
* fix shippable without ignore
(cherry picked from commit 99748cbfa4)
* changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
|
8 years ago |
| .. |
|
group_vars
|
Added support for new Ansible Infra (network_cli plugin, cliconf, module utils cleanup and test) for dellos10 Support t (#34915)
|
8 years ago |
|
host_vars
|
Simplify Windows versions in ansible-test.
|
8 years ago |
|
roles
|
Added support for new Ansible Infra (network_cli plugin, cliconf, module utils cleanup and test) for dellos10 Support t (#34915)
|
8 years ago |
|
targets
|
nxos bugfixes stable-2.5 (#39719)
|
8 years ago |
|
cloud-config-aws.yml.template
|
Add region to ansible-test AWS cloud config. (#30733)
|
8 years ago |
|
cloud-config-azure.yml.template
|
Fix Azure config template.
|
8 years ago |
|
cloud-config-cs.ini.template
|
Add support for cloud tests to ansible-test. (#24315)
|
9 years ago |
|
cloud-config-gcp.yml.template
|
[cloud] New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) (#35014)
|
8 years ago |
|
dellos6.yaml
|
Migrate Network Tests into ansible/ansible (#18233)
|
9 years ago |
|
dellos9.yaml
|
Migrate Network Tests into ansible/ansible (#18233)
|
9 years ago |
|
dellos10.yaml
|
Added support for new Ansible Infra (network_cli plugin, cliconf, module utils cleanup and test) for dellos10 Support t (#34915)
|
8 years ago |
|
integration.cfg
|
Fix ansible-test config management.
|
8 years ago |
|
integration_config.yml
|
Fix pip integration test.
|
8 years ago |
|
inventory
|
ACI: Support validate_certs, use_ssl and use_proxy (#35146)
|
8 years ago |
|
inventory.networking.template
|
Reflect new process for network integration tests (#35577)
|
8 years ago |
|
inventory.remote.template
|
Add support for OS X CI on Shippable. (#17160)
|
9 years ago |
|
inventory.winrm.template
|
Increase python version coverage for tests. (#24762)
|
9 years ago |
|
network-integration.cfg
|
Increase socket connect retry timeout for integration test (#30681)
|
8 years ago |
|
target-prefixes.network
|
ACI: Make network testing work out-of-the-box (#35116)
|
8 years ago |
|
windows-integration.cfg
|
Fix ansible-test config management.
|
8 years ago |