Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/267805

Change subject: tools: Point k8s master to new k8s etcd hosts
......................................................................

tools: Point k8s master to new k8s etcd hosts

Change-Id: I14cdb13ae3003a309aa7d79131fe388b6ec96796
---
M manifests/role/tools.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/267805/1

diff --git a/manifests/role/tools.pp b/manifests/role/tools.pp
index 8c5913a..8eccc8c 100644
--- a/manifests/role/tools.pp
+++ b/manifests/role/tools.pp
@@ -66,7 +66,7 @@
     include ::etcd
 
     $master_host = hiera('k8s_master', $::fqdn)
-    $etcd_url = join(prefix(suffix(hiera('etcd_hosts', [$::fqdn]), ':2379'), 
'https://'), ',')
+    $etcd_url = join(prefix(suffix(hiera('k8s::etcd_hosts'), ':2379'), 
'https://'), ',')
 
     class { 'k8s::apiserver':
         master_host => $master_host,

-- 
To view, visit https://gerrit.wikimedia.org/r/267805
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I14cdb13ae3003a309aa7d79131fe388b6ec96796
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to