Alex Stephen
39bf7d3655
New module: GCP Compute HTTP Health Checks ( #36329 )
2018-04-25 15:25:23 -04:00
Matt Clay
ee02d0c120
Remove obsolete test containers.
...
- opensuse42.1 - EOL
- opensuse42.2 - EOL
- ubuntu1204 - EOL
- cloudstack-simulator - Migrated to https://github.com/ansible/cloudstack-test-container
2018-04-25 11:26:42 -07:00
Matt Clay
ac1fbbeabc
Update the cloudstack test container reference.
2018-04-25 10:41:24 -07:00
Tim Rupp
fb264281de
Adds various features and fixes ( #39271 )
...
* a refactor of pool member and node modules to be inline with current f5 conventions
* Added priority_group_activation to pools
* various other small convention fixes and bug fixes
2018-04-25 07:16:11 -07:00
saichint
1afec5a48e
fix nxos_snmp_community issues ( #39258 )
2018-04-25 13:16:41 +05:30
Trishna Guha
6db3f522c8
sub-interface support for nxos module ( #37392 )
...
* nxos sub-interface support
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* update l3_interface test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add integration test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-04-25 12:45:56 +05:30
Tim Rupp
9940b5db9c
Adds DNS profile module for BIGIP ( #39270 )
...
This module can be used for managing DNS profiles on a BIGIP
2018-04-24 21:05:30 -07:00
Tim Rupp
20d5b04ac4
Adds udp profile module for bigip ( #39269 )
...
This module can be used to manage UDP profiles on a bigip
2018-04-24 20:35:42 -07:00
Tim Rupp
434ad97c39
Adds tcp profile module for BIGIP ( #39268 )
...
This patch adds a module to support manipulation of TCP profiles
on a BIGIP
2018-04-24 20:05:31 -07:00
Tim Rupp
256b5535ec
Various fixes to F5 modules ( #39255 )
...
* Adds gnat provisioning to bigip_provision
* Adds special handling for AFM in bigip_provision
* Add device rebooting for provisioning as necessary
* Refactored route domain module to be inline with current f5 conventions
* Minor refactors across modules
2018-04-24 19:49:52 -07:00
Yuwei Zhou
39ca41eb1b
Fixes some NIC bugs ( #39213 )
...
* add loadbalancer
* dict check nullable
* add default vallue when get list
* create backend addr pool
* fix the set
* fix to dict
* fix ideponement
* use param security group name when create
* nic can has no nsg
* add test
* fix
* fix
* fix
* fix idemponet
* add document
* fix test
* add configuration
* fix
* fix
* remove all resources
* fix
* fix test
* add version added
* fix lint
* fix lint
* fix lint
* remove new feature and only submit bugfix
* remove useless test
* fix
2018-04-25 09:54:19 +08:00
Tim Rupp
fc753dd261
Adds the bigip_smtp module ( #39243 )
...
This module can be used to manage smtp settings on a bigip.
2018-04-24 12:20:49 -07:00
Matt Clay
996f9c2467
Fix mysql-server install/upgrade on Ubuntu 16.04. ( #39241 )
...
* Fix mysql-server install/upgrade on Ubuntu 16.04.
* Prevent service restart in docker_secret test.
2018-04-24 12:02:26 -07:00
Tim Rupp
e82a8d177f
Adds module for bigip service policies ( #39240 )
...
This patch includes a module for managing bigip service policies.
2018-04-24 11:06:34 -07:00
John R Barker
7c4b91844d
More validate module fixes ( #39097 )
...
* Fix type bool DOCUMENTATION issues
2018-04-24 18:05:50 +01:00
Tim Rupp
ed05e46f5c
Adds bigip_snmp_community module ( #39212 )
...
This module can be used to manage snmp communities on a bigip
2018-04-23 22:32:17 -07:00
Tim Rupp
3227143dc8
Fixes coding conventions, adds a small feature ( #39211 )
...
Fixes some coding conventions and adds allowed_addresses to bigip_snmp_trap.
2018-04-23 22:06:33 -07:00
Tim Rupp
39e4754fc9
Fixes for convention incompatibilities ( #39209 )
...
Minor fixes for the f5 modules to use current conventions
2018-04-23 21:42:06 -07:00
Tim Rupp
37e114756d
Adds bigip_trunk ( #39208 )
...
This patch adds a new module for managing trunks on a bigip
2018-04-23 20:37:23 -07:00
Tim Rupp
3b11def7d0
Add timer policy module ( #39206 )
2018-04-23 20:30:28 -07:00
Jordan Borean
629efb6eaa
psexec: new module to run commands on a remote Windows host without WinRM ( #36723 )
...
* psexec: new module to run commands on a remote Windows host without WinRM
* fix up sanity issue, create test firewall rule for SMB traffic
* Fixed up yaml linting issues, trying to fix on the fly firewall rule
* Added SMB exception to catch when cleaning up PAExec exe
* Don't load profile for Azure hosts when becoming another user
* Fixed up example to use correct option
* Reworded notes section of module docs
* Simplified module options around process integrity levels and the system account
2018-04-24 12:15:15 +10:00
Tim Rupp
e254121729
Adds minor fixes and features to f5 modules ( #39202 )
...
* Add Mac_address parameter to bigip_traffic_group
* Fix docs
* Fix f5 conventions
2018-04-23 18:57:43 -07:00
Pierre-Louis Bonicoli
afef20827b
openshift_raw & openshift_scale: fix broken import
2018-04-23 17:57:17 -07:00
Pierre-Louis Bonicoli
5d72f29b1a
Remove passing file from import skip list.
2018-04-23 17:55:45 -07:00
Jordan Borean
b6afe6946d
Ansible.ModuleUtils.FileUtil - Add ability to test non file system provider paths ( #39200 )
2018-04-24 10:06:47 +10:00
Tim Rupp
19d229a8e0
Fixes F5 conventions and adds features ( #39189 )
...
This patch fixes a number of convention changes in F5 modules.
Additionally, it adds some features to bigip vlan and other modules
2018-04-23 15:46:09 -07:00
Brian Coca
4aac0f5f18
allow configuring sftp/scp executables ( #36648 )
...
* allow configuring sftp/scp executables
fixes #36616
also removed dupe test
2018-04-23 18:36:35 -04:00
Tim Rupp
d38ae9b6c9
Adds the bigip_data_group module ( #39180 )
...
This module can be used to manipulate bigip data groups.
2018-04-23 11:52:57 -07:00
Matt Clay
c262dbfd30
Use https for links to ansible.com domains.
2018-04-23 11:33:56 -07:00
Pierre-Louis Bonicoli
2f535a339c
azure_rm_storageaccount: fix broken import
2018-04-23 09:04:03 -07:00
saichint
6eecbf10e6
fix nxos_igmp_interface issues ( #38752 )
...
* fix nxos_igmp_interface issues
* shippable fix
* fix oif_prefix and oif_source
* shippable fix
* shippable fix
* shippable fix
* add an example for oif_ps
* review comments
* review comments
* more review comments
* fix typo
2018-04-23 20:38:49 +05:30
Will Thames
412373ce8e
Improve ec2_ami tests ( #38987 )
...
* Improve ec2_ami tests
Ensure that ec2_ami_image_id fact gets set immediately after AMI
creation so that they get torn down even if tests fail
Use YAML anchor to simplify AWS credential passing
Use aws_connection_info to reduce AWS credential boilerplate
Improve exception handling when updating image attributes
Error messages weren't correctly formatted to show image ids.
2018-04-23 07:54:49 -04:00
Alan Rominger
f072e6c15a
add newer syntax to detached HEAD check ( #38879 )
2018-04-23 13:40:54 +02:00
Tim Steinbach
f61172e6c7
vmware: Add portgroup_portkey and portgroup_key ( #38958 )
...
* VMware: apply correct value for datacenter in TC
Signed-off-by: Tim Steinbach <tim@nequissimus.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-04-23 14:04:35 +05:30
David Passante
7437d6fdc4
cs_ip_address: add a "tags" parameter to ensure idempotency ( #39016 )
...
* cs_ip_address: add a "tags" parameter to manage idempotency
* cs_ip_address: add integration tests
2018-04-22 20:13:01 +02:00
Matt Clay
9488b0c8b1
Remove unused test files.
2018-04-22 07:11:34 -07:00
Toshio Kuratomi
ce796bc34d
Clarify the behaviour of file's src parameter with relative paths
...
Fixes #21401
Also sdd some more tests to validate file state=link creates a symlink
which points to the file we intended.
2018-04-20 14:12:27 -07:00
Toshio Kuratomi
f332151f59
Fix copy to only follow symlinks for files in the non-recursive case
...
Revert "**Temporary**"
This reverts commit 28b86b1148
.
We don't need this now that copy has been fixed
2018-04-20 10:04:24 -07:00
Matt Clay
fafceb9895
Mark unstable azure_rm_functionapp test.
2018-04-20 07:06:07 -07:00
Matthew Stone
d030032b47
Extreme Networks SLXOS Config Module ( #38607 )
...
* Adding slxos_config module and supporing util functions.
* Adding slxos module_utils load_config test
* Adding slxos_config module tests
* Removing unneeded required false statements from slxos_config module
* Removing version_aded from slxos_config module
* Removing force and save from slxos config module
* Removing save test
2018-04-20 08:52:20 +01:00
Matt Clay
9e8889bb70
Fix more docs errors. ( #39051 )
...
* Fix remaining unknown-document docs errors.
* Fix last toc-tree-missing-document docs error.
2018-04-20 00:24:47 -07:00
Matt Clay
7e96421132
Handle warnings in docs-build sanity test. ( #39043 )
2018-04-19 23:09:48 -07:00
Martin Krizek
62d2df74b0
apt: fix build-dep idempotency ( #38999 )
2018-04-20 07:57:14 +02:00
Sviatoslav Sydorenko
5ea1ee47dd
Refactor Foreman provider to use simplified img
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
1664554b4a
Unrandomize docker registry selection
...
stick with quay for now
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
d5b340cc43
Improve foreman image src selection
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
87eca24969
Add playbook with foreman tests
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
fb0487945c
Add runme script to foreman inventory tests
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
d0018848a5
Enable foreman inventory plugin in tests
2018-04-20 00:36:23 +02:00
Sviatoslav Sydorenko
2608ef535f
Add foreman cloud provider
2018-04-20 00:36:23 +02:00