Merge lp:~rvb/maas/explicit-beat-schedule into lp:maas/trunk
| Status: | Merged |
|---|---|
| Approved by: | Raphaël Badin on 2012-10-03 |
| Approved revision: | 1149 |
| Merged at revision: | 1153 |
| Proposed branch: | lp:~rvb/maas/explicit-beat-schedule |
| Merge into: | lp:maas/trunk |
| Diff against target: |
65 lines (+11/-1) 5 files modified
etc/celeryconfig_common.py (+2/-0) etc/democeleryconfig.py (+0/-1) etc/democeleryconfig_cluster.py (+2/-0) services/region-worker/run (+1/-0) src/provisioningserver/start_cluster_controller.py (+6/-0) |
| To merge this branch: | bzr merge lp:~rvb/maas/explicit-beat-schedule |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andres Rodriguez | Approve on 2012-10-03 | ||
| Launchpad code reviewers | 2012-10-03 | Pending | |
|
Review via email:
|
|||
Commit Message
Explicitly have the cluster worker use the file /var/lib/
Description of the Change
Explicitly have the cluster worker use the file /var/lib/
= Notes =
On a dev instance, the cluster controller will use run/celerybeat-
| Julian Edwards (julian-edwards) wrote : | # |
1 === modified file 'etc/celeryconf
2 --- etc/celeryconfi
3 +++ etc/celeryconfi
4 @@ -42,6 +42,8 @@
5 # Location for log file.
6 MAAS_CELERY_LOG = '/var/log/
7
8 +# Location for the cluster worker schedule file.
9 +MAAS_CLUSTER_
If it's in the 'common' config, won't this affect the region's celeryd?


Looks good to me!