Skip to content

Commit

Permalink
Add kernels.googleusercontent.com zone in dns response policy (#1940)
Browse files Browse the repository at this point in the history
* Add kernels.googleusercontent.com zone in dns response policy
* update fast tests
  • Loading branch information
simonebruzzechesse authored Dec 20, 2023
1 parent d952800 commit c9a8d77
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 5 deletions.
6 changes: 6 additions & 0 deletions fast/stages/2-networking-a-peering/data/dns-policy-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ googleapis-restricted:
gstatic-all:
dns_name: "*.gstatic.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu:
dns_name: "kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu-all:
dns_name: "*.kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
notebooks-all:
dns_name: "*.notebooks.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
Expand Down
6 changes: 6 additions & 0 deletions fast/stages/2-networking-b-vpn/data/dns-policy-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ googleapis-restricted:
gstatic-all:
dns_name: "*.gstatic.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu:
dns_name: "kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu-all:
dns_name: "*.kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
notebooks-all:
dns_name: "*.notebooks.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
Expand Down
6 changes: 6 additions & 0 deletions fast/stages/2-networking-c-nva/data/dns-policy-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ googleapis-restricted:
gstatic-all:
dns_name: "*.gstatic.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu:
dns_name: "kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu-all:
dns_name: "*.kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
notebooks-all:
dns_name: "*.notebooks.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ googleapis-restricted:
gstatic-all:
dns_name: "*.gstatic.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu:
dns_name: "kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu-all:
dns_name: "*.kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
notebooks-all:
dns_name: "*.notebooks.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
Expand Down
6 changes: 6 additions & 0 deletions fast/stages/2-networking-e-nva-bgp/data/dns-policy-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ googleapis-restricted:
gstatic-all:
dns_name: "*.gstatic.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu:
dns_name: "kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
kernels-gu-all:
dns_name: "*.kernels.googleusercontent.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
notebooks-all:
dns_name: "*.notebooks.cloud.google.com."
local_data: { CNAME: { rrdatas: ["private.googleapis.com."] } }
Expand Down
2 changes: 1 addition & 1 deletion tests/fast/stages/s2_networking_a_peering/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

counts:
modules: 28
resources: 145
resources: 147
2 changes: 1 addition & 1 deletion tests/fast/stages/s2_networking_b_vpn/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

counts:
modules: 30
resources: 182
resources: 184
2 changes: 1 addition & 1 deletion tests/fast/stages/s2_networking_c_nva/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

counts:
modules: 42
resources: 192
resources: 194
2 changes: 1 addition & 1 deletion tests/fast/stages/s2_networking_d_separate_envs/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

counts:
modules: 21
resources: 165
resources: 169
2 changes: 1 addition & 1 deletion tests/fast/stages/s2_networking_e_nva_bgp/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

counts:
modules: 36
resources: 203
resources: 205

0 comments on commit c9a8d77

Please sign in to comment.