Mike Kolesnik has uploaded a new change for review.

Change subject: engine: Bump version of default DC/cluster to 3.3
......................................................................

engine: Bump version of default DC/cluster to 3.3

Since we're about to release the 3.3 version, it makes sense that new
installations get a compatible default DC/cluster.

Change-Id: Ic0cf55cd046565dfabc10ac8db7d79379c571cb9
Signed-off-by: Mike Kolesnik <mkole...@redhat.com>
---
M packaging/dbscripts/insert_data.sql
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/16872/1

diff --git a/packaging/dbscripts/insert_data.sql 
b/packaging/dbscripts/insert_data.sql
index 49fa516..acf65cd 100644
--- a/packaging/dbscripts/insert_data.sql
+++ b/packaging/dbscripts/insert_data.sql
@@ -29,10 +29,10 @@
 
 --INSERTING DATA INTO TABLE storage_pool
 
-INSERT INTO storage_pool 
(id,name,description,storage_pool_type,status,master_domain_version,compatibility_version)
 select v_storage_pool_id,'Default','The default Data Center',1,0,0,'3.2' where 
not exists (select * from storage_pool);
+INSERT INTO storage_pool 
(id,name,description,storage_pool_type,status,master_domain_version,compatibility_version)
 select v_storage_pool_id,'Default','The default Data Center',1,0,0,'3.3' where 
not exists (select * from storage_pool);
 --INSERTING DATA INTO TABLE vds_groups
 
-INSERT INTO vds_groups 
(vds_group_id,name,description,storage_pool_id,compatibility_version,transparent_hugepages)
 select v_cluster_id,'Default','The default server 
cluster',v_storage_pool_id,'3.2',true where not exists (select * from 
vds_groups);
+INSERT INTO vds_groups 
(vds_group_id,name,description,storage_pool_id,compatibility_version,transparent_hugepages)
 select v_cluster_id,'Default','The default server 
cluster',v_storage_pool_id,'3.3',true where not exists (select * from 
vds_groups);
 
 --INSERTING DATA INTO NETWORK table
 


-- 
To view, visit http://gerrit.ovirt.org/16872
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0cf55cd046565dfabc10ac8db7d79379c571cb9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to