SuccessChanges

Summary

  1. copy the cluster class into a new dumbcluster class (details)
  2. first implementation of the dumbcluster, pretty dumb, based on cluster.php (details)
  3. rename the dumbcluster module to pack (details)
  4. really allow multiple master_web_servers (details)
  5. describe why this is named 'pack' (details)
  6. fix typo (details)
  7. also sync configs to slave server, which means we *can't* mount /var/aegir as a whole anymore (details)
  8. fix another typo (details)
  9. properly pass configs around (details)
Commit a537781f2d73cbaeb85ac5149d6553fae81f7354 by Antoine Beaupré
copy the cluster class into a new dumbcluster class

the idea of the dumbcluster is that it supports the concept of slave servers that mount /var/aegir and therefore do not need to copy all those files around
The file was addedhttp/Provision/Service/http/dumbcluster.php
Commit 46d5a27ae3d8544046dcf599d2403fe4c9a32ced by Antoine Beaupré
first implementation of the dumbcluster, pretty dumb, based on cluster.php
The file was modifiedhttp/Provision/Service/http/dumbcluster.php
Commit 69e740263eb336292a07ea89773b6bb0c9a3b056 by Antoine Beaupré
rename the dumbcluster module to pack
The file was removedhttp/Provision/Service/http/dumbcluster.php
The file was addedhttp/Provision/Service/http/pack.php
Commit a46ae33c205c692625e5b1768f93a6a6f8917950 by Antoine Beaupré
really allow multiple master_web_servers
The file was modifiedhttp/Provision/Service/http/pack.php
Commit 2ea4a25ab9ca05f03374e068b0dbb542fd1af39a by Antoine Beaupré
describe why this is named 'pack'
The file was modifiedhttp/Provision/Service/http/pack.php
Commit a2bcd849fa57e4e6497789e53d8181a7773a7caf by Antoine Beaupré
fix typo
The file was modifiedhttp/Provision/Service/http/pack.php
Commit 66f1aaa09aeed33271fafaca8ab72c9eb2092c0b by Antoine Beaupré
also sync configs to slave server, which means we *can't* mount /var/aegir as a whole anymore
The file was modifiedhttp/Provision/Service/http/pack.php
Commit 91ce6f1713a095e1598dec2d10094dbd27f274cc by Antoine Beaupré
fix another typo
The file was modifiedhttp/Provision/Service/http/pack.php
Commit f3115a7921a6baacb28af53f381a38d2bfffc875 by Antoine Beaupré
properly pass configs around
The file was modifiedhttp/Provision/Service/http/pack.php