aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/virtual_cluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/conf/virtual_cluster.yml')
-rw-r--r--deploy/conf/virtual_cluster.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/deploy/conf/virtual_cluster.yml b/deploy/conf/virtual_cluster.yml
new file mode 100644
index 00000000..b3bd9e77
--- /dev/null
+++ b/deploy/conf/virtual_cluster.yml
@@ -0,0 +1,26 @@
+TYPE: virtual
+FLAVOR: cluster
+
+hosts:
+ - name: host1
+ roles:
+ - controller
+ - ha
+
+ - name: host2
+ roles:
+ - controller
+ - ha
+
+ - name: host3
+ roles:
+ - controller
+ - ha
+
+ - name: host4
+ roles:
+ - compute
+
+ - name: host5
+ roles:
+ - compute