Skip to content

Commit 47e01bf

Browse files
committed
cloudprober
1 parent fba87b4 commit 47e01bf

3 files changed

Lines changed: 55 additions & 6 deletions

File tree

gen-cloudprober.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
{
3838
zone: 'Z05547502KT77L0O53UWK',
3939
network: '2001:0df0:8500:ca00::/56',
40-
targets: %w[
41-
/\A[\w-]+\.br-01\./,
40+
targets: [
41+
/\Abr-01\.[\w-]+\.dualstack\./,
4242
],
4343
labels: {
4444
network: 'public',
@@ -92,6 +92,7 @@ def fetch_rrsets(zone_id)
9292
rrsets.each do |rrset|
9393
name = rrset.name.sub(/.\z/, '')
9494
next unless t === name
95+
next if /recon/ =~ name
9596

9697
if rrset.resource_records.empty?
9798
warn "#{name} has no static #{rrtype} records"

gen/cloudprober/targets4.json

Lines changed: 31 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/cloudprober/targets6.json

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)