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/sanity
Tom Melendez 4a5cf0b5c1 [GCE] [GCP] UrlMap module (#24422)
* [GCP] UrlMap module

This module provides support for UrlMaps on Google Cloud Platform.  UrlMaps allow users to segment requests by hostname and path and direct those requests to Backend Services.

UrlMaps are a powerful and necessary part of HTTP(S) Global Load Balancing on Google Cloud Platform.

UrlMap takes advantage of the python-api so the appropriate infrastructure has been added to module_utils.

More about UrlMaps can be found at:
https://cloud.google.com/compute/docs/load-balancing/http/url-map

UrlMap API:
https://cloud.google.com/compute/docs/reference/latest/

Google Cloud Platform HTTP(S) Cross-Region Load Balancer:
https://cloud.google.com/compute/docs/load-balancing/http/

* updated documentation, remmoved parens

* fixed tabs
8 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Add support for cloud tests to ansible-test. (#24315) 8 years ago
pep8 [GCE] [GCP] UrlMap module (#24422) 8 years ago
pylint Fix var precedence check to support python 3. (#23552) 8 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Disable newer shellcheck tests which don't pass. 8 years ago
validate-modules Make Reporter class hold all results, move line/col into results, and out of message (#24127) 8 years ago