diff --git a/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml b/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml index 94cfb4f84..21c29e5be 100644 --- a/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml +++ b/fast/stages/2-networking-a-simple/data/dns-policy-rules.yaml @@ -6,6 +6,12 @@ accounts: dns_name: "accounts.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-cloud-all: + dns_name: "*.aiplatform-notebook.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-gu-all: + dns_name: "*.aiplatform-notebook.googleusercontent.com" + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } backupdr-cloud: dns_name: "backupdr.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -87,6 +93,9 @@ kernels-gu: kernels-gu-all: dns_name: "*.kernels.googleusercontent.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +ltsapis-all: + dns_name: "*.ltsapis.goog." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } notebooks-all: dns_name: "*.notebooks.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -117,3 +126,6 @@ run-all: source: dns_name: "source.developers.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +storage: + dns_name: "storage.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } diff --git a/fast/stages/2-networking-b-nva/data/dns-policy-rules.yaml b/fast/stages/2-networking-b-nva/data/dns-policy-rules.yaml index 94cfb4f84..21c29e5be 100644 --- a/fast/stages/2-networking-b-nva/data/dns-policy-rules.yaml +++ b/fast/stages/2-networking-b-nva/data/dns-policy-rules.yaml @@ -6,6 +6,12 @@ accounts: dns_name: "accounts.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-cloud-all: + dns_name: "*.aiplatform-notebook.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-gu-all: + dns_name: "*.aiplatform-notebook.googleusercontent.com" + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } backupdr-cloud: dns_name: "backupdr.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -87,6 +93,9 @@ kernels-gu: kernels-gu-all: dns_name: "*.kernels.googleusercontent.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +ltsapis-all: + dns_name: "*.ltsapis.goog." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } notebooks-all: dns_name: "*.notebooks.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -117,3 +126,6 @@ run-all: source: dns_name: "source.developers.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +storage: + dns_name: "storage.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } diff --git a/fast/stages/2-networking-c-separate-envs/data/dns-policy-rules.yaml b/fast/stages/2-networking-c-separate-envs/data/dns-policy-rules.yaml index 94cfb4f84..21c29e5be 100644 --- a/fast/stages/2-networking-c-separate-envs/data/dns-policy-rules.yaml +++ b/fast/stages/2-networking-c-separate-envs/data/dns-policy-rules.yaml @@ -6,6 +6,12 @@ accounts: dns_name: "accounts.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-cloud-all: + dns_name: "*.aiplatform-notebook.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +aiplatform-notebook-gu-all: + dns_name: "*.aiplatform-notebook.googleusercontent.com" + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } backupdr-cloud: dns_name: "backupdr.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -87,6 +93,9 @@ kernels-gu: kernels-gu-all: dns_name: "*.kernels.googleusercontent.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +ltsapis-all: + dns_name: "*.ltsapis.goog." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } notebooks-all: dns_name: "*.notebooks.cloud.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } @@ -117,3 +126,6 @@ run-all: source: dns_name: "source.developers.google.com." local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } +storage: + dns_name: "storage.cloud.google.com." + local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } } diff --git a/tests/fast/stages/s2_networking_a_simple/simple.yaml b/tests/fast/stages/s2_networking_a_simple/simple.yaml index a6dad52d2..5930102e2 100644 --- a/tests/fast/stages/s2_networking_a_simple/simple.yaml +++ b/tests/fast/stages/s2_networking_a_simple/simple.yaml @@ -14,4 +14,4 @@ counts: modules: 29 - resources: 154 + resources: 158 diff --git a/tests/fast/stages/s2_networking_a_simple/vpn.yaml b/tests/fast/stages/s2_networking_a_simple/vpn.yaml index 712fe3ee4..65c4bb809 100644 --- a/tests/fast/stages/s2_networking_a_simple/vpn.yaml +++ b/tests/fast/stages/s2_networking_a_simple/vpn.yaml @@ -14,4 +14,4 @@ counts: modules: 31 - resources: 191 + resources: 195 diff --git a/tests/fast/stages/s2_networking_b_nva/ncc-ra.yaml b/tests/fast/stages/s2_networking_b_nva/ncc-ra.yaml index a6547eb6f..71e2be72c 100644 --- a/tests/fast/stages/s2_networking_b_nva/ncc-ra.yaml +++ b/tests/fast/stages/s2_networking_b_nva/ncc-ra.yaml @@ -34,7 +34,7 @@ counts: google_dns_policy: 4 google_dns_record_set: 3 google_dns_response_policy: 1 - google_dns_response_policy_rule: 34 + google_dns_response_policy_rule: 38 google_essential_contacts_contact: 1 google_folder: 1 google_monitoring_alert_policy: 2 @@ -50,4 +50,4 @@ counts: google_storage_bucket_object: 2 modules: 39 random_id: 2 - resources: 220 + resources: 224 diff --git a/tests/fast/stages/s2_networking_b_nva/simple.yaml b/tests/fast/stages/s2_networking_b_nva/simple.yaml index ce3f4414f..ed5c69ea3 100644 --- a/tests/fast/stages/s2_networking_b_nva/simple.yaml +++ b/tests/fast/stages/s2_networking_b_nva/simple.yaml @@ -38,7 +38,7 @@ counts: google_dns_policy: 4 google_dns_record_set: 3 google_dns_response_policy: 1 - google_dns_response_policy_rule: 34 + google_dns_response_policy_rule: 38 google_essential_contacts_contact: 1 google_folder: 1 google_monitoring_alert_policy: 2 @@ -53,4 +53,4 @@ counts: google_vpc_access_connector: 2 modules: 43 random_id: 2 - resources: 205 + resources: 209 diff --git a/tests/fast/stages/s2_networking_c_separate_envs/simple.yaml b/tests/fast/stages/s2_networking_c_separate_envs/simple.yaml index 1c560f767..842031939 100644 --- a/tests/fast/stages/s2_networking_c_separate_envs/simple.yaml +++ b/tests/fast/stages/s2_networking_c_separate_envs/simple.yaml @@ -14,4 +14,4 @@ counts: modules: 22 - resources: 172 + resources: 180