murano-deployment/ExecutionPlan
Dmitry Teselkin de15615fdb New workflow: 'DeployWebApp'.
Workflow 'InstallWebServer' modified:
* a few IIS features added
* ASP.NET MVC added
* WebApplications .target files added

Change-Id: Icaa8ff1d2cc34175d59f94e1be706f8ba5a1e501
2013-05-16 16:54:24 +04:00
..
1.CreatePrimaryDC Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
2.JoinDomain Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
3.CreateSecondaryDC Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
4.JoinAndPromote Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
DeployWebApp New workflow: 'DeployWebApp'. 2013-05-16 16:54:24 +04:00
GetDnsIpAddressesOnDc Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
InstallIIS New workflow: 'DeployWebApp'. 2013-05-16 16:54:24 +04:00
ExecutionPlanGenerator.exe Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
Newtonsoft.Json.dll Removed all projects except Glazier Deployment 2013-04-09 15:29:23 +04:00
README.rst 'keero' and 'glazier' replaced by 'murano' 2013-04-25 16:27:00 +04:00

README.rst

Execution Plan

Execution Plan is a sequence of actions that should be run on an instance in order to configure it.

Execution Plan contains at least one step, and may reboot the instance.

An Exectution Plan definition file may contain following sections: * PowerShell functions that are passed to the instance as part of Execution Plan * At least one execution step * Conditional reboot statement

In order to simplify the process of Execution Plan creation, a simple SDL was introduced.

SDL's statements: * include <file with PowerShell functions> * call <PowerShell function name> [<argument name>=<argument value> [...]] * reboot <condition> * out <output file name>

SEE ALSO