Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370191 )

Change subject: Remove some obsolete salt references in the docs
......................................................................

Remove some obsolete salt references in the docs

Change-Id: Idfb9f75d58b9921a6cd57305443717740a1a84ca
---
D docs/DEBUGGING
M docs/TODO
2 files changed, 0 insertions(+), 47 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/debdeploy 
refs/changes/91/370191/1

diff --git a/docs/DEBUGGING b/docs/DEBUGGING
deleted file mode 100644
index 016ba04..0000000
--- a/docs/DEBUGGING
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-Running the Salt minion with higher debug level
------------------------------------------------
-
-Add 
-
- log_level: info
-
-or 
-
- log_level: debug
-
-to /etc/salt/minion (note the space after log_level, otherwise Salt runs into 
a traceback!)
-and run
-
- service salt-minion restart
-
-Additional debug output will be written to /var/log/salt/minion (or a distinct 
path
-configurable through the log_file directive)
-
-
-Debugging a failed job:
-----------------------
-
-Query the internal Salt job id:
-
- sqlite3 /var/lib/debdeploy/jobdb.sqlite .dump
- 
-Display the salt return values:
-
- salt-run jobs.print_job 20150924135252805392
-
-
-
-Trigerring a manual run of the Salt module:
--------------------------------------------
-
- salt server.foo.bar debdeploy-minion.deploy source=expat update_type=library 
versions='{"jessie": "2.1.0-6+deb8u1"}'
- 
-
-
diff --git a/docs/TODO b/docs/TODO
index b5650d4..2f18e6d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -6,9 +6,6 @@
 Refinements to existing functionality:
 - Bash completion for commands and options
 - Provide logrotate configs
-- Silence the restart false positive for the salt minion itself
-- Make the black list in the restart detection code configurable and blacklist
-  /var/spool/kafka and /var/lib/elasticsearch in our internal setup
 - puppet triggers a run every 30 mins, sometimes updates clash with that, the
   minion should detect a running "apt-get update" and postpone the installation
   run
@@ -18,12 +15,10 @@
   is generated for those
 - Implement a function to list of reverse dependencies of a package (to give
   an estimate what a package is used for on a server group)
-- Central package database to easily search for affected binary packages
 - Add a generic notification mechanism if an update has been deployed
   and create a WMF-specific IRC notification which updates "server admin log"
 - Make the logging configurable and add a WMF-specific logging method for
   Logstash
 - Implement timed restarts, which restart services not an once, but in
   steps/with delays
-- Allow referencing other server groups, e.g. "foo: @foo-canary, @foo-standard"
 - Implement timed updates (with a delay)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idfb9f75d58b9921a6cd57305443717740a1a84ca
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/debdeploy
Gerrit-Branch: master
Gerrit-Owner: Muehlenhoff <[email protected]>

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

Reply via email to