Yuvipanda has uploaded a new change for review.

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

Change subject: k8s: Don't start the flannel service before the file exists
......................................................................

k8s: Don't start the flannel service before the file exists

Change-Id: I77edb7b12303e0f171449b28c3fece8f6cb31f3f
---
M modules/k8s/manifests/flannel.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/64/230164/1

diff --git a/modules/k8s/manifests/flannel.pp b/modules/k8s/manifests/flannel.pp
index 99a1fd8..4459c48 100644
--- a/modules/k8s/manifests/flannel.pp
+++ b/modules/k8s/manifests/flannel.pp
@@ -13,6 +13,7 @@
 
     base::service_unit { 'flannel':
         systemd => true,
+        require => File['/usr/local/bin/flanneld'],
     }
 
     ferm::service { 'flannel-udp':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I77edb7b12303e0f171449b28c3fece8f6cb31f3f
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