From 6e3066785dbcfc37b6c4cb82eb7ba594e8116cf5 Mon Sep 17 00:00:00 2001 From: meimei Date: Tue, 26 Jan 2016 10:16:23 +0800 Subject: [compass] remove redundant files Change-Id: Ic2b27abb47e217c10ee763d72a178b46ed64c1f4 Signed-off-by: meimei --- deploy/conf/virtual_cluster_odl.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 deploy/conf/virtual_cluster_odl.yml (limited to 'deploy/conf/virtual_cluster_odl.yml') 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 -- cgit 1.2.3-korg