Faidon Liambotis has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/350774 )
Change subject: labs::dnsrecursor: switch to interface::alias
......................................................................
labs::dnsrecursor: switch to interface::alias
Change-Id: I6d772c4f58b648b5df09a70ecc37db5eefc4eba4
---
M modules/role/manifests/labs/dnsrecursor.pp
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/74/350774/1
diff --git a/modules/role/manifests/labs/dnsrecursor.pp
b/modules/role/manifests/labs/dnsrecursor.pp
index fab9ead..83c32e1 100644
--- a/modules/role/manifests/labs/dnsrecursor.pp
+++ b/modules/role/manifests/labs/dnsrecursor.pp
@@ -35,9 +35,8 @@
$recursor_ip = ipresolve($dnsconfig['recursor'],4)
- interface::ip { 'role::lab::dnsrecursor':
- interface => 'eth0',
- address => $recursor_ip
+ interface::alias { 'role::lab::dnsrecursor':
+ ipv4 => $recursor_ip,
}
# We need to alias some public IPs to their corresponding private IPs.
--
To view, visit https://gerrit.wikimedia.org/r/350774
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d772c4f58b648b5df09a70ecc37db5eefc4eba4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits