Hashar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/392399 )
Change subject: Enable jenkins on contint1001 reboot ...................................................................... Enable jenkins on contint1001 reboot Whenever we reboot contint1001, we have to manually start jenkins. We want the service to be manually unmanaged though to prevent puppet to magically restart it, but on reboot it is fine to bring it up. Change-Id: I17048b5fbcb3dedf81ab8e053e0593f4e291319f --- M hieradata/hosts/contint1001.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/99/392399/1 diff --git a/hieradata/hosts/contint1001.yaml b/hieradata/hosts/contint1001.yaml index c13357d..a2b4209 100644 --- a/hieradata/hosts/contint1001.yaml +++ b/hieradata/hosts/contint1001.yaml @@ -1,6 +1,6 @@ # hotspare is contint2001 profile::ci::jenkins::service_ensure: unmanaged -profile::ci::jenkins::service_enable: false +profile::ci::jenkins::service_enable: true profile::ci::jenkins::service_monitor: true profile::zuul::server::service_ensure: running profile::zuul::server::service_enable: true -- To view, visit https://gerrit.wikimedia.org/r/392399 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I17048b5fbcb3dedf81ab8e053e0593f4e291319f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
