diff options
author | meimei <meimei@huawei.com> | 2016-01-26 10:16:23 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-02-04 02:08:14 +0000 |
commit | 61d1eb66695ae90f53447af80800566e5a1ffcc9 (patch) | |
tree | 1df47548166eeb2bc11bdf83ebad3bcb91bcb0f7 /deploy/conf/virtual_cluster_odl.yml | |
parent | 1932dd452c10ee4800f4cf2658a6fe9db00a93ef (diff) |
[compass] remove redundant files
Change-Id: Ic2b27abb47e217c10ee763d72a178b46ed64c1f4
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'deploy/conf/virtual_cluster_odl.yml')
-rw-r--r-- | deploy/conf/virtual_cluster_odl.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/deploy/conf/virtual_cluster_odl.yml b/deploy/conf/virtual_cluster_odl.yml deleted file mode 100644 index e2ee19c6..00000000 --- a/deploy/conf/virtual_cluster_odl.yml +++ /dev/null @@ -1,29 +0,0 @@ -TYPE: virtual -FLAVOR: cluster - -hosts: - - name: host1 - roles: - - controller - - ha - - odl - - - name: host2 - roles: - - controller - - ha - - odl - - - name: host3 - roles: - - controller - - ha - - odl - - - name: host4 - roles: - - compute - - - name: host5 - roles: - - compute |