summaryrefslogtreecommitdiff
path: root/tests.deploy/deploy-cluster.script
Commit message (Collapse)AuthorAgeFilesLines
* Morph now executes extensions in the repository containing the morphologiesDaniel Firth2013-09-261-6/+6
|
* Rework `morph deploy` to work with cluster morphologies.Tiago Gomes2013-08-161-0/+46
From now on, `morph deploy` will work to only accept a cluster morphology as argument. A cluster morphology defines a list of systems to built, and for each system a list of ways to deploy them. We will not support the old syntax anymore. - Update `morph deploy` docstring with the new syntax, including an explanation of cluster morphologies (also document `tar` deployments). - Fix tests that used the old syntax. - Add tests for cluster deployments.