BBlack has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/392710 )
Change subject: recdns anycast: fix create_resources data structure ...................................................................... recdns anycast: fix create_resources data structure Change-Id: I9fcb0bab86e27b020b682ff2812408a1b5e59c11 --- M hieradata/role/common/dnsrecursor.yaml 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: BBlack: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/role/common/dnsrecursor.yaml b/hieradata/role/common/dnsrecursor.yaml index b2c2243..5528d21 100644 --- a/hieradata/role/common/dnsrecursor.yaml +++ b/hieradata/role/common/dnsrecursor.yaml @@ -1,6 +1,7 @@ standard::has_ganglia: false profile::bird::advertise_vips: - rec-dns-anycast-vip: 10.3.0.1/32 + rec-dns-anycast-vip: + address: 10.3.0.1/32 profile::bird::bind_service: 'pdns-recursor.service' -- To view, visit https://gerrit.wikimedia.org/r/392710 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fcb0bab86e27b020b682ff2812408a1b5e59c11 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
