mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
GCP deprecations (#53355)
* gcdns_record deprecation * gcdns_zone deprecation * gcp_forwarding_rule deprecation * gcp_url_map deprecation * gcspanner deprecation * gcp_healthcheck deprecation * porting guide * test failures * forgot to rename * deprecating * porting guide changes * unit test fixes * changing ignores
This commit is contained in:
committed by
John R Barker
parent
316d1db29f
commit
e298de0986
@@ -24,8 +24,8 @@ lib/ansible/modules/cloud/google/gce_net.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/gce_pd.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/gce_snapshot.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/gce_tag.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/gcp_backend_service.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/gcp_healthcheck.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/_gcp_backend_service.py blacklisted-name
|
||||
lib/ansible/modules/cloud/google/_gcp_healthcheck.py blacklisted-name
|
||||
lib/ansible/modules/cloud/lxc/lxc_container.py blacklisted-name
|
||||
lib/ansible/modules/files/copy.py blacklisted-name
|
||||
lib/ansible/modules/files/patch.py blacklisted-name
|
||||
|
||||
@@ -118,25 +118,25 @@ lib/ansible/modules/cloud/google/gce_net.py E326
|
||||
lib/ansible/modules/cloud/google/gce_pd.py E322
|
||||
lib/ansible/modules/cloud/google/gce_pd.py E326
|
||||
lib/ansible/modules/cloud/google/gce_snapshot.py E324
|
||||
lib/ansible/modules/cloud/google/gcp_backend_service.py E322
|
||||
lib/ansible/modules/cloud/google/gcp_backend_service.py E324
|
||||
lib/ansible/modules/cloud/google/gcp_backend_service.py E326
|
||||
lib/ansible/modules/cloud/google/gcp_forwarding_rule.py E322
|
||||
lib/ansible/modules/cloud/google/gcp_forwarding_rule.py E324
|
||||
lib/ansible/modules/cloud/google/gcp_forwarding_rule.py E326
|
||||
lib/ansible/modules/cloud/google/gcp_healthcheck.py E324
|
||||
lib/ansible/modules/cloud/google/gcp_healthcheck.py E326
|
||||
lib/ansible/modules/cloud/google/gcp_target_proxy.py E322
|
||||
lib/ansible/modules/cloud/google/gcp_target_proxy.py E326
|
||||
lib/ansible/modules/cloud/google/gcp_url_map.py E322
|
||||
lib/ansible/modules/cloud/google/gcp_url_map.py E324
|
||||
lib/ansible/modules/cloud/google/gcp_url_map.py E326
|
||||
lib/ansible/modules/cloud/google/_gcp_backend_service.py E322
|
||||
lib/ansible/modules/cloud/google/_gcp_backend_service.py E324
|
||||
lib/ansible/modules/cloud/google/_gcp_backend_service.py E326
|
||||
lib/ansible/modules/cloud/google/_gcp_forwarding_rule.py E322
|
||||
lib/ansible/modules/cloud/google/_gcp_forwarding_rule.py E324
|
||||
lib/ansible/modules/cloud/google/_gcp_forwarding_rule.py E326
|
||||
lib/ansible/modules/cloud/google/_gcp_healthcheck.py E324
|
||||
lib/ansible/modules/cloud/google/_gcp_healthcheck.py E326
|
||||
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E322
|
||||
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E326
|
||||
lib/ansible/modules/cloud/google/_gcp_url_map.py E322
|
||||
lib/ansible/modules/cloud/google/_gcp_url_map.py E324
|
||||
lib/ansible/modules/cloud/google/_gcp_url_map.py E326
|
||||
lib/ansible/modules/cloud/google/gcpubsub.py E322
|
||||
lib/ansible/modules/cloud/google/gcpubsub.py E323
|
||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E322
|
||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E324
|
||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E326
|
||||
lib/ansible/modules/cloud/google/gcspanner.py E322
|
||||
lib/ansible/modules/cloud/google/_gcspanner.py E322
|
||||
lib/ansible/modules/cloud/linode/linode.py E322
|
||||
lib/ansible/modules/cloud/linode/linode.py E324
|
||||
lib/ansible/modules/cloud/lxc/lxc_container.py E210
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ansible.modules.cloud.google.gcp_forwarding_rule import _build_global_forwarding_rule_dict
|
||||
from ansible.modules.cloud.google._gcp_forwarding_rule import _build_global_forwarding_rule_dict
|
||||
|
||||
|
||||
class TestGCPFowardingRule(unittest.TestCase):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ansible.modules.cloud.google.gcp_url_map import _build_path_matchers, _build_url_map_dict
|
||||
from ansible.modules.cloud.google._gcp_url_map import _build_path_matchers, _build_url_map_dict
|
||||
|
||||
|
||||
class TestGCPUrlMap(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user