QijunPan
627ac2493d
commit plugins action ce_config module. ( #21648 )
...
commit plugins action ce_config module.
2017-05-19 08:42:36 +01:00
Gaurav Rastogi
32b4eab3dc
Avi module to setup GSLB Geo DB profile. ( #24812 )
2017-05-19 08:34:12 +01:00
Gaurav Rastogi
ea6955109b
New module to setup HTTP Policy set objects ( #24813 )
2017-05-19 08:33:37 +01:00
Gaurav Rastogi
1960aa8d96
New module to setup GSLB Application persistence profile ( #24814 )
2017-05-19 08:31:49 +01:00
Gaurav Rastogi
e90d63edd1
New Avi Module for setup of network security policy ( #24815 )
2017-05-19 08:31:00 +01:00
Gaurav Rastogi
d6e2943c97
New Avi Module to setup virtualservice datascripts ( #24818 )
2017-05-19 08:30:19 +01:00
Gaurav Rastogi
b26bc5be88
New Avi Module to setup DNS policies. ( #24819 )
2017-05-19 08:29:34 +01:00
Gaurav Rastogi
788e2efe2a
New Avi Module to setup various controller properties. ( #24811 )
2017-05-19 08:29:00 +01:00
Gaurav Rastogi
fd94b5b20d
New Avi Module to setup SE properties. ( #24816 )
2017-05-19 08:28:26 +01:00
Gaurav Rastogi
b44f3cbcf6
New Avi Module to setup user account profile settings. ( #24817 )
...
* New Avi Module to setup user account profile settings.
* removed blank line failing pep8
2017-05-19 08:27:48 +01:00
Gaurav Rastogi
61882cfdfa
New Avi Module to create VIP objects that can be used in shared VIP and multiple VIP use cases for application deployment. ( #24809 )
2017-05-19 08:26:22 +01:00
QijunPan
d53136cf1b
Contributing lib/ansible/modules/network/cloudengine/ce_ntp_auth.py module to manage HUAWEI data center CloudEngine ( #22058 )
...
* add ce_ntp_auth
add ce_ntp_auth
* fix review issues
2017-05-19 08:24:40 +01:00
QijunPan
21b778ddb0
Contributing lib/ansible/modules/network/cloudengine/ce_ospf.py module to manage HUAWEI data center CloudEngine ( #22059 )
...
* add ce_ospf
add ce_ospf
* upgrade OSPF
* fix review issues.
2017-05-19 08:24:22 +01:00
QijunPan
f8193622d6
Contributing lib/ansible/modules/network/cloudengine/ce_reboot.py module to manage HUAWEI data center CloudEngine ( #22060 )
...
* add ce_reboot
add ce_reboot
* fix review issues.
* update requirements.
2017-05-19 08:23:48 +01:00
QijunPan
7353b357e9
Contributing lib/ansible/modules/network/cloudengine/ce_rollback.py module to manage HUAWEI data center CloudEngine ( #22061 )
...
* add ce_rollback
add ce_rollback
* fix review issues
2017-05-19 08:23:30 +01:00
QijunPan
954906c143
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_location.py module to manage HUAWEI data center CloudEngine ( #22065 )
...
* add ce_snmp_location.py
* fix review issues
2017-05-19 08:23:13 +01:00
QijunPan
9b20d6ac34
Contributing lib/ansible/modules/network/cloudengine/ce_sflow.py module to manage HUAWEI data center CloudEngine ( #22062 )
...
* add ce_sflow
add ce_sflow
* fix review issue
2017-05-19 08:22:51 +01:00
QijunPan
3927341872
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py module to manage HUAWEI data center CloudEngine ( #22066 )
...
* add ce_snmp_target_host
* fix review issues.
2017-05-19 08:22:34 +01:00
QijunPan
dda49ca7c9
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_traps.py module to manage HUAWEI data center CloudEngine ( #22067 )
...
* add ce-snmp_traps
* fix review issues
* fix pep8 error
2017-05-19 08:22:19 +01:00
QijunPan
0172522406
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_user.py module to manage HUAWEI data center CloudEngine ( #22069 )
...
* add ce_snmp_user.py
* upgrade snmp user
* fix review issues
* fix review issue
* fix CI issue
* fix CI issue
2017-05-19 08:21:55 +01:00
QijunPan
45fda73653
Contributing lib/ansible/modules/network/cloudengine/ce_vxlan_global.py module to manage HUAWEI data center CloudEngine ( #22082 )
...
* add ce_vxlan_global.py
* upgrade Vxlan Global
* metadata_version update
2017-05-19 08:21:42 +01:00
QijunPan
1c0d74339a
Contributing lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py module to manage HUAWEI data center CloudEngine ( #22083 )
...
* add ce_vxlan_tunnel.py
* update
* upgrade Vxlan Tunnel
* metadata_version update
* deal with review issue.
* deal with review issue
2017-05-19 08:21:27 +01:00
Tim Rupp
22e096f911
Changes skip test for bigip user ( #24799 )
...
All of the F5 Ansible modules will come to require the same major
dependencies over time. This mentions that.
2017-05-18 22:33:05 -07:00
Michael Scherer
f88c2b8ac5
Fix wrongly named variable, introduced by error on ac1017b7ad
( #24795 )
...
This broke ansible-playbook -D for template module
2017-05-18 22:29:05 -07:00
Trishna Guha
21e28a431b
Remove unused method from nxos_ospf ( #24820 )
2017-05-19 10:57:16 +05:30
Trishna Guha
998305a493
nxos_ospf_vrf fix and unittest ( #24495 )
2017-05-19 10:09:46 +05:30
Matt Martz
1eed6c5b3d
Convert some more base64 strings to text for winrm, to support async and become ( #24796 )
2017-05-18 16:06:51 -07:00
Lee Shakespeare
def76a3c3b
Lookup credential id and pass in credential rather than scm_credential ( #24624 )
...
* Lookup credential id and pass in credential rather than scm_credential
* Change the excepting handling to catch missing credentials
* Make error messages for not found lookups more useful
2017-05-18 15:44:33 -07:00
QijunPan
1487ec0ea2
Contributing lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py module to manage HUAWEI data center CloudEngine ( #22081 )
...
* add ce_vxlan_gateway.py
* metadata_version update
* deal review issues
2017-05-18 23:12:04 +01:00
QijunPan
b20c550426
Contributing lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py module to manage HUAWEI data center CloudEngine ( #22080 )
...
* add ce_vxlan_arp.py
* metadata_version update
* deal review issues
2017-05-18 23:11:42 +01:00
QijunPan
a8475f6ef5
Contributing lib/ansible/modules/network/cloudengine/ce_vrf_interface.py module to manage HUAWEI data center CloudEngine ( #22079 )
...
* add ce_vrf_interface.py
* metadata_version update
* fix code review issues
* fix ci_verified
* tab to space
2017-05-18 23:11:09 +01:00
QijunPan
cb75f2a43d
Contributing lib/ansible/modules/network/cloudengine/ce_vlan.py module to manage HUAWEI data center CloudEngine ( #22076 )
...
* add ce_vlan.py
* metadata_version update
* fix review issues
* Update ce_vlan.py
* fix check issue
required_if not work well when the option value is "not None"
2017-05-18 23:10:11 +01:00
QijunPan
fb54e47491
Contributing lib/ansible/modules/network/cloudengine/ce_switchport.py module to manage HUAWEI data center CloudEngine ( #22075 )
...
* add ce_switchport.py
* metadata_version update
* fix review issues
* fix review issue
* fix CI issue
2017-05-18 23:09:49 +01:00
QijunPan
a1cbecd23c
Contributing lib/ansible/modules/network/cloudengine/ce_stp.py module to manage HUAWEI data center CloudEngine ( #22073 )
...
* add ce-stp
* fix review issues
* fix CI issues
2017-05-18 23:09:26 +01:00
QijunPan
55d0f97ace
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_contact.py module to manage HUAWEI data center CloudEngine ( #22064 )
...
* add ce_snmp_connect
add ce_snmp_connect
* fix review issues
2017-05-18 23:08:05 +01:00
QijunPan
f5fc565721
Contributing lib/ansible/modules/network/cloudengine/ce_startup.py module to manage HUAWEI data center CloudEngine ( #22070 )
...
* add ce_startup
add ce_startup
* fix review issues
2017-05-18 23:07:16 +01:00
Lars Larsson
53baa36a8b
[cloud][GCE] fix bug in persistent disk snapshot naming ( #23218 )
...
snapshot_name keeps on prepending the device_name to the same string if more than one device.
result is: disk3-disk2-disk1-MySnapshot
2017-05-18 16:08:14 -04:00
Tim Rupp
c1397626fc
Adds the bigip_user module to Ansible ( #24753 )
...
The patch adds the bigip_user module to Ansible to support managing
users on an F5 BIG-IP.
Unit tests are provided. Integration tests can be found here
* https://github.com/F5Networks/f5-ansible/blob/devel/test/integration/bigip_user.yaml
* https://github.com/F5Networks/f5-ansible/tree/devel/test/integration/targets/bigip_user/tasks
2017-05-18 20:21:18 +01:00
Matt Davis
569377e951
add segfault detection to TQM
...
* prevents indefinite hangs when a worker segfaults
2017-05-18 14:59:07 -04:00
QijunPan
ba3a0e8e34
Contributing lib/ansible/modules/network/cloudengine/ce_snmp_community.py module to manage HUAWEI data center CloudEngine ( #22063 )
...
* add ce_snmp_community
add ce_snmp_community
* upgrade snmp community
* fix review issues
2017-05-18 19:46:45 +01:00
Tom Melendez
13f2d9222f
[GCP] Global Load Balancer Integration Test ( #24704 )
...
* Revert to using url_map internal to the module to allow parameter generation to work. module parameter is still url_map_name.
* [GCP] Cross Region Load Balancer Integration Test
2017-05-18 14:00:51 -04:00
Matt Clay
53180ebb57
Fix Shippable BASE_BRANCH lookup on merges.
2017-05-19 01:51:24 +08:00
Dag Wieers
c4a7f64c02
ansible/galaxy: PEP8 compliancy ( #24696 )
...
- Make PEP8 compliant
2017-05-18 18:43:35 +01:00
Dag Wieers
6f6bdf7914
ansible/parsing: PEP8 compliancy ( #24701 )
...
- Make PEP8 compliant
2017-05-18 18:41:00 +01:00
Matt Clay
5babe2daea
Increase python version coverage for tests. ( #24762 )
...
* Improve ansible-test inventory handling.
* Fix python 3 re-raise of exception from thread.
* Fix python 3 encoding for windows-integration.
* Run network tests on multiple python versions.
* Run windows tests on multiple python versions.
* Support Shippable delegation using --tox.
* Skip vyos_command on python 3 tests until fixed.
* Add python 3 filtering to local and tox.
* Fix tests to support back to back runs.
* Temporarily test networking with python 2.7 only.
Running the tests back to back causes intermittent test failures
which need to be addressed before we can test multiple versions
in a single test run.
2017-05-19 01:37:53 +08:00
Tom Melendez
c99c3b2b5d
[GCP] Healthcheck module ( #24564 )
...
* [GCP] Healthcheck module
* fix return YAML block
* removed update_ return value; removed python26 check; typos and docs updates
* doc fix
* Updated int test for no-update conditions
* added filter_gcp_fields test
* fixed bug in update where dictionary wasn't built correctly and port was not being set.
* added default values to documentation block
2017-05-18 12:49:50 -04:00
John R Barker
ed2f13b3db
Fix more module returns ( #24782 )
...
* Correct return structure
* typo
2017-05-18 17:38:10 +01:00
Tom Melendez
3fbf3b51ff
[GCP] remove ansible.utils.display for deprecations ( #24738 )
...
* [GCP] remove ansible.utils.display for deprecations, use module.deprecate instead.
* removed test file from legacy files
2017-05-18 12:07:16 -04:00
Dylan Silva
bba4549b43
Downgraded more modules from Curated to Community ( #24751 )
2017-05-18 08:28:41 -07:00
John R Barker
f338dd2fc3
Render returned dictionaries Fixes #24775 ( #24777 )
...
plugin.rst.j2 was out of sync with syntax validator
2017-05-18 15:13:33 +01:00