Eli Mesika has posted comments on this change.

Change subject: Default DC & Cluster has fixed UUIDs
......................................................................


Patch Set 2: Verified+1

(1 comment)

http://gerrit.ovirt.org/#/c/23853/2/packaging/dbscripts/insert_data.sql
File packaging/dbscripts/insert_data.sql:

Line 40: 
Line 41: INSERT INTO network (id,name,description,storage_pool_id) SELECT 
v_id_0009, 'ovirtmgmt', 'Management Network', v_storage_pool_id;
Line 42: INSERT INTO network_cluster (network_id, cluster_id, status) SELECT 
v_id_0009,v_cluster_id,1;
Line 43: 
Line 44: INSERT INTO vm_static (vm_guid, vm_name, mem_size_mb, vmt_guid, os, 
description, vds_group_id, domain, creation_date, num_of_monitors, 
is_initialized, is_auto_suspend, num_of_sockets, cpu_per_socket, usb_policy, 
time_zone, is_stateless, fail_back, _create_date, _update_date, 
dedicated_vm_for_vds, auto_startup, vm_type, nice_level, default_boot_sequence, 
default_display_type, priority, iso_path, origin, initrd_url, kernel_url, 
kernel_params, migration_support, userdefined_properties, 
predefined_properties, min_allocated_mem, entity_type, child_count, 
template_status, quota_id, allow_console_reconnect, cpu_pinning, 
is_smartcard_enabled) VALUES ('00000000-0000-0000-0000-000000000000', 'Blank', 
1024, '00000000-0000-0000-0000-000000000000', 0, 'Blank template', v_cluster_id 
, '', '2008-04-01 00:00:00+03', 1, NULL, false, 1, 1, 1, NULL, NULL, false, 
'2013-12-25 15:31:54.367179+02', '2013-12-25 15:31:53.239308+02', NULL, NULL, 
0, 0, 0, 0, 0, '', 0, NULL, NULL, NULL, 0, NUL!
 L, NULL, 0, 'TEMPLATE', 0, 0, NULL, false, NULL, false);
Just to help you review 
only change is

000001-0001-0001-0001-000000000001 =>  v_cluster_id
Line 45: 
Line 46: 
Line 47: INSERT INTO event_map(event_up_name, event_down_name) 
values('VDC_STOP', 'VDC_START');
Line 48: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic5650fe1586fae320484f8cd36698491554efa57
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to