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/cloud/google
Tom Melendez 0f1c083d25 Allow GCE firewall rules to be updated when attributes changes. Fixes #2111.
Previously, when the attributes of a GCE firewall change, they were ignored.  This PR changes that behavior and now updates them.

Note that the "update" also removes attributes that are not specified.

An overview of the firewall rule behavior is as follows:

1. firewall name in GCP, state=absent in PLAYBOOK: Delete from GCP
2. firewall name in PLAYBOOK, not in GCP: Add to GCP.
3. firewall name in GCP, name not in PLAYBOOK: No change.
4. firewall names exist in both GCP and PLAYBOOK, attributes differ: Update GCP to match attributes from PLAYBOOK.
8 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
gc_storage.py correct gs_storage docs to match reality 9 years ago
gce.py Merge pull request #3701 from gillesgagniard/gce-subnetwork-dev 9 years ago
gce_lb.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 9 years ago
gce_net.py Allow GCE firewall rules to be updated when attributes changes. Fixes #2111. 8 years ago
gce_pd.py Fixing gce compile time errors irt exception handling for Python 3 (#3845) 9 years ago