WinRM support: incorporate review comments PR #650

See https://github.com/apache/incubator-brooklyn/pull/650


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/e9e43f95
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/e9e43f95
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/e9e43f95

Branch: refs/heads/0.7.0-incubating
Commit: e9e43f9514aae1321e2acfeb53fed0ddd10c35ce
Parents: 83e47e7
Author: Aled Sage <[email protected]>
Authored: Wed May 27 09:54:12 2015 +0100
Committer: Richard Downer <[email protected]>
Committed: Thu May 28 17:40:46 2015 +0100

----------------------------------------------------------------------
 .../brooklyn/entity/database/mssql/mssql.yaml          | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/e9e43f95/software/database/src/main/resources/brooklyn/entity/database/mssql/mssql.yaml
----------------------------------------------------------------------
diff --git 
a/software/database/src/main/resources/brooklyn/entity/database/mssql/mssql.yaml
 
b/software/database/src/main/resources/brooklyn/entity/database/mssql/mssql.yaml
index 7c366eb..d82a7f7 100644
--- 
a/software/database/src/main/resources/brooklyn/entity/database/mssql/mssql.yaml
+++ 
b/software/database/src/main/resources/brooklyn/entity/database/mssql/mssql.yaml
@@ -1,6 +1,15 @@
-name: imageId us-west-2/ami-07390a37
+name: mssql
 
-location: AWS Oregon Win
+location:
+  jclouds:aws-ec2:us-west-2:
+    displayName: AWS Oregon (Windows)
+    imageId: us-west-2/ami-8fd3f9bf
+    hardwareId:  m3.medium
+    useJcloudsSshInit: false
+    templateOptions:
+      subnetId: subnet-a10e96c4
+      securityGroupIds: [['sg-a2d0c2c7']]
+      mapNewVolumeToDeviceName: ["/dev/sda1", 100, true]
 
 services:
 - type: brooklyn.entity.basic.VanillaWindowsProcess

Reply via email to