You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/11/04 16:23:39 UTC

git commit: tweak blueprint, should use metric not binary suffixes (binary 100g doesn't match in some clouds, eg softlayer)

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 9d56f01b7 -> 7cfeacc3e


tweak blueprint, should use metric not binary suffixes (binary 100g doesn't match in some clouds, eg softlayer)


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

Branch: refs/heads/master
Commit: 7cfeacc3eecf5aa93bfbf18e8c032090808a7ed4
Parents: 9d56f01
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 4 15:21:56 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 4 15:23:27 2014 +0000

----------------------------------------------------------------------
 docs/use/guide/defining-applications/example_yaml/simple-vm.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7cfeacc3/docs/use/guide/defining-applications/example_yaml/simple-vm.yaml
----------------------------------------------------------------------
diff --git a/docs/use/guide/defining-applications/example_yaml/simple-vm.yaml b/docs/use/guide/defining-applications/example_yaml/simple-vm.yaml
index 042c425..149a1b9 100644
--- a/docs/use/guide/defining-applications/example_yaml/simple-vm.yaml
+++ b/docs/use/guide/defining-applications/example_yaml/simple-vm.yaml
@@ -3,6 +3,6 @@ services:
 - type: brooklyn.entity.basic.EmptySoftwareProcess
   name: VM
   provisioning.properties:
-    minRam: 8192m
+    minRam: 8192mb
     minCores: 4
-    minDisk: 100g
+    minDisk: 100gb