diff options
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/virtual_cluster_opencontrail.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/deploy/conf/virtual_cluster_opencontrail.yml b/deploy/conf/virtual_cluster_opencontrail.yml new file mode 100644 index 00000000..56240f35 --- /dev/null +++ b/deploy/conf/virtual_cluster_opencontrail.yml @@ -0,0 +1,25 @@ +TYPE: virtual +FLAVOR: cluster + +hosts: + - name: host1 + roles: + - controller + - ha + - opencontrail + + - name: host2 + roles: + - compute + + - name: host3 + roles: + - compute + + - name: host4 + roles: + - compute + + - name: host5 + roles: + - compute |