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