Ryan Lane has submitted this change and it was merged.

Change subject: Disable reactors for now
......................................................................


Disable reactors for now

These reactors aren't working properly, and they cause connection
issues with minions. Disable till working properly.

Change-Id: If040e33f3c8e44c5f17354b33548f77afed71b8c
---
M manifests/role/salt.pp
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/salt.pp b/manifests/role/salt.pp
index 020325f..8267ab1 100644
--- a/manifests/role/salt.pp
+++ b/manifests/role/salt.pp
@@ -42,13 +42,13 @@
                salt_file_roots => $salt_file_roots,
                salt_pillar_roots => $salt_pillar_roots,
                salt_worker_threads => "50",
-               # event_tag => [reactors]
-               salt_reactor => {
-                       "auth" => ["auth.sls"],
-                       "key" => ["key.sls"],
-                       "minion_start" => ["minion_start.sls"],
-                       "puppet" => ["puppet.sls"],
-               },
+               ## event_tag => [reactors]
+               #salt_reactor => {
+               #       "auth" => ["auth.sls"],
+               #       "key" => ["key.sls"],
+               #       "minion_start" => ["minion_start.sls"],
+               #       "puppet" => ["puppet.sls"],
+               #},
        }
 
        class { "salt_reactors":

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If040e33f3c8e44c5f17354b33548f77afed71b8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to