-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstories.txt
More file actions
77 lines (50 loc) · 1.96 KB
/
Copy pathstories.txt
File metadata and controls
77 lines (50 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=======
Stories
=======
Optionally start processes when installing rc scripts
=====================================================
Currently, zc.recipe.rhrc doesn't do process management. If we want
to make things completely automated, it should. In addition, it
should have some facility for waiting for processes to start fully.
New options:
manage-processes
Boolean: if true, then start process on install and stop on
uninstall.
Status: done
zdaemon optionally waits for a test to succeed on startup
=========================================================
zdaemon grows new options:
startup-test
PROGRAM
Wait for program to return a 0 status code. Run program repeatedly,
sleeping a second between attempts, until it exits with a 0 status.
PROGRAM is a test-program path with optional arguments.
startup-timeout
Wait up to the given number of seconds for startup or until the
child process stops being restarted, whichever is lesser, before
reporting a startup failure.
Assigned: jim
Agent synchronizes deployments on a host with ZK tree
=====================================================
See agent description in README.rst
zookeeper-deploy for URL shortener
==================================
zookeeper-deploy for ZRS
========================
Zookeeper-synchronization agent
===============================
The ZooKeeper synchronization agent polls VCS for changes to a
ZooKeeper tree for its cluster. When it identifies a change, it
checks it for errors.
If there is an error, it sends an error email.
If there is no error, it updates the ZooKeeper tree by:
- Importing file that's changed.
- Updating the ``/hosts`` ``version`` property with the new VCS
version.
ZooKeeper check-in agent
========================
The ZooKeeper checkin agent is a VCS pre-commit hook that checks a
cluster's trees for errors:
- Can the tree be parsed with zc.zk import script.
- Does the model imply inconsistent RPM versions or patch levels for a
host.