added foundation storage - aptly
diff --git a/salt/control/cluster/foundation_storage.yml b/salt/control/cluster/foundation_storage.yml
new file mode 100644
index 0000000..13e2d50
--- /dev/null
+++ b/salt/control/cluster/foundation_storage.yml
@@ -0,0 +1,18 @@
+parameters:
+ salt:
+ control:
+ size:
+ foundation.storage:
+ cpu: 4
+ ram: 8192
+ disk_profile: xxxlarge
+ net_profile: default
+ cluster:
+ internal:
+ domain: ${_param:cluster_domain}
+ engine: virt
+ node:
+ sto01:
+ provider: kvm02.${_param:cluster_domain}
+ image: ${_param:salt_control_trusty_image}
+ size: foundation.storage
\ No newline at end of file