diff --git a/data/templates/cf/Windows.template b/data/templates/cf/Windows.template index 6c16d82..f562de3 100644 --- a/data/templates/cf/Windows.template +++ b/data/templates/cf/Windows.template @@ -15,7 +15,12 @@ "ImageName" : { "Description" : "Image name", "Type" : "String" - } + }, + "AvailabilityZone" : { + "Description" : "The Availability Zone in which to launch the instance.", + "Type" : "String", + "Default" : "nova" + } }, "Resources" : { @@ -24,6 +29,7 @@ "Properties": { "InstanceType" : { "Ref" : "InstanceType" }, "ImageId" : { "Ref" : "ImageName" }, + "AvailabilityZone" : { "Ref" : "AvailabilityZone" }, "UserData": "$userData" } } diff --git a/data/workflows/AD.xml b/data/workflows/AD.xml index 696c0f4..8a3befb 100644 --- a/data/workflows/AD.xml +++ b/data/workflows/AD.xml @@ -5,7 +5,7 @@ - + ( - ws-2012-full + diff --git a/data/workflows/AspNetApps.xml b/data/workflows/AspNetApps.xml index f151bfe..e40efe2 100644 --- a/data/workflows/AspNetApps.xml +++ b/data/workflows/AspNetApps.xml @@ -5,7 +5,7 @@ - + ( - ws-2012-full + diff --git a/data/workflows/ExternalAD.xml.example b/data/workflows/ExternalAD.xml.example index de92b83..aba1a1b 100644 --- a/data/workflows/ExternalAD.xml.example +++ b/data/workflows/ExternalAD.xml.example @@ -8,7 +8,7 @@ - + domain1 Administrator @@ -18,7 +18,7 @@ - + domain2 Administrator diff --git a/data/workflows/Images.xml b/data/workflows/Images.xml new file mode 100644 index 0000000..57fed7f --- /dev/null +++ b/data/workflows/Images.xml @@ -0,0 +1,26 @@ + + + + + + + + + + ws-2012-full + + + ws-2012-full + + + + + + + + + + + + \ No newline at end of file diff --git a/data/workflows/MsSqlServer.xml b/data/workflows/MsSqlServer.xml index 01a53bd..f4f7eb2 100644 --- a/data/workflows/MsSqlServer.xml +++ b/data/workflows/MsSqlServer.xml @@ -5,7 +5,7 @@ - + ( - ws-2012-full +