diff options
Diffstat (limited to 'deploy/conf/virtual_five.yml')
-rw-r--r-- | deploy/conf/virtual_five.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/deploy/conf/virtual_five.yml b/deploy/conf/virtual_five.yml deleted file mode 100644 index f42f3d62..00000000 --- a/deploy/conf/virtual_five.yml +++ /dev/null @@ -1,29 +0,0 @@ -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 - |