added new foundation nodes, billing, benchmark, telemetry
diff --git a/salt/control/cluster/openstack_billing_single.yml b/salt/control/cluster/openstack_billing_single.yml
new file mode 100644
index 0000000..1fb7a9b
--- /dev/null
+++ b/salt/control/cluster/openstack_billing_single.yml
@@ -0,0 +1,18 @@
+parameters:
+ salt:
+ control:
+ size:
+ openstack.billing:
+ cpu: 4
+ ram: 8192
+ disk_profile: large
+ net_profile: default
+ cluster:
+ internal:
+ domain: ${_param:cluster_domain}
+ engine: virt
+ node:
+ bil01:
+ provider: kvm03.${_param:cluster_domain}
+ image: ${_param:salt_control_trusty_image}
+ size: openstack.control
\ No newline at end of file