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