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.
ansible/test/integration/roles
Colin Nolan db50650365 Adds support for all Consul 0.8 ACL rule scopes (#25800)
* Added in support for 'agent' and 'node' types.

* Tidies and moves `consul_acl` module closer to PEP8 compliance.

* Switched from using byspoke code to handle py2/3 string issues to using `to_text`.

* Made changes suggested by jrandall in https://github.com/ansible/ansible/pull/23467#pullrequestreview-34021967.

* Refactored consul_acl to support scopes with no pattern (and therefore a different HCL defintion).

* Corrects whitespace in Consul ACL HCL representation.

* Fixes Consul ACL to return the HCL equivalent JSON (according to the Consul docs) for the set ACLs.

* Repositioned import to align with Ansible standard (!= PEP8 standard).

* Adds Python 2.6 compatibility.

* Fixes PEP8 issues.

* Removes consul_acl.py as it now passes PEP8.

* Follows advice in the "Documenting Your Module" guide and moves imports up from the bottom.

* Tidies consul_acl module documentation.

* Updates link to guide about Consul ACLs.

* Removes new line spaces from error message string.

* Provide better error message if user forgets to associate a value to a Consul ACL rule.

* Minor refactoring of Consul ACL module.

* Fixes bug that was breaking idempotence in Consul ACL module.

* Detects redefinition of same rule.

* Adds test to check the Consul ACL module can set rules for all supported scopes.

* Fixes return when updating an ACL.

* Clean up of Consul ACL integration test file.

* Verify correct changes to existing Consul ACL rule.

* Adds tests for idempotence.

* Splits Consul ACL tests into cohesive modules.

* Adds test for deleting Consul ACLs.

* Test that Consul ACL module can set all rule scopes.

* Fixes issues surrounding the creation of ACLs.

Thanks for the comments by manos in https://github.com/ansible/ansible/pull/25800#issuecomment-310137889.

* Stops Consul ACL's name being "forgotten" if ACL updated by token.

* Fixes incorrect assignment when a Consul ACL is deleted.

* Fixes value of `changed` when Consul ACL is removed.

* Fixes tests for Consul ACL.

* Adds interal documentation.

* Refactors to separate update and create (also makes it possible to unit test this module).

* Improves documentation.

* Completes RETURN documentation for Consul ACL module.

* Fixes issue with equality checking for `None` in ACL Consul.

* Fixes Python 2 issue with making a decision based on `str` type.

* Fixes inequality check bug in Python 2.

* Adds tests for setting ACL with token.

* Adds support for creating an ACL with a given token.

* Outputs operation performed on Consul ACL when changed.

* Fixs issue with test for creating a Consul ACL with rules.

* Corrects property used to set ACL token in python-consul library.

* Fixes tear-down issue in test that creates a Consul ACL using a token.
7 years ago
..
cloudscale_server Test placement (#21801) 8 years ago
cnos_backup Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_bgp Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_command Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_conditional_command Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_conditional_template Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_ethernet Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_facts Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_image Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_portchannel Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_rollback Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_save Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_showrun Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_template Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_vlag Fix spelling mistakes (comments only) (#25564) 7 years ago
cnos_vlan Fix spelling mistakes (comments only) (#25564) 7 years ago
ec2_elb_instance_setup Fixes for tests that assumed yum as package manager for systems that 9 years ago
ec2_provision_instances Fixes for EC2 module integration tests. 7 years ago
netscaler_cs_action Add module netscaler_cs_action (#26147) 7 years ago
netscaler_cs_policy New module: manage Citrix Netscaler content switching policy configuration (network/netscaler/netscaler_cs_policy) (#26189) 7 years ago
netscaler_cs_vserver New module: manage Citrix Netscaler content switching virtual server configuration (network/netscaler/netscaler_cs_vserver) (#26245) 7 years ago
netscaler_gslb_service New module: manage Citrix Netscaler GSLB service configuration (network/netscaler/netscaler_gslb_service)) (#27638) 7 years ago
netscaler_gslb_site New module: manage Citrix Netscaler GSLB site configuration (network/netscaler/netscaler_gslb_site) (#27639) 7 years ago
netscaler_gslb_vserver Add netscaler_gslb_vserver (#27640) 7 years ago
netscaler_lb_monitor Add netscaler_lb_monitor (#26143) 7 years ago
netscaler_lb_vserver New module: manage Citrix Netscaler load balancer virtual servers configuration (network/netscaler/netscaler_lb_vserver) (#26144) 7 years ago
netscaler_save_config Add netscaler_save_config module (#25614) 7 years ago
netscaler_server Add netscaler_server module (#25537) 7 years ago
netscaler_service New module: manage Citrix Netscaler GSLB service configuration (network/netscaler/netscaler_gslb_service)) (#27638) 7 years ago
netscaler_servicegroup New module: manage Citrix Netscaler servicegroup configuration (network/netscaler/netscaler_servicegroup)) (#26183) 7 years ago
netscaler_ssl_certkey New module: manage Citrix Netscaler SSL certificate keys (network/netscaler/netscaler_ssl_certkey)) (#27641) 7 years ago
prepare_rax_tests/defaults Make the wait_timeout for rax tests a configurable default 9 years ago
prepare_tests/tasks Moving creating of testing work dir out of dep role and into Makefile 9 years ago
test_azure Fix cosmetic problems in YAML source 8 years ago
test_cloudflare_dns Fix cosmetic problems in YAML source 8 years ago
test_consul_acl Adds support for all Consul 0.8 ACL rule scopes (#25800) 7 years ago
test_consul_inventory/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_consul_kv/tasks Fix cosmetic problems in YAML source 8 years ago
test_consul_service/tasks Consul: make service_port optional in service definition, like specified in Consul docs (#21737) 7 years ago
test_consul_session/tasks Fix cosmetic problems in YAML source 8 years ago
test_ec2 [test_ec2*] cloud integration test updates 11 years ago
test_ec2_asg/tasks Fix cosmetic problems in YAML source 8 years ago
test_ec2_eip Ensure exit_json returns failed = False 7 years ago
test_ec2_elb Fix cosmetic problems in YAML source 8 years ago
test_ec2_vpc_nat_gateway Move ec2_vpc_nat_gateway integration test role. 8 years ago
test_exoscale_dns exo_dns: new module utils and integration tests for exoscale DNS (#17230) 8 years ago
test_gcdns Integration Playbook for Google Cloud DNS module. (#17698) 8 years ago
test_gce [GCE] updates to gce integration test (#18097) 8 years ago
test_gce_labels [google] adding a GCE labels module 7 years ago
test_gce_mig Integration Playbook for Google Cloud DNS module. (#17698) 8 years ago
test_gce_net [GCE] gce_net integration test (#21502) 8 years ago
test_gce_pd Fix cosmetic problems in YAML source 8 years ago
test_gce_tag Fix spelling mistakes (comments only) (#25564) 7 years ago
test_gcp_glb [GCP] Global Load Balancer Integration Test (#24704) 7 years ago
test_gcp_healthcheck [GCP] Healthcheck module (#24564) 7 years ago
test_gcp_url_map [GCE] [GCP] UrlMap module (#24422) 7 years ago
test_jenkins_job Fix spelling mistakes (comments only) (#25564) 7 years ago
test_rax Make the wait_timeout for rax tests a configurable default 9 years ago
test_rax_cbs Fix cosmetic problems in YAML source 8 years ago
test_rax_cbs_attachments Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_cdb Fix YAML source and check it on Shippable (#15678) 8 years ago
test_rax_cdb_database Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb_nodes Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_facts Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_identity Add tests for rax_identity 10 years ago
test_rax_keypair Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_meta Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_network Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_scaling_group Fix cosmetic problems in YAML source 8 years ago
setup_ec2 Enable cloud tests for use with ansible-test. 7 years ago
setup_sshkey Enable cloud tests for use with ansible-test. 7 years ago